opus-nt/mods/[all]/internet explorer - blank homepage/modscript.py

5 lines
363 B
Python
Raw Normal View History

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"])