2024年5月14日发(作者:office2016专业增强版激活密钥)
真正可用的win7右键添加显示隐藏系统文件
经过WIN7旗舰版系统测试,以下方法真实可用。BLUEMEM以下代码另存
为:
'Show/Hide System Files by Herby
Dim WSHShell
Set WSHShell = Object("")
sTitle1 = "SSH=0"
sTitle2 = "SSH=1"
if
d("HKCUSoftwareMicrosoftWindowsCurrentVersionExplo
rerAdvancedShowSuperHidden") = 1 then
te
"HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedShow
SuperHidden","0", "REG_DWORD"
te
"HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedHidd
en","2","REG_DWORD"
ys "{F5}+{F10}e"
' "Poof, they're gone!", 1, sTitle1, vbInformation
else
te
"HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedShow
SuperHidden","1", "REG_DWORD"
1 / 3
te
"HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvancedHidd
en","1","REG_DWORD"
ys "{F5}+{F10}e"
' "Here they are!", 1, sTitle2, vbInformation
end if
Set WSHShell = Nothing
(0)
以下代码另存为:
REGEDIT4
[HKEY_CLASSES_ROOTDirectoryBackgroundshellexContextMenuHandlersSu
perHidden]@="{00000000-0000-0000-0012}"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-
}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-
}Instance]"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"
[HKEY_CLASSES_ROOTCLSID{00000000-0000-0000-0000-
}InstanceInitPropertyBag]
"method"="ShellExecute"
"Param1"="C:"
2 / 3
"command"="显示/隐藏系统文件"
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
把“”放在C:WINDOWS目录下,然后运行“”
导入注册表。
你右击鼠标就有显示、隐藏系统文件(包括隐藏文件).
3 / 3
发布者:admin,转转请注明出处:http://www.yc00.com/xitong/1715678671a2655036.html
评论列表(0条)