Help - Search - Members - Calendar
Full Version: [Request]Add-on for disabling Unneeded Windows Services.
MSFN Forums > Member Contributed Projects > nLite > Application Add-Ons

   
Google Internet Forums Unattended CD/DVD Guide
rubab
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.
jcarle
Can a moderator please delete this thread.

Double posting:

http://www.msfn.org/board/index.php?showtopic=88246
http://www.msfn.org/board/index.php?showtopic=88247
rubab
Sorry when i posted the topic for the first time i forgot to 'Tick' on the "Enable email notification of replies?"
ZcWorld
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
burnabycomputer
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
burnabycomputer
try this RubabsServiceTweaks_Addon.7z
on http://www.ryanvm.net/forum/viewforum.php?...515e7fabebbeb48

now i just need Media Player 11 server 2003 edition add on
Steve30x
I have a registry key to disable these unneccesary services but I dont know how to make an addon for nlite with it. If somebody tells me how to make it as an addon for nlite Ill atempt to make it.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.