Skip to content

Commit

Permalink
Another 2 keys for OS Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulstuffs committed Mar 30, 2024
1 parent 9ee1612 commit 3cf1d75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ ${MementoSection} "Allow OS Upgrade" ALLOWOSUPGRADE
WriteRegDword HKLM "${REGPATH_WUPOLICY}\OSUpgrade" "DisableOSUpgrade" 0
WriteRegDword HKLM "${REGPATH_WU}\OSUpgrade" "AllowOSUpgrade" 1
WriteRegDword HKLM "${REGPATH_WU}\OSUpgrade" "DisableOSUpgrade" 0
WriteRegDword HKLM "${REGPATH_WU}\OSUpgrade" "OSUpgradeInteractive" 1
WriteRegDword HKLM "${REGPATH_WU}\OSUpgrade" "OSUpgradeRunOnceCount" 1
Call RebootIfRequired
${MementoSectionEnd}

Expand Down

0 comments on commit 3cf1d75

Please sign in to comment.