Windows 10 settings
You can change Windows settings with registry key’s like disabling of Log Off and Lock button on start menu of Windows 10. How to edit Windows 10 Windows settings: Disable log off button on Start menu: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer DWORD value: StartMenuLogOff value: 1 Disable lock button on Start menu: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System DWORD value: DisableLockWorkstation value: 1
Read More