User Tools

Site Tools


games:windows:notes:battle_net_client

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:windows:notes:battle_net_client [2026/02/07 19:23] Sean Rhonegames:windows:notes:battle_net_client [2026/02/09 06:19] (current) – [Silent Install] Sean Rhone
Line 1: Line 1:
-====== Silent Install ======+====== Install ======
  
-  TODO: Paths, curl+****
  
-  Battle.net-Setup.exe --lang=enUS --installpath="C:\Program Files (x86)\Battle.net"+  DEL /Q "%UserProfile%\Downloads\Battle.net-Setup.exe" & "curl.exe" --output "%UserProfile%\Downloads\Battle.net-Setup.exe" --location "https://battle.net/download/getInstaller?os=win&installer=Battle.net-Setup.exe" && "%UserProfile%\Downloads\Battle.net-Setup.exe" --lang="enUS--installpath="%ProgramFiles(x86)%\Battle.net" 
 + 
 +====== Minimal Launch ====== 
 + 
 +**** 
 + 
 +  "%ProgramFiles(x86)%\Battle.net\Battle.net.exe--renderer-process-limit="1" --in-process-gpu --process-per-site --disable-gpu 
 + 
 +===== Headless ===== 
 + 
 +  * :!: Main client doesn't render ((floating invisible clear or black window; Settings from taskbar right-click renders)) 
 +  * :?: Sometimes crashes immediately after log-in 
 +  * ''--repair'' commands and background downloads/updating works 
 + 
 +  "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --headless --single-process --disable-gpu
  
 ====== d3 ====== ====== d3 ======
Line 46: Line 60:
  
   "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --game="anbs" --gamepath="%ProgramFiles(x86)%\Diablo Immortal" --repair   "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --game="anbs" --gamepath="%ProgramFiles(x86)%\Diablo Immortal" --repair
 +
 +====== TODO ======
 +
 +  * Main WoW (untested)
 +  * Can combine all flags into one to immediately check for updates ((could be interesting for ''master'' TC))
 +  * :?: TODO: Flag for immediate exit after update, or flag to pass to Bnet.exe to exit like ''--quit''
 +
 +  "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --headless --single-process --disable-gpu --game="wow" --gamepath="%ProgramFiles(x86)%\World of Warcraft" --repair
  
/usr/local/www/wiki/data/attic/games/windows/notes/battle_net_client.1770510207.txt.gz · Last modified: by Sean Rhone