typo bracket

This commit is contained in:
2021-11-16 19:46:24 -05:00
parent 96beb4bb3e
commit 65c2e7b4a6

View File

@@ -59,7 +59,7 @@ if ($osType.ProductType -gt 1) {
if ($osInfo.WindowsProductName -eq "Windows 10 Enterprise LTSC 2019") {
# Windows 10 2019 LTSC
c:\Windows\System32\cscript.exe /nologo c:\Windows\System32\slmgr.vbs /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
} elseif ($osInfo.WindowsProductName -eq "Windows 10 Enterprise LTSB 2016")
} elseif ($osInfo.WindowsProductName -eq "Windows 10 Enterprise LTSB 2016") {
# Windows 10 2016 LTSB
c:\Windows\System32\cscript.exe /nologo c:\Windows\System32\slmgr.vbs /ipk DCPHK-NFMTC-H88MJ-PFHPY-QJ4BJ
} elseif ($osInfo.WindowsProductName -match "Windows 1[0-1] Enterprise") {