hiding of scheduled execution of powershell script
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
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论