Add mod: internet explorer - blank homepage

This commit is contained in:
Fierelier 2021-08-04 20:01:33 +02:00
parent ea83f7ee72
commit f3a3b0ae83

View File

@ -0,0 +1,5 @@
for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\Software\\Microsoft\\Internet Explorer\\Main","/v","Start Page","/t","REG_SZ","/d","about:blank","/f"])
opusnt.runReg(["add",user + "\\Software\\Microsoft\\Internet Explorer\\Main","/v","Search Page","/t","REG_SZ","/d","about:blank","/f"])