Windows Vista Forums
Vista Forums Home Join Vista Forums Webcasts Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista security

services in vista

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 03-11-2007   #1 (permalink)
PhilWardstill
Guest


 

services in vista

I have disabled some services that I do not want running but they still seem
to want to start. How can I disable them so they will not run? The services
in question are: security center, windows Defender. There are other services
like Bluetooth that I don't use and the laptop does not have anyway and they
do not cause any problems.

I can right click on the icon in the tray and turn off security center, but
it still should not even start when the service is disabled.

Defender puts an icon in the tray stating that it failed to start, and I
have to right click it and choose exit. This just doesn't seem right.

My System SpecsSystem Spec
Old 03-11-2007   #2 (permalink)
Jesper
Guest


 

RE: services in vista

You cannot disable those services. There are protections in Vista that
prevents the security-relevant services from being disabled, under normal
operations.

"PhilWardstill" wrote:

> I have disabled some services that I do not want running but they still seem
> to want to start. How can I disable them so they will not run? The services
> in question are: security center, windows Defender. There are other services
> like Bluetooth that I don't use and the laptop does not have anyway and they
> do not cause any problems.
>
> I can right click on the icon in the tray and turn off security center, but
> it still should not even start when the service is disabled.
>
> Defender puts an icon in the tray stating that it failed to start, and I
> have to right click it and choose exit. This just doesn't seem right.

My System SpecsSystem Spec
Old 03-11-2007   #3 (permalink)
Robert Moir
Guest


 

Re: services in vista


"PhilWardstill" <PhilWardstill@discussions.microsoft.com> wrote in message
news:5CE65884-76BF-46D4-A775-16805DDEE9E0@microsoft.com...
>I have disabled some services that I do not want running but they still
>seem
> to want to start. How can I disable them so they will not run? The
> services
> in question are: security center, windows Defender. There are other
> services
> like Bluetooth that I don't use and the laptop does not have anyway and
> they
> do not cause any problems.
>
> I can right click on the icon in the tray and turn off security center,
> but
> it still should not even start when the service is disabled.
>
> Defender puts an icon in the tray stating that it failed to start, and I
> have to right click it and choose exit. This just doesn't seem right.


Can't comment on Security Centre (not sure why you would want this turned
off?).

Defender comes in two parts, the service that runs in the background and
does what it does - you've disabled this already, and a program that runs at
startup to interact with the user.

You've disabled the service and left the startup program running, and the
startup program is complaining that it can't connect to the service. This
makes sense enough to me, I have to say. Stop the startup program too, and
all should be well.


My System SpecsSystem Spec
Old 03-11-2007   #4 (permalink)
Member


Join Date: Mar 2007
 
Rep Power: 16
Bytesback has a spectacular aura aboutBytesback has a spectacular aura about
  Bytesback is offline

Once you have disabled the security centre you can then disbale all the others.

Heres how to finally rid yourself of the security centre
  1. Go to Accesories --> command prompt. Right click and choose run as adminisstrator
  2. Type "cd\" followed by "cd windows\system32".
  3. Now run the following commands:
    • takeown /f wscapi.dll
    • takeown /f wscsvc.dll
    • takeown /f wscui.cpl
  4. Now you have ownership of the files. Go into the system32 directory in explorer and right click each file, go to the security tab and add an entry for everyone and give them full access permissions.
  5. Disable the Security Center Service via services.msc if you have not already done so.
  6. In the system32 folder rename the three mentioned dll's (change their file extension to .bak).
  7. To get rid of the Security Center service from services.msc drop to a command prompt and type the following:
    • "REG DELETE HKLM\SYSTEM\CURRENTCONTROLSET\SERVICES\WSCSVC /F", hit enter and reboot.
  8. Enjoy no more nagging or icon in your system tray!

Last edited by Bytesback; 03-12-2007 at 03:27 AM.
My System SpecsSystem Spec
Old 03-11-2007   #5 (permalink)
Member


Join Date: Mar 2007
 
Rep Power: 16
Bytesback has a spectacular aura aboutBytesback has a spectacular aura about
  Bytesback is offline

Quote:
Robert Moir
View Post
"PhilWardstill" <PhilWardstill@discussions.microsoft.com> wrote in message
news:5CE65884-76BF-46D4-A775-16805DDEE9E0@microsoft.com...

Can't comment on Security Centre (not sure why you would want this turned
off?).
l.

Because its to much like having a wife
My System SpecsSystem Spec
Old 03-11-2007   #6 (permalink)
PhilWardstill
Guest


 

Re: services in vista

Thank you for the suggestions. could not run the takeown commands. Took
ownership via the properties option. Used msconfig to turn off Defender-it
still seems to want to start. No more SC though.

Thank you again.
Phil

"Bytesback" wrote:

