start and run

  • Thread starter Thread starter News
  • Start date Start date
N

News

on my start button I then click "run" to get the command going, but here is
the problem. I click on run and nothing happens! I think my son used a tweak
on this and now disabled it. is there a vbs script that will turn it back
on? much thanks in advance....
 
Pressing the Windows key + the R key will open Run.

Does that work?


Try this...
http://www.kellys-korner-xp.com/xp_tweaks.htm

Read the instructions at the top of the page.
57. Right hand side.
Restore the Run Command

norun.reg is the file that you want.

Additional info.

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer
and
HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer

Value Name: NoRun
Data Type: REG_DWORD
Value Data: 0 or 1
0 (or not in the registry) = The policy is disabled or not configured. The
Run command appears.
1 = The policy is enabled. The Run command is removed.

NoRun
http://www.microsoft.com/resources/...000/server/reskit/en-us/w2rkbook/regentry.asp

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
that worked but when I click on "run" nothing happens... guess ill have to
use winkey = r




"
 
This is a band-aid, but try this.

Copy and paste the lines between the dashes into Notepad. Do not
include the dashes. Save it as Run.vbs Make sure that the file does not
get saved as Run.vbs.txt. If it does you can change it to Run.vbs

-------- Do not include this --------

Dim objShell
set objShell = CreateObject("Shell.Application")
objShell.FileRun

set objShell = nothing

-------- Do not include this --------

If double clicking Run.vbs opens the Run command for you, move it to your
Start Menu.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top