How can I package up a PowerShell script so it runs when I click on shortcut? -


i have sample .ps powershell script created me.

can tell me how can make shell runs in background when click on windows shortcut icon.

create shortcut

powershell -noexit -executionpolicy bypass -file script.ps


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -