Where can i find the registry key "HKEY_CURRENT_USER\Control Panel\Desktop" [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.

Closed 12 years ago . Where can i find HKEY_CURRENT_USER\Control Panel\Desktop? 62.6k 18 18 gold badges 138 138 silver badges 165 165 bronze badges asked Feb 13, 2010 at 6:20 167 1 1 gold badge 4 4 silver badges 7 7 bronze badges this question sounds like a not-so-distant relative of "I can haz cheezeburger?" Commented Feb 13, 2010 at 6:41

You can find HKEY_CURRENT_USER\Control Panel\Desktop in HKEY_CURRENT_USER\Control Panel which you can find in HKEY_CURRENT_USER.

Commented Jul 9, 2010 at 2:19

3 Answers 3

Go to Start > Run > type " regedit" > Enter > then browse to that key.

answered Feb 13, 2010 at 6:22 2,596 2 2 gold badges 17 17 silver badges 21 21 bronze badges it says Windows cannot find 'regedit'. Commented Feb 13, 2010 at 6:26

What about "regedt32"? It is very odd that you are missing regedit; is it possible you have a virus? You might want to try running Malwarebytes Anti-Malware.

Commented Feb 13, 2010 at 7:30 I found in C:\WINDOWS but what i gonna do now? Commented Feb 13, 2010 at 8:13 run it and find the key.. Commented Feb 13, 2010 at 8:42

then in the Command Prompt, type:

dir C:\WINDOWS\regedit.exe 

and the file should be listed.

If you see instead

Directory of C:\WINDOWS

File Not Found

Then something very strange has happened.

But you can also try regedt32 in C:\WINDOWS\system32\regedt32.exe

If regedit.exe is where it should be, then Windows can't find it because C:\WINDOWS isn't in the path.
In a Command Prompt, enter echo %PATH%
Rr you can use the GUI: Start > Control Panel > System, click on the [Advanced] tab, and click the Environment Variables button.

In that poky little dialog, in the System Variables section is an entry for Path. Double-click on the "Path" entry, and there's an even tinier (and barely usable) dialog in which you're expected to be able to inspect and edit the semicolon-separated list of directories.

Scroll along the text field looking for entries like C:\WINDOWS and C:\WINDOWS\system32
I suspect they won't be there, in which case you'll need to add them:

Insert into the text field:

C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem; 

ensuring that the entries are separated by a semi-colon.