Jump to content

[Request]Add-on for disabling Unneeded Windows Services.


rubab

Recommended Posts

Can anyone make an add-on for disabling these windows services:

.NET Runtime Optimization Service

ASP.NET State Service

Clipbook

Error Reporting Service

Fast User Switching Compatibility

IMAPI CD‐Burning COM Service

Indexing Service

Infrared Monitor

Machine Debug Manager

NetMeeting Remote Desktop Sharing

Network DDE

Network DDE DSM

Network Location Awareness (NLA)

Performance Logs and Alerts

Portable Media Serial Number Service

QoS RSVP

Remote Desktop Help Session Manager

Remote Registry

Routing and Remote Access

Secondary Logon

Security Center

Smart Card

SSDP Discovery Service

TCP/IP NetBIOS Helper

Telnet

Terminal Services

Uninterruptible Power Supply

Volume Shadow Copy

WebClient

Windows CardSpace

Windows User Mode Driver Framework

Wireless Zero Configuration

WMI Performance Adapter

Thanks for at least reading this topic and also thanks in advance.

Link to comment
Share on other sites


ok

step1 . click report if there is a Double post

so that we know about it

step2 .

click on options -> track this topic

and i think it does the "Enable email notification of replies?"

for you ...

ok

about your topice anyway

arr no

there is no addon that can do that

but there is a serives area of Nlite where you can disable the services that you dont want to start up

Link to comment
Share on other sites

im nliting server 2003 r2, which nlite supports

and when i customize the services it crashes, essentials that i run on my computer i leave on automatic and this happens

i tried them all on manual once and still

let me be more elaborate on it crashing

it installs everything, even devices and all, but when it goes to reboot to reach the desktop i get a blue screen

pictures of services and blue screen attached

- edit maybe this thread should be moved to a different section

anyway i figured out how to make a visualbasic script to disable services... how do i have it run like in "startup" folder in the start menu on first boot up??

the script - put in notepad and save with .vbs extention

strComputer = "."

Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")

Set colServiceList = objWMIService.ExecQuery _

("Select * from Win32_Service where Name = 'Alerter'")

For Each objService in colServiceList

If objService.State = "Running" Then

objService.StopService()

Wscript.Sleep 5000

End If

errReturnCode = objService.ChangeStartMode("Disabled")

Next

services.rar

Edited by burnabycomputer
Link to comment
Share on other sites

  • 1 month later...

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...