Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 06-16-2007, 06:30 PM
OzAndrew
Newsgroup Contributor
 
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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 06-16-2007, 06:30 PM
  #2 (permalink)  
Old 06-16-2007, 06:50 PM
Mason
Newsgroup Contributor
 
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:
[color=blue]
> 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
>
>[/color]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 06-16-2007, 07:30 PM
Carey Frisch [MVP]
Newsgroup Contributor
 
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
[url]http://windowshelp.microsoft.com/windows/en-us/help/f941cb45-b2cd-4b39-ab87-cb9ea959f44e1033.mspx[/url]

--
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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 06-17-2007, 03:11 AM
Rock
Newsgroup Contributor
 
Posts: n/a
Re: How to avoid "The requested operation requires elevation"

"OzAndrew" wrote[color=blue]
> 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[/color]


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)
[url]http://www.microsoft.com/technet/technetmag/issues/2007/06/UAC/default.aspx[/url]

Jesper Johansson's Blog
[url]http://msinfluentials.com/blogs/jesper/archive/2007/03/01/confusion-about-vista-features-what-uac-really-is.aspx[/url]

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

Windows Vista User Account Control Step by Step Guide (TechNet)
[url]http://technet2.microsoft.com/WindowsVista/en/library/0d75f774-8514-4c9e-ac08-4c21f5c6c2d91033.mspx?mfr=true[/url]

--
Rock [MS-MVP User/Shell]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 06-19-2007, 07:20 PM
OzAndrew
Newsgroup Contributor
 
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...[color=blue]
> "OzAndrew" wrote[color=green]
>> 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[/color]
>
>
> 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)
> [url]http://www.microsoft.com/technet/technetmag/issues/2007/06/UAC/default.aspx[/url]
>
> Jesper Johansson's Blog
> [url]http://msinfluentials.com/blogs/jesper/archive/2007/03/01/confusion-about-vista-features-what-uac-really-is.aspx[/url]
>
> Why is Windows Vista always asking for my permission: An explanation of
> UAC (User Account Control) by
> MVP Jimmy Brush
> [url]http://www.jimmah.com/vista/security/uac.aspx[/url]
>
> Windows Vista User Account Control Step by Step Guide (TechNet)
> [url]http://technet2.microsoft.com/WindowsVista/en/library/0d75f774-8514-4c9e-ac08-4c21f5c6c2d91033.mspx?mfr=true[/url]
>
> --
> Rock [MS-MVP User/Shell][/color]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 06-20-2007, 10:00 PM
Rock
Newsgroup Contributor
 
Posts: n/a
Re: How to avoid "The requested operation requires elevation"

"OzAndrew" <me@home.com> wrote[color=blue]
> 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 :([/color]

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]

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 Off
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
"The requested operation requires elevation" Arfur Million Windows Vista 3 12-13-2007 06:03 AM
Before Splash Page Unknown "Greek" Dialog Box Requires an "OK" Richard Peterson Windows XP 1 08-20-2007 09:10 PM
How do I avoid getting all my album art picked up into my "Pictures" library? smeo00 Windows Media 0 07-23-2007 01:20 PM
Requested operation require elevation Elias Khoury Windows Vista 3 03-28-2007 06:15 AM
"Vista Service Pack 1 testers requested" EU XP user Windows Vista 30 01-28-2007 07:45 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 10:34 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0