Controlling the Global User Directory: Difference between revisions

m
open up -> open. It's better to just say "open".
mNo edit summary
m (open up -> open. It's better to just say "open".)
Line 37: Line 37:
These registry keys can be created and removed with .reg files to make the process easier.
These registry keys can be created and removed with .reg files to make the process easier.


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 notepad, paste the following in it and save it as a .reg file:
<pre>Windows Registry Editor Version 5.00
<pre>Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Dolphin Emulator]
[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 notepad, paste the following in it and save it as a .reg file:
<pre>Windows Registry Editor Version 5.00
<pre>Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Dolphin Emulator]
[HKEY_CURRENT_USER\Software\Dolphin Emulator]