最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

用vbscript實(shí)現(xiàn)隱藏任務(wù)欄圖標(biāo)的腳本

 更新時(shí)間:2008年06月20日 19:32:34   作者:  
一個(gè)可以隱藏任務(wù)欄圖標(biāo)的腳本,方便需要隱藏任務(wù)欄圖標(biāo)的朋友
Message = "To work correctly, the script will close" & vbCR
  Message = Message & "and restart the Windows Explorer shell." & vbCR
  Message = Message & "This will not harm your system." & vbCR & vbCR
  Message = Message & "Continue?"
  X = MsgBox(Message, vbYesNo, "Notice")
  If X = 6 Then
  On Error Resume Next
  Dim WSHShell, n, MyBox, p, t, errnum, vers
  Dim itemtype
  Dim enab, disab, jobfunc
  Set WSHShell = WScript.CreateObject("WScript.Shell")
  p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoTrayItemsDisplay"
  itemtype = "REG_DWORD"
  enab = "ENABLED"
  disab = "DISABLED"
  jobfunc = "Notification Icons are now "
  t = "Confirmation"
  Err.Clear
  n = WSHShell.RegRead (p)
  errnum = Err.Number
  if errnum <> 0 then
   WSHShell.RegWrite p, 0, itemtype
  End If
  If n = 0 Then
   n = 1
  WSHShell.RegWrite p, n, itemtype
  Mybox = MsgBox(jobfunc & disab & vbCR, 4096, t)
  ElseIf n = 1 then
   n = 0
  WSHShell.RegWrite p, n, itemtype
  Mybox = MsgBox(jobfunc & enab & vbCR, 4096, t)
  End If
  Set WshShell = Nothing
  On Error GoTo 0
  For Each Process in GetObject("winmgmts:"). _
   ExecQuery ("select * from Win32_Process where name='explorer.exe'")
   Process.terminate(0)
  Next
  MsgBox "Finished." & vbcr & vbcr , 4096, "Done"
  Else 
  MsgBox "No changes were made to your system." & vbcr & vbcr, 4096, "User Cancelled"
  End If

相關(guān)文章

最新評(píng)論

竹山县| 金溪县| 东城区| 泸定县| 岚皋县| 昭通市| 师宗县| 贞丰县| 保亭| 阿拉善盟| 广德县| 汪清县| 祁连县| 黄骅市| 松潘县| 天门市| 鄂尔多斯市| 石城县| 石家庄市| 定结县| 扶沟县| 洪洞县| 高雄市| 武隆县| 锡林郭勒盟| 溧阳市| 长武县| 依兰县| 双柏县| 东辽县| 浪卡子县| 大余县| 日喀则市| 辉南县| 余干县| 永平县| 怀仁县| 平舆县| 八宿县| 宁蒗| 栾川县|