Jump to content

Services


Recommended Posts

What services (started default) is not necessary to have running?

I have searched the forum, but couldn't find anything concrete. It would be nice net stop some resource eating services during runonceex... :thumbup

Link to comment
Share on other sites


Windows Registry Editor Version 5.00

;Disable Messenger Service (to block spam. Does not affect MSN or Windows Messenger)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]

"Start"=dword:00000004

;Disable Remote Registry Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]

"Start"=dword:00000004

;Disable Error Reporting Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]

"Start"=dword:00000004

;Disable Alerter

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]

"Start"=dword:00000004

;Disable ClipBook

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv]

"Start"=dword:00000004

;Disable TCP/IP NetBIOS Helper

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]

"Start"=dword:00000004

;Disable NVIDIA Driver Helper

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NVSvc]

"Start"=dword:00000004

;Disable Remote Desktop Help Session Manager

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]

"Start"=dword:00000004

;Disable Routing and Remote Access

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess]

"Start"=dword:00000004

;Disable Secondary Log-on

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]

"Start"=dword:00000004

;Disable Performance Logs & Alerts

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]

"Start"=dword:00000004

;Disable Wireless Zero Configuration

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]

"Start"=dword:00000004

;Disable UPS

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS]

"Start"=dword:00000004

;Disable Indexing Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc]

"Start"=dword:00000004

;Disable Help and Support

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]

"Start"=dword:00000004

;Disable Task Scheduler

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]

"Start"=dword:00000004

I think these services can be disabled without having any conflict

for further details visit this top Here

make sure these services are not disabled

1. Windows Time Service

2. Background Intelligent Transfer Service

3. Telephony

4. Automatic Updates

Link to comment
Share on other sites

One more thing. The regtweaks put in HKEY CURRENT USER:

1. Will the tweaks be applied to all (future) users? ... or....

2. Must the tweaks be run on all users ... OR ... ;)

3. Can the tweaks be added to a user and copied to default user profile. Are the tweaks stored in NTUSER.DAT?

Cheers and thank you all for excellent knowledge!

Link to comment
Share on other sites

As a general rule, all registry tweaks that are added to HKEY CURRENT USER are applied ONLY to the current user, BUT this rule has some excpetions.

The exception that we will talk about is TIME, if registry tweaks are added during minute 11 of an unattended installation then this tweaks should normally be applied for the current user and for all future users.

But for further details please make a look Here

:hello:

Link to comment
Share on other sites

MCT

Okay, I was thinking in general. Thanks anyway! I know the services affect all users.

I'm collecting all the tweaks I have gotten via this thread and the others. It's quiet a collection! :w00t:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...