Jump to content

"Run" button missing from Start Menu


Recommended Posts


U can check your registry. If this registry key exists, then your Runbox will not be shown (in both XP Theme or Classic).

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRun"=dword:00000001

If the above key exists, u can delete it using command line tool reg.exe with the following:

reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoRun /f

Logout, then login again to see changes.

Link to comment
Share on other sites

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRun"=-

all three of the above examples does the same, removing the entry "NoRun" from the Registry hive.

To remove not an entry but a directory, use

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

btw. the specification says that there has to be a blank line between the first and second, like in my examples.

Edited by an3k
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...