Skip to content

Commit

Permalink
Add Reboot Reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Dec 18, 2023
1 parent 1a03f1f commit 45c41b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MSEdgeRedirect_Wrapper.au3
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@ Func RunSetup($bUpdate = False, $bSilent = False, $iPage = 0, $hSetupFile = @Scr
RegWrite("HKEY_CURRENT_USER\Control Panel\International\Geo", "Nation", "REG_SZ", GUICtrlRead($aNew[3]))
RegWrite("HKEY_CURRENT_USER\Control Panel\International\Geo", "Name", "REG_SZ", GUICtrlRead($aNew[4]))
EndIf
MsgBox(0, "Reboot Required", "A Reboot/Restart is required to Complete the Regional Changes of Europe Mode.")
Exit
EndSwitch
GUISetState(@SW_HIDE, $aPages[$iPage])
Expand Down

0 comments on commit 45c41b6

Please sign in to comment.