Win7 64-bit right-click to add and hide system files and file extensions

Source: Internet
Author: User


Win7 64-bit right-click to add and hide system files and file extensions 1. Create a new document, enter the following code and save it as SuperHidden. reg01REGEDIT402 [HKEY_CLASSES_ROOT \ Directory \ Background \ shellex \ ContextMenuHandlers \ SuperHidden] 03 = "{00000000-0000-0000-0000-000000000012}" 04 [HKEY_CLASSES_ROOT \ CLSID \ {00000000-0000 -0000-0000-000000000012} \ InProcServer32] 05 @ = hex (2): 25, 53, 79,73, 65, 6d, 52, 6f, 6f, 25, 5c, 79, 65, 6d, 33,32, 5c, 73, \ 0668,64, 6f, 63,76, 77, 2e, 64, 6c, 6c, 0007 "Thre AdingModel "=" Apartment "08 www.2cto.com [HKEY_CLASSES_ROOT \ CLSID \ {00000000-0000-0000-0000-000000000012} \ Instance] 09" CLSID "=" {region} "10 [HKEY_CLASSES_ROOT \ CLSID \ {00000000-0000-0000-0000-000000000012} \ Instance \ InitPropertyBag] 11 "method" = "ShellExecute" 12 "Param1" = "SuperHidden. vbs "13" command "=" show/hide system files + extension "14" CLSID "=" {13709620-C279-11CE-A49E-444553540000} "15 [HKEY_CURRENT_U SER \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced] 16 "ShowSuperHidden" = dword: 0000000017 "Hidden" = dword: 00000002 2. Create a document, enter the code and save it as SuperHidden. vbs 01 'show/Hide System Files02 www.2cto.com Dim WSHShell03Set WSHShell = WScript. createObject ("WScript. shell ") 04sTitle1 =" SSH = 0 "05sTitle2 =" SSH = 1 "06if WSHShell. regRead ("HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ ShowSuper Hidden ") = 1 then07WSHShell. regWrite "HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ ShowSuperHidden", "0", "REG_DWORD" 08WSHShell. regWrite "HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Hidden", "2", "REG_DWORD" 09WSHShell. regWrite "HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ HideFileExt", "1", "REG_DWORD" 10 www.2cto.com WSHShell. regWrite "H KCR \ CLSID \ {00000000-0000-0000-0000-000000000012} \ Instance \ InitPropertyBag \ command "," Display System File + extension "," REG_SZ "11WSHShell. sendKeys "{F5} + {F10} e" 12 'wshshell. popup "Poof, they're gone! ", 1, sTitle1, vbInformation13else14WSHShell. regWrite "HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ ShowSuperHidden", "1", "REG_DWORD" 15WSHShell. regWrite "HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ Hidden", "1", "REG_DWORD" 16WSHShell. regWrite "HKCU \ Software \ Microsoft \ Windows \ CurrentVersion \ Explorer \ Advanced \ HideFileExt", "0", "REG_DWORD" 17WSHShell. regWrite "HKCR \ CLSID \ {00000000-0000-0000-0000-000000000012} \ Instance \ InitPropertyBag \ command", "Hide System File + extension", "REG_SZ" 18WSHShell. sendKeys "{F5} + {F10} e" 19 'wshshell. popup "Here they are! ", 1, sTitle2, vbInformation20 www.2cto.com end if21Set WSHShell = Nothing22WScript. quit (0) 3. Set superden den. copy vbs to the windows directory on drive C, and double-click SuperHidden. reg, modify the registry, and restart the computer. (If the anti-virus software installation dialog box pops up, always allow, and you can always check the ones that are allowed below ). Author's purple star Mark

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.