Add mod: defer feature updates by 365 days

This commit is contained in:
Fierelier 2021-05-19 15:22:17 +02:00
parent 6b22f13331
commit 8d81ec31c0

View File

@ -0,0 +1,4 @@
# 1607 and up
# see: https://docs.microsoft.com/en-us/windows/deployment/update/waas-configure-wufb#configure-when-devices-receive-feature-updates
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Policies\\Microsoft\\Windows\\WindowsUpdate","/v","DeferFeatureUpdates","/t","REG_DWORD","/d","0x00000001","/f"])
opusnt.runReg(["add",opusnt.regTmpPath + "software\\Policies\\Microsoft\\Windows\\WindowsUpdate","/v","DeferFeatureUpdatesPeriodInDays","/t","REG_DWORD","/d","0x0000016D","/f"])