Go Back   TechArena Community > Technical Support > Computer Help > Windows Vista > Vista Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



How to avoid "The requested operation requires elevation"

Vista Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 17-06-2007
OzAndrew
 
Posts: n/a
How to avoid "The requested operation requires elevation"

Hi,

I am the only user on my Dell Inspiron laptop. I have an administrators
account. I'm very new to Vista. I'm forever being prompted to allow programs
to run etc. When I try to run task manager I get the error as in the subject
line. I know I can individually run each one as administrator but that's a
real pain.
One of my scripts is also have a problem running the following command:

fso = new ActiveXObject("Scripting.FileSystemObject");

Is this due to security as well?

How can I change my login/permissions/access to not prompt me for any
"security" when running these programs?

Many Thanks

Andrew

Reply With Quote
  #2  
Old 17-06-2007
Mason
 
Posts: n/a
RE: How to avoid "The requested operation requires elevation"

There is a way to turn off the UAC, but if you turn it off, you must re
enable it to allow the installation of programs that require access to the
Temp folder in your user account.

to turn it off:

1. go to control panel
2. Open the Users panel
3. Click "Turn User Account Control On or Off"
4. Uncheck the box next to "User User Account Control (UAC) to help protect
your computer."
5. Click OK

"OzAndrew" wrote:

> Hi,
>
> I am the only user on my Dell Inspiron laptop. I have an administrators
> account. I'm very new to Vista. I'm forever being prompted to allow programs
> to run etc. When I try to run task manager I get the error as in the subject
> line. I know I can individually run each one as administrator but that's a
> real pain.
> One of my scripts is also have a problem running the following command:
>
> fso = new ActiveXObject("Scripting.FileSystemObject");
>
> Is this due to security as well?
>
> How can I change my login/permissions/access to not prompt me for any
> "security" when running these programs?
>
> Many Thanks
>
> Andrew
>
>

Reply With Quote
  #3  
Old 17-06-2007
Carey Frisch [MVP]
 
Posts: n/a
Re: How to avoid "The requested operation requires elevation"

Please read the following and become better informed:

Understanding User Account Control in Windows Vista
http://windowshelp.microsoft.com/win...9f44e1033.mspx

--
Carey Frisch
Microsoft MVP
Windows - Shell/User

---------------------------------------------------------------------------*-----

"OzAndrew" wrote:

Hi,

I am the only user on my Dell Inspiron laptop. I have an administrators
account. I'm very new to Vista. I'm forever being prompted to allow programs
to run etc. When I try to run task manager I get the error as in the subject
line. I know I can individually run each one as administrator but that's a
real pain.
One of my scripts is also have a problem running the following command:

fso = new ActiveXObject("Scripting.FileSystemObject");

Is this due to security as well?

How can I change my login/permissions/access to not prompt me for any
"security" when running these programs?

Many Thanks

Andrew

Reply With Quote
  #4  
Old 17-06-2007
Rock
 
Posts: n/a
Re: How to avoid "The requested operation requires elevation"

"OzAndrew" wrote
> Hi,
>
> I am the only user on my Dell Inspiron laptop. I have an administrators
> account. I'm very new to Vista. I'm forever being prompted to allow
> programs to run etc. When I try to run task manager I get the error as in
> the subject line. I know I can individually run each one as administrator
> but that's a real pain.
> One of my scripts is also have a problem running the following command:
>
> fso = new ActiveXObject("Scripting.FileSystemObject");
>
> Is this due to security as well?
>
> How can I change my login/permissions/access to not prompt me for any
> "security" when running these programs?
>
> Many Thanks
>
> Andrew



Turn off UAC, but I wouldn't recommend that. If you want to, go to Start |
Help and Support and search on UAC. Turning it off will disable protected
mode in IE, among other issues.

Even when running from an account with admin privileges, you are running as
a standard user. When a program runs that wants admin privileges, such as
Task Manager to display processes for all users, you will get the prompt to
elevate. You can't grant permission for this, with UAC on, for all future
running of that admin program. It would defeat the protection.

The purpose of UAC is to give you control over what runs with admin
privileges. Here are some links with more info about UAC.

Inside Windows Vista User Account Control (Mark Russinovich)
http://www.microsoft.com/technet/tec...C/default.aspx

Jesper Johansson's Blog
http://msinfluentials.com/blogs/jesp...really-is.aspx

Why is Windows Vista always asking for my permission: An explanation of UAC
(User Account Control) by
MVP Jimmy Brush
http://www.jimmah.com/vista/security/uac.aspx

Windows Vista User Account Control Step by Step Guide (TechNet)
http://technet2.microsoft.com/Window....mspx?mfr=true

--
Rock [MS-MVP User/Shell]

Reply With Quote
  #5  
Old 20-06-2007
OzAndrew
 
Posts: n/a
Re: How to avoid "The requested operation requires elevation"

