@ECHO OFF CLS IF EXIST "%USERPROFILE%\AppData\Local\LazyCat" Explorer.exe "%USERPROFILE%\AppData\Local\LazyCat" IF EXIST "%USERPROFILE%\AppData\LocalLow\LazyCat" Explorer.exe "%USERPROFILE%\AppData\LocalLow\LazyCat" IF EXIST "%USERPROFILE%\AppData\Roaming\LazyCat" Explorer.exe "%USERPROFILE%\AppData\Roaming\LazyCat" IF EXIST "%ProgramData%\LazyCat" Explorer.exe "%ProgramData%\LazyCat" IF EXIST "%APPDATA%\Microsoft\Windows\Start Menu\Programs\LazyCat" Explorer.exe "%APPDATA%\Microsoft\Windows\Start Menu\Programs\LazyCat" IF EXIST "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup" Explorer.exe "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup" REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit /v LastKey /t REG_SZ /d Computer\HKEY_CURRENT_USER\SOFTWARE\Lazycat\ /f SET __COMPAT_LAYER=RUNASINVOKER START RegEdit.exe SET __COMPAT_LAYER=