Enable or Disable Right-Click Context Menus in Windows Explorer

Have you ever had the context menus in Windows Explorer just completely disappear? There’s a simple registry hack that can turn the context menus off, which means you could also reverse that hack to re-enable the context menus.

enable-or-disable-rightclick-context-menus-in-windows-explorer photo 1 

This hack probably isn’t very useful for most people, but we like to explain all the hidden features, including the boring ones.

Manual Registry Hack

Open up regedit.exe through the start menu search or run box, and then browse down to the following key (create the key if it does not exist)

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

enable-or-disable-rightclick-context-menus-in-windows-explorer photo 2

Create a new 32-bit DWORD value on the right-hand side named NoViewContextMenu with one of these values:

  • Enable Context Menus: 0
  • Disable Context Menus: 1

The change should be instant, whether enabling or disabling the context menus.

Note that this setting could also be set under HKEY_LOCAL_MACHINE as well, so you should check both places if this doesn’t work.

Article Enable or Disable Right-Click Context Menus in Windows Explorer compiled by Original article here

More stories

Installing Flash Player in Firefox on Ubuntu Gutsy

I decided to upgrade my Mac Mini to Linux over the weekend with excellent results until I encountered an extremely annoying error in Firefox: “Additional plugins are required to display all the media on this page”. Going through the wizard a dozen times didn’t fix the problem, so what gives?

Remove "Map Network Drive" Menu Item from Windows Vista or XP

If you have never used the “Map Network Drive” dialog box, do you ever wonder how to get rid of it? Personally I only map drives from the command line so I never use it either… so I’m thankful there’s a registry hack that can remove the menu items.

Add "Open with Notepad" to the Context Menu for All Files

The default method of opening unknown files forces you to go through a list of known applications and is generally a pain to deal with. That’s why I like to have a context menu option for “Open with Notepad” so that I can quickly open up files without having to go through a lot of trouble.

Change SuperFetch to Only Cache System Boot Files in Vista

After writing the article last week about disabling SuperFetch, my good friend Daniel Spiewak commented that SuperFetch “loads the wrong thing more often than not”, which reminded me of a registry tweak… You can tell Windows to only cache the boot processes instead of everything.

Get Tabs for your PuTTY

It seems like everybody uses the free PuTTY client for accessing SSH from Windows, but the lack of a tabbed interface has kept me using the commercial SecureCRT application for years… until now.

Make Backspace Key Work Correctly in Firefox on Linux

If there’s one thing that drives me crazy about using multiple operating systems, it’s the inconsistency in keyboard shortcuts… when you hit the backspace key in Firefox on Windows it normally goes back to the previous page, but it doesn’t on Ubuntu Linux.

How to Disable SuperFetch on Windows Vista

The SuperFetch service in Windows Vista preloads your system’s memory with the applications that you use most often. This makes launching of those applications much faster, but it might be an unwanted behavior for system tweakers or gamers.