Guest User

Untitled

a guest
Mar 17th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import _winreg
  2. htm = _winreg.OpenKey(_winreg.HKEY_CURRENT_USER,"SOFTWARE\\Classes\\.htm", 0, _winreg.KEY_ALL_ACCESS)
  3. _winreg.SetValueEx(htm, '', 0, 1, "ChromeHTML")
  4. _winreg.CloseKey(htm)
Add Comment
Please, Sign In to add comment