Quick Table of Contents
- Remote process execution
- uptime
- Operating System performance statistics
- Printing
- Product ID and Product Key
- Links
Microsoft Windows
1. Remote process execution
You can use PsExec for this. Download it fromTechNet - PsExec.
2. uptime
You can read this from the systeminfo command
C:\>systeminfo
...
OS Name: Microsoft(R) Windows(R) Server 2003 Standard x64 Edition
OS Version: 5.2.3790 Service Pack 2 Build 3790
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Server
OS Build Type: Multiprocessor Free
...
Original Install Date: 20/02/2009, 10:34:22
System Up Time: 251 Days, 21 Hours, 49 Minutes, 24 Seconds
3. Operating System performance statistics
Use Administrative Tools -> Performance, then choose and log various measurements to file.
4. Printing
Sometimes jobs will clog up the print queue. You can restart the spooler by running:
net stop spooler
net start spooler
This is still manual intervention, but is better than having to reboot the printer's computer.
5. Product ID and Product Key
You can run 'systeminfo' command to find out the Product ID. The last 5 digits will match the bar code on the left hand side of your authenticity sticker. They product key itself it not retrievable without other programs.
| More Articles (showing 12 below) | |
|---|---|
| 2011-02-14 | |
| 2009-11-14 | |
| 2009-05-20 | |
| 2009-05-16 | |
| 2006-10-15 | |
| 2006-04-08 | |
| 2006-04-02 | |
| 2005-11-12 | |
| 2005-04-23 | |
| 2004-03-30 | |
| 2004-03-01 | |

