Steam: Hide Recent Game Activity bat

Posts 16 of 6 · Page 1 of 1
Steam: Hide Recent Game Activity bat
basic script that cleans your recent game activity
copy and paste the spoiler below in a text file and change to .bat



 
script
@echo off
color D
echo ---------------------------------------------------

echo -------- - Hide Recent Games (Version 3) - --------
echo ---------------------------------------------------

echo ---------------------------------------------------
echo Step 1/7
echo Changing to offline mode in friendslist...
echo ---------------------------------------------------
start steam://friends/status/offline
ping 127.0.0.1 -n 3 >nul 2>&1
echo ...

echo ---------------------------------------------------
echo Step 2/7
echo Opening first video...
echo ---------------------------------------------------
start steam://run/413851
ping 127.0.0.1 -n 5 >nul 2>&1
echo ...

echo ---------------------------------------------------
echo Step 3/7
echo Opening second video...
echo ---------------------------------------------------
start steam://run/413857
ping 127.0.0.1 -n 5 >nul 2>&1
echo ...

echo ---------------------------------------------------
echo Step 4/7
echo Opening third video...
echo ---------------------------------------------------
start steam://run/413859
ping 127.0.0.1 -n 5 >nul 2>&1
echo ...

echo ---------------------------------------------------
echo Step 5/7
echo Opening fourth video...
echo ---------------------------------------------------
start steam://run/413856
ping 127.0.0.1 -n 7 >nul 2>&1
echo ...

echo ---------------------------------------------------
echo Step 6/7
echo Killing Steam and video processes...
echo ---------------------------------------------------
ping 127.0.0.1 -n 1 >nul 2>&1
taskkill.exe /F /IM Steam.exe
ping 127.0.0.1 -n 1 >nul 2>&1
taskkill.exe /F /IM html5app_steam.exe
ping 127.0.0.1 -n 3 >nul 2>&1
echo ...

echo ---------------------------------------------------
echo Step 7/7
echo Restarting Steam...
echo ---------------------------------------------------
ping 127.0.0.1 -n 1 >nul 2>&1
start steam://url/SteamIDMyProfile
ping 127.0.0.1 -n 5 >nul 2>&1
echo ...

echo ---------------------------------------------------
stop
To be honest I didn't think this would work but it did thanks
Quote Originally Posted by juke892 View Post
To be honest I didn't think this would work but it did thanks
np //
Works well and quick, thanks for the post
oofff, I like! Works like a charm!! Thanks!!
Can confirm that it works like a charm - Thanks boub!
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?