PS2EXE icon indicating copy to clipboard operation
PS2EXE copied to clipboard

PowerShell to EXE converter

Results 5 PS2EXE issues
Sort by recently updated
recently updated
newest added

Script works fine when being called from ps1 Full log: ```log PS G:\Steam\steamapps\common\Call of Duty Modern Warfare 2> .\switch.exe -debug At line:10 char:54 + [parameter(Mandatory=$false)] [string]$version = "", + ~~...

I used the PS2EXE to convert my script to EXE but all it does is flash on the screen when ran. Running the script works fine. I'm not sure how...

Hi. Couldn't find any issues reported here on GH, but several on reddit... Tested your web app today and Defender for Business reported the exported .exe as malware. A scan...

I am trying to pass parameters to my executable powershell which is done by your project, But there is an issue while passing the same. It can not take parameters...

-NoConsole option is not working i can see the cmd pop up for half a sec... :(