| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:devilutionx [2026/05/24 22:27] – [Block] Sean Rhone | games:windows:devilutionx [2026/07/06 08:39] (current) – Sean Rhone |
|---|
| |
| "%ProgramFiles%\devilutionx\scripts\save-backup.bat" | "%ProgramFiles%\devilutionx\scripts\save-backup.bat" |
| | |
| | ====== Compat Settings ====== |
| | |
| | "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\devilutionx\devilutionx.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| | |
| | "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\devilutionx.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f |
| |
| ====== Firewall ====== | ====== Firewall ====== |
| |
| ===== Block ===== | ===== Block ===== |
| |
| **** | |
| |
| "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="DevilutionX" dir="in" action="block" profile="any" program="%ProgramFiles%\devilutionx\devilutionx.exe" & "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="DevilutionX" dir="out" action="block" profile="any" program="%ProgramFiles%\devilutionx\devilutionx.exe" | "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="DevilutionX" dir="in" action="block" profile="any" program="%ProgramFiles%\devilutionx\devilutionx.exe" & "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="DevilutionX" dir="out" action="block" profile="any" program="%ProgramFiles%\devilutionx\devilutionx.exe" |
| |
| ===== Delete Rules ===== | ===== Delete Rules ===== |
| |
| **** | |
| |
| "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="DevilutionX" | "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="DevilutionX" |
| |
| ===== Start Menu ===== | ===== Start Menu ===== |
| |
| **** | |
| |
| MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Diablo" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Diablo" | MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Diablo" & "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Diablo" |
| |
| MKDIR "%AppData%\diasurgical\devilution" & "%SystemRoot%\explorer.exe" "%AppData%\diasurgical\devilution" | MKDIR "%AppData%\diasurgical\devilution" & "%SystemRoot%\explorer.exe" "%AppData%\diasurgical\devilution" |
| |
| ====== Compat Settings ====== | |
| |
| "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\devilutionx\devilutionx.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f | |
| |
| "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\devilutionx.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f | |
| |