2003 server
2003 server - Sunday, March 2, 2008 2:04 - 0 Comments
List of services
Generating a quick list of services running on a machine.
Want a quick list of the services running on your Windows machine? Type the following at a command prompt:
net start > services.txt
This will dump a list of running services to a text file named services.txt in your current directory, which you can then open in Notepad by typing the following command:
notepad services.txt
Article written by MyComputerAid.com
- Which version am I running?
- Determining system up time
- Running chkdsk on very large volumes
- Automating Disk Defragmentation
- Copying Profiles Using Sysprep
- Managing Multiple Virtual Servers in One Place
- Redirecting Command Line Output to the Clipboard
- Using a Script to Add a Domain User to a Local Group
- Preventing Users from Creating Local User Accounts

