Home › Forums › SharewareOnSale Deals Discussion › Vov Start Stop / May 26 2019 › Reply To: Vov Start Stop / May 26 2019
RockFox
Guest
[@Marcio Antonio Gonçalves dos Santos]
Here’s a Powershell script that will open Notepad, sleep 53 seconds then close it.
C:\WINDOWS\system32/notepad.exe
Sleep -seconds 53
taskkill /f /im notepad.exe