Home > System Tutorial > Windows Series > 2 Ways to Disable or Enable Run Dialog Box in Windows 10

2 Ways to Disable or Enable Run Dialog Box in Windows 10

PHPz
Release: 2024-08-02 01:56:24
Original
1267 people have browsed it

The Run dialog in Windows is a useful tool that lets you quickly run many programs, open some buried settings, or perform many other actions. Although the Run dialog is practical, sometimes for some reason you might want to disable it to restrict others to use it. Now in this page, we will show you two ways to disable or enable the Run dialog box in Windows 10.


  • Way 1: using Group Policy Editor
  • Way 2: using Registry Editor

Way 1: Disable Run dialog box using Group Policy Editor

Step 1: Open the Local Group Policy Editor in Windows 10.

Step 2: On the left side pane, expand User Configuration, Administrative Templates, and then select Start Menu and Taskbar. On the right side pane, scroll down to look for the entry named "Remove Run menu from Start Menu", and then double-click this entry to configure it, which is not configured by default.

2 Ways to Disable or Enable Run Dialog Box in Windows 10

Step 3: Select Enabled, and click Apply followed by OK.

2 Ways to Disable or Enable Run Dialog Box in Windows 10

Once this policy setting is enabled, the Run dialog box is disabled (removed). When you try to open the Run dialog, you will receive the following message: ''This operation has been cancelled due to restriction in effect on this computer. Please contact your system administrator'', as shown below.

2 Ways to Disable or Enable Run Dialog Box in Windows 10

If you want to re-enable the Run dialog, just set the "Remove Run menu from Start Menu" policy to "Not Configured" or "Disabled".

Way 2: Disable Run dialog box using Registry Editor

Windows 10 Home does not include Group Policy Editor. If you are using Windows 10 Home and want to disable the Run dialog box, you have to do that with the Registry Editor.

Step 1: Open Registry Editor in Windows 10.

Step 2: On the left side pane of the Registry Editor, navigate to the key:

ComputerHKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionPolicies

Right-click on the "Policies'' key, and select New > Key to create a new key.

2 Ways to Disable or Enable Run Dialog Box in Windows 10

Step 3: Right-click on the newly-created key and select Rename. Name it as Explorer, and press Enter key on your keyboard to confirm the renaming.

2 Ways to Disable or Enable Run Dialog Box in Windows 10

Step 4: Select the "Explorer" key on the left side, right-click on any blank space on the right side pane, and select New -> DWORD (32-bit) Value.

2 Ways to Disable or Enable Run Dialog Box in Windows 10

Step 5: Name the new value as NoRun, and then double-click on it to change its value data.

2 Ways to Disable or Enable Run Dialog Box in Windows 10

Step 6: Change its value data from 0 to 1, and click OK to save the changes.

2 Ways to Disable or Enable Run Dialog Box in Windows 10

Step 7: Close the Registry Editor. Restart Windows 10 or simply sign out and then sign in for the changes to take effect. When you return back to Windows 10, the Run dialog box is disabled. If you want to re-enable the Run dialog box, just set the value data of the NoRun entry to 0, or just delete the NoRun entry.

The above is the detailed content of 2 Ways to Disable or Enable Run Dialog Box in Windows 10. For more information, please follow other related articles on the PHP Chinese website!

source:isumsoft.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template