Right click menu to show/hide system files, extension

  

1, create a new text file, paste the following text into the original, save as SuperHidden.reg

REGEDIT4

[HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlersSuperHidden]@="{00000000-0000-0000-0000- 000000000012}"

[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-000000000012}InProcServer32]@=hex(2):25,53,79,73,74,65,6d,52,6f,6f ,74,25,5c,73,79,73,74,65,6d,33,32,5c,73,68,64,6f,63,76,77,2e,64,6c,6c,00"ThreadingModel "="Apartment"

[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-000000000012}Instance]"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"

[ ,null,null,3],HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-000000000012}InstanceInitPropertyBag]"method"="ShellExecute""Param1"="SuperHidden.vbs""command"="Show/Hide [System Files, Extensions]""CLSID"= "{13709620-C279-11CE-A49E-444553540000}"

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced]"ShowSuperHidden"=dword:00000000"Hidden"=dword:00000002

2, create a new file Paste the original script below and save it as SuperHidden.vbs

'Show/Hide System Files

Dim WSHShellSet WSHShell = WScript.CreateObject("WScript.Shell")sTitle1 = "SSH =0"sTitle2 = "SSH=1"

if WSHShell.RegRead("HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedShowSuperHidden") = 1 then

WSHShell.RegWrite "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedShowSuperHidden", "0", "REG_DWORD"WSHShell. RegWrite "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedHidden", "2", "REG_DWORD"WSHShell.RegWrite "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedHideFileExt", "1", "REG_DWORD"WSHShell.RegWrite "HKCRCLSID{00000000-0000-0000-0000-000000000012}InstanceInitPropertyBagcommand", "Display [System Files , extension]", "REG_SZ"WSHShell.SendKeys "{F5}+{F10}e"'WSHShell.Popup "Poof, they're gone!", 1, sTitle1, vbInformation

else

WSHShell.RegWrite "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedShowSuperHidden", "1", "REG_D WORD "WSHShell.RegWrite" HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedHidden "," 1 "," REG_DWORD "WSHShell.RegWrite" HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedHideFileExt "," 0 "," REG_DWORD "WSHShell.RegWrite" HKCRCLSID {00000000-0000-0000-0000-000000000012} InstanceInitPropertyBagcommand "," hidden [file system, extensions] "," REG_SZ "WSHShell.SendKeys" {F5} + {F10} e " 'WSHShell.Popup" Here they are! ", 1, sTitle2, vbInformation

end if

Set WSHShell = NothingWScript.Quit(0)

3, copy the SuperHidden.vbs file to your system's X:/windows/system directory (X is your system drive letter), Double-click superhidden.reg to import the information into the registry file. In this way, if you right-click on the blank location of the desktop or folder, you will see the option to [Show/Hide System Files, Extensions] in the menu. After clicking, the folder will be automatically refreshed without manual refresh.


Copyright © Windows knowledge All Rights Reserved