"Run as" user login dialog box on program execution -- how to get rid of it?

  • Thread starter Thread starter SuicideKing
  • Start date Start date
S

SuicideKing

Whenever I go to run a program it asks me to "run as" and then choose
a user to run the program under... it never used to ask this, how do I
turn it off?
 
SuicideKing said:
Whenever I go to run a program it asks me to "run as" and then choose
a user to run the program under... it never used to ask this, how do I
turn it off?

Hi SuicideKing,

Somehow the default action (verb) for EXEFILE has been set to "Run As"
when trying to launch a program. To fix this problem:

Open the Registry by Start > Run > Regedit.exe.

Navigate to "HKCR\exefile\shell" and set the "(default)" value to
nothing (blank).

Or run the following command in a Command Windows (Start > Run >
cmd.exe)

REG DELETE HKCR\exefile\shell /ve
 
Thank you, you gave me enough info to figure it out. I found out what
the problem was... I had to add a "run\command" key folders with %1
under the command key. Apparently the "run" folder was
somehow deleted.
 
SuicideKing said:
Thank you, you gave me enough info to figure it out. I found out what
the problem was... I had to add a "run\command" key folders with %1
under the command key. Apparently the "run" folder was
somehow deleted.

Hi SuicideKing,

You're welcome and I glad your problem has now been resolved.
 

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