From 098b0eb52c92f41cee4aed5a69e24474333e011f Mon Sep 17 00:00:00 2001 From: Sage Skyler <104058571+sageyx2002@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:23:50 +0200 Subject: [PATCH] Update README.md Added link and closing paragraph --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 496f109..c4c608d 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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.