msconfig

B

Bill

I have a cpu with vista home premium. I would like to use msconfig to not
start some programs. Is there a way to print out the programs in start up
so I can take the time to verify I don not want them to run?

thanks for any help

BF
 
G

Gary Mount

Type "net start" in a command prompt.
You can redirect the output to a text file by typeing
"net start >> whatsRunning.txt" and a file will be created named
whatsRunning.txt.

for example if I type >net start >> d:\runningStuff.txt
I get a file with the following contents...

"These Windows services are started:

AMD External Events Utility
Application Experience
Application Information
Background Intelligent Transfer Service
Base Filtering Engine
BitLocker Drive Encryption Service
COM+ Event System
Computer Browser
Cryptographic Services
DCOM Server Process Launcher
Desktop Window Manager Session Manager
DHCP Client
Diagnostic Policy Service
Diagnostic Service Host
Distributed Link Tracking Client
DNS Client
Encrypting File System (EFS)
Function Discovery Provider Host
Function Discovery Resource Publication
Group Policy Client
HomeGroup Provider
Human Interface Device Access
IP Helper
Multimedia Class Scheduler
Network Connections
Network List Service
Network Location Awareness
Network Store Interface Service
Offline Files
Peer Name Resolution Protocol
Peer Networking Grouping
Peer Networking Identity Manager
Plug and Play
Power
Print Spooler
Program Compatibility Assistant Service
Remote Procedure Call (RPC)
RPC Endpoint Mapper
SeaPort
Security Accounts Manager
Security Center
Server
Shell Hardware Detection
Software Protection
SSDP Discovery
Superfetch
System Event Notification Service
Task Scheduler
TCP/IP NetBIOS Helper
Themes
UPnP Device Host
User Profile Service
Windows Audio
Windows Audio Endpoint Builder
Windows Backup
Windows Connect Now - Config Registrar
Windows Defender
Windows Driver Foundation - User-mode Driver Framework
Windows Event Log
Windows Firewall
Windows Management Instrumentation
Windows Media Center Receiver Service
Windows Media Center Scheduler Service
Windows Media Player Network Sharing Service
Windows Mobile-2003-based device connectivity
Windows Mobile-based device connectivity
Windows Search
Windows Update
Workstation

The command completed successfully.


"
 
G

Gary Mount

You can use the "net start" command to stop and start services.
Put the list in batch files and you don't have to keep rebooting for the
changes to take effect.
 
G

Gary Mount

Ooops, you said programs on start up, not services. Ignore what I wrote
earlier.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top