> Windows Vista > Windows Vista Security
Read Usenet Home | Disclaimer | Report Adult Posts

Windows Usenet Topics on Windows Vista Security



Windows Vista Security - "services in vista" in Windows Vista


Old 03-11-2007   #1
..ilWardsti..
 
Default 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 c**** 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 c**** it and choose exit. This just doesn't seem right.
 
Old 03-11-2007   #2
..sp..
 
Default 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:
Quote:
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 c**** 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 c**** it and choose exit. This just doesn't seem right.
 
Old 03-12-2007   #3
..be.. ....
 
Default Re: services in vista


"PhilWardstill" <PhilWardstill@discussions.microsoft.comwrote in message
news:5CE65884-76BF-46D4-A775-16805DDEE9E0@microsoft.com...
Quote:
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 c**** 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 c**** 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.


 
Old 03-12-2007   #4
..tesba..
 
Default Re: services in vista


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 c**** 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: /> View this thread: />
 
Old 03-12-2007   #5
..ilWardsti..
 
Default 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:
Quote:

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 c**** 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: /> View this thread: />
 
Old 03-12-2007   #6
..sp..
 
Default Re: services in vista

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

"PhilWardstill" wrote:
Quote:
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:
Quote:

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 c**** 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: /> View this thread: />
 
Old 03-12-2007   #7
..tesba..
 
Default Re: services in vista


And......................................:confused :


--
Bytesback
------------------------------------------------------------------------
Bytesback's Profile: /> View this thread: />
 
Old 03-12-2007   #8
..tesba..
 
Default Re: services in vista


PhilWardstill;227345 Wrote:
Quote:
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

Quote:
My apologies, I Messed up in the instructions, nothing that will cause
any problems, but just makes it easeier.Have amended the instructions
now


--
Bytesback
------------------------------------------------------------------------
Bytesback's Profile: /> View this thread: />
 
Old 03-12-2007   #9
..sp..
 
Default Re: services in vista

And......................................:confused :

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.
 
Old 03-12-2007   #10
..tesba..
 
Default Re: services in vista


No, it isn't anyones guess. Do you think I do this stuff on a whim ?
Dont you think I test to see if things still work ? If Microsoft
hadn't been so ludricrously over the top with their security perhaps I
wouldn't mind. But being forced to use their tools ,( which, by the
way, dont actually do their job ) Is a downright cheek. As to
Microsofts Licensing, IE: is it still genuine, well they can go and
sing. And as for Microsoft support, Have you tried it ?

Curious law in the UK states that for an agreement to exist it must be
either Verbal or Signed. Ticking a box doesn't cut the mustard. So, the
EULA is entirely worthless anyway. Dont get me going here or I'll tear
the whole EULA to bits as to why it, in itself, is Illegal under uK
law.


--
Bytesback
------------------------------------------------------------------------
Bytesback's Profile: /> View this thread: />
 

Thread Tools
Display Modes





Powered by vBulletin®
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.