Advertisement
xickoh

teresa

Nov 25th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Set oWMP = CreateObject("WMPlayer.OCX.7")
  2. Set colCDROMs = oWMP.cdromCollection
  3. Set wshShell =wscript.CreateObject("WScript.Shell")
  4. do
  5. if colCDROMs.Count >= 1 then
  6. For i = 0 to colCDROMs.Count -1
  7.  
  8. Next
  9. For i = 0 to colCDROMs.Count -1
  10.  
  11. Next
  12. End If
  13. wscript.sleep 10
  14. wshshell.sendkeys "{NUMLOCK}"
  15. loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement