Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MadTiger2409 committed Dec 26, 2020
1 parent 950a230 commit 0bd8f71
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,14 @@ if($isRunning -eq $areDevicesEnabled) {
[bool]$param = -Not $isRunning
switchDevicesStatus -activateDevices $param
}
```
```

# How to use

1. Download script [here]()
2. Run script from PowerShell CLI (as administrator). While running the script, you need to pass parameters like in example below:

```powershell
.\AutoHidSwitch.ps1 -processName firefox -timeStamp 5
```
3. Keep PowerShell CLI open (you can minimize it) as long as you need to.

0 comments on commit 0bd8f71

Please sign in to comment.