Link to home
Create AccountLog in
Avatar of dantali0n
dantali0n

asked on

Start Menu Problem: Right-Click, Manage Computer Broken

I have a Windows 2003 R2 x32 server that has a very odd issue.  Whenever I go to: Start->Right Click My Computer->Select "Manage" I get an "Open With" dialogue box.  Any suggestions for a fix would be greatly appreciated.

User generated image
User generated image
Avatar of MattyW
MattyW

when you run manage it launches mmc.exe

Can you run other exe files? There is a virus/malware going around that will change the registry so your computer does not recognize an .exe file.

Click Start, Run and type Command
Type the following commands one by one:
cd\windows
regedit

If Registry Editor opens successfully, then navigate to the following key:
HKEY_CLASSES_ROOT \ exefile \ shell \ open \ command

Double-click the (Default) value in the right pane
Delete the current value data, and then type:
"%1" %*
(ie., quote-percent-one-quote-space-percent-asterisk.)

Navigate to:
HKEY_CLASSES_ROOT\.exe

In the right-pane, set (default) to exefile
Exit the Registry Editor.
If you're unable to launch Regedit.exe even from Command Prompt, try this:

copy regedit.exe regedit.com
regedit.com
SOLUTION
Avatar of dantali0n
dantali0n

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of dantali0n

ASKER

Located the solution to the problem myself.
Problem fixed.