Skip to content

Instantly share code, notes, and snippets.

@OpportunityLiu
Created February 8, 2019 10:38
Show Gist options
  • Save OpportunityLiu/f72d1672a2aee0ebd9c789754853d437 to your computer and use it in GitHub Desktop.
Save OpportunityLiu/f72d1672a2aee0ebd9c789754853d437 to your computer and use it in GitHub Desktop.
Remove intel and nvidia settings in desktop context menu
rm HKLM:\SOFTWARE\Classes\Directory\background\shellex\ContextMenuHandlers\igfxDTCM -ErrorAction Continue
rm HKLM:\SOFTWARE\Classes\Directory\background\shellex\ContextMenuHandlers\NvCplDesktopContext -ErrorAction Continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment