-
-
Notifications
You must be signed in to change notification settings - Fork 119
Home
- Your passwords are never collected
- No Steam Account information is sent to/from this application
- Your account information is safe
- This application is completely open-source. You can compile it yourself if you don't trust the official Releases.
Collecting info (Locally only):
- Account names are collected from
{SteamInstallLocation}\Steam\config\loginusers.vdf
- VAC info and profile pictures are collected from
https://steamcommunity.com/profiles/{steamID}?xml=1
Switching accounts: -
loginusers.vdf
Sets "RememberPassword" to "1" (true), "mostrecent" to "1" (true) of selected account. "mostrecent" to "0" for the rest. -
HKEY_CURRENT_USER\Software\Valve\Steam\AutoLoginUser
set to selected account's username. RememberPassword is set to True. - Any process with "Steam" is killed (Closed).
{SteamInstallLocation}\Steam\Steam.exe
is started. Steam does not "need" to be open or closed while switching accounts. Everything is automated.
You will need .NET Core Runtimes, from the next subheading
- Head to Releases and download either the x32 or x64 zip.
- Extract ALL files into a new folder. Location doesn't matter.
- Start
TcNo Account Switcher.exe
as Administrator (Required for killing Steam processes properly)
If your Steam is not in the default Program Files folder, you will be asked to locate and "Open"Steam.exe
. - Double-click an account, or select an account and click Login. Clicking the settings button will let you reset settings or profile pictures, start Steam as Administrator (launches as a normal user by default) or check accounts' VAC status again.
VAC Status is shown with a red border around the profile's image. A red border is shown for limited, game banned or VAC banned accounts.
To remove an account from the list: Right-click on an account and hit "Forget". This will remove it from loginusers.vdf
, the removed account will also not "remember the password" in the Steam launcher.
If you removed an account you didn't want to remove, you can 'restore' it and clear 'backups' from the settings window.
All trademarks and materials are the property of their respective owners and their licensors. This project is not affiliated with any companies referenced. This is not "Official" software or related to any companies mentioned. All it does is let you move your files around on your computer the same way you can. The use of names, icons and trademarks does not indicate endorsement of the trademark holder by this project or its creators, nor vice versa. They are only used to visually indicate which programs this project interacts with easily to the end-user.
By enabling optional features that scrape the web for publically available information (such as limited game/profile statistics and other data), you understand and accept full responsibility for doing so on your own volition. If you appreciate accurate information, support the services providing it directly. The information collected is incredibly limited and is no replacement or competitor for sites scraped.
I am not responsible for the contents of external links. For the rest of the disclaimer, refer to the License (GNU General Public License v3.0) file: https://github.com/TcNobo/TcNo-Acc-Switcher/blob/master/LICENSE - See sections like 15, 16 and 17, as well as GitHub's 'simplification' at the top of the above website.