December 6, 200619 yr Can anyone make an add-on for disabling these windows services:.NET Runtime Optimization ServiceASP.NET State ServiceClipbookError Reporting ServiceFast User Switching CompatibilityIMAPI CD‐Burning COM ServiceIndexing ServiceInfrared MonitorMachine Debug ManagerNetMeeting Remote Desktop SharingNetwork DDENetwork DDE DSMNetwork Location Awareness (NLA)Performance Logs and AlertsPortable Media Serial Number ServiceQoS RSVPRemote Desktop Help Session ManagerRemote RegistryRouting and Remote AccessSecondary LogonSecurity CenterSmart CardSSDP Discovery ServiceTCP/IP NetBIOS HelperTelnetTerminal ServicesUninterruptible Power SupplyVolume Shadow CopyWebClientWindows CardSpaceWindows User Mode Driver FrameworkWireless Zero ConfigurationWMI Performance AdapterThanks for at least reading this topic and also thanks in advance.
December 6, 200619 yr Can a moderator please delete this thread.Double posting:http://www.msfn.org/board/index.php?showtopic=88246http://www.msfn.org/board/index.php?showtopic=88247
December 6, 200619 yr Author Sorry when i posted the topic for the first time i forgot to 'Tick' on the "Enable email notification of replies?"
December 8, 200619 yr okstep1 . click report if there is a Double postso that we know about itstep2 . click on options -> track this topicand i think it does the "Enable email notification of replies?"for you ... okabout your topice anywayarr nothere 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
December 10, 200619 yr im nliting server 2003 r2, which nlite supportsand when i customize the services it crashes, essentials that i run on my computer i leave on automatic and this happensi tried them all on manual once and stilllet me be more elaborate on it crashingit installs everything, even devices and all, but when it goes to reboot to reach the desktop i get a blue screenpictures 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 extentionstrComputer = "."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") Nextservices.rar Edited December 10, 200619 yr by burnabycomputer
January 13, 200719 yr try this RubabsServiceTweaks_Addon.7zon http://www.ryanvm.net/forum/viewforum.php?...515e7fabebbeb48now i just need Media Player 11 server 2003 edition add on Edited January 20, 200719 yr by burnabycomputer
January 18, 200719 yr 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.
Create an account or sign in to comment