How to remove "SLEEP" and "SHUTDOWN" options from power button on CTRL+ATL+Delete Screen but keep "RESTART" option. Hello, Unfortunately there is no granular setting for the Power button on the CTRL-ALT-DEL screen. Either is enabled or disabled using: 1.Press Win + R to open the Run command dialog box. 2.Type gpedit.msc and press Enter to open the Local Group Policy Editor. 3.Navigate to User Configuration > Administrative Templates > Start Menu and Taskbar. 4.Double-click on the Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands option. Other option is to keep the button disable its functionality by changing the next registry chain: [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer] "NoClose"=dword:00000001
How to block Running windows network diagnostics in Microsoft Edge Browser disable 2 windows service as below. then also do the below registry key. To disable running Windows Network Diagnostics in Microsoft Edge browser using the registry, you can follow these steps: Open Registry Editor : Press Win + R , type regedit , and hit Enter. Navigate to the Microsoft Edge Registry Key : Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge If the Edge key doesn't exist, you may need to create it. Create a New DWORD Value : Right-click on an empty space in the right pane, select "New" > "DWORD (32-bit) Value". Name the DWORD : Name it as AllowNetworkDiagnostics . Set the Value : Double-click on AllowNetworkDiagnostics and set its value to 0 to disable Windows Network Diagnostics. Close Registry Editor : After making the changes, close the Registry Editor. Once you've done this, Windows Network Diagnostics should be disabled in Microsoft Edge browser. If...