利用VBS删除桌面的默认IE图标,并自动F5刷新的VBS脚本,其实原理就是更改一下注册表的值为1 并且F5刷新而以~
Dim WSHShell
Set WshShell = WScript.CreateObject("WScript.Shell")
Rem
RegPath="HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel\{871C5380-42A0-1069-A2EA-08002B30309D}"
...
