Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I ran the MS powertoys to add a contextual menu "command prompt here" for easy command prompt access in Win7.

How can I get rid off it now ? There is a string to unistall it : c:\windows\rundll.exe setupx.dll,...

but this does not work on win7: do you lnow a way to remove that extra right click menu ?

regards

share|improve this question
Run powertoys again...? – Matt Ball Jun 13 '11 at 16:20
Windows 7 doesn't include MS DOS. – marto Jun 13 '11 at 16:27

migrated from stackoverflow.com Jul 12 '11 at 20:46

1 Answer

Open Registry Editor as an Administrator. Go to HKEY_CLASSES_ROOT\Directory\shell. Look for an extra key, maybe DosHere. Delete the extra key.

You should back up the registry beforehand, in case you accidentally delete the wrong key.

share|improve this answer
1  
This is correct, but it's [HKEY_CLASSES_ROOT\Directory\shell\cmd\command] – paradroid Jul 12 '11 at 20:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.