Advertisement
MGT

wipesteam.bat

MGT
Apr 11th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. @echo off
  2. color 2
  3. echo ---------------------------------------------------
  4.  
  5. echo -------- - Hide Recent Games (Version 2) - --------
  6. echo ---------------------------------------------------
  7. echo ------- - Made by Homer3000 and Weedlove - ------
  8. echo ------- - Thanks to tundra and noskillch - ------
  9.  
  10. rem For help visit the guide on Steam Community page
  11. rem "http://steamcommunity.com/sharedfiles/filedetails/?id=633673692"
  12.  
  13. echo ---------------------------------------------------
  14. echo Step 1/7
  15. echo Changing to offline mode in friendslist...
  16. echo ---------------------------------------------------
  17. start steam://friends/status/offline
  18. ping 127.0.0.1 -n 3 >nul 2>&1
  19. echo ...
  20.  
  21. echo ---------------------------------------------------
  22. echo Step 2/7
  23. echo Opening first video...
  24. echo ---------------------------------------------------
  25. start steam://run/413851
  26. ping 127.0.0.1 -n 5 >nul 2>&1
  27. echo ...
  28.  
  29. echo ---------------------------------------------------
  30. echo Step 3/7
  31. echo Opening second video...
  32. echo ---------------------------------------------------
  33. start steam://run/413857
  34. ping 127.0.0.1 -n 5 >nul 2>&1
  35. echo ...
  36.  
  37. echo ---------------------------------------------------
  38. echo Step 4/7
  39. echo Opening third video...
  40. echo ---------------------------------------------------
  41. start steam://run/413859
  42. ping 127.0.0.1 -n 5 >nul 2>&1
  43. echo ...
  44.  
  45. echo ---------------------------------------------------
  46. echo Step 5/7
  47. echo Opening fourth video...
  48. echo ---------------------------------------------------
  49. start steam://run/413856
  50. ping 127.0.0.1 -n 7 >nul 2>&1
  51. echo ...
  52.  
  53. echo ---------------------------------------------------
  54. echo Step 6/7
  55. echo Killing Steam and video processes...
  56. echo ---------------------------------------------------
  57. ping 127.0.0.1 -n 1 >nul 2>&1
  58. taskkill.exe /F /IM Steam.exe
  59. ping 127.0.0.1 -n 1 >nul 2>&1
  60. taskkill.exe /F /IM html5app_steam.exe
  61. ping 127.0.0.1 -n 3 >nul 2>&1
  62. echo ...
  63.  
  64. echo ---------------------------------------------------
  65. echo Step 7/7
  66. echo Restarting Steam...
  67. echo ---------------------------------------------------
  68. ping 127.0.0.1 -n 1 >nul 2>&1
  69. start steam://url/SteamIDMyProfile
  70. ping 127.0.0.1 -n 5 >nul 2>&1
  71. echo ...
  72.  
  73. echo ---------------------------------------------------
  74. echo Please verfiy that the history has been cleared.
  75. echo If not, please restart the batch file.
  76. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement