Why not wrap the code inside of VB.Net or C# executable?
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I have created a script for the company I work for to create pc's for our production halls. I have written a gui over it so it is easier to use.
But it bothers me that I always have to open a powershell. I have tried the ps2exe module but our antivirus + Virustotal reports it as a virus.
Is there any other way to convert a PS script to a executable?
Kind regards
S.
Why not wrap the code inside of VB.Net or C# executable?
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
Why not just run PowerShell with the necessary arguments to execute your script from a .bat or .cmd file?