Skip to content

Instantly share code, notes, and snippets.

Created January 12, 2015 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/7f580640ad368631cb8f to your computer and use it in GitHub Desktop.
Save anonymous/7f580640ad368631cb8f to your computer and use it in GitHub Desktop.
Razor Synapse Offline Mode without Logging in
<?xml version="1.0" encoding="utf-8"?>
<!-- copy & paste this in {user}\AppData\Local\Razer\Synapse\Accounts\RazerLoginData.xml and delete this line -->
<RazerLogins xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<StayLoggedIn>true</StayLoggedIn>
<LastLoginAccount>hax@hax.com</LastLoginAccount>
<AllLogins>
<SavedCredentials>
<Username>hax@hax.com</Username>
<Password>hax@hax.com</Password>
<Mode>Offline</Mode>
</SavedCredentials>
</AllLogins>
<LastLoginDate>2013-06-02T16:01:00.7743658-06:00</LastLoginDate>
<Version>1</Version>
</RazerLogins>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment