Saveing the follwing text as a .reg file & merging is most likely all you need:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\open]
@=-
Keith
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear All,
I made a mistake with registry editing because I thought that some files were not opening. Fortunately, it turned out okay, but this has left me with a strange problem. Whilst opening EXE files, the context menu displays the code "%1" %1, which I remember from the regedit (which I have restored to the defaults, I hope).
This only seems to affect EXE files and shortcuts to EXEs, and they still open (thankfully), but the absence of the "open" is disconcerting me quite a lot. Is there a way the original "open" can be restored?
Thanks in advance!
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Saveing the follwing text as a .reg file & merging is most likely all you need:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\open]
@=-
Keith
You're welcome. Thanks for the feedback & for marking my reply as 'Answer'.
Keith
This worked! Thank you very much indeed!
If the registry key
HKEY_CURRENT_USER\Software\Classes.exe
or
HKEY_CURRENT_USER\Software\Classes\exefile
exists, delete it. Then make sure that your registry entries match the following:
Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\open
Class Name: <NO CLASS>
Last Write Time: 5/2/2019 - 9:20 AM
Value 0
Name: EditFlags
Type: REG_BINARY
Data:
00000000 00 00 00 00 ....
Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Classes\exefile\shell\open\command
Class Name: <NO CLASS>
Last Write Time: 5/2/2019 - 9:20 AM
Value 0
Name: <NO NAME>
Type: REG_SZ
Data: "%1" %*
Value 1
Name: IsolatedCommand
Type: REG_SZ
Data: "%1" %*
Keith