Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmaehl committed Jun 29, 2021
1 parent 0287e68 commit d6bbf52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WhyNotWin11.au3
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Switch @OSVersion
;;;
EndSwitch

If @OSBuild >= 22000 Then
MsgBox($MB_ICONWARNING, _Translate(@MUILang, "Your Windows 11 Compatibility Results are Below"), _Translate(@MUILang, "You're running the latest build!"))
EndIf

Func ProcessCMDLine()
$iParams = $CmdLine[0]
For $iLoop = 1 To $iParams Step 1
Expand Down

0 comments on commit d6bbf52

Please sign in to comment.