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:19] – [d3cn] 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"
  
-===== d3 =====+====== 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 ======
  
   * Diablo III (RoS)   * Diablo III (RoS)
Line 15: Line 29:
   "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --game="diablo3" --gamepath="%ProgramFiles(x86)%\Diablo III" --repair   "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --game="diablo3" --gamepath="%ProgramFiles(x86)%\Diablo III" --repair
  
-===== d3cn =====+====== d3cn ======
  
   * Diablo III China   * Diablo III China
Line 27: Line 41:
   "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --game="d3cn" --gamepath="%ProgramFiles(x86)%\暗黑破坏神III" --repair   "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --game="d3cn" --gamepath="%ProgramFiles(x86)%\暗黑破坏神III" --repair
  
-===== w3 =====+====== w3 ======
  
   * Warcraft III (Reforged)   * Warcraft III (Reforged)
Line 37: Line 51:
   "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --game="w3" --gamepath="%ProgramFiles(x86)%\Warcraft III" --repair   "%ProgramFiles(x86)%\Battle.net\Battle.net.exe" --game="w3" --gamepath="%ProgramFiles(x86)%\Warcraft III" --repair
  
-===== anbs =====+====== anbs ======
  
   * Diablo Immortal   * Diablo Immortal
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.1770509995.txt.gz · Last modified: by Sean Rhone