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

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

c++ - Clock_gettime() function outputting incorrect time -

asp.net core mvc - How important is the global.json and src folder? -