From 9f3cf05a1fd8955b19314175a0e49284ada1ee1c Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Thu, 29 Dec 2022 16:30:21 +0300 Subject: [PATCH] 1cibases.cmd add --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 497d3ce..ce61300 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,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) +* [`1cibases`.cmd](https://git.hmp.today/pavel.muhortov/tweaks-for-windows#1cibases-cmd) ____ ## `hvswitch`.cmd @@ -24,7 +25,7 @@ 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*) +**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 | @@ -38,3 +39,18 @@ Example usage in terminal: ``` ____ +## `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: +```cmd +.\1cibases.cmd qn r +``` \ No newline at end of file