Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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.


  • Author

Sorry when i posted the topic for the first time i forgot to 'Tick' on the "Enable email notification of replies?"

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

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

  • 1 month later...

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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.