Skip to content

Commit 9ef05e5

Browse files
authored
Fix Terminology
1 parent 5bc657f commit 9ef05e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WhyNotWin11.au3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ $sTPM = StringTrimLeft($sTPM, 1)
1212

1313
RunWait("powershell -Command $env:firmware_type | Out-File -FilePath .\WhyNot.txt", "", @SW_HIDE)
1414

15-
$sFirmware = FileRead(".\WhyNot.txt")
16-
$sFirmware = StringStripWS($sFirmware, $STR_STRIPALL)
15+
$sBOOT = FileRead(".\WhyNot.txt")
16+
$sBOOT = StringStripWS($sBOOT, $STR_STRIPALL)
1717

1818
RunWait("powershell -Command Get-Partition -DriveLetter C | Get-Disk | Out-File -FilePath .\WhyNot.txt", "", @SW_HIDE)
1919

@@ -27,5 +27,5 @@ EndIf
2727
FileDelete(".\WhyNot.txt")
2828

2929
MsgBox(0, "WhyNotWin11", "TPM:" & @TAB & $sTPM & @CRLF & _
30-
"Disk:" & @TAB & $sFirmware & @CRLF & _
30+
"Disk:" & @TAB & $sBOOT & @CRLF & _
3131
"GPT:" & @TAB & $sGPT)

0 commit comments

Comments
 (0)