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 ideal if this can be done with windows products and not third party apps.
I hope you can help
Colin
- AndySvintsSteel Contributor
Hello CEStar321,
Here you can find couple of options:
https://adamtheautomator.com/ps1-to-exe/
Hope that helps.