Recently we posted a simple script to toggle "Show hidden files and folders" option in Windows:
Create Simple Script to Show / Hide Hidden Files and Folders in Windows XP, Vista and 7
And now we'll tell you how to add an option "Show / Hide Hidden Files" in Desktop and Explorer context menu (menu which appears when you right-click) to make the task faster and easier.

In Windows XP, you'll need to right-click on a folder to get the option. In Windows Vista and 7, you can right-click on an empty area in Explorer or Desktop to get the option.
HOW-TO:
Simply download following ZIP file, extract it and run the "Install.exe" file present in the "Windows XP" or "Windows Vista and 7" folders depending upon which Windows are you using.
It'll automatically install the required files and will ask you to add the option into Windows Registry, accept the confirmation by clicking on "Yes" button and then OK.
Posted by: Vishal Gupta | Categories: Windows 7, Windows Vista, Windows XP
TheAslan
Is it possible to get a shortcut in contextmenu in Windows 7 what restarts your computer in safe mode?
VG
^^ Sorry to say but I dont think there is any direct command to boot into Safe mode which can be used to create an entry into context menu.
jaggedben
This is almost perfect, but for some reason the 'Show / Hide ..." item is appearing between "Paste" and "Paste Shortcut" in the Context Menu instead of below it as in the picture. Any way to fix the order? I know, picky, but it just makes sense for the two "Paste" items to be next to each other.
VG
^^ I have no idea why its showing between those options for you.
Feroz
It is not working in my xp sp3...
Canons
Works on win8 too
Raf
It works after i enable this pop up "registry editing has been disabled by administrator"
if not i might format the laptop...
thank you so much.
Vaibhav
Hey Vishal, i want ask that how to combine the following commands:
1. [HKEY_CLASSES_ROOT\Directory\background\shell\Making.System.File]
@="Make System File\\Folder"
[HKEY_CLASSES_ROOT\Directory\background\shell\Making.System.File\command]
@="cmd.exe /c attrib +s +h /s /d"
"IsolatedCommand"="cmd.exe /c attrib +s +h /s /d"
2. [HKEY_CLASSES_ROOT\Directory\background\shell\Unmaking.System.File]
@="Unmake System File\\Folder"
[HKEY_CLASSES_ROOT\Directory\background\shell\Unmaking.System.File\command]
@="cmd.exe /c attrib -s -h /s /d"
"IsolatedCommand"="cmd.exe /c attrib -s -h /s /d"
The thing is i want it to be just like your "Show / Hide Hidden Files" VB Script.
Your guidance is required, coz its a bit complicated.
ken
question
when i click start,the run ,is not seen,where is it hiding ,i know its there as i used almost a year ago when i was in hospital
thank
u
ken
VG
^^ You can open Taskbar Properties and there you can add Run to Start Menu. If you don't want to add this, you can directly launch RUN by pressing WIN+R keys together.
Vaibhav
Hey Vishal, i want ask that how to combine the following commands:
1. [HKEY_CLASSES_ROOT\Directory\background\shell\Making.System.File]
@="Make System File\\Folder"
[HKEY_CLASSES_ROOT\Directory\background\shell\Making.System.File\command]
@="cmd.exe /c attrib +s +h /s /d"
"IsolatedCommand"="cmd.exe /c attrib +s +h /s /d"
2. [HKEY_CLASSES_ROOT\Directory\background\shell\Unmaking.System.File]
@="Unmake System File\\Folder"
[HKEY_CLASSES_ROOT\Directory\background\shell\Unmaking.System.File\command]
@="cmd.exe /c attrib -s -h /s /d"
"IsolatedCommand"="cmd.exe /c attrib -s -h /s /d"
The thing is i want it to be just like your "Show / Hide Hidden Files" VB Script.
Your guidance is required, coz its a bit complicated.
Kindly reply to my question, i really need help!!!
VG
^^ You just need to create 2 .REG files, one to make system file and the other to reset system attribute. Then you can call the batch files using batch script.