Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > "Run as Administrator" context menu missing

Reply
Thread Tools Display Modes

"Run as Administrator" context menu missing

 
 
yxq
Guest
Posts: n/a

 
      02-09-2008
My "Run as Administrator" context menu missing when right-click the EXE
file, but appear when right-click some shortcuts, why? thank you.


 
Reply With Quote
 
 
 
 
xqas
Guest
Posts: n/a

 
      03-14-2009

yxq;671351 Wrote:
> My "Run as Administrator" context menu missing when right-click the EX
> file, but appear when right-click some shortcuts, why? thank you


It's been a while since this post so you may have found the solution t
your issue

Quick troubleshooting steps in case you haven't

- is the user account an Administrator
- is the user account password protected

--
xqa
Posted via http://www.vistaheads.co

 
Reply With Quote
 
Randall Flagg
Guest
Posts: n/a

 
      03-14-2009
On Sat, 14 Mar 2009 20:17:31 +0000, xqas
<> wrote:

>
>yxq;671351 Wrote:
>> My "Run as Administrator" context menu missing when right-click the EXE
>> file, but appear when right-click some shortcuts, why? thank you.

>
>It's been a while since this post so you may have found the solution to
>your issue.


Since it is OVER A YEAR OLD, you never even should have replied to it.
 
Reply With Quote
 
geekarmyofone
Guest
Posts: n/a

 
      03-15-2010

But I would have been pretty happy if it had been answered at some
point. Got here looking for an answer regarding this problem in IE on a
client computer. The age of the correct answer is generally not a
problem on machines that haven't seen an update since 2007. Shall I post
the answer when i fix it, or will that label me as a noob, and cause me
to be banished to the snob free world of "I fix computers for a living
and don't spend my time posting non answers regarding actual problems
land".

Almost forgot my cute sig (sorry no animations i'll work on it)

My wife claims all life's little problems can be handled with a ball
peen hammer and duct tape...I prefer a mixture of stainless brass and
lead.


--
geekarmyofone
Posted via http://www.vistaheads.com

 
Reply With Quote
 
Ronin
Guest
Posts: n/a

 
      03-15-2010
Which filetypes are you trying to add the option for? As a rule, all you
should have to do is go to the Registry, find the filetype and follow any
trail to locate the actual settings (Example: HKEY_Classes_Root\.exe
filetype is an exefile, so I proceed to HKEY\exefile, where the Open, Edit
commands, etc., are listed.) As a rule, you open the "shell" subkey, then
add a sub-key to that "shell" key named "runas", then a sub-key to that
named "command". Then look at the Open\Command key and copy the value(s)
from that key to the new Runas/Command key.

That works for most, but not all extensions. Use Find to locate keys named
"runas" to see more example.

This is the exefile section, for example:
-----------------------------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\exefile]
@="Application"
"EditFlags"=hex:38,07,00,00
"FriendlyTypeName"=hex(2):40,00,25,00,53,00,79,00, 73,00,74,00,65,00,6d,00,52,\
00,6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00 ,74,00,65,00,6d,00,33,00,\
32,00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32 ,00,2e,00,64,00,6c,00,6c,\
00,2c,00,2d,00,31,00,30,00,31,00,35,00,36,00,00,00

[HKEY_CLASSES_ROOT\exefile\DefaultIcon]
@="%1"

[HKEY_CLASSES_ROOT\exefile\shell]

[HKEY_CLASSES_ROOT\exefile\shell\open]
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\exefile\shell\open\command]
@="\"%1\" %*"
"IsolatedCommand"="\"%1\" %*"

[HKEY_CLASSES_ROOT\exefile\shell\runas]

[HKEY_CLASSES_ROOT\exefile\shell\runas\command]
@="\"%1\" %*"
"IsolatedCommand"="\"%1\" %*"
------------------------------------------------------------------
--
Ronin

