A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Windows 10 » Windows 10 Help Forum
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Running as Administrator from Startup shortcu?



 
 
Thread Tools Rate Thread Display Modes
  #1  
Old July 27th 17, 10:16 AM posted to alt.comp.os.windows-10
Terry Pinnell[_3_]
external usenet poster
 
Posts: 732
Default Running as Administrator from Startup shortcu?

Up until now one of my programs has always run on booting up. Its
shortcut is in my Startup folder.

I have now re-configured the shortcut to 'Run as Administrator', for all
users. It works correctly when d-clicked manually. But it no longer
starts on startup.

Is that to be expected? (Perhaps because the UAC warning is triggered
and obviously cannot be answered?) Can I work around it?

It's no big deal to start it manually, but...

Terry, East Grinstead, UK
Ads
  #2  
Old July 27th 17, 10:29 AM posted to alt.comp.os.windows-10
Paul[_32_]
external usenet poster
 
Posts: 11,873
Default Running as Administrator from Startup shortcu?

Terry Pinnell wrote:
Up until now one of my programs has always run on booting up. Its
shortcut is in my Startup folder.

I have now re-configured the shortcut to 'Run as Administrator', for all
users. It works correctly when d-clicked manually. But it no longer
starts on startup.

Is that to be expected? (Perhaps because the UAC warning is triggered
and obviously cannot be answered?) Can I work around it?

It's no big deal to start it manually, but...

Terry, East Grinstead, UK


There's a recipe here.

http://www.thewindowsclub.com/autost...indows-10-make

"Creating an Program Shortcut, opening its Properties, opening the
Compatibility tab, checking Run this program as an administrator
and placing this shortcut in the Windows Startup folder does
not work.

What you will have to do, is make use of the Windows Task Scheduler
to create an elevated Shortcut to run Programs bypassing the UAC Prompt.
"

HTH,
Paul
  #3  
Old July 27th 17, 11:16 AM posted to alt.comp.os.windows-10
Terry Pinnell[_3_]
external usenet poster
 
Posts: 732
Default Running as Administrator from Startup shortcu?

Paul wrote:

Terry Pinnell wrote:
Up until now one of my programs has always run on booting up. Its
shortcut is in my Startup folder.

I have now re-configured the shortcut to 'Run as Administrator', for all
users. It works correctly when d-clicked manually. But it no longer
starts on startup.

Is that to be expected? (Perhaps because the UAC warning is triggered
and obviously cannot be answered?) Can I work around it?

It's no big deal to start it manually, but...

Terry, East Grinstead, UK


There's a recipe here.

http://www.thewindowsclub.com/autost...indows-10-make

"Creating an Program Shortcut, opening its Properties, opening the
Compatibility tab, checking Run this program as an administrator
and placing this shortcut in the Windows Startup folder does
not work.

What you will have to do, is make use of the Windows Task Scheduler
to create an elevated Shortcut to run Programs bypassing the UAC Prompt.
"

HTH,
Paul


Thanks, found it shortly after posting - should have looked harder!

Not quite succeeded in getting it working (it's a chore re-booting to
test) so may be back.

Terry, East Grinstead, UK
  #4  
Old July 28th 17, 03:34 AM posted to alt.comp.os.windows-10
B00ze
external usenet poster
 
Posts: 472
Default Running as Administrator from Startup shortcu?

On 2017-07-27 06:16, Terry Pinnell wrote:

Paul wrote:

Terry Pinnell wrote:
Up until now one of my programs has always run on booting up. Its
shortcut is in my Startup folder.

I have now re-configured the shortcut to 'Run as Administrator', for all
users. It works correctly when d-clicked manually. But it no longer
starts on startup.

Is that to be expected? (Perhaps because the UAC warning is triggered
and obviously cannot be answered?) Can I work around it?

It's no big deal to start it manually, but...

Terry, East Grinstead, UK


There's a recipe here.

http://www.thewindowsclub.com/autost...indows-10-make

"Creating an Program Shortcut, opening its Properties, opening the
Compatibility tab, checking Run this program as an administrator
and placing this shortcut in the Windows Startup folder does
not work.


This is really really really annoying isn't it? If we check "Run as
Admin" there should be NO UAC prompt, it should just elevate itself. UAC
is such a freaking stupid thing. You see less viruses now that UAC
exists? I don't...

What you will have to do, is make use of the Windows Task Scheduler
to create an elevated Shortcut to run Programs bypassing the UAC Prompt.


Yeah, but task scheduler REQUIRES that you specify a USER under which to
run the task, DUH! If you specify Administrator then the program's UI
doesn't appear on your desktop (or in your system tray) because it runs
under another user. BUILTIN\USERS kinda works, but I've had instances
where it did not. What you have to do is use SCHTASKS to create the task
with user=INTERACTIVE (the Task Scheduler console will not let you
select this principal) like so:

Schtasks /Create /RU INTERACTIVE /IT /TN MyTaskName /SC ONCE /TR
MyExecutable /ST 00:00

Then edit the task to your liking...

Thanks, found it shortly after posting - should have looked harder!
Not quite succeeded in getting it working (it's a chore re-booting to
test) so may be back.

Terry, East Grinstead, UK


--
! _\|/_ Sylvain /
! (o o) Memberavid-Suzuki-Fdn/EFF/Red+Cross/SPCA/Planetary-Society
oO-( )-Oo "What's that?" -Arthur, "Something blue." -Ford

 




Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off






All times are GMT +1. The time now is 09:05 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.