User Tools

Site Tools


games:windows:clone_hero

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
games:windows:clone_hero [2026/02/13 18:44] Sean Rhonegames:windows:clone_hero [2026/02/13 18:46] (current) Sean Rhone
Line 4: Line 4:
  
   "%ProgramFiles%\Clone Hero\Clone Hero.exe" -nolog   "%ProgramFiles%\Clone Hero\Clone Hero.exe" -nolog
 +
 +  "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Clone Hero\Clone Hero.exe" /t "REG_SZ" /d "~ HIGHDPIAWARE" /f
 +
 +  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Clone Hero.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
  
   "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Clone Hero" dir="in" action="block" profile="any" program="%ProgramFiles%\Clone Hero\Clone Hero.exe" & "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Clone Hero" dir="out" action="block" profile="any" program="%ProgramFiles%\Clone Hero\Clone Hero.exe"   "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Clone Hero" dir="in" action="block" profile="any" program="%ProgramFiles%\Clone Hero\Clone Hero.exe" & "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Clone Hero" dir="out" action="block" profile="any" program="%ProgramFiles%\Clone Hero\Clone Hero.exe"
 +
 +  "%SystemRoot%\System32\netsh.exe" advfirewall firewall delete rule name="Clone Hero"
  
/usr/local/www/wiki/data/attic/games/windows/clone_hero.1771026257.txt.gz · Last modified: by Sean Rhone