添加注册表键值

 

'显示桌面我的电脑图标,刷新后显示
dim wshell,command
set wshell = createobject("wscript.shell")
command = "reg add ""HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel"" /v ""{20D04FE0-3AEA-1069-A2D8-08002B30309D}"" /t REG_DWORD /d 00000000"
wshell.run command,vbhide,true

 

posted on 2020-12-04 17:48  momingliu11  阅读(199)  评论(0编辑  收藏  举报