PowerShell to EXE Converter Free
安全下载
需要安装360安全卫士,通过360软件管家执行下载
版本
1.0.0.0
更新时间
2026-04-28
大小
2.00 MB
平台
Win10
软件介绍
PowerShell to exe/msi Converter free
Application help quickly run PowerShell scripts without changing security settings/execution policy.
It is also easy to transfer the script to the end user.
To convert, you need to specify a script and press the build button. The exe or msi file created is sent to the end user. Double-click the icon to run the script.
Build through arguments:
/ps1 "C:\ps1.ps1" :path to ps file
/path "C:\ps1.exe" :exe file path and name.
/sta :run script in sta, optional argument.
/console :show console, optional argument.
/build
example
pstoexe.exe /ps1 "C:\ps1.ps1" /path "C:\ps1.exe" /sta /console /build