Update 'upd.ps1'

This commit is contained in:
2020-03-08 20:09:34 +00:00
parent 1cf3573b90
commit fedf347215

View File

@@ -4,4 +4,8 @@
Start-Sleep -s 5 Start-Sleep -s 5
Start-Process microsoft-edge:https://geekprank.com/win10-update/ Start-Process microsoft-edge:https://geekprank.com/win10-update/
$wshell = New-Object -ComObject wscript.shell;
$wshell.AppActivate('Microsoft Edge')
Sleep 2
$wshell.SendKeys('{F11}')
Start-Sleep -s 60 Start-Sleep -s 60