Skip to content

Commit d0cecdb

Browse files
committed
Help: Fix StartMenu registry path
1 parent f7a4964 commit d0cecdb

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Src/Localization/Chinese/StartMenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h1><a name="admin"></a>管理员设置</h1>
209209

210210
<img src="images/settings5.png" style="width: 688px; height: 572px;" alt=""><br>
211211
在这个例子中,设置“启用右键菜单“一直锁定,任何用户都不能改变。这是实现
212-
通过添加设置 <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\Menu</span> registry key. 创建一个 DWORD 值叫 "EnableContextMenu" 并且设置为 0.<br>
212+
通过添加设置 <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\StartMenu</span> registry key. 创建一个 DWORD 值叫 "EnableContextMenu" 并且设置为 0.<br>
213213
<br>
214214
在某些情况下,您可能不希望锁定为所有用户的值,只是修改初始值的设置。在这样的情况下添加“默认”名称的值。例如如果你想上下文菜单默认为禁用,但仍允许用户启用它,如果他们愿意,创建一个DWORD值命名为“EnableContextMenu_Default”并将它设置为0。<br>
215215
<br>

Src/Localization/ChineseTW/StartMenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h1><a name="settings"></a>
156156
設定是每個使用者且存放在登錄檔。 預設每個使用者能編輯其所有的設定。 系統管理員能鎖定指定設定,因此沒有使用者能編輯:<br>
157157

158158
<img src="images/settings5.png" style="width: 688px; height: 472px;" alt=""><br>
159-
在此範例,設定「啟用右鍵功能表」鎖定為始終不選取且使用者無法變更。 這是透過加入設定到 <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\Menu</span> 登錄檔機碼來達成。 建立名稱為「EnableContextMenu」的 DWORD 值並設成 0。<br>
159+
在此範例,設定「啟用右鍵功能表」鎖定為始終不選取且使用者無法變更。 這是透過加入設定到 <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\StartMenu</span> 登錄檔機碼來達成。 建立名稱為「EnableContextMenu」的 DWORD 值並設成 0。<br>
160160
<br>
161161
某些情形下您可能不要針對所有使用者鎖定數值,而只是簡單的修改設定的初始值。 在此情形則在數值的名稱加入「_Default」。 例如,如果您要預設停用內容功能表但仍允許使用者視需要啟用,建立名稱為「EnableContextMenu_Default」的 DWORD 值並設成 0。<br>
162162
<br>

Src/Localization/English/StartMenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h1><a name="admin"></a>Administrative Settings</h1>
217217
<img src="images/settings5.png" style="width: 516px;" alt=""><br>
218218
In this example the setting "Enable right-click menu" is locked to always
219219
be unchecked and can't be changed by any user. This is achieved
220-
by adding the setting to the <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\Menu</span> registry key. Create a DWORD value called "EnableContextMenu" and set it to 0.<br>
220+
by adding the setting to the <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\StartMenu</span> registry key. Create a DWORD value called "EnableContextMenu" and set it to 0.<br>
221221
<br>
222222
In some cases you may not want to lock the value for all users, but
223223
simply modify the initial value of the setting. In such case add

Src/Localization/French/StartMenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h1><a name="admin"></a>Param&egrave;tres Administratifs</h1>
177177
Les param&egrave;tres sont par utilisateur et sont stocker dans la registrerie. Par d&eacute;faut chaque utilisateur peut modifier n&#8217;importe quel param&egrave;tre. Un administrateur peut verrouiller des param&egrave;tres sp&eacute;cifiques, de fa&ccedil;on &agrave; ce qu&#8217;aucun utilisateur ne puisse les modifier :<br>
178178

179179
<img src="images/settings5.png"a style="width: 690px; height: 573px;" alt=""><br>
180-
Dans cet exemple le param&egrave;tre &quot;Activer menu clic-droit&quot; est verrouill&eacute; non coch&eacute; et ne peut pas &ecirc;tre modifer par aucun utilisateur. Ceci est rendu possible par l&#8217;ajout du param&egrave;tre <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\Menu</span> dans la clef de registrerie. Cr&eacute;ez une valeur DWORD nomm&eacute;e &quot;EnableContextMenu&quot; et
180+
Dans cet exemple le param&egrave;tre &quot;Activer menu clic-droit&quot; est verrouill&eacute; non coch&eacute; et ne peut pas &ecirc;tre modifer par aucun utilisateur. Ceci est rendu possible par l&#8217;ajout du param&egrave;tre <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\StartMenu</span> dans la clef de registrerie. Cr&eacute;ez une valeur DWORD nomm&eacute;e &quot;EnableContextMenu&quot; et
181181
configurez l&agrave; &agrave; 0.<br>
182182
<br>
183183
Dans certains cas vous ne voudrez peut &ecirc;tre pas verrouiller une valeur pour tous les utilisateurs, mais simplement modifier la valeur initiale du param&egrave;tre. Dans ce cas ajoutez &quot;_Default&quot; au

