Update 'upd.ps1'
This commit is contained in:
4
upd.ps1
4
upd.ps1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user