How to acess all PlayerPrefs (not after build)

i cant change my playerprefs without a c# script. i want to change them quickly to test something in the editor NOT IN THE FINAL BUILD/STANDALONE.
thank you for the help

PlayerPrefs are saved in registry, you can just go there and put whatever value you need. You have to generate the variable first, so you can either put it there manually, or run the game so your code will generate them.

PlayerPrefs are saved in: HKEY_CURRENT_USER\SOFTWARE"Company Name>"Product Name"

Standard disclaimer that editing registry values can lead to undesired behaviors and can be harmful to your operating system or other software, yada yada yada…