How do you disable open with from right click by registry and how to disable winwordexe by registry?
Here is a registry change that always opens the "Open With" menu
with the box for "Always use this program ...." defaulted to
unselected. If your like me then you would rather not have that
option to "Always use this program ..." defaulted to Yes. Click on
Start>Run, key in RegEdit and press enter. Double left click on
each of these in the left pane. Once you've double left clicked on
comand you'll see the setting in the right pane. Just right click
on it and select Modify.
HKEY_Classes_Root\Unknown\Shell\OpenAs\command
Add a space and %2 to the end of the command, for example
C:\WINDOWS\rundll32.exe shell32.dll,OpenAs_RunDLL %1 %2