Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Nov. 25, 2014, 5:29 p.m.
FORMAT:
Text only
SIZE:
294 Bytes
Raw
Download
Tweet
HITS:
449283
Go to comments
Report
from winreg import *
import os
registry = ConnectRegistry(None,HKEY_CURRENT_USER)
key = OpenKey(registry, r"Software\Microsoft\Internet Explorer\Desktop\General")
value = QueryValueEx(key, "WallpaperSource")
os.remove(value[0])
print("Deleted " + value[0])
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus