Advertisement
aveyo

OpenWith_direct_context_menu.reg

Nov 13th, 2018
1,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 0.72 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. ; Open With context menu without Search the Store (AveYo: dialog opens directly so no cascade menu selection)
  4. [-HKEY_CLASSES_ROOT\*\shell\openas]
  5.  
  6. ; to undo, simply copy paste just the entries above this line into a new file undo.reg and execute
  7.  
  8. [HKEY_CLASSES_ROOT\*\shell\openas]
  9. "MUIVerb"="@shell32.dll,-5376"
  10. "Icon"="OpenWith.exe,0"
  11.  
  12. [HKEY_CLASSES_ROOT\*\shell\openas\command]
  13. @="OpenWith.exe -override \"%1\""
  14. "DelegateExecute"="{e44e9428-bdbc-4987-a099-40dc8fd255e7}"
  15.  
  16. [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
  17. "NoUseStoreOpenWith"=dword:00000001
  18.  
  19. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
  20. "NoUseStoreOpenWith"=dword:00000001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement