Изменил(а) на 'README.md'
This commit is contained in:
parent
72ceed61e9
commit
9ec999bf7a
17
README.md
17
README.md
|
@ -2,6 +2,7 @@
|
|||
Tools for managing Windows setting
|
||||
|
||||
* [`hvswitch`.cmd](https://git.hmp.today/pavel.muhortov/tweaks-for-windows#hvswitch-cmd)
|
||||
* [`rdpusers`.cmd](https://git.hmp.today/pavel.muhortov/tweaks-for-windows#rdpusers-cmd)
|
||||
|
||||
____
|
||||
## `hvswitch`.cmd
|
||||
|
@ -21,3 +22,19 @@ Example usage in terminal:
|
|||
```
|
||||
|
||||
____
|
||||
## `rdpusers`.cmd
|
||||
**Description:** RDS Shadow Connection
|
||||
**Dependencies:** permission on target hostname (gpedit.msc -> Computer Configuration -> Policies -> Administrative Templates -> Windows components -> Remote Desktop Services -> Remote Session Host -> Connections -> Set rules for remote control of Remote Desktop Services user sessions: Full Control without users's permission)
|
||||
|
||||
|
||||
| POSITION | PARAMETERS | DESCRIPTION | DEFAULT |
|
||||
|-----------|--------------|------------------------|---------------|
|
||||
| 1 | **<host>** |hostname or address with sessions for connect| `None` |
|
||||
|
||||
|
||||
Example usage in terminal:
|
||||
```cmd
|
||||
.\rdpusers.cmd ts.domain.local
|
||||
```
|
||||
|
||||
____
|
||||
|
|
Loading…
Reference in New Issue
Block a user