From 45c41b6dac231d906b0675a9ca2af4265b57bbd3 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Mon, 18 Dec 2023 07:05:56 -0500 Subject: [PATCH] Add Reboot Reminder --- MSEdgeRedirect_Wrapper.au3 | 1 + 1 file changed, 1 insertion(+) diff --git a/MSEdgeRedirect_Wrapper.au3 b/MSEdgeRedirect_Wrapper.au3 index bc2b546..ad7d8a5 100644 --- a/MSEdgeRedirect_Wrapper.au3 +++ b/MSEdgeRedirect_Wrapper.au3 @@ -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])