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')
コメント