阿炬.NET

实干兴邦,空谈误国

用于ViEmu的重置为试用状态的Python脚本

import winreg
import shutil
shutil.rmtree("C:\\Users\\Administrator\\AppData\\Local\\Identities")
key = winreg.OpenKey(winreg.HKEY_CLASSES_ROOT,"Wow6432Node\CLSID\{B9CDA4C6-C44F-438B-B5E0-C1B39EA864C4}\InprocServr32")
winreg.DeleteKey(key,"")

 

posted @ 2017-11-09 16:54  阿炬  阅读(304)  评论(0编辑  收藏  举报