添加注册表键值

'显示桌面我的电脑图标,刷新后显示
dim wshell,command
set wshell = createobject("wscript.shell")
command = "reg add ""HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerHideDesktopIconsNewStartPanel"" /v ""{20D04FE0-3AEA-1069-A2D8-08002B30309D}"" /t REG_DWORD /d 00000000"
wshell.run command,vbhide,true
原文地址:https://www.cnblogs.com/dreamer-fish/p/14087057.html