Forum Discussion
CEStar321
Mar 20, 2021Iron Contributor
Is it possible to turn a PowerShell script into a Windows Service?
Hi All, Is there anyway I can turn a PowerShell script into a Windows Service that will start whenever a computer starts. First we need to turn the *.PS1 script into an *.exe app. It would be ide...
AndySvints
Mar 20, 2021Steel Contributor
Hello CEStar321,
Here you can find couple of options:
https://adamtheautomator.com/ps1-to-exe/
Hope that helps.