diff options
| author | DESKTOP-AJSJJMA\Admin | 2023-03-16 18:11:04 +0000 |
|---|---|---|
| committer | DESKTOP-AJSJJMA\Admin | 2023-03-16 18:11:04 +0000 |
| commit | 3c4f8796fa13707e85395b79d12c5d6c42d32f09 (patch) | |
| tree | 771b451e2e518734d94f12cfdf172cd6d5032b30 /MAS/Separate-Files-Version/Check-Activation-Status-wmi.cmd | |
| parent | 4b8a769f54ab3eda0a5b6d96a9ffcad7588e39b6 (diff) | |
| download | Microsoft-Activation-Scripts-3c4f8796fa13707e85395b79d12c5d6c42d32f09.zip | |
1.81.8
Diffstat (limited to 'MAS/Separate-Files-Version/Check-Activation-Status-wmi.cmd')
| -rw-r--r-- | MAS/Separate-Files-Version/Check-Activation-Status-wmi.cmd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAS/Separate-Files-Version/Check-Activation-Status-wmi.cmd b/MAS/Separate-Files-Version/Check-Activation-Status-wmi.cmd index ea350f0..2df64ec 100644 --- a/MAS/Separate-Files-Version/Check-Activation-Status-wmi.cmd +++ b/MAS/Separate-Files-Version/Check-Activation-Status-wmi.cmd @@ -70,7 +70,7 @@ pushd "%~dp0" >nul findstr /rxc:".*" "%~nx0"
if not %errorlevel%==0 (
echo:
-echo Error: This is not a correct file. It has LF line ending issue.
+echo Error: Script either has LF line ending issue, or it failed to read itself.
echo:
ping 127.0.0.1 -n 6 > nul
popd
@@ -85,7 +85,9 @@ wmic path Win32_ComputerSystem get CreationClassName /value 2>nul | find /i "Com if %_cwmi% EQU 0 (
echo:
-echo Error: wmic.exe is not responding in the system.
+echo Error: WMI is not responding in the system.
+echo:
+echo In MAS, Goto Troubleshoot and run Fix WMI option.
echo:
echo Press any key to exit...
pause >nul
|
