scriptblock

This commit is contained in:
2020-03-08 18:33:32 +00:00
parent 0069e22047
commit e44e761bb5

View File

@@ -1,2 +1,4 @@
Start-Sleep -s 5
start microsoft-edge:https://geekprank.com/win10-update/
Start-Job Name SleepForUpd Scriptblock {
Start-Sleep -s 5
start microsoft-edge:https://geekprank.com/win10-update/
}