Src/Localization/Polish/StartMenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h1><a name="admin"></a>Ustawienia administracyjne</h1>
192192
<br>
193193
W tym przyk&#322;adzie ustawienie "W&#322;&#261;cz menu kontekstowe" jest zablokowane, tak aby pole wyboru zawsze
194194
by&#322;o odznaczone i nie mog&#322;o by&#263; zmienione przez dowolnego u&#380;ytkownika. Osi&#261;ga si&#281; to przez
195-
dodanie odpowiednich ustawie&#324; w kluczu rejestru <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\Menu</span>. Nale&#380;y utworzy&#263; warto&#347;&#263; DWORD o nazwie "EnableContextMenu" i ustawi&#263; jej warto&#347;&#263; na 0.<br>
195+
dodanie odpowiednich ustawie&#324; w kluczu rejestru <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\StartMenu</span>. Nale&#380;y utworzy&#263; warto&#347;&#263; DWORD o nazwie "EnableContextMenu" i ustawi&#263; jej warto&#347;&#263; na 0.<br>
196196
<br>
197197
W niekt&#243;rych przypadkach mo&#380;esz nie chcie&#263; zablokowa&#263; warto&#347;ci dla wszystkich u&#380;ytkownik&#243;w, ale
198198
jedynie chcesz zmieni&#263; pocz&#261;tkow&#261; warto&#347;&#263; ustawienia. W takim przypadku nale&#380;y doda&#263;

