Very simple command line program I made that restarts Steam, I use this pretty often so I thought other people might too.
- Download
RestartSteam.zipfrom the latest release - Extract the contents to a safe location such as
%localappdata%\Programs\RestartSteamusing a program like 7-Zip - Create a shortcut to
RestartSteam.exeinC:\ProgramData\Microsoft\Windows\Start Menu\Programs- If you do this, the program will show up in Windows Search, so you can just search "RestartSteam"
- Make sure to add
-rto the end of the shortcut, additionally, you can add-yto the end of the shortcut to bypass the confirmation prompt - Recommended shortcut would look similar to
"C:\RestartSteam\RestartSteam.exe" -r -y
- Restart
explorer.exefor it to show up in Windows Search- You can do this in Task Manager by Right Clicking on
Windows Explorerand selectingRestart - Alternatively, open
CMDand run this command,taskkill /F /IM explorer.exe & start explorer
- You can do this in Task Manager by Right Clicking on
- -help
Displays all available commands - -github
Opens GitHub page - -restart
Restart Steam - -yes
Skip confirmation - -debug
Runs the app in debug mode - -version
Shows installed version