开发者

hiding of scheduled execution of powershell script

开发者 https://www.devze.com 2023-02-07 13:17 出处:网络
I scheduled execution of *.ps1 script in Windows 7开发者_开发问答 scheduler. Everything is cool but i need it to execute silently (not showing PowerShell window every time)use PowerShell.exe -WindowSt

I scheduled execution of *.ps1 script in Windows 7开发者_开发问答 scheduler. Everything is cool but i need it to execute silently (not showing PowerShell window every time)


use PowerShell.exe -WindowStyle Hidden

0

精彩评论

暂无评论...
验证码 换一张
取 消