Invoke-Command -ComputerName . -AsJob -Scriptblock { Start-Sleep -s 5 Start-Process notepad.exe }