This commit is contained in:
abbodi1406 2021-11-03 17:34:36 +03:00
parent 80c8159c35
commit 33b420ed60

View File

@ -86,6 +86,7 @@ reg query "HKCU\SOFTWARE\Microsoft\Windows Script Host\Settings" /v Enabled 2>nu
reg query "HKLM\SOFTWARE\Microsoft\Windows Script Host\Settings" /v Enabled 2>nul | find /i "0x0" 1>nul && (set _WSH=0) reg query "HKLM\SOFTWARE\Microsoft\Windows Script Host\Settings" /v Enabled 2>nul | find /i "0x0" 1>nul && (set _WSH=0)
if %_WSH% EQU 0 if %WMI_VBS% NEQ 0 goto :E_VBS if %_WSH% EQU 0 if %WMI_VBS% NEQ 0 goto :E_VBS
setlocal EnableDelayedExpansion setlocal EnableDelayedExpansion
pushd "!_work!"
if %_Debug% EQU 0 ( if %_Debug% EQU 0 (
set "_Nul1=1>nul" set "_Nul1=1>nul"