Advertisement
ak47suk1

Untitled

Aug 30th, 2010
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ' Reset IDM
  2. On Error Resume Next
  3. aku = 1
  4. While aku = 1
  5. Dim WshShell, cal1
  6. Set WshShell = WScript.CreateObject("WScript.Shell")
  7. cal1 = "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{d4e311fb-0b57-4add-bf57-1c39e13187a8}\"
  8. WshShell.RegDelete cal1
  9. WScript.Sleep 5000
  10. Wend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement