Why does services.msc report "Access is denied"

C

Charlie Hauper

Following instructions to disable unnecessary services to free system
resources at http://www.tweakxp.com/tweak34.aspx as Administrator, I ran
Start->Run->services.msc

But that only brings up a tiny error form saying:
services.msc Access is denied.

Yet I can right-click on "My Computer" and hit "Manage" from the pop-up menu
and then under "Services & Applications" in the left pane of the forthcoming
"Computer Management" window I click on "Services" which seems to show those
services in the right pane (starting with "Office Source Engine").

Why then does WinXP SP2 say "Access is denied" when I run services.msc?
 
W

Will Denny

What is that web site and what 'help' did it give you?

--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
M

mayayana

It is indeed a heroic endeavor to try improving Windows
Xtra Problems, but I don't see how it relates to VB.

There's a site I've come across that could be useful:
www.blackviper.com

There's also this page that provides a rundown of
XP services from a security point of view:
http://www.theregister.co.uk/2004/09/02/winxpsp2_security_review/

Someone else would know more about this than I do,
but I have noticed that in WinXP "administrator" does not
always mean "administrator". There seem to be extra levels
of "safety features" involved. I wonder if you might need to
log in as the original admin.?

--
_____________________________

(e-mail address removed)
For return email remove XX and YY.
_____________________________
 
O

Orak Listalavostok

I have noticed that in WinXP "administrator" does not
always mean "administrator". There seem to be extra levels
of "safety features" involved. I wonder if you might need to
log in as the original admin.?

When I read this thread I tried running "services.msc" from the Start
Run command line on one of my many computers & it too failed me;
yet right clicking on My Computer to select Manage brought up the
recommended Windows XP Computer Management GUI without a hitch.

I too was logged in as Administrator (& have not tweaked anything).

1. How do I confirm if administrator is not the "original"
administrator?
2. How does one then force a login as the "original" administrator?
Orak Listalavostok
 
N

Novena di'Domina

mayayana said:
It is indeed a heroic endeavor to try improving Windows
Xtra Problems, but I don't see how it relates to VB.

Of course it relates to VB. It is a VB shell function

"%SystemRoot%\system32\services.msc /s"

Or paste this below into a file with a vbs extension and then doubleclick on
that vbs file to restor functdionality of the errant windows xp system
services.

'Enable Registry Editing
'© Veegertx - 06/27/2003
'This code may be freely distributed/modified
On Error Resume Next
'Prevents errors from values that don't exist
Set WshShell = WScript.CreateObject("WScript.Shell")
'Delete DisableRegistryTools registry values


WshShell.RegDelete

"HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"


WshShell.RegDelete


"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
'display message
Message = "You should have access to Regedit now"


X = MsgBox(Message, vbOKOnly, "Done")
Set WshShell = Nothing
Set fso = Nothing
 
A

a nonymous

| > Following instructions to disable unnecessary services to free system
| > resources at http://www.tweakxp.com/tweak34.aspx as Administrator, I ran
| > Start->Run->services.msc
| >
| > But that only brings up a tiny error form saying:
| > services.msc Access is denied.
| >
| > Yet I can right-click on "My Computer" and hit "Manage" from the pop-up
| > menu
| > and then under "Services & Applications" in the left pane of the
| > forthcoming
| > "Computer Management" window I click on "Services" which seems to show
| > those
| > services in the right pane (starting with "Office Source Engine").
| >
| > Why then does WinXP SP2 say "Access is denied" when I run services.msc?

| What is that web site and what 'help' did it give you?


That site merely explains how to disable a service, nothing more.

<quote>
1. Click the start button.
2. Select run from the bottom of the right column.
3. Then type services.msc in the box and click ok.
4. etc...
</quote>

Other people suggest "Start->Run->services.msc /s"

In XP SP1, running with or without the "/s" switch both allow access in an
admin account.

What is the function of the "/s" switch?
 
A

a nonymous

| > I have noticed that in WinXP "administrator" does not
| > always mean "administrator". There seem to be extra levels
| > of "safety features" involved. I wonder if you might need to
| > log in as the original admin.?
|
<snip>
|
| I too was logged in as Administrator (& have not tweaked anything).
|
| 1. How do I confirm if administrator is not the "original"
| administrator?
| 2. How does one then force a login as the "original" administrator?


1. If you login to "Administrator" account with the password for the
"Administrator" account, then you should be in the original
"Administrator" account.

Once a user account has been created, the original "Administrator"
account will no longer appear as a choice on the Welcome screen.

To show the original "Administrator" account as a choice on the
Welcome screen:

TweakUI for XP v2.10
Logon
[Y] Show "Administrator" on Welcome screen

