Controlling the Global User Directory: Difference between revisions

Readded windows registry editor bits, didn't have room in the undo thing to show that I was going to readd it. Just having it in the PRE block is much simpler.
(Undo revision 74406 by Lucario (talk) Two problems. 1. You can make seperate .reg files and flip between them, so you added an unnecessary step. 2. Nice catch with the other thing, but badly done.)
(Readded windows registry editor bits, didn't have room in the undo thing to show that I was going to readd it. Just having it in the PRE block is much simpler.)
Line 38: Line 38:


To create the LocalUserConfig registry key, open up notepad, paste the following in it and save it as a .reg file:
To create the LocalUserConfig registry key, open up notepad, paste the following in it and save it as a .reg file:
<pre>[HKEY_CURRENT_USER\Software\Dolphin Emulator]
<pre>Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Dolphin Emulator]
"LocalUserConfig"="1"</pre>
"LocalUserConfig"="1"</pre>


To remove the LocalUserConfig registry key and revert back to the Global User Config system, open up notepad, paste the following in it and save it as a .reg file:
To remove the LocalUserConfig registry key and revert back to the Global User Config system, open up notepad, paste the following in it and save it as a .reg file:
<pre>[HKEY_CURRENT_USER\Software\Dolphin Emulator]
<pre>Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Dolphin Emulator]
"LocalUserConfig"=-</pre>
"LocalUserConfig"=-</pre>