Src/Localization/Russian/StartMenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h1><a name="settings"></a> &#1055;&#1072;&#1088;&#1072;&#1084;&#1077;&#1090;&#1
112112
&#1089;&#1084;&#1086;&#1078;&#1077;&#1090; &#1088;&#1077;&#1076;&#1072;&#1082;&#1090;&#1080;&#1088;&#1086;&#1074;&#1072;&#1090;&#1100; &#1080;&#1093;:<br> <img src="images/settings5.png" style="width: 688px; height: 472px;" alt=""><br>
113113
&#1042; &#1076;&#1072;&#1085;&#1085;&#1086;&#1084; &#1087;&#1088;&#1080;&#1084;&#1077;&#1088;&#1077; &#1087;&#1072;&#1088;&#1072;&#1084;&#1077;&#1090;&#1088; "&#1042;&#1082;&#1083;&#1102;&#1095;&#1080;&#1090;&#1100; &#1084;&#1077;&#1085;&#1102; &#1087;&#1088;&#1072;&#1074;&#1086;&#1081; &#1082;&#1085;&#1086;&#1087;&#1082;&#1080; &#1084;&#1099;&#1096;&#1080;" &#1074;&#1089;&#1077;&#1075;&#1076;&#1072;
114114
&#1079;&#1072;&#1073;&#1083;&#1086;&#1082;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1086; &#1080; &#1085;&#1077; &#1084;&#1086;&#1078;&#1077;&#1090; &#1073;&#1099;&#1090;&#1100; &#1080;&#1079;&#1084;&#1077;&#1085;&#1077;&#1085; &#1083;&#1102;&#1073;&#1099;&#1084; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1077;&#1084;. &#1069;&#1090;&#1086;
115-
&#1076;&#1086;&#1089;&#1090;&#1080;&#1075;&#1072;&#1077;&#1090;&#1089;&#1103; &#1087;&#1091;&#1090;&#1077;&#1084; &#1076;&#1086;&#1073;&#1072;&#1074;&#1083;&#1077;&#1085;&#1080;&#1103; &#1087;&#1072;&#1088;&#1072;&#1084;&#1077;&#1090;&#1088;&#1072; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083;&#1077; &#1088;&#1077;&#1077;&#1089;&#1090;&#1088;&#1072; <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\Menu</span>. &#1057;&#1086;&#1079;&#1076;&#1072;&#1081;&#1090;&#1077; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077; DWORD &#1087;&#1086;&#1076; &#1085;&#1072;&#1079;&#1074;&#1072;&#1085;&#1080;&#1077;&#1084; "EnableContextMenu" &#1080; &#1091;&#1089;&#1090;&#1072;&#1085;&#1086;&#1074;&#1080;&#1090;&#1077; &#1077;&#1075;&#1086; &#1074; 0.<br> <br>
115+
&#1076;&#1086;&#1089;&#1090;&#1080;&#1075;&#1072;&#1077;&#1090;&#1089;&#1103; &#1087;&#1091;&#1090;&#1077;&#1084; &#1076;&#1086;&#1073;&#1072;&#1074;&#1083;&#1077;&#1085;&#1080;&#1103; &#1087;&#1072;&#1088;&#1072;&#1084;&#1077;&#1090;&#1088;&#1072; &#1074; &#1088;&#1072;&#1079;&#1076;&#1077;&#1083;&#1077; &#1088;&#1077;&#1077;&#1089;&#1090;&#1088;&#1072; <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\StartMenu</span>. &#1057;&#1086;&#1079;&#1076;&#1072;&#1081;&#1090;&#1077; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077; DWORD &#1087;&#1086;&#1076; &#1085;&#1072;&#1079;&#1074;&#1072;&#1085;&#1080;&#1077;&#1084; "EnableContextMenu" &#1080; &#1091;&#1089;&#1090;&#1072;&#1085;&#1086;&#1074;&#1080;&#1090;&#1077; &#1077;&#1075;&#1086; &#1074; 0.<br> <br>
116116
&#1042; &#1085;&#1077;&#1082;&#1086;&#1090;&#1086;&#1088;&#1099;&#1093; &#1089;&#1083;&#1091;&#1095;&#1072;&#1103;&#1093; &#1074;&#1086;&#1079;&#1084;&#1086;&#1078;&#1085;&#1086; &#1074;&#1099; &#1085;&#1077; &#1079;&#1072;&#1093;&#1086;&#1090;&#1080;&#1090;&#1077; &#1079;&#1072;&#1073;&#1083;&#1086;&#1082;&#1080;&#1088;&#1086;&#1074;&#1072;&#1090;&#1100; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077; &#1076;&#1083;&#1103;
117117
&#1074;&#1089;&#1077;&#1093; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1077;&#1081;, &#1087;&#1088;&#1086;&#1089;&#1090;&#1086; &#1080;&#1079;&#1084;&#1077;&#1085;&#1080;&#1090;&#1077; &#1085;&#1072;&#1095;&#1072;&#1083;&#1100;&#1085;&#1086;&#1077; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1077; &#1087;&#1072;&#1088;&#1072;&#1084;&#1077;&#1090;&#1088;&#1072;. &#1042;
118118
&#1090;&#1072;&#1082;&#1086;&#1084; &#1089;&#1083;&#1091;&#1095;&#1072;&#1077; &#1076;&#1086;&#1073;&#1072;&#1074;&#1100;&#1090;&#1077; &#1080;&#1084;&#1103; &#1079;&#1085;&#1072;&#1095;&#1077;&#1085;&#1080;&#1103; "_Default". &#1053;&#1072;&#1087;&#1088;&#1080;&#1084;&#1077;&#1088;, &#1077;&#1089;&#1083;&#1080;

Src/Localization/Spanish/StartMenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1><a name="settings"></a>
179179
<img src="images/settings5.png" style="width: 688px; height: 472px;" alt=""><br>
180180
En este ejemplo, la configuración "Habilitar el menú del botón secundario" está bloqueada para que siempre
181181
esté desmarcada y ningún usuario la pueda cambiar. Esto se logra
182-
agregando la configuración a la clave del registro <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\Menu</span>. Cree un valor DWORD llamado "EnableContextMenu" y establézcalo en 0.<br>
182+
agregando la configuración a la clave del registro <span style="font-weight: bold;">HKEY_LOCAL_MACHINE\SOFTWARE\OpenShell\StartMenu</span>. Cree un valor DWORD llamado "EnableContextMenu" y establézcalo en 0.<br>
183183
<br>
184184
En algunos casos quizá no desee bloquear el valor para todos los usuarios, sino
185185
simplemente modificar el valor inicial de la configuración. En tal caso, agregue

0 commit comments

Comments
 (0)