PC Review


Reply
Thread Tools Rate Thread

Access Denied error w/ User=Administrator on msconfig

 
 
Tom
Guest
Posts: n/a
 
      21st Jun 2008
WinXP Pro SP2 all MS updates
I have recently been receiving the message "An Access Denied error was
returned while attempting to change a service. You may need to log on using
an Administrator account to make the specified changes." Both my UserID
which has Administrator privileges AND the Administrator are getting the
message. I have ran McAfee against my system and all is OK.
Is there a parameter in the Registry to change for this or what are my
options?
TIA,
[PS: The System Configuration utility comes up every time I reboot (cold or
warm). When I do request that a Startup program not be launch (unchecking
the box) I get the above message but the changes do seem to take on the
couple I've done. Hence, I get the message of NOT being able to make the
change but there's a strong case that the changes DO take affect.
 
Reply With Quote
 
 
 
 
R. McCarty
Guest
Posts: n/a
 
      21st Jun 2008
When you say System Configuration Utility do you mean MSConfig ?

To resolve this you really need to determine what Service Start mode
is being modified. I would review the System Event Log and check
the details box for each Error ( Red Icon ).
Click Start, Run ( type ) EventVwr.Msc [Enter]

Not that it relates to your issue but McAfee isn't the best choice for
security software and it may be blocking the attempt to change the
Service start mode.

"Tom" <(E-Mail Removed)> wrote in message
news:EDB7ABDC-D401-4705-9ABB-(E-Mail Removed)...
> WinXP Pro SP2 all MS updates
> I have recently been receiving the message "An Access Denied error was
> returned while attempting to change a service. You may need to log on
> using
> an Administrator account to make the specified changes." Both my UserID
> which has Administrator privileges AND the Administrator are getting the
> message. I have ran McAfee against my system and all is OK.
> Is there a parameter in the Registry to change for this or what are my
> options?
> TIA,
> [PS: The System Configuration utility comes up every time I reboot (cold
> or
> warm). When I do request that a Startup program not be launch (unchecking
> the box) I get the above message but the changes do seem to take on the
> couple I've done. Hence, I get the message of NOT being able to make the
> change but there's a strong case that the changes DO take affect.



 
Reply With Quote
 
Tom
Guest
Posts: n/a
 
      21st Jun 2008
Yes, MSConfig. I have briefly checked the System Event Logs and I don't find
any Errors that apply. Other ideas?

"R. McCarty" wrote:

> When you say System Configuration Utility do you mean MSConfig ?
>
> To resolve this you really need to determine what Service Start mode
> is being modified. I would review the System Event Log and check
> the details box for each Error ( Red Icon ).
> Click Start, Run ( type ) EventVwr.Msc [Enter]
>
> Not that it relates to your issue but McAfee isn't the best choice for
> security software and it may be blocking the attempt to change the
> Service start mode.
>
> "Tom" <(E-Mail Removed)> wrote in message
> news:EDB7ABDC-D401-4705-9ABB-(E-Mail Removed)...
> > WinXP Pro SP2 all MS updates
> > I have recently been receiving the message "An Access Denied error was
> > returned while attempting to change a service. You may need to log on
> > using
> > an Administrator account to make the specified changes." Both my UserID
> > which has Administrator privileges AND the Administrator are getting the
> > message. I have ran McAfee against my system and all is OK.
> > Is there a parameter in the Registry to change for this or what are my
> > options?
> > TIA,
> > [PS: The System Configuration utility comes up every time I reboot (cold
> > or
> > warm). When I do request that a Startup program not be launch (unchecking
> > the box) I get the above message but the changes do seem to take on the
> > couple I've done. Hence, I get the message of NOT being able to make the
> > change but there's a strong case that the changes DO take affect.

>
>
>

 
Reply With Quote
 
John John (MVP)
Guest
Posts: n/a
 
      21st Jun 2008
Does this happen with all services or only a select few services?

Permissions may have been revoked on the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>
key(s). You can use Regedit to verify the permissions on the service
key(s) in question and grant yourself necessary permissions on the
ServiceName key.

You can usually easily fix this permission problem by propagating the
permissions from the HKLM\SYSTEM\CurrentControlSet\Services key on down
to all its child objects. To do so, using Regedit, right click on the
HKLM\SYSTEM\CurrentControlSet\Services key and select Permissions...
Click on the Advanced button and at the bottom of the Permissions tab
make sure that there is a check mark is in the:

"Inherit from parent the permission entries that apply to child objects..."

Then put a check mark on:

"Replace permission entries on all child objects with entries shown here
that apply to child objects."

Click on apply and accept to propagate inheritable permissions to child
objects, click OK when done and exit Regedit and try modify the service
again. Keep in mind that some Anti-Virus applications or other security
suites monitor changes to certain registry keys and that they may change
the permissions again, this would be done for example to prevent malware
from disabling the AV application or the firewall.

John

Tom wrote:

> Yes, MSConfig. I have briefly checked the System Event Logs and I don't find
> any Errors that apply. Other ideas?
>
> "R. McCarty" wrote:
>
>
>>When you say System Configuration Utility do you mean MSConfig ?
>>
>>To resolve this you really need to determine what Service Start mode
>>is being modified. I would review the System Event Log and check
>>the details box for each Error ( Red Icon ).
>>Click Start, Run ( type ) EventVwr.Msc [Enter]
>>
>>Not that it relates to your issue but McAfee isn't the best choice for
>>security software and it may be blocking the attempt to change the
>>Service start mode.
>>
>>"Tom" <(E-Mail Removed)> wrote in message
>>news:EDB7ABDC-D401-4705-9ABB-(E-Mail Removed)...
>>
>>>WinXP Pro SP2 all MS updates
>>>I have recently been receiving the message "An Access Denied error was
>>>returned while attempting to change a service. You may need to log on
>>>using
>>>an Administrator account to make the specified changes." Both my UserID
>>>which has Administrator privileges AND the Administrator are getting the
>>>message. I have ran McAfee against my system and all is OK.
>>>Is there a parameter in the Registry to change for this or what are my
>>>options?
>>>TIA,
>>>[PS: The System Configuration utility comes up every time I reboot (cold
>>>or
>>>warm). When I do request that a Startup program not be launch (unchecking
>>>the box) I get the above message but the changes do seem to take on the
>>>couple I've done. Hence, I get the message of NOT being able to make the
>>>change but there's a strong case that the changes DO take affect.

>>
>>
>>

 
Reply With Quote
 
R. McCarty
Guest
Posts: n/a
 
      21st Jun 2008
Maybe, Use SysInternals AutoRuns to more exactly check what is
starting at boot time.
http://technet.microsoft.com/en-us/s.../bb963902.aspx
Use it instead of MSConfig to control your Startups & Watchdogs.

"Tom" <(E-Mail Removed)> wrote in message
news:780B1088-746C-4C85-B63C-(E-Mail Removed)...
> Yes, MSConfig. I have briefly checked the System Event Logs and I don't
> find
> any Errors that apply. Other ideas?
>
> "R. McCarty" wrote:
>
>> When you say System Configuration Utility do you mean MSConfig ?
>>
>> To resolve this you really need to determine what Service Start mode
>> is being modified. I would review the System Event Log and check
>> the details box for each Error ( Red Icon ).
>> Click Start, Run ( type ) EventVwr.Msc [Enter]
>>
>> Not that it relates to your issue but McAfee isn't the best choice for
>> security software and it may be blocking the attempt to change the
>> Service start mode.
>>
>> "Tom" <(E-Mail Removed)> wrote in message
>> news:EDB7ABDC-D401-4705-9ABB-(E-Mail Removed)...
>> > WinXP Pro SP2 all MS updates
>> > I have recently been receiving the message "An Access Denied error was
>> > returned while attempting to change a service. You may need to log on
>> > using
>> > an Administrator account to make the specified changes." Both my
>> > UserID
>> > which has Administrator privileges AND the Administrator are getting
>> > the
>> > message. I have ran McAfee against my system and all is OK.
>> > Is there a parameter in the Registry to change for this or what are my
>> > options?
>> > TIA,
>> > [PS: The System Configuration utility comes up every time I reboot
>> > (cold
>> > or
>> > warm). When I do request that a Startup program not be launch
>> > (unchecking
>> > the box) I get the above message but the changes do seem to take on the
>> > couple I've done. Hence, I get the message of NOT being able to make
>> > the
>> > change but there's a strong case that the changes DO take affect.

>>
>>
>>



 
Reply With Quote
 
Tom
Guest
Posts: n/a
 
      21st Jun 2008
So, if I understand you correctly, making this change will set the
Administrator AND all users with Adminstrator rights, such as my UserID -
whether or not my UserID is related to a domain, which it is?
I just did what you suggested and I'm going to reboot.
TIA

"John John (MVP)" wrote:

> Does this happen with all services or only a select few services?
>
> Permissions may have been revoked on the
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>
> key(s). You can use Regedit to verify the permissions on the service
> key(s) in question and grant yourself necessary permissions on the
> ServiceName key.
>
> You can usually easily fix this permission problem by propagating the
> permissions from the HKLM\SYSTEM\CurrentControlSet\Services key on down
> to all its child objects. To do so, using Regedit, right click on the
> HKLM\SYSTEM\CurrentControlSet\Services key and select Permissions...
> Click on the Advanced button and at the bottom of the Permissions tab
> make sure that there is a check mark is in the:
>
> "Inherit from parent the permission entries that apply to child objects..."
>
> Then put a check mark on:
>
> "Replace permission entries on all child objects with entries shown here
> that apply to child objects."
>
> Click on apply and accept to propagate inheritable permissions to child
> objects, click OK when done and exit Regedit and try modify the service
> again. Keep in mind that some Anti-Virus applications or other security
> suites monitor changes to certain registry keys and that they may change
> the permissions again, this would be done for example to prevent malware
> from disabling the AV application or the firewall.
>
> John
>
> Tom wrote:
>
> > Yes, MSConfig. I have briefly checked the System Event Logs and I don't find
> > any Errors that apply. Other ideas?
> >
> > "R. McCarty" wrote:
> >
> >
> >>When you say System Configuration Utility do you mean MSConfig ?
> >>
> >>To resolve this you really need to determine what Service Start mode
> >>is being modified. I would review the System Event Log and check
> >>the details box for each Error ( Red Icon ).
> >>Click Start, Run ( type ) EventVwr.Msc [Enter]
> >>
> >>Not that it relates to your issue but McAfee isn't the best choice for
> >>security software and it may be blocking the attempt to change the
> >>Service start mode.
> >>
> >>"Tom" <(E-Mail Removed)> wrote in message
> >>news:EDB7ABDC-D401-4705-9ABB-(E-Mail Removed)...
> >>
> >>>WinXP Pro SP2 all MS updates
> >>>I have recently been receiving the message "An Access Denied error was
> >>>returned while attempting to change a service. You may need to log on
> >>>using
> >>>an Administrator account to make the specified changes." Both my UserID
> >>>which has Administrator privileges AND the Administrator are getting the
> >>>message. I have ran McAfee against my system and all is OK.
> >>>Is there a parameter in the Registry to change for this or what are my
> >>>options?
> >>>TIA,
> >>>[PS: The System Configuration utility comes up every time I reboot (cold
> >>>or
> >>>warm). When I do request that a Startup program not be launch (unchecking
> >>>the box) I get the above message but the changes do seem to take on the
> >>>couple I've done. Hence, I get the message of NOT being able to make the
> >>>change but there's a strong case that the changes DO take affect.
> >>
> >>
> >>

>

 
Reply With Quote
 
Tom
Guest
Posts: n/a
 
      21st Jun 2008
I just rebooted (Restart) and I still get the message when I attempt to make
the changes. As stated before, the changes (checkboxes) get changed but I
still get the message. So, it seems like things are functioning properly
with the exception of this message.
I'll be offline for about 6+hours - chores....
TIA!!

"John John (MVP)" wrote:

> Does this happen with all services or only a select few services?
>
> Permissions may have been revoked on the
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>
> key(s). You can use Regedit to verify the permissions on the service
> key(s) in question and grant yourself necessary permissions on the
> ServiceName key.
>
> You can usually easily fix this permission problem by propagating the
> permissions from the HKLM\SYSTEM\CurrentControlSet\Services key on down
> to all its child objects. To do so, using Regedit, right click on the
> HKLM\SYSTEM\CurrentControlSet\Services key and select Permissions...
> Click on the Advanced button and at the bottom of the Permissions tab
> make sure that there is a check mark is in the:
>
> "Inherit from parent the permission entries that apply to child objects..."
>
> Then put a check mark on:
>
> "Replace permission entries on all child objects with entries shown here
> that apply to child objects."
>
> Click on apply and accept to propagate inheritable permissions to child
> objects, click OK when done and exit Regedit and try modify the service
> again. Keep in mind that some Anti-Virus applications or other security
> suites monitor changes to certain registry keys and that they may change
> the permissions again, this would be done for example to prevent malware
> from disabling the AV application or the firewall.
>
> John
>
> Tom wrote:
>
> > Yes, MSConfig. I have briefly checked the System Event Logs and I don't find
> > any Errors that apply. Other ideas?
> >
> > "R. McCarty" wrote:
> >
> >
> >>When you say System Configuration Utility do you mean MSConfig ?
> >>
> >>To resolve this you really need to determine what Service Start mode
> >>is being modified. I would review the System Event Log and check
> >>the details box for each Error ( Red Icon ).
> >>Click Start, Run ( type ) EventVwr.Msc [Enter]
> >>
> >>Not that it relates to your issue but McAfee isn't the best choice for
> >>security software and it may be blocking the attempt to change the
> >>Service start mode.
> >>
> >>"Tom" <(E-Mail Removed)> wrote in message
> >>news:EDB7ABDC-D401-4705-9ABB-(E-Mail Removed)...
> >>
> >>>WinXP Pro SP2 all MS updates
> >>>I have recently been receiving the message "An Access Denied error was
> >>>returned while attempting to change a service. You may need to log on
> >>>using
> >>>an Administrator account to make the specified changes." Both my UserID
> >>>which has Administrator privileges AND the Administrator are getting the
> >>>message. I have ran McAfee against my system and all is OK.
> >>>Is there a parameter in the Registry to change for this or what are my
> >>>options?
> >>>TIA,
> >>>[PS: The System Configuration utility comes up every time I reboot (cold
> >>>or
> >>>warm). When I do request that a Startup program not be launch (unchecking
> >>>the box) I get the above message but the changes do seem to take on the
> >>>couple I've done. Hence, I get the message of NOT being able to make the
> >>>change but there's a strong case that the changes DO take affect.
> >>
> >>
> >>

>

 
Reply With Quote
 
John John (MVP)
Guest
Posts: n/a
 
      21st Jun 2008
It will reset the permissions on the child objects to whatever
permissions you have on the parent, or in this case the
HKLM\SYSTEM\CurrentControlSet\Services key. As with all things in life,
you can't inherit from your parents what they don't have!

If the HKLM\SYSTEM\CurrentControlSet\Services key has insufficient
permissions then you may want to look at this:

Solving setup errors by using the SubInACL tool to repair file and
registry permissions
http://blogs.msdn.com/astebner/archi...04/739820.aspx

If you are logged on to the domain keep in mind that domain policies
override local user rights or local polices and that you may need to
logon to the local administrator account to make certain changes, you
may have to take this up with the domain administrator.

John

Tom wrote:

> So, if I understand you correctly, making this change will set the
> Administrator AND all users with Adminstrator rights, such as my UserID -
> whether or not my UserID is related to a domain, which it is?
> I just did what you suggested and I'm going to reboot.
> TIA
>
> "John John (MVP)" wrote:
>
>
>>Does this happen with all services or only a select few services?
>>
>>Permissions may have been revoked on the
>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<ServiceName>
>>key(s). You can use Regedit to verify the permissions on the service
>>key(s) in question and grant yourself necessary permissions on the
>>ServiceName key.
>>
>>You can usually easily fix this permission problem by propagating the
>>permissions from the HKLM\SYSTEM\CurrentControlSet\Services key on down
>>to all its child objects. To do so, using Regedit, right click on the
>>HKLM\SYSTEM\CurrentControlSet\Services key and select Permissions...
>>Click on the Advanced button and at the bottom of the Permissions tab
>>make sure that there is a check mark is in the:
>>
>>"Inherit from parent the permission entries that apply to child objects..."
>>
>>Then put a check mark on:
>>
>>"Replace permission entries on all child objects with entries shown here
>>that apply to child objects."
>>
>>Click on apply and accept to propagate inheritable permissions to child
>>objects, click OK when done and exit Regedit and try modify the service
>>again. Keep in mind that some Anti-Virus applications or other security
>>suites monitor changes to certain registry keys and that they may change
>>the permissions again, this would be done for example to prevent malware
>>from disabling the AV application or the firewall.
>>
>>John
>>
>>Tom wrote:
>>
>>
>>>Yes, MSConfig. I have briefly checked the System Event Logs and I don't find
>>>any Errors that apply. Other ideas?
>>>
>>>"R. McCarty" wrote:
>>>
>>>
>>>
>>>>When you say System Configuration Utility do you mean MSConfig ?
>>>>
>>>>To resolve this you really need to determine what Service Start mode
>>>>is being modified. I would review the System Event Log and check
>>>>the details box for each Error ( Red Icon ).
>>>>Click Start, Run ( type ) EventVwr.Msc [Enter]
>>>>
>>>>Not that it relates to your issue but McAfee isn't the best choice for
>>>>security software and it may be blocking the attempt to change the
>>>>Service start mode.
>>>>
>>>>"Tom" <(E-Mail Removed)> wrote in message
>>>>news:EDB7ABDC-D401-4705-9ABB-(E-Mail Removed)...
>>>>
>>>>
>>>>>WinXP Pro SP2 all MS updates
>>>>>I have recently been receiving the message "An Access Denied error was
>>>>>returned while attempting to change a service. You may need to log on
>>>>>using
>>>>>an Administrator account to make the specified changes." Both my UserID
>>>>>which has Administrator privileges AND the Administrator are getting the
>>>>>message. I have ran McAfee against my system and all is OK.
>>>>>Is there a parameter in the Registry to change for this or what are my
>>>>>options?
>>>>>TIA,
>>>>>[PS: The System Configuration utility comes up every time I reboot (cold
>>>>>or
>>>>>warm). When I do request that a Startup program not be launch (unchecking
>>>>>the box) I get the above message but the changes do seem to take on the
>>>>>couple I've done. Hence, I get the message of NOT being able to make the
>>>>>change but there's a strong case that the changes DO take affect.
>>>>
>>>>
>>>>

 
Reply With Quote
 
Nightowl
Guest
Posts: n/a
 
      21st Jun 2008
Tom <(E-Mail Removed)> wrote on Sat, 21 Jun 2008:

>I have recently been receiving the message "An Access Denied error was
>returned while attempting to change a service. You may need to log on using
>an Administrator account to make the specified changes." Both my UserID
>which has Administrator privileges AND the Administrator are getting the
>message. I have ran McAfee against my system and all is OK.
>Is there a parameter in the Registry to change for this or what are my
>options?
>TIA,
>[PS: The System Configuration utility comes up every time I reboot (cold or
>warm). When I do request that a Startup program not be launch (unchecking
>the box) I get the above message but the changes do seem to take on the
>couple I've done. Hence, I get the message of NOT being able to make the
>change but there's a strong case that the changes DO take affect.


McAfee is very likely the culprit here. It is one of several programs
that behave this way. See this thread:
http://forums.mcafeehelp.com/showthread.php?p=514762

and particularly this response from "Brookz, McAfee T3 Technical
Support":

"This is happening by design. It is a protection feature to stop viruses
from changing settings in msconfig areas.

"As long as you are logged in as a user with Administrator rights, the
changes WILL take effect, even though you will see that warning popup."

Hope this helps.
--
Nightowl
 
Reply With Quote
 
Kelly
Guest
Posts: n/a
 
      21st Jun 2008
Harmless, the changes are being made.

--

All the Best,
Kelly (MS-MVP/DTS&XP)

Taskbar Repair Tool Plus!
http://www.kellys-korner-xp.com/taskbarplus!.htm

SupportSpace
www.supportspace.com/pages?aiu=kellyskorner

"Tom" <(E-Mail Removed)> wrote in message
news:EDB7ABDC-D401-4705-9ABB-(E-Mail Removed)...
> WinXP Pro SP2 all MS updates
> I have recently been receiving the message "An Access Denied error was
> returned while attempting to change a service. You may need to log on
> using
> an Administrator account to make the specified changes." Both my UserID
> which has Administrator privileges AND the Administrator are getting the
> message. I have ran McAfee against my system and all is OK.
> Is there a parameter in the Registry to change for this or what are my
> options?
> TIA,
> [PS: The System Configuration utility comes up every time I reboot (cold
> or
> warm). When I do request that a Startup program not be launch (unchecking
> the box) I get the above message but the changes do seem to take on the
> couple I've done. Hence, I get the message of NOT being able to make the
> change but there's a strong case that the changes DO take affect.


 
Reply With Quote
 
 
 
Reply

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

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
"Access denied" to run msconfig yet all accounts are administrator =?Utf-8?B?UmljaGFyZA==?= Windows XP Security 2 11th Oct 2007 09:40 AM
msconfig - access denied while logged on as an administrator =?Utf-8?B?SmVmZkQ=?= Windows XP Configuration 1 18th May 2007 02:09 AM
msconfig - access denied error paulruthi@gmail.com Windows XP Help 5 11th Apr 2007 08:22 PM
msconfig access denied error Tom Harvey Windows XP Help 2 29th Nov 2006 01:32 PM
Access denied error when trying to create additional domain with user "ADMINISTRATOR" =?Utf-8?B?S2VsbG9neQ==?= Microsoft Windows 2000 Active Directory 1 6th Feb 2004 03:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:26 PM.