>
> Once you have disabled the security centre you can then disbale all the
> others.
>
> Heres how to finally rid yourself of the security centre
>
>
> - Go to Start --> Run and type "cmd" without the quotes.
> - Type "cd\" followed by "cd windows\system32".
> - Now run the following commands:
> - takeown /f wscapi.dll
> - takeown /f wscsvc.dll
> - takeown /f wscui.cpl
> - Now you have ownership of the files. Go into the system32
> directory in explorer and right click each file, go to the
> security tab and add an entry for everyone and give them full
> access permissions.
> - Disable the Security Center Service via services.msc if you
> have not already done so.
> - In the system32 folder rename the three mentioned dll's
> (change their file extension to .bak).
> - To get rid of the Security Center service from services.msc
> drop to a command prompt and type the following:
> - "REG DELETE HKLM\SYSTEM\CURRENTCONTROLSET\SERVICES\WSCSVC
> /F", hit enter and reboot.
> - Enjoy no more nagging or icon in your system tray!
>
>
> --
> Bytesback
> ------------------------------------------------------------------------
> Bytesback's Profile: http://www.vista64.net/forums/member.php?userid=1668
> View this thread: http://www.vista64.net/forums/showthread.php?t=47418
>
>

My System SpecsSystem Spec
Old 03-12-2007   #7 (permalink)
Jesper
Guest


 

Re: services in vista

Do I need to point out that you just voided Microsoft's support on your
system?

"PhilWardstill" wrote:

> Thank you for the suggestions. could not run the takeown commands. Took
> ownership via the properties option. Used msconfig to turn off Defender-it
> still seems to want to start. No more SC though.
>
> Thank you again.
> Phil
>
> "Bytesback" wrote:
>
> >
> > Once you have disabled the security centre you can then disbale all the
> > others.
> >
> > Heres how to finally rid yourself of the security centre
> >
> >
> > - Go to Start --> Run and type "cmd" without the quotes.
> > - Type "cd\" followed by "cd windows\system32".
> > - Now run the following commands:
> > - takeown /f wscapi.dll
> > - takeown /f wscsvc.dll
> > - takeown /f wscui.cpl
> > - Now you have ownership of the files. Go into the system32
> > directory in explorer and right click each file, go to the
> > security tab and add an entry for everyone and give them full
> > access permissions.
> > - Disable the Security Center Service via services.msc if you
> > have not already done so.
> > - In the system32 folder rename the three mentioned dll's
> > (change their file extension to .bak).
> > - To get rid of the Security Center service from services.msc
> > drop to a command prompt and type the following:
> > - "REG DELETE HKLM\SYSTEM\CURRENTCONTROLSET\SERVICES\WSCSVC
> > /F", hit enter and reboot.
> > - Enjoy no more nagging or icon in your system tray!
> >
> >
> > --
> > Bytesback
> > ------------------------------------------------------------------------
> > Bytesback's Profile: http://www.vista64.net/forums/member.php?userid=1668
> > View this thread: http://www.vista64.net/forums/showthread.php?t=47418
> >
> >

My System SpecsSystem Spec
Old 03-12-2007   #8 (permalink)
Member


Join Date: Mar 2007
 
Rep Power: 16
Bytesback has a spectacular aura aboutBytesback has a spectacular aura about
  Bytesback is offline

Quote:
PhilWardstill
View Post
Thank you for the suggestions. could not run the takeown commands. Took
ownership via the properties option. Used msconfig to turn off Defender-it
still seems to want to start. No more SC though.

Thank you again.
Phil


>
My apologies, I Messed up in the instructions, nothing that will cause any problems, but just makes it easeier.Have amended the instructions now
My System SpecsSystem Spec
Old 03-12-2007   #9 (permalink)
Member


Join Date: Mar 2007
 
Rep Power: 16
Bytesback has a spectacular aura aboutBytesback has a spectacular aura about
  Bytesback is offline

Quote:
Jesper
View Post
Do I need to point out that you just voided Microsoft's support on your
system?

"PhilWardstill" wrote:

Do I need to point out that anyone going to the levels we have to de-Microsoft vista probably doesn't really care
My System SpecsSystem Spec
Old 03-12-2007   #10 (permalink)
Jesper
Guest


 

Re: services in vista

> And......................................

You've disabled crucial features of the operating system. It is now anyone's
guess whether the system will work properly, whether you can install any new
programs, updates or service packs, whether the system is still considered
genuine for purposes of downloading add-ons from Microsoft, or whether the
system will even continue to run properly over the longer term.

The OS was designed around these features being there and available. It has
not been tested without them.
My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Telenor Selects Microsoft Connected Services Framework to Facilitate Its Services Strategy z3r010 Vista News 0 12-06-2006 03:04 AM
Telenor Selects Microsoft Connected Services Framework to Facilitate Its Services Strategy z3r010 Vista News 0 12-05-2006 11:04 PM
Telenor Selects Microsoft Connected Services Framework to Facilitate Its Services Strategy z3r010 Vista News 0 12-05-2006 07:05 PM
Telenor Selects Microsoft Connected Services Framework to Facilitate Its Services Strategy z3r010 Vista News 0 12-05-2006 01:03 PM
Telenor Selects Microsoft Connected Services Framework to Facilitate Its Services Strategy z3r010 Vista News 0 12-03-2006 06:03 PM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51