update scripts
This commit is contained in:
parent
566cebdc96
commit
a5a3637b5c
14 changed files with 6289 additions and 5805 deletions
7
Scripts/Get-AltTab.ps1
Normal file
7
Scripts/Get-AltTab.ps1
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
function Get-AltTab {
|
||||
$wshell = New-Object -ComObject wscript.shell
|
||||
$wshell.SendKeys("%{Tab}")
|
||||
sleep 120
|
||||
Get-AltTab
|
||||
}
|
||||
Get-AltTab
|
||||
Loading…
Add table
Add a link
Reference in a new issue