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.
Page 1 of 1
[Request]Add-on for disabling Unneeded Windows Services.
#2
Posted 06 December 2006 - 08:03 AM
Can a moderator please delete this thread.
Double posting:
http://www.msfn.org/...showtopic=88246
http://www.msfn.org/...showtopic=88247
Double posting:
http://www.msfn.org/...showtopic=88246
http://www.msfn.org/...showtopic=88247
#3
Posted 06 December 2006 - 10:03 AM
Sorry when i posted the topic for the first time i forgot to 'Tick' on the "Enable email notification of replies?"
#4
Posted 07 December 2006 - 07:58 PM
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
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
#5
Posted 10 December 2006 - 09:13 AM
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
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
Attached File(s)
-
services.rar (145.81K)
Number of downloads: 14
This post has been edited by burnabycomputer: 10 December 2006 - 12:19 PM
#6
Posted 13 January 2007 - 01:27 PM
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
on http://www.ryanvm.net/forum/viewforum.php?...515e7fabebbeb48
now i just need Media Player 11 server 2003 edition add on
This post has been edited by burnabycomputer: 20 January 2007 - 05:05 AM
#7
Posted 18 January 2007 - 01:22 PM
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.
Share this topic:
Page 1 of 1



Help
Back to top









