Add mod: disable onedrive auto-install

This commit is contained in:
Fierelier 2021-05-19 23:43:31 +02:00
parent dc1058328a
commit 4a4c7184c1

View File

@ -0,0 +1,4 @@
for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\Software\\Microsoft\\Windows\\CurrentVersion\\Run","/v","OneDriveSetup","/t","REG_SZ","/d"," ","/f"])