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

Jump to content



Last warning

1. This is not a warez site! Links/Requests to warez and/or illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated. Any offenders of this rule may be banned on first violation. We take issues like this very seriously here at MSFN.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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

#1 User is offline   rubab 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 08-November 06

  Posted 06 December 2006 - 06:58 AM

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.


#2 User is offline   jcarle 

  • MSFN Master
  • Group: Developers
  • Posts: 2,563
  • Joined: 14-August 04

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

#3 User is offline   rubab 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 08-November 06

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 User is offline   ZcWorld 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 611
  • Joined: 23-February 05

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

#5 User is offline   burnabycomputer 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 23-June 06

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

Attached File(s)


This post has been edited by burnabycomputer: 10 December 2006 - 12:19 PM


#6 User is offline   burnabycomputer 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 23-June 06

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

This post has been edited by burnabycomputer: 20 January 2007 - 05:05 AM


#7 User is offline   Steve30x 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 31-August 06

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
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy