批处理检测系统是否安装了PowerShell - 洛阳翼展电脑


批处理检测系统是否安装了PowerShell

2024-12-27 乱云飞

@echo off
setlocal

:: 尝试运行powershell -command "exit" 并捕获退出代码
powershell -command "exit" >nul 2>&1
set "PSExitCode=%errorlevel%"

:: 检查退出代码
if %PSExitCode% equ 0 (
    echo PowerShell 已安装。
) else (
    echo PowerShell 未安装。
)

endlocal
pause
本文链接:http://80c.cc/ez/801.html
0

发表评论:

VirtualCamera:在录像机中虚拟一个通道显示电脑桌面、视频文件、USB摄像头~
预ICP备10086-001号 © 翼展网/80C.CC 技术支持/洛阳翼展科技
TEL / 13213610060 QQ / 345794501
Powered by emlog