
CODE: [Copy to clipboard]2.Dim WshShell
Set WshShell=WScript.CreateObject("WScript.Shell")
WshShell.Run "rundll32 shell32.dll,Control_RunDLL MMSYS.CPL"
WScript.Sleep 1000
WshShell.SendKeys "i{ENTER}"
CODE: [Copy to clipboard]reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v ShowSuperHidden /t REG_DWORD /d 0 /f
CODE: [Copy to clipboard]REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray /v Services /t REG_DWORD /d 31 /f
taskkill /f /im explorer.exe
start explorer.exe
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |