* ''80,541,852,864 Gw2.dat'' "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image ====== Download ====== * [[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 * 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" ====== Flags ====== * https://wiki.guildwars2.com/wiki/Command_line_arguments -autologin -diag -mapLoadinfo -mumble 0 -nodelta -prefreset -repair -useOldFov -verify (diff than repair?) ====== Desktop ====== * TODO: Test ''-shareArchive'' on GW2 "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image -nodelta GW2 Updater "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -autologin -bmp -nodelta -useOldFov -mapLoadinfo -ignorecoherentgpucrash -shareArchive -mumble 0 GW2 ====== Shortcuts ====== * Repair "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -image -nodelta -repair * Network Diagnostics "%ProgramFiles%\Guild Wars 2\Gw2-64.exe" -diag "notepad.exe" "%UserProfile%\Documents\Guild Wars 2\NetworkDiag.log" ====== 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