efe014
Kilopat
- Katılım
- 13 Temmuz 2018
- Mesajlar
- 131
Merhabalar benim LoL'de ping problemim vardı ticket attıgım kişi bana şöyle bir kod gönderdi.
@Echo off.
Tıtle Riot log tool.
Echo /////// Riot Games \\\\\\\
Echo -----------------------------------
Echo 3 text files will be generated automatically to your desktop please upload the.
Echo generated files to our Support page.
Echo files that will be created are:
Echo -------------------------------
Echo * Riot Process.txt.
Echo * Riot NetworkInfo.txt.
Echo * Riot dxdiag.txt.
Echo -------------------------------
Echo to let blitzcrank generate the files please.
Pause.
@Echo off.
%systemroot%\system32\dxdiag.exe /t %USERPROFILE%\Desktop\Riot dxdiag.txt.
Tasklist /v > "%USERPROFILE%\desktop\Riot Process.txt"
(Ipconfig /all & ping www.google.com & netsh firewall show Config & netsh interface IPv4 show subinterfaces & netsh interface IPv4 show ipstats) > "%USERPROFILE%\desktop\Riot NetworkInfo.txt.
Exit.
Sanırım userprofile'i bulamadıgı icin dosyalar masaüstüme ya da herhangi bir yere gelmiyor. Bunu nasıl çözebilirim?
@Echo off.
Tıtle Riot log tool.
Echo /////// Riot Games \\\\\\\
Echo -----------------------------------
Echo 3 text files will be generated automatically to your desktop please upload the.
Echo generated files to our Support page.
Echo files that will be created are:
Echo -------------------------------
Echo * Riot Process.txt.
Echo * Riot NetworkInfo.txt.
Echo * Riot dxdiag.txt.
Echo -------------------------------
Echo to let blitzcrank generate the files please.
Pause.
@Echo off.
%systemroot%\system32\dxdiag.exe /t %USERPROFILE%\Desktop\Riot dxdiag.txt.
Tasklist /v > "%USERPROFILE%\desktop\Riot Process.txt"
(Ipconfig /all & ping www.google.com & netsh firewall show Config & netsh interface IPv4 show subinterfaces & netsh interface IPv4 show ipstats) > "%USERPROFILE%\desktop\Riot NetworkInfo.txt.
Exit.
Sanırım userprofile'i bulamadıgı icin dosyalar masaüstüme ya da herhangi bir yere gelmiyor. Bunu nasıl çözebilirim?
Son düzenleyen: Moderatör: