Go to file
2022-12-29 16:30:21 +03:00
.gitignore Initial commit 2021-11-27 12:52:49 +03:00
hvswitch.cmd Изменил(а) на 'hvswitch.cmd' 2022-12-12 15:27:17 +03:00
LICENSE Initial commit 2021-11-27 12:52:49 +03:00
rdpusers.cmd Создал(а) 'rdpusers.cmd' 2022-12-12 15:54:43 +03:00
README.md 1cibases.cmd add 2022-12-29 16:30:21 +03:00

Tweaks for Windows

Tools for managing Windows setting


hvswitch.cmd

Description: Microsoft Hyper-V switch on/off
Dependencies: Windows (tested version 10.0.19043)

POSITION PARAMETERS DESCRIPTION DEFAULT
1 [qn] execution without pauses None
2 [y] enable Hyper-V, if it off None
2 [n] disable Hyper-V, if it on None

Example usage in terminal:

.\hvswitch.cmd qn y

rdpusers.cmd

Description: RDS Shadow Connection
Dependencies: Windows (tested version 6.3.9600), 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:

.\rdpusers.cmd ts.domain.local

1cibases.cmd

Description: 1CEStart backup/restore settings
Dependencies: Windows (tested version 6.3.9600); launch method if automation is needed (*gpedit.msc -> User Configuration -> Administrative Templates -> System -> Logon -> Run these programs at user logon: C:\Windows\System32\GroupPolicy\User\Scripts\Logon\1cibases.cmd qn r)

POSITION PARAMETERS DESCRIPTION DEFAULT
1 [qn] execution without pauses None
2 [b] restore None
2 [r] backup None

Example usage in terminal:

.\1cibases.cmd qn r