Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added link and closing paragraph
  • Loading branch information
sageyx2002 authored Aug 5, 2024
1 parent 046dac1 commit 098b0eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# VRChat File Cleaner
Did you ever reinstall VRChat just to find out you were still logged in, and your settings have not been reset?
Turns out VRChat stores a bunch of data on your machine that is not removed. You can utilize this script to remove all data associated with VRChat for a fresh install.
Turns out VRChat stores a bunch of data on your machine that is not removed. You can utilize this script to remove all data associated with VRChat for a fresh install. This script will remove all directories listed in the official [VRChat Documentation](https://docs.vrchat.com/docs/local-vrchat-storage) as shown below:


### Directories
### File Directories
- `%temp%\VRChat`
- `%UserProfile%\AppData\LocalLow\VRChat`

Expand All @@ -17,3 +16,6 @@ Assuming your Installation is on the `C:\` drive and your username is `User` the
### Registry Directory
- `HKEY_CURRENT_USER\SOFTWARE\VRChat`
- This Directory includes all Settings and Tokens of your account, once removed, you will have to sign in again and restore your settings. This can be useful should you encounter repeated login errors that are not resolved with a reboot.

This script was tested both on Windows 10 and Windows 11 as of August 2024, and should remain in working condition for a while. This repository will receive updates when needed.
Feel free to open an issue if you want to report bugs or fork and send a pull request if you want to contribute.

0 comments on commit 098b0eb

Please sign in to comment.