Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Windows Registry Editor Version 5.00
- ; Open With context menu without Search the Store (AveYo: dialog opens directly so no cascade menu selection)
- [-HKEY_CLASSES_ROOT\*\shell\openas]
- ; to undo, simply copy paste just the entries above this line into a new file undo.reg and execute
- [HKEY_CLASSES_ROOT\*\shell\openas]
- "MUIVerb"="@shell32.dll,-5376"
- "Icon"="OpenWith.exe,0"
- [HKEY_CLASSES_ROOT\*\shell\openas\command]
- @="OpenWith.exe -override \"%1\""
- "DelegateExecute"="{e44e9428-bdbc-4987-a099-40dc8fd255e7}"
- [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
- "NoUseStoreOpenWith"=dword:00000001
- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
- "NoUseStoreOpenWith"=dword:00000001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement