Removing the "Open in new window" context menu item without disabling the Win+E shortcut

2

On Windows 7, the Open in new window context menu item for folders can be removed from the right-click context menu by adding a LegacyDisable value to the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\opennewwindow 

By default, however, disabling the key in this way disables Windows 7's Win+E shortcut to opening an Explorer window. It's also possible that it disables other Windows shortcuts.

How can I disable the opennewwindow registry key without disabling the Win+E shortcut?

Hashim

Posted 2017-08-20T23:34:40.043

Reputation: 6 967

Answers

2

Try to add this key:

[HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
"ProgrammaticAccessOnly"=""

matrix

Posted 2017-08-20T23:34:40.043

Reputation: 194