Download ZIPボタンからダウンロードして解凍して、でてきたvrchat_delete_friend_location_registory.cmdをダブルクリック実行でいける気はする(てきとう
レジストリをいじるので心配な場合はバックアップとかしてください
| @echo off | |
| set KEY=HKEY_CURRENT_USER\SOFTWARE\VRChat\VRChat | |
| reg query %KEY% /f "FriendsPerLocation*" > VRChat_FriendsPerLocation_raw.txt | |
| find "FriendsPerLocation" < VRChat_FriendsPerLocation_raw.txt > VRChat_FriendsPerLocation_filtered.txt | |
| del VRChat_FriendsPerLocation_raw.txt | |
| for /f %%t in (VRChat_FriendsPerLocation_filtered.txt) do ( | |
| reg delete %KEY% /v "%%t" /f | |
| ) | |
| del VRChat_FriendsPerLocation_filtered.txt |
なんかVRChatの更新で不要になったらしいです。よかったよかった。