Skip to content

Commit fc080a6

Browse files
committed
Default to No for Feature Updates
1 parent d96a0bc commit fc080a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WhyNotWin11.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Func ProcessCMDLine()
324324
If $bSilent Then
325325
;;; ; Anyone using silent for WNW11 on Win11 can use /fuonly
326326
Else
327-
If MsgBox($MB_ICONQUESTION+$MB_YESNO, _Translate($aMUI[1], "Up to Date"), _Translate($aMUI[1], "Your computer is already on Windows 11. Would you like to check Feature Update Compatiblity instead?")) = $IDYES Then
327+
If MsgBox($MB_ICONQUESTION+$MB_YESNO+$MB_DEFBUTTON2, _Translate($aMUI[1], "Up to Date"), _Translate($aMUI[1], "Your computer is already on Windows 11. Would you like to check Feature Update Compatiblity instead?")) = $IDYES Then
328328
$bFUC = True
329329
Else
330330
$bFUC = False

0 commit comments

Comments
 (0)