Add notice about tamper protection

This commit is contained in:
Fierelier 2022-06-22 07:42:27 +02:00
parent 1f15b58baa
commit a6a6b4b4cf
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ REM set pyexe=C:\Program Files\Python38\python.exe
set pyexe=py
echo WARNING! This will apply opus-nt to your currently running OS.
echo On Windows 10, make sure to disable tamper protection.
pause
advancedrun /exefilename "cmd.exe" /commandline '/c "set path=%path% & call "%pyexe%" run.py online"' /startdirectory "%cd%" /runas 4 /waitprocess 1 /run
advancedrun /exefilename "cmd.exe" /commandline '/c "set path=%path% & call "%pyexe%" run.py online modpath=mods-trustedInstaller"' /startdirectory "%cd%" /runas 8 /waitprocess 1 /run