Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver2
0いいね 94回再生

Windows | windows 10 | Task Scheduler | Scheduling a powershell script

An example to show how to schedule a powershell script on windows 10.

Sample script code. Welcome.ps1

Add-Type -AssemblyName System.speech

$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer
$speak.speak('Welcome to TechInn, I hope you are enjoying fun with Powershell scripting')

コメント