"geekarmyofone" <> wrote in
message news:...
>
> But I would have been pretty happy if it had been answered at some
> point. Got here looking for an answer regarding this problem in IE on a
> client computer. The age of the correct answer is generally not a
> problem on machines that haven't seen an update since 2007. Shall I post
> the answer when i fix it, or will that label me as a noob, and cause me
> to be banished to the snob free world of "I fix computers for a living
> and don't spend my time posting non answers regarding actual problems
> land".
>
> Almost forgot my cute sig (sorry no animations i'll work on it)
>
> My wife claims all life's little problems can be handled with a ball
> peen hammer and duct tape...I prefer a mixture of stainless brass and
> lead.
>
>
> --
> geekarmyofone
> Posted via http://www.vistaheads.com
>


 
Reply With Quote
 
geekarmyofone
Guest
Posts: n/a

 
      03-15-2010

Comparing as you read....thx

--
geekarmyofon
Posted via http://www.vistaheads.co

 
Reply With Quote
 
Ronin
Guest
Posts: n/a

 
      03-15-2010
Jeez, I hope it didn't take THAT long! ;-)

--
Ronin

"geekarmyofone" <> wrote in
message news:...
>
> Comparing as you read....thx.
>
>
> --
> geekarmyofone
> Posted via http://www.vistaheads.com
>


 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      03-15-2010
Just in case I need to mention the following. If the system is booted in
Administrative mode the it obviously will not show. Have seen this numerous times.
Not to say this is the case with you but just a small heads up since you said
Clients Computer

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"geekarmyofone" <> wrote in message
news:...
>
> Comparing as you read....thx.
>
>
> --
> geekarmyofone
> Posted via http://www.vistaheads.com
>


 
Reply With Quote
 
Ronin
Guest
Posts: n/a

 
      03-15-2010
Not so on my machine, nor does the idea really gibe with the way the whole
thing is set up in the Registry. The structures are in the main, system-wide
"Local_Machine" hive. It would cost a lot of time and energy to make it all
behave differently just because you are logged on as Administrator or some
other User.

I'd be interested in hearing about any encounters you've had where the "Run
as Administrator" option disappeared just because you're logged on as
Administrator, but are all properly displayed if logged on as any other
User. I'd be interested in how it's done. Meanwhile, now that you mention
it, I'll be checking every system I touch for the next while, ;-)

--
Ronin

"Peter Foldes" <> wrote in message
news:%...
> Just in case I need to mention the following. If the system is booted in
> Administrative mode the it obviously will not show. Have seen this
> numerous times. Not to say this is the case with you but just a small
> heads up since you said Clients Computer
>
> --
> Peter
>
> Please Reply to Newsgroup for the benefit of others
> Requests for assistance by email can not and will not be acknowledged.
>
> "geekarmyofone" <> wrote
> in message news:...
>>
>> Comparing as you read....thx.
>>
>>
>> --
>> geekarmyofone
>> Posted via http://www.vistaheads.com
>>

>


 
Reply With Quote
 
geekarmyofone
Guest
Posts: n/a

 
      03-16-2010

Sorry, had to move on to other problems; it looks like just the IE icon
on the desktop and quick launch were missing this option, it worked o
the source exe and subsequent shortcuts. They were either corrupted b
malware or the shotgun scatter of barely useful and probably conflictin
cleaners, sweepers and fixers (many of which were fake). Machine i
clean, only tool i cannot get to run is BDO scan. Didn't Bit defende
used to run in Firefox too?? Maybe tomorrow

--
geekarmyofon
Posted via http://www.vistaheads.co

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open IME" & "Reconversion" option on context menu, How do I remove RHPT Windows Vista General Discussion 7 01-26-2010 06:41 PM
"Make available offline" not shown in context menu Dirk Verweyen Windows Vista Networking 0 02-18-2008 05:54 PM
Start Menu "right" click context menu vegaspat Windows Vista General Discussion 2 01-16-2008 01:19 PM
Remove entries from the "new" file context menu? Hans Windows Vista General Discussion 2 07-22-2007 08:02 PM
No more "Send to mail recipient" in context menu! HrundiBakshi Windows Vista General Discussion 6 05-31-2007 10:12 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59