Hi Rock,

Thanks for your reply.

With my firewall, anti virus system and spyware/adware checker running, I
think I'll turn off UAC anyway. I want to take a step forward with Vista,
and can only see me going backwards at 110 m/h with all the extra prompts
and time to display the messages etc.

Note that turning it off still did not fix this jscript problem :(

Andrew


"Rock" <Rock@nospam.net> wrote in message
news:uTBEUcMsHHA.3864@TK2MSFTNGP04.phx.gbl...
> "OzAndrew" wrote
>> Hi,
>>
>> I am the only user on my Dell Inspiron laptop. I have an administrators
>> account. I'm very new to Vista. I'm forever being prompted to allow
>> programs to run etc. When I try to run task manager I get the error as in
>> the subject line. I know I can individually run each one as administrator
>> but that's a real pain.
>> One of my scripts is also have a problem running the following command:
>>
>> fso = new ActiveXObject("Scripting.FileSystemObject");
>>
>> Is this due to security as well?
>>
>> How can I change my login/permissions/access to not prompt me for any
>> "security" when running these programs?
>>
>> Many Thanks
>>
>> Andrew

>
>
> Turn off UAC, but I wouldn't recommend that. If you want to, go to Start
> | Help and Support and search on UAC. Turning it off will disable
> protected mode in IE, among other issues.
>
> Even when running from an account with admin privileges, you are running
> as a standard user. When a program runs that wants admin privileges, such
> as Task Manager to display processes for all users, you will get the
> prompt to elevate. You can't grant permission for this, with UAC on, for
> all future running of that admin program. It would defeat the protection.
>
> The purpose of UAC is to give you control over what runs with admin
> privileges. Here are some links with more info about UAC.
>
> Inside Windows Vista User Account Control (Mark Russinovich)
> http://www.microsoft.com/technet/tec...C/default.aspx
>
> Jesper Johansson's Blog
> http://msinfluentials.com/blogs/jesp...really-is.aspx
>
> Why is Windows Vista always asking for my permission: An explanation of
> UAC (User Account Control) by
> MVP Jimmy Brush
> http://www.jimmah.com/vista/security/uac.aspx
>
> Windows Vista User Account Control Step by Step Guide (TechNet)
> http://technet2.microsoft.com/Window....mspx?mfr=true
>
> --
> Rock [MS-MVP User/Shell]


Reply With Quote
  #6  
Old 21-06-2007
Rock
 
Posts: n/a
Re: How to avoid "The requested operation requires elevation"

"OzAndrew" <me@home.com> wrote
> Hi Rock,
>
> Thanks for your reply.
>
> With my firewall, anti virus system and spyware/adware checker running, I
> think I'll turn off UAC anyway. I want to take a step forward with Vista,
> and can only see me going backwards at 110 m/h with all the extra prompts
> and time to display the messages etc.
>
> Note that turning it off still did not fix this jscript problem :(


Sure, Andrew, I understand, it's your choice, I just don't recommend it.
It's a paradigm shift going to Vista. My choice is to work in the new
paradigm and adjust my style of working. After the initial setup UAC is not
very intrusive, at least in what I do.

Sorry I can't help with the jscript issue. Good luck.

--
Rock [MS-MVP User/Shell]

Reply With Quote
  #7  
Old 21-06-2007
WBurchnall
 
Posts: n/a
Re: How to avoid "The requested operation requires elevation"


If your using Ultimate, there's a way you can turn off even more
security features involving UAC. Even more than turning off UAC in User
Account Controls.

Start > Start Search > Local > (click on Local Security Policy Editor)
> Choose Security > Look at the bottom of the list for entries starting

with UAC: > Ta da! More hidden UAC options you can turn off.

***Important note***
Ultimate only, won't work with home
basic/premium/business/enterprise(afaik). Sorry.

Personally though, I'm with Rock. UAC is for your protection. I
personally don't use it, but would never turn it off my grandmother's pc
=).


--
WBurchnall
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Vista > Vista Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to avoid "The requested operation requires elevation""
Thread Thread Starter Forum Replies Last Post
Getting "Back to Nature" achievement which requires an "optimum eco balance" in anno 2070 Ga.One Video Games 6 21-12-2011 12:27 PM
“The requested operation requires elevation" error message after installing Windows 7 Poeter Operating Systems 5 28-04-2011 11:20 PM
How to solve error code 740 “the requested operation requires elevation” Nicole Kidman Operating Systems 4 29-01-2011 10:52 AM
CreateProcess for...The requested operation requires elevation Anders strand-Holm Vista Help 2 11-05-2007 08:53 PM
ntbackup fails "The requested media failed to mount. The operation was aborted." Tokatrash Small Business Server 8 11-03-2007 08:47 PM


All times are GMT +5.5. The time now is 03:05 AM.