Another registry to allow OS Upgrade
This commit is contained in:
parent
898e8699a3
commit
eebab17d98
|
@ -414,7 +414,9 @@ ${MementoSectionEnd}
|
|||
|
||||
${MementoSection} "Allow OS Upgrade" ALLOWOSUPGRADE
|
||||
WriteRegDword HKLM "${REGPATH_WUPOLICY}" "AllowOSUpgrade" 1
|
||||
WriteRegDword HKLM "${REGPATH_WUPOLICY}" "DisableOSUpgrade" 0
|
||||
WriteRegDword HKLM "${REGPATH_WUPOLICY}\OSUpgrade" "AllowOSUpgrade" 1
|
||||
WriteRegDword HKLM "${REGPATH_WUPOLICY}\OSUpgrade" "DisableOSUpgrade" 0
|
||||
Call RebootIfRequired
|
||||
${MementoSectionEnd}
|
||||
|
||||
|
|
Loading…
Reference in New Issue