[添加右键]【显示隐藏的系统文件+扩展名】添加到右键菜单(可卸载)

时间:2012-08-24 10:04:56
【文件属性】:
文件名称:[添加右键]【显示隐藏的系统文件+扩展名】添加到右键菜单(可卸载)
文件大小:119KB
文件格式:RAR
更新时间:2012-08-24 10:04:56
添加 右键 显示 系统文件 扩展名 将"显示隐藏的系统文件+扩展名"添加到右键菜单,并且可以在开始菜单中卸载。 支持Windows 2000/XP/2003/Vista/2008/Win7 均经过本人测试可用。 程序由vbscript编写,由RAR压缩打包,添加注册表项。 附部分代码内容: ============================================ [HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\SuperHidden] @="{00000000-0000-0000-0000-000000000012}" [HKEY_CLASSES_ROOT\CLSID\{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_ROOT\CLSID\{00000000-0000-0000-0000-000000000012}\Instance] "CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}" [HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000012}\Instance\InitPropertyBag] "method"="ShellExecute" "Param1"="SuperHidden.vbs" "command"="显示/隐藏系统文件+扩展名" "CLSID"="{13709620-C279-11CE-A49E-444553540000}" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSuperHidden"=dword:00000000 "Hidden"=dword:00000002 ============================================ 'Show/Hide System Files Dim WSHShell Set WSHShell = WScript.CreateObject("WScript.Shell") sTitle1 = "SSH=0" sTitle2 = "SSH=1" if WSHShell.RegRead("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden") = 1 then WSHShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden", "0", "REG_DWORD" WSHShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden", "2", "REG_DWORD" WSHShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\HideFileExt", "1", "REG_DWORD" WSHShell.RegWrite "HKCR\CLSID\{00000000-0000-0000-0000-000000000012}\Instance\InitPropertyBag\command", "显示系统文件+扩展名", "REG_SZ" WSHShell.SendKeys "{F5}+{F10}e" 'WSHShell.Popup "Poof, they're gone!", 1, sTitle1, vbInformation else WSHShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ShowSuperHidden", "1", "REG_DWORD" WSHShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden", "1", "REG_DWORD" WSHShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\HideFileExt", "0", "REG_DWORD" WSHShell.RegWrite "HKCR\CLSID\{00000000-0000-0000-0000-000000000012}\Instance\InitPropertyBag\command", "隐藏系统文件+扩展名", "REG_SZ" WSHShell.SendKeys "{F5}+{F10}e" 'WSHShell.Popup "Here they are!", 1, sTitle2, vbInformation end if Set WSHShell = Nothing WScript.Quit(0)
【文件预览】:
“显示隐藏系统文件+扩展名”加入到右键.exe

网友评论

  • 齐全的很 收藏
  • 很全,什么都有了,感谢.
  • win764bit,执行了exe后,没效果啊,还我钱数
  • 在win7上是蛮好用的。
  • 不是病毒,是利用vb写如注册表而已
  • 这个功能没什么用吧
  • 我的木马清道夫检测也有木马
  • 我的金山也提示有毒
  • 不是病毒,是利用vb写如注册表而已
  • 360提示有毒。