http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp

2. Logon the original "Administrator" account. Then:

TweakUI for XP v2.10
Logon
AutoLogon
[Y] Log on automatically at startup
[Set Password]
 
A

Anando [MS-MVP]

Another way of accessing the built-in administrator account is to tap CTRL+ALT+DEL twice at the
welcome screen. This will bring up the classic windows logon prompt and here one can enter the
username as 'Administrator', supply the correct password and thus logon.

--

Anando
Microsoft MVP- Windows Shell/User
Microsoft Certified Professional
http://www.microsoft.com/mvp
http://www.mvps.org

Folder customizations
http://newdelhi.sancharnet.in/minku

Protect your PC!
http://www.microsoft.com/protect
 
W

Will Denny

a nonymous said:
| > Following instructions to disable unnecessary services to free system
| > resources at http://www.tweakxp.com/tweak34.aspx as Administrator, I
ran
| > Start->Run->services.msc
| >
| > But that only brings up a tiny error form saying:
| > services.msc Access is denied.
| >
| > Yet I can right-click on "My Computer" and hit "Manage" from the
pop-up
| > menu
| > and then under "Services & Applications" in the left pane of the
| > forthcoming
| > "Computer Management" window I click on "Services" which seems to show
| > those
| > services in the right pane (starting with "Office Source Engine").
| >
| > Why then does WinXP SP2 say "Access is denied" when I run
services.msc?

| What is that web site and what 'help' did it give you?


That site merely explains how to disable a service, nothing more.

<quote>
1. Click the start button.
2. Select run from the bottom of the right column.
3. Then type services.msc in the box and click ok.
4. etc...
</quote>

Other people suggest "Start->Run->services.msc /s"

In XP SP1, running with or without the "/s" switch both allow access in an
admin account.

What is the function of the "/s" switch?

And that helps who????


--


Will Denny
MS-MVP Windows Shell/User
Please reply to the News Groups
 
A

a nonymous

| Following instructions to disable unnecessary services to free
| system resources at http://www.tweakxp.com/tweak34.aspx as
| Administrator, I ran Start->Run->services.msc
|
| But that only brings up a tiny error form saying:
| services.msc Access is denied.
|
| Yet I can right-click on "My Computer" and hit "Manage" from
| the pop-up menu and then under "Services & Applications"
| in the left pane of the forthcoming "Computer Management"
| window I click on "Services" which seems to show those
| services in the right pane
| (starting with "Office Source Engine").
|
| Why then does WinXP SP2 say "Access is denied" when I run
| services.msc?

| What is that web site and what 'help' did it give you?

| That site merely explains how to disable a service, nothing more.
|
| <quote>
| 1. Click the start button.
| 2. Select run from the bottom of the right column.
| 3. Then type services.msc in the box and click ok.
| 4. etc...
| </quote>
|
| Other people suggest "Start->Run->services.msc /s"
|
| In XP SP1, running with or without the "/s" switch both allow
| access in an admin account.
|
| What is the function of the "/s" switch?

| And that helps who?


What exactly is the "that" to which you refer?

I explained what that site is. Look there yourself.

I asked you for the function of the "/s" switch. No answer.

The original poster tried Start->Run->services.msc but that
only brings up an error.

What is so difficult for you to understand in this thread?
 
A

a nonymous

| "a nonymous" <.> wrote:
| > What is the function of the "/s" switch?


| /S Strip quote characters from the command_line
|
| --
| Happy New Year,
| Kelly (MS-MVP)
|
| Troubleshooting Windows XP
| http://www.kellys-korner-xp.com


Thank you.
 
C

Cdon

From a related thread :::>

Managing services in Windows XP
http://www.pcanswers.co.uk/tutorials/default.asp?pagetypeid=2&articleid=28739&subsectionid=607

How to remove unnecessary Windows XP services using services.msc:
http://www.tweakxp.com/tweak34.aspx

Managing the Programs That Run When Windows Starts Up
http://vlaurie.com/computers2/Articles/startup.htm

Disabling Microsoft Services prevents spyware attacks
http://users.accesscomm.ca/gbraun/wxp/services.htm

Remove all unneeded components from Windows XP
http://www.sanx.org/tipShow.asp?articleRef=181

How do I disable client-side DNS caching in Windows XP
http://www.jsiinc.com/SUBN/tip6500/rh6540.htm

Operating System Tweaks - Windows 2000/XP
http://www.pcmech.com/show/optimize/677/10

How to Disable Client-Side DNS Caching in Windows XP and Windows Server
2003
http://support.microsoft.com/default.aspx?scid=kb;en-us;318803
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top