March, 2008
2003 server - Sunday, March 2, 2008 2:02 - 0 Comments
Determining system up time
How to find the up time for a system.
Here’s a quick way to determine a system’s up time (how long since it last booted up). Open a command prompt and type:
systeminfo | find /i “”up time””
This will pipe the output of systeminfo.exe into find.exe to find the string “”Up Time”” and display the result.
Article written by MyComputerAid.com
- 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
- Troubleshooting Windows Updates
- Planning a Distributed WSUS Deployment

