SkillAgentSearch skills...

PS2EXE

Convert Powershell scripts to EXEs

Install / Use

/learn @Leo4j/PS2EXE
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PS2EXE

Lighter version of PS2EXE

iex(new-object net.webclient).downloadstring('https://raw.githubusercontent.com/Leo4j/PS2EXE/main/PS2EXE.ps1')
$script = Get-Content -Path c:\Users\User\Desktop\script.ps1 -Raw
$script = (New-Object System.Net.WebClient).DownloadString('script URL')
$script = @'
<your script here>
'@
PS2EXE -content $script -outputFile C:\Users\User\Desktop\script.exe

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated4mo ago
Forks1

Languages

PowerShell

Security Score

67/100

Audited on Nov 29, 2025

No findings