Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. @echo off
  2. REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\EdgeUI" /V DisableTLcorner /T REG_DWORD /D 1 /F
  3. taskkill /f /im explorer.exe
  4. start explorer.exe
  5. exit