[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

英雄联盟 多余文件清理的BAT脚本

我自己  用的

有很多  不足的 地方 请大家补充
  1. @ ECHO OFF
  2. del /s/q "D:\League of Legends\log\*.log"
  3. del /s/q "D:\League of Legends\Logs\Maestro Logs\*.log"
  4. del /s/q "D:\League of Legends\TCLS\ALog\*.log"
  5. del /s/q "D:\League of Legends\Air\log\*.log"
  6. del /s/q "D:\League of Legends\Air\logs\*.log"
  7. del /s/q "D:\League of Legends\Cross\log\*.log"
  8. del /s/q "D:\League of Legends\Cross\Logs\*.log"
  9. del /s/q "D:\League of Legends\Game\*.log"
  10. del /s/q "D:\League of Legends\Game\Logs\Maestro Logs\*.log"
  11. del /s/q "D:\League of Legends\TCLS\tlog\*.log"
  12. del /s/q "D:\League of Legends\Game\Logs\Network Logs\*.txt"
  13. del /s/q "D:\League of Legends\TCLS\tlog\*.txt"
  14. del /s/q "D:\League of Legends\Game\Logs\Game - R3d Logs\*.txt"
  15. del /s/q "D:\League of Legends\TCLS\patchs\*.*"
  16. rd /S /Q "D:\League of Legends\Cross"
  17. rd /S /Q "D:\League of Legends\LeagueClient\TQM"
  18. rd /S /Q "D:\League of Legends\TCLS\TenProtect"
  19. rd /S /Q "D:\WeGame\tgppatches"
  20. rd /S /Q "D:\League of Legends\Game\Logs"
  21. rd /S /Q "D:\League of Legends\Riot Client\log"
  22. rd /S /Q "D:\League of Legends\WeGameLauncher\log"
  23. rd /S /Q "D:\League of Legends\Riot Client Data\User Data\Logs"
  24. rd /S /Q "D:\League of Legends\WeGameLauncher\log"
  25. rd /S /Q "D:\League of Legends\Game\Logs"
  26. rd /S /Q "D:\WeGame\log"
  27. rd /S /Q "D:\WeGame\apps\Rail\GameLinker\GameHost\logs"
  28. rd /S /Q "D:\WeGame\TLog"
  29. rd /S /Q "D:\WeGame\tcls\TLog"
  30. rd /S /Q "D:\WeGame\apps\Pallas\log"
  31. rd /S /Q "D:\WeGame\tcls\Tenio\TenioDL\Logs"
  32. rd /S /Q "D:\WeGame\apps\Rail\log"
  33. rd /S /Q "D:\WeGame\log\tcls\log"
  34. rd /S /Q "D:\WeGame\apps\Cross\Log"
  35. rd /S /Q "D:\League of Legends\LeagueClient\NetworkAssist"
  36. rd /S /Q "D:\League of Legends\Game\Cookies"
  37. rd /S /Q "D:\League of Legends\Riot Client Data"
  38. rd /S /Q "D:\WeGame\config_backup"
  39. rd /S /Q "D:\WeGame\tcls\UIShellRes"
  40. rd /S /Q "D:\WeGame\apps\CF"
  41. rd /S /Q "D:\WeGame\apps\dalong_client"
  42. rd /S /Q "D:\WeGame\apps\DNF"
  43. rd /S /Q "D:\WeGame\apps\start_client"
  44. rd /S /Q "D:\WeGame\apps\tencent_cloud"
  45. rd /S /Q "D:\WeGame\apps\WeGamePlayer"
  46. rem 删除后没有对局信息D:\WeGame\apps\Cross\Apps"
  47. rd /S /Q "D:\WeGame\apps\Cross\Log"
  48. rd /S /Q "D:\WeGame\acceleration"
  49. rd /S /Q "D:\WeGame\cachedata"
  50. rd /S /Q "D:\WeGame\client_config"
  51. rd /S /Q "D:\WeGame\crash_x64"
  52. rd /S /Q "D:\WeGame\qbblink"
  53. cls
  54. pushd D:\League of Legends
  55. for /f "delims=" %%a in ('dir /b /s /ad^|findstr "2021"') do rd /s /q "%%a"
  56. for /f "delims=" %%i in ('dir /b /s /a-d^|findstr "2021"') do del /a /f /q "%%i"
  57. PAUSE     
  58. exit
复制代码
1

评分人数

本帖最后由 lovekix 于 2023-8-5 11:40 编辑

2023-8-4  更新一下
里面有些   其他文件夹的  (酷狗的缓存  和$RECYCLE.BIN"和System Volume Information")  就不修改了
  1. @ ECHO OFF
  2. taskkill /f /im RiotClientServices.exe /t
  3. taskkill /f /im RiotClientCrashHandler.exe /t
  4. taskkill /f /im rail.exe /t
  5. taskkill /f /im pallas.exe /t
  6. taskkill /f /im wegame.exe /t
  7. taskkill /f /im QQProtect.exe /t
  8. taskkill /f /im TP3Helper.exe /t
  9. taskkill /f /im LeagueClientUxRender.exe /t
  10. taskkill /f /im browser.exe /t
  11. taskkill /f /im SGuard64.exe /t
  12. taskkill /f /im SGuardSvc64.exe /t
  13. taskkill /f /im SGuardUpdate64.exe /t
  14. taskkill /f /im TenioDL.exe /t
  15. taskkill /f /im CrossProxy.exe /t
  16. taskkill /f /im uu.exe /t
  17. taskkill /f /im uu_ball.exe /t
  18. taskkill /f /im uu_render.exe /t
  19. taskkill /f /im LeagueClient.exe /t
  20. taskkill /f /im TenioDL.exe /t
  21. taskkill /f /im LeagueClientUxRender.exe /t
  22. taskkill /f /im LeagueClientUx.exe /t
  23. taskkill /f /im LeagueCrashHandler.exe /t
  24. del /s/q "D:\League of Legends\LeagueClient\LeagueCrashHandler.exe"
  25. rd /S /Q "D:\League of Legends\TCLS\plugins"
  26. del /s/q "D:\League of Legends\TCLS\assistant.exe"
  27. del /s/q "D:\League of Legends\TCLS\backgrounddownloader.exe"
  28. del /s/q "D:\League of Legends\TCLS\bugreport.exe"
  29. del /s/q "D:\League of Legends\TCLS\ChangeSTDLL.dll"
  30. del /s/q "D:\League of Legends\TCLS\Repair.exe"
  31. del /s/q "D:\League of Legends\TCLS\QBBlink\BugReport.exe"
  32. del /s/q "D:\League of Legends\TCLS\QBBlink\tgp_minibrowser.exe"
  33. rem --ren可以重命名文件夹和文件
  34. ren "D:\League of Legends\TCLS\Tenio\TenioDL" "TenioDL1"
  35. del /s/q "D:\League of Legends\TCLS\TenProtect\BugTrace.dll"
  36. del /s/q "D:\League of Legends\TCLS\TenProtect\BugTrace.ini"
  37. del /s/q "D:\League of Legends\TCLS\TenProtect\BugTrack.dll"
  38. del /s/q "D:\League of Legends\TCLS\TenProtect\Ten\BugTrace.dll"
  39. del /s/q "D:\League of Legends\TCLS\TenProtect\Ten\BugTrace.ini"
  40. rem --D:\League of Legends\Game\AntiCheatExpert   不能启动游戏
  41. rem --D:\League of Legends\TCLS\TenProtect\AntiCheatExpert 登录后没反应
  42. rem --D:\League of Legends\LeagueClient\AntiCheatExpert不能登录
  43. del /s/q "D:\League of Legends\TCLS\ACE-Helper.exe"
  44. del /s/q "D:\League of Legends\TCLS\ACE-Helper.dat"
  45. del /s/q D:\League of Legends\TCLS\TenProtect\ACE-BASE.sys"
  46. del /s/q "D:\League of Legends\LeagueClient\ACE-Helper.dat"
  47. del /s/q "D:\League of Legends\LeagueClient\ACE-Helper.exe"
  48. del /s/q "D:\League of Legends\log\*.log"
  49. del /s/q "D:\League of Legends\Logs\Maestro Logs\*.log"
  50. del /s/q "D:\League of Legends\TCLS\ALog\*.log"
  51. del /s/q "D:\League of Legends\Air\log\*.log"
  52. del /s/q "D:\League of Legends\Air\logs\*.log"
  53. del /s/q "D:\League of Legends\Cross\log\*.log"
  54. del /s/q "D:\League of Legends\Cross\Logs\*.log"
  55. del /s/q "D:\League of Legends\Game\*.log"
  56. del /s/q "D:\League of Legends\Game\Logs\Maestro Logs\*.log"
  57. del /s/q "D:\League of Legends\TCLS\tlog\*.log"
  58. del /s/q "D:\League of Legends\Game\Logs\Network Logs\*.txt"
  59. del /s/q "D:\League of Legends\TCLS\tlog\*.txt"
  60. del /s/q "D:\League of Legends\Game\Logs\Game - R3d Logs\*.txt"
  61. del /s/q "D:\League of Legends\TCLS\patchs\*.*"
  62. rd /S /Q "D:\League of Legends\Cross"
  63. rd /S /Q "D:\League of Legends\LeagueClient\TQM"
  64. rem 删除后没办法客户端登录 "D:\League of Legends\TCLS\TenProtect"
  65. rd /S /Q "D:\WeGame\tgppatches"
  66. rd /S /Q "D:\League of Legends\Game\Logs"
  67. rd /S /Q "D:\League of Legends\Riot Client\log"
  68. rd /S /Q "D:\League of Legends\WeGameLauncher\log"
  69. rd /S /Q "D:\League of Legends\Riot Client Data\User Data\Logs"
  70. rd /S /Q "D:\League of Legends\.tiny_cache"
  71. rd /S /Q "D:\League of Legends\WeGameLauncher\log"
  72. rd /S /Q "D:\League of Legends\Game\Logs"
  73. rd /S /Q "D:\WeGame\log"
  74. rd /S /Q "D:\WeGame\apps\Rail\GameLinker\GameHost\logs"
  75. rd /S /Q "D:\WeGame\TLog"
  76. rd /S /Q "D:\WeGame\tcls\TLog"
  77. rd /S /Q "D:\WeGame\apps\Pallas\log"
  78. rd /S /Q "D:\WeGame\tcls\Tenio\TenioDL\Logs"
  79. rd /S /Q "D:\WeGame\apps\Rail\log"
  80. rd /S /Q "D:\WeGame\log\tcls\log"
  81. rd /S /Q "D:\WeGame\apps\Cross\Log"
  82. rd /S /Q "D:\League of Legends\LeagueClient\NetworkAssist"
  83. rd /S /Q "D:\League of Legends\Game\Cookies"
  84. rd /S /Q "D:\League of Legends\Riot Client Data"
  85. rd /S /Q "D:\WeGame\config_backup"
  86. rd /S /Q "D:\WeGame\tcls\UIShellRes"
  87. rd /S /Q "D:\WeGame\apps\CF"
  88. rd /S /Q "D:\WeGame\apps\dalong_client"
  89. rd /S /Q "D:\WeGame\apps\DNF"
  90. rd /S /Q "D:\WeGame\apps\start_client"
  91. rd /S /Q "D:\WeGame\apps\tencent_cloud"
  92. rd /S /Q "D:\WeGame\apps\WeGamePlayer"
  93. rd /S /Q "D:\WeGame\apps\Cross\Log"
  94. rem 删除后没有打野计时 /S /Q "D:\WeGame\acceleration"
  95. rd /S /Q "D:\WeGame\cachedata"
  96. rd /S /Q "D:\WeGame\client_config"
  97. rd /S /Q "D:\WeGame\crash_x64"
  98. rd /S /Q "D:\WeGame\qbblink"
  99. rd /S /Q "D:\League of Legends\WeGameLauncher"
  100. rd /S /Q "D:\League of Legends\_RepoUpdateTempCopy_"
  101. rd /S /Q "C:\Users\Administrator\Documents\League of Legends"
  102. rd /S /Q "C:\Users\Administrator\AppData\Roaming\Tencent"
  103. rd /S /Q "C:\$RECYCLE.BIN"
  104. rd /S /Q "C:\System Volume Information"
  105. rd /S /Q "D:\$RECYCLE.BIN"
  106. rd /S /Q "D:\System Volume Information"
  107. rd /S /Q "e:\$RECYCLE.BIN"
  108. rd /S /Q "e:\System Volume Information"
  109. rd /S /Q "E:\KwDownload"
  110. rd /S /Q "F:\$RECYCLE.BIN"
  111. rd /S /Q "F:\System Volume Information"
  112. rd /S /Q "G:\$RECYCLE.BIN"
  113. rd /S /Q "G:\System Volume Information"
  114. pushd D:\League of Legends
  115. for /f "delims=" %%a in ('dir /b /s /ad^|findstr "2023"') do rd /s /q "%%a"
  116. for /f "delims=" %%i in ('dir /b /s /a-d^|findstr "2023"') do del /a /f /q "%%i"
  117. rd /S /Q "D:\League of Legends\TCLS\log"
  118. rd /S /Q "D:\League of Legends\TCLS\Data"
  119. rd /S /Q "D:\League of Legends\LeagueClient\FeedBack"
  120. del /s/q "D:\League of Legends\LeagueClient\FeedBack\FeedBack.exe"
  121. rd /S /Q "C:\Program Files\AntiCheatExpert"
  122. rd /S /Q "D:\League of Legends\Game\Logs"
  123. rd /S /Q "D:\League of Legends\Riot Client Data"
  124. rd /S /Q "D:\League of Legends\Riot Client\log"
  125. rd /S /Q "C:\Program Files\AntiCheatExpert"
  126. rd /S /Q "D:\League of Legends\LeagueClient\FeedBack"
  127. rd /S /Q "D:\League of Legends\rail_files"
  128. rd /S /Q "C:\Users\Administrator\AppData\Local\RailCrashReport"
  129. rd /S /Q "C:\Users\Administrator\AppData\Local\Riot Games"
  130. rd /S /Q "C:\Users\Administrator\AppData\Local\Tencent"
  131. rd /S /Q "C:\Users\Administrator\AppData\Local\rail"
  132. rd /S /Q "C:\Users\Administrator\Documents\League of Legends"
  133. rd /S /Q "C:\Users\Administrator\AppData\Local\Riot Games"
  134. rd /S /Q "C:\ProgramData\Riot Games"
  135. rd /S /Q "C:\Users\Administrator\AppData\Roaming\Tencent"
  136. PAUSE     
  137. exit
复制代码

TOP

本帖最后由 lovekix 于 2023-9-18 08:54 编辑
  1. @ ECHO OFF
  2. taskkill /f /im RiotClientServices.exe /t
  3. taskkill /f /im RiotClientCrashHandler.exe /t
  4. taskkill /f /im rail.exe /t
  5. taskkill /f /im pallas.exe /t
  6. taskkill /f /im wegame.exe /t
  7. taskkill /f /im QQProtect.exe /t
  8. taskkill /f /im TP3Helper.exe /t
  9. taskkill /f /im LeagueClientUxRender.exe /t
  10. taskkill /f /im browser.exe /t
  11. taskkill /f /im SGuard64.exe /t
  12. taskkill /f /im SGuardSvc64.exe /t
  13. taskkill /f /im SGuardUpdate64.exe /t
  14. taskkill /f /im TenioDL.exe /t
  15. taskkill /f /im CrossProxy.exe /t
  16. --taskkill /f /im uu.exe /t
  17. --taskkill /f /im uu_ball.exe /t
  18. --taskkill /f /im uu_render.exe /t
  19. taskkill /f /im LeagueClient.exe /t
  20. taskkill /f /im TenioDL.exe /t
  21. taskkill /f /im LeagueClientUxRender.exe /t
  22. taskkill /f /im LeagueClientUx.exe /t
  23. taskkill /f /im LeagueCrashHandler.exe /t
  24. taskkill /f /im TASLogin.exe /t
  25. taskkill /f /im client.exe /t
  26. taskkill /f /im TenioDL.exe /t
  27. taskkill /f /im tgp_browser.exe /t
  28. taskkill /f /im TinyDL.exe /t
  29. del /s/q "D:\League of Legends\LeagueClient\LeagueCrashHandler.exe"
  30. rd /S /Q "D:\League of Legends\TCLS\plugins"
  31. del /s/q "D:\League of Legends\TCLS\assistant.exe"
  32. del /s/q "D:\League of Legends\TCLS\backgrounddownloader.exe"
  33. del /s/q "D:\League of Legends\TCLS\bugreport.exe"
  34. del /s/q "D:\League of Legends\TCLS\ChangeSTDLL.dll"
  35. del /s/q "D:\League of Legends\TCLS\Repair.exe"
  36. del /s/q "D:\League of Legends\TCLS\QBBlink\BugReport.exe"
  37. --del /s/q "D:\League of Legends\TCLS\QBBlink\tgp_minibrowser.exe"
  38. rem --ren可以重命名文件夹和文件
  39. ren "D:\League of Legends\TCLS\Tenio\TenioDL" "TenioDL1"
  40. rd /S /Q "D:\League of Legends\TCLS\Tenio\TenioDL"
  41. rd /S /Q "D:\League of Legends\LeagueClient\GVoiceLog"
  42. rd /S /Q "D:\League of Legends\LeagueClient\GVoiceTQos"
  43. del /s/q "D:\League of Legends\TCLS\TenProtect\BugTrace.dll"
  44. del /s/q "D:\League of Legends\TCLS\TenProtect\BugTrace.ini"
  45. del /s/q "D:\League of Legends\TCLS\TenProtect\BugTrack.dll"
  46. del /s/q "D:\League of Legends\TCLS\TenProtect\Ten\BugTrace.dll"
  47. del /s/q "D:\League of Legends\TCLS\TenProtect\Ten\BugTrace.ini"
  48. rd /S /Q "D:\League of Legends\rail_files"
  49. rem --D:\League of Legends\Game\AntiCheatExpert   不能启动游戏
  50. rem --D:\League of Legends\TCLS\TenProtect\AntiCheatExpert 登录后没反应
  51. rem --D:\League of Legends\LeagueClient\AntiCheatExpert不能登录
  52. del /s/q "D:\League of Legends\TCLS\ACE-Helper.exe"
  53. del /s/q "D:\League of Legends\TCLS\ACE-Helper.dat"
  54. del /s/q D:\League of Legends\TCLS\TenProtect\ACE-BASE.sys"
  55. del /s/q "D:\League of Legends\LeagueClient\ACE-Helper.dat"
  56. del /s/q "D:\League of Legends\LeagueClient\ACE-Helper.exe"
  57. rd /S /Q "D:\League of Legends\Riot Client\Cross"
  58. rd /S /Q "D:\League of Legends\Riot Client\Resources"
  59. del /s/q "D:\League of Legends\log\*.log"
  60. del /s/q "D:\League of Legends\Logs\Maestro Logs\*.log"
  61. del /s/q "D:\League of Legends\TCLS\ALog\*.log"
  62. del /s/q "D:\League of Legends\Air\log\*.log"
  63. del /s/q "D:\League of Legends\Air\logs\*.log"
  64. del /s/q "D:\League of Legends\Cross\log\*.log"
  65. del /s/q "D:\League of Legends\Cross\Logs\*.log"
  66. del /s/q "D:\League of Legends\Game\*.log"
  67. del /s/q "D:\League of Legends\Game\Logs\Maestro Logs\*.log"
  68. del /s/q "D:\League of Legends\TCLS\tlog\*.log"
  69. del /s/q "D:\League of Legends\Game\Logs\Network Logs\*.txt"
  70. del /s/q "D:\League of Legends\TCLS\tlog\*.txt"
  71. del /s/q "D:\League of Legends\Game\Logs\Game - R3d Logs\*.txt"
  72. del /s/q "D:\League of Legends\TCLS\patchs\*.*"
  73. rd /S /Q "D:\League of Legends\Cross"
  74. rd /S /Q "D:\League of Legends\LeagueClient\TQM"
  75. rem 删除后没办法客户端登录 "D:\League of Legends\TCLS\TenProtect"
  76. rd /S /Q "D:\WeGame\tgppatches"
  77. rd /S /Q "D:\League of Legends\Game\Logs"
  78. rd /S /Q "D:\League of Legends\Riot Client\log"
  79. rd /S /Q "D:\League of Legends\WeGameLauncher\log"
  80. rd /S /Q "D:\League of Legends\Riot Client Data\User Data\Logs"
  81. rd /S /Q "D:\League of Legends\.tiny_cache"
  82. rd /S /Q "D:\League of Legends\WeGameLauncher\log"
  83. rd /S /Q "D:\League of Legends\Game\Logs"
  84. rd /S /Q "D:\WeGame\log"
  85. rd /S /Q "D:\WeGame\apps\Rail\GameLinker\GameHost\logs"
  86. rd /S /Q "D:\WeGame\TLog"
  87. rd /S /Q "D:\WeGame\tcls\TLog"
  88. rd /S /Q "C:\Users\Administrator\AppData\Roaming\Tencent\英雄联盟"
  89. rd /S /Q "D:\League of Legends\rail_files "
  90. rd /S /Q "D:\League of Legends\TCLS\tlog"
  91. rd /S /Q "D:\League of Legends\TCLS\ALog"
  92. rd /S /Q "D:\League of Legends\TCLS\Tenio\wxlog_client"
  93. rd /S /Q "D:\League of Legends\TCLS\tlog"
  94. del /s/q "D:\League of Legends\LeagueClient\debug.log"
  95. rd /S /Q "D:\WeGame\apps\Pallas\log"
  96. rd /S /Q "D:\WeGame\tcls\Tenio\TenioDL\Logs"
  97. rd /S /Q "D:\WeGame\apps\Rail\log"
  98. rd /S /Q "D:\WeGame\log\tcls\log"
  99. rd /S /Q "D:\WeGame\apps\Cross\Log"
  100. rd /S /Q "D:\League of Legends\LeagueClient\NetworkAssist"
  101. rd /S /Q "D:\League of Legends\Game\Cookies"
  102. rd /S /Q "D:\League of Legends\Riot Client Data"
  103. rd /S /Q "D:\WeGame\config_backup"
  104. rd /S /Q "D:\WeGame\tcls\UIShellRes"
  105. rd /S /Q "D:\WeGame\apps\CF"
  106. rd /S /Q "D:\WeGame\apps\dalong_client"
  107. rd /S /Q "D:\WeGame\apps\DNF"
  108. rd /S /Q "D:\WeGame\apps\start_client"
  109. rd /S /Q "D:\WeGame\apps\tencent_cloud"
  110. rd /S /Q "D:\WeGame\apps\WeGamePlayer"
  111. rd /S /Q "D:\WeGame\apps\Cross\Log"
  112. rem 删除后没有打野计时 /S /Q "D:\WeGame\acceleration"
  113. rd /S /Q "D:\WeGame\cachedata"
  114. rd /S /Q "D:\WeGame\client_config"
  115. rd /S /Q "D:\WeGame\crash_x64"
  116. rd /S /Q "D:\WeGame\qbblink"
  117. rd /S /Q "D:\League of Legends\WeGameLauncher"
  118. rd /S /Q "D:\League of Legends\_RepoUpdateTempCopy_"
  119. rd /S /Q "C:\Users\Administrator\Documents\League of Legends"
  120. rd /S /Q "C:\Users\Administrator\AppData\Roaming\Tencent"
  121. rd /S /Q "C:\$RECYCLE.BIN"
  122. rd /S /Q "C:\System Volume Information"
  123. rd /S /Q "D:\$RECYCLE.BIN"
  124. rd /S /Q "D:\System Volume Information"
  125. rd /S /Q "e:\$RECYCLE.BIN"
  126. rd /S /Q "e:\System Volume Information"
  127. rd /S /Q "E:\KwDownload"
  128. rd /S /Q "F:\$RECYCLE.BIN"
  129. rd /S /Q "F:\System Volume Information"
  130. rd /S /Q "G:\$RECYCLE.BIN"
  131. rd /S /Q "G:\System Volume Information"
  132. pushd D:\League of Legends
  133. for /f "delims=" %%a in ('dir /b /s /ad^|findstr "2023"') do rd /s /q "%%a"
  134. for /f "delims=" %%i in ('dir /b /s /a-d^|findstr "2023"') do del /a /f /q "%%i"
  135. rd /S /Q "D:\League of Legends\TCLS\log"
  136. rd /S /Q "D:\League of Legends\TCLS\Data"
  137. rd /S /Q "D:\League of Legends\LeagueClient\FeedBack"
  138. del /s/q "D:\League of Legends\LeagueClient\FeedBack\FeedBack.exe"
  139. rd /S /Q "C:\Program Files\AntiCheatExpert"
  140. rd /S /Q "D:\League of Legends\Game\Logs"
  141. rd /S /Q "D:\League of Legends\Riot Client Data"
  142. rd /S /Q "D:\League of Legends\Riot Client\log"
  143. rd /S /Q "C:\Program Files\AntiCheatExpert"
  144. rd /S /Q "D:\League of Legends\LeagueClient\FeedBack"
  145. rd /S /Q "C:\Users\Administrator\AppData\Local\RailCrashReport"
  146. rd /S /Q "C:\Users\Administrator\AppData\Local\Riot Games"
  147. rd /S /Q "C:\Users\Administrator\AppData\Local\Tencent"
  148. rd /S /Q "C:\Users\Administrator\AppData\Local\rail"
  149. rd /S /Q "C:\Users\Administrator\Documents\League of Legends"
  150. rd /S /Q "C:\Users\Administrator\AppData\Local\Riot Games"
  151. rd /S /Q "C:\ProgramData\Riot Games"
  152. rd /S /Q "C:\Users\Administrator\AppData\Roaming\Tencent"
  153. PAUSE     
  154. exit
复制代码
有3个问题     
1 不知道删除了什么    每次登录 都要验证码
2 ACE  进程每次都要结束不了
3 游戏结束  结算的时候没有 详细信息

TOP

本帖最后由 lovekix 于 2023-11-16 19:08 编辑
  1. rd /S /Q "D:\League of Legends\Game\Config"
  2. rd /S /Q "D:\League of Legends\LeagueClient\AntiCheatExpert\InGame\x86"
  3. rd /S /Q "D:\League of Legends\LeagueClient\AntiCheatExpert\SGuard\x86"
  4. rd /S /Q "D:\League of Legends\LeagueClient\Config"
  5. rd /S /Q "D:\League of Legends\LeagueClient\DATA"
  6. rd /S /Q "D:\League of Legends\TCLS\ui\new"
  7. del /s/q "D:\League of Legends\Game\AntiCheatExpert\InGame\x64\csiw1.dat"
  8. del /s/q "D:\League of Legends\LeagueClient\ACE-GDPClient32.dll"
  9. del /s/q "D:\League of Legends\LeagueClient\ACE-GDPOpenProtocol32.tdr"
  10. del /s/q "D:\League of Legends\LeagueClient\ACE-Tips-Message32.dll"
  11. del /s/q "D:\League of Legends\LeagueClient\ACE-Tips-Render32.dll"
  12. del /s/q "D:\League of Legends\LeagueClient\GameLoader.exe"
  13. del /s/q "D:\League of Legends\LeagueClient\lockfile"
  14. del /s/q "D:\League of Legends\LeagueClient\UxRpcs.dll"
  15. del /s/q "D:\League of Legends\TCLS\config\__commonconfig.cfg.tmp"
  16. del /s/q "D:\League of Legends\TCLS\config\dirserverdynamic.ini"
  17. del /s/q "D:\League of Legends\TCLS\config\LoginQ.dat"
  18. del /s/q "D:\League of Legends\TCLS\config\QosConfig.ini"
  19. del /s/q "D:\League of Legends\TCLS\config\SeriQ.dat"
  20. del /s/q "D:\League of Legends\TCLS\config\versionserverconfigdynamic.ini"
  21. del /s/q "D:\League of Legends\TCLS\repair\p2papp.dll"
  22. del /s/q "D:\League of Legends\TCLS\repair\rpprompt.ini"
  23. del /s/q "D:\League of Legends\TCLS\repair\rpver.dll"
  24. del /s/q "D:\League of Legends\TCLS\TenProtect\ACE-BASE.sys"
  25. del /s/q "D:\League of Legends\TCLS\__mmog_data.xml.bak"
  26. del /s/q "D:\League of Legends\TCLS\__mmog_data.xml.tmp"
  27. del /s/q "D:\League of Legends\TCLS\accelerator.ini"
  28. del /s/q "D:\League of Legends\TCLS\msvcp100.dll.bak"
  29. del /s/q "D:\League of Legends\TCLS\msvcr100.dll.bak"
  30. del /s/q "D:\League of Legends\TCLS\Speed.log"
  31. del /s/q "D:\League of Legends\TCLS\wegame_launch.tmp"
复制代码
上传一个  在用版本
https://wwrj.lanzoue.com/iASvd1f1rdzi

TOP

返回列表