Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:guild_wars_2 [2025/06/21 22:34] – [Desktop] Sean Rhone | games:windows:guild_wars_2 [2025/07/05 21:24] (current) – Sean Rhone |
---|
| |
"%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image | "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image |
| |
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f | |
| |
====== Download ====== | ====== Download ====== |
* [[https://cloudfront.guildwars2.com/client/branches/Gw2Setup-64.exe|Gw2Setup-64.exe]] | * [[https://cloudfront.guildwars2.com/client/branches/Gw2Setup-64.exe|Gw2Setup-64.exe]] |
* Can be renamed to ''Gw2-64.exe'' and have ''-image'' to avoid installing | * Can be renamed to ''Gw2-64.exe'' and have ''-image'' to avoid installing |
* TODO: ''mkdir DLs\GW2-DL'', copy setup exe in DL folder to renamed above, shortcut for ''-image'' | |
| * TODO: Rename temp dir ''GW2'' to something else so ''RMDIR'' doesn't delete backup |
| |
| MKDIR "%UserProfile%\Downloads\GW2" & MOVE /Y "%UserProfile%\Downloads\Gw2Setup-64.exe" "%UserProfile%\Downloads\GW2" & "%UserProfile%\Downloads\GW2\Gw2Setup-64.exe" |
| |
| RMDIR /S /Q "%UserProfile%\Downloads\GW2" |
| |
====== NAS ====== | ====== NAS ====== |
| |
<code> | <code> |
-32 | |
-autologin | -autologin |
-diag | -diag |
-forwardrenderer | |
-ignorecoherentgpucrash | |
-mapLoadinfo | -mapLoadinfo |
-mumble 0 | -mumble 0 |
====== Desktop ====== | ====== Desktop ====== |
| |
"%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image | "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image -nodelta |
| |
GW2 Updater | GW2 Updater |
| |
"%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -autologin -forwardrenderer -mapLoadinfo -mumble 0 | "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -autologin -mapLoadinfo -mumble 0 |
| |
GW2 | GW2 |
| |
| ====== Compat Settings ====== |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Gw2-64.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f |
| |