J’ai téléchargé starcraft 2 et mon plante tous le temps pareil avec warcraft 3.
Mon pc est vieux mais il est au minimum recomender. J’avai acheter starcraft 2 a sa sortie et je pouvai y joué sans problème malheureusement j’avai mis la clef key du jeux sur un compte que je n’ai plus J’ai toujours le jeux malheureusement pas y jouer et c’est vraiment pas cool car le free to play plante tous le temps et avec mon le jeux que j’avai acheté je pourrai y jouer sans problème donc je trouve pas cool
Salut,
J’ai créé un script pour régénérer Battle Net, moi aussi j’ai un vieux PC.
Alors essayes le, tu me remercieras plus tard ^^
@echo off
if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b)
chcp 65001 >nul
echo On vire les processus avant de commencer...
echo.
taskkill /f /im Agent.exe /t
taskkill /f /im Battle.net* /t
echo.
echo Nettoyage des fichiers temporaires Windows...
echo.
timeout /t 3 >nul
:: on nettoie les fichiers temporaires de Windows
if exist "%TEMP%" (
del /f /s /q "%TEMP%" 2>nul
for /f "tokens=*" %%D in ('dir /b /s /a:d "%TEMP%" 2^>nul') do rmdir /s /q "%%D" 2>nul
)
if exist "%ALLUSERSPROFILE%\TEMP" (
del /f /s /q "%ALLUSERSPROFILE%\TEMP" 2>nul
for /f "tokens=*" %%D in ('dir /b /s /a:d "%ALLUSERSPROFILE%\TEMP" 2^>nul') do rmdir /s /q "%%D" 2>nul
)
if exist "%SystemRoot%\TEMP" (
del /f /s /q "%SystemRoot%\TEMP" 2>nul
for /f "tokens=*" %%D in ('dir /b /s /a:d "%SystemRoot%\TEMP" 2^>nul') do rmdir /s /q "%%D" 2>nul
)
:: rem on nettoie le cache de Battle.Net
echo.
echo Nettoyage de Battle Net...
echo.
timeout /t 2 >nul
del /f /q %USERPROFILE%\AppData\Local\Battle.net\*.*
rd /s /q "%USERPROFILE%\AppData\Local\Battle.net\Cache"
rd /s /q "%USERPROFILE%\AppData\Local\Battle.net\BrowserCache"
rd /s /q "%USERPROFILE%\AppData\Local\Battle.net\WidevineCdm"
rd /s /q "%USERPROFILE%\AppData\Local\Blizzard Entertainment"
rd /s /q "%ProgramData%\Blizzard Entertainment"
rd /s /q "%APPDATA%\Blizzard Entertainment"
:: Demander si on répare l'Agent
:ask_repair
cls
color 0f
echo Je peux aussi réparer l'Agent Battle.Net mais cela va le forcer à se retélécharger et se réinstaller intégralement.
echo Vous devrez très certainement reparamétrer l'emplacement de vos jeux, mais vous n'aurez pas à les retélécharger.
echo.
set /p "FixAgent=Voulez-vous réparer l'agent Battle.net ? (O/N) : "
if /i "%FixAgent%"=="O" (
rd /s /q "%ProgramData%\Battle.net\Agent"
echo.
color 2
echo Battle.net Agent a été réparé.
echo.
goto end
) else if /i "%FixAgent%"=="N" (
echo.
color 7
echo Battle.net Agent n'a pas été réparé.
echo.
goto end
) else (
echo.
echo.
color 0c
echo Entrez "O" ou "N" s'il vous plait.
timeout /t 3 >nul
color 7
goto ask_repair
)
:end
net stop winmgmt
winmgmt /resetrepository
net start winmgmt
echo.
echo.
echo Redémarrez le PC si le problème persiste.
pause
Tu sauves ça sous Fixbnet.bat
Tu le lances en admin