Help: Fix StartMenu registry path

This commit is contained in:
ge0rdi
2022-12-27 11:49:25 +01:00
parent ba24c72347
commit 412accc066
7 changed files with 7 additions and 7 deletions

View File

@@ -217,7 +217,7 @@ no user can edit them:<br>
<img src="images/settings5.png" style="width: 516px;" alt=""><br>
In this example the setting "Enable right-click menu" is locked to always
be unchecked and can't be changed by any user. This is achieved
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>
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>
<br>
In some cases you may not want to lock the value for all users, but
simply modify the initial value of the setting. In such case add