How to remove "run as"

  • Thread starter Thread starter Leo Dean
  • Start date Start date
L

Leo Dean

I know I must have enabled this and now I can't turn it back off. When I
click to open a program or any other application, I have to uncheck a prompt
in a popup named "run as". Could someone please help me disable this? It
also appears twice when I boot up.

Please and thank you,

leo
 
Make your selection and put a check in the little box that says "remember
this action", or something to that effect.

HTH, JAX
 
"Leo Dean" said in news:[email protected]:
I know I must have enabled this and now I can't turn it back off.
When I click to open a program or any other application, I have to
uncheck a prompt in a popup named "run as". Could someone please help
me disable this? It also appears twice when I boot up.

Please and thank you,

leo

What are you clicking on? A shortcut? If so, right-click on the shortcut
and modify its properties to remove runas in the command (Target field)

Sometimes searching at Microsoft's support site
(http://support.microsoft.com/) yields some helpful articles. A search on
"runas" for Windows XP only turned up 9 articles, one of which was:

HOW TO: Enable and Use the "Run As" Command When Running Programs in Windows
http://support.microsoft.com/?kbid=294676
 
Thanks Kelly.

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-----------------------------------------



Hi Ramesh,

This is a specific message which comes from two isolated issues (that I know
of). That said, line 111 should fix it. :o)

--
All the Best,
Kelly

MS-MVP Win98/XP
[AE-Windows® XP]

Troubleshooting Windows XP
http://www.kellys-korner-xp.com

Utilities for Windows XP
http://www.kellys-korner-xp.com/xp_u.htm#xp_util


Hi Kelly,

Isn't it line 186 (undo) or am I wrong?

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-----------------------------------------



Hi Leo,

Common issue. Run the edit on line 111
http://www.kellys-korner-xp.com/xp_tweaks.htm

--
All the Best,
Kelly

MS-MVP Win98/XP
[AE-Windows® XP]

Troubleshooting Windows XP
http://www.kellys-korner-xp.com

Utilities for Windows XP
http://www.kellys-korner-xp.com/xp_u.htm#xp_util
 
Kelly,

Ran your fix to get rid of the "Run As" command window and I am still getting it when I right click on something. I can click away the arrow in the square box and click ok but this is so annoying !!! Installed a fix from dougknox.com as well but still get the "Run As" command box.
 
Is there an open there as well.

IF SO
Type regedit in Start Run
Navigate to
HKEY_CLASSES_ROOT\exefile\shell
and delete the default value (which will be runas). Do NOT delete the subkey of the same name.

IF NOT
Type regedit in Start Run
Navigate to
HKEY_CLASSES_ROOT\exefile\shell
[it get different from here]
Edit menu - New - Key
name it open
select the key open
Edit menu - New - Key
name it command
select the key command then double click (default) in the other pane
enter exactly
"%1" %*
if you get confused runas has an identical command.
 
Back
Top