mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-04-07 06:27:31 +00:00
Avoid a potential crash in wmic.exe check
This commit is contained in:
@ -1090,7 +1090,7 @@ function ReinstallLicenses() {
|
||||
|
||||
set _wmic=0
|
||||
for %%# in (wmic.exe) do @if not "%%~$PATH:#"=="" (
|
||||
wmic path Win32_ComputerSystem get CreationClassName /value %nul2% | find /i "computersystem" %nul1% && set _wmic=1
|
||||
cmd /c "wmic path Win32_ComputerSystem get CreationClassName /value" %nul2% | find /i "computersystem" %nul1% && set _wmic=1
|
||||
)
|
||||
exit /b
|
||||
|
||||
|
Reference in New Issue
Block a user