View boot time in Windows

Source: Internet
Author: User
Tags disk defragmenter

View boot time in Windows

Under Windows, you can use the systeminfo command to view.

Here's what the site extracts about how long windows started.

1.

Windows systems can see how long it has been running from power on to now, which is useful, for example, in order to test the stability of the system, or for other reasons, to know how long the Windows operating system has been running, without the need for special tool software to view it, The operating system itself can do, the following to see the specific method:

In Windows 98: Click "start → program → accessories → system tools → system info" command, the "Uptime" displayed in the "System Information" program window is the time that Windows 98 has been running since it was powered on, accurate to the second. In the System Information window that opens, you can press F5 to refresh the current time at any time.

In Windows XP: Click "Start → run", enter "CMD" and return to open a command prompt window. Type "SystemInfo" and enter, wait a moment you will see a summary of your own operating system, which has a behavior "system startup Time", the subsequent time units are also accurate to the second. How's that, it's amazing? It is important to note that the "System startup Time", which is the "system uptime", means that the system starts from the start to the current elapsed time, and when the machine restarts, it starts again from zero.

2.

Sometimes you want to see how long the computer/server has been running since it was powered on.

So is there a way out? How do I see how long the system is running?

This site to organize the following several solutions:

1, inWindows XP: Click "Start → run", enter "CMD" and return to open a command prompt window. Type "SystemInfo" and enter, wait a moment you will see a summary of your own operating system, which has a behavior "system startup Time", the subsequent time units are also accurate to the second. How's that, it's amazing? It is important to note that the "System startup Time", which is the "system uptime", means that the system starts from the start to the current elapsed time, and when the machine restarts, it starts again from zero.

2. Click "Start → run", enter "CMD" and return to open the Command Prompt window. Enter "NET statistics WORKSTATION", in the first line of the command, you can clearly see the boot time

3. UseMicrosoft's Uptime.exe tool. The relevant and use introduction page is: http://support.microsoft.com/kb/q232243/
If you are too bothered to go to Microsoft site, here is the direct: http://download.microsoft.com/do ... t4/en-us/uptime.exe
Executing uptime/s at the command line will display the log of the system switch machine.


Note: There are several restrictions on this uptime.
1. Dependent on the event Log Service. If this service is re-established, it will affect the accuracy of the uptime.
2. There are records in the event, and if not, no. If Dr.waston for error message is not allowed.
3. Uptime and other methods actually calculate time by invoking the PDH.dll of the system. PDH = Performance Data Helper is an API call to query system performance under NT/2000/XP. PDH does not support XP Home Edition, and the support for XP Pro also requires that XP's simple file sharing be turned off. 2000/xp comes with Pdh.dll, while NT can be downloaded for free.
4. PDH or uptime-the win9x/me machine has a 49.7-day limit, that is, every 49.7 days (continuous boot), it should be zeroed, re-count. This is because 49.7 days = 4,294,967,295 (ms)/1000/3600/24. This is the limit of 32 bits. However, for NT/2000/XP, you can store up to 500 million years of time.
5. PDH provides the function can remotely detect the machine's uptime, but need to open the Remote Registry service, if there is firewall, to ensure that port 445 (microsoft-ds) open.
6. Under administrative authority, uptime run more accurately than non-admin.

3.

With a small command you can see the initial installation time of the system, but also to see the system startup time, operating system version, installed patches and many other information.

This command is Systeminfo.

Press "win+r" shortcut key, enter "CMD" carriage return, then enter "systeminfo" command in the command Prompt window and return.

The following is the full cmd command:

For more information about a command, type the help command name
ASSOC Displays or modifies file name extension associations.
At Schedules commands and programs to run on the computer.
ATTRIB Display or change file properties.
Break sets or clears the extended CTRL + C check.
CACLS displays or modifies the file's access control List (ACLs).
Call calls this one from another batch program.
The CD displays the name of the current directory or changes it.
CHCP Displays or sets the number of active code pages.
CHDIR displays the name of the current directory or changes it.
CHKDSK checks the disk and displays the status report.
CHKNTFS Displays or modifies the startup time disk check.
CLS clears the screen.
CMD opens another Windows command interpreter window.
Color sets the default console foreground and background color.
COMP compares the contents of two or two sets of files.
Compact displays or changes the compression of files on NTFS partitions.
Convert converts a FAT volume to NTFS. You cannot convert
The current drive.
Copy copies at least one of the files to another location.
Date Displays or sets dates.
DEL deletes at least one file.
DIR displays the files and subdirectories in a directory.
DISKCOMP compares the contents of two floppy disks.
DISKCOPY Copy the contents of one floppy disk to another.
DOSKEY Edit the command line, invoke the Windows command, and create a macro.
echo Displays the message, or turns the command back on or off.
Endlocal to end localization of environment changes in batch files.
ERASE Delete at least one file.
Exit CMD. EXE Program (command interpreter).
FC compares two or two sets of files and displays
Different places.
Find searches the file for a text string.
FINDSTR searches for strings in the file.
For each file in a set of files, run a specified command.
Format formats the disk for use with Windows.
FTYPE displays or modifies the file types used for file name extension associations.
GOTO to point the Windows command interpreter to a batch program
One of the indicated rows in the
GRAFTABL enable Windows to display in image mode
Extended character Set.
Help provides information about Windows commands.
IF you perform conditional processing in a batch program.
Label creates, changes, or deletes a disk's volume label.
MD to create a directory.
MKDIR Create a directory.
MODE configures the system device.
More displays a result screen at a time.
Move moves files from one directory to another.
Path displays or sets the search path for the executable file.
Pause pauses processing of batch files and displays messages.
POPD restores the previous value of the current directory saved by PUSHD.
Print prints a text file.
PROMPT change the Windows command prompt.
PUSHD Save the current directory and make changes to it.
RD Delete directory.
RECOVER recovers readable information from the problematic disk.
REM record batch file or CONFIG. The comment in SYS.
REN renames the file.
RENAME Rename the file.
Replace replaces the file.
RMDIR Delete the directory.
Set to display, set, or remove Windows environment variables.
SETLOCAL the localization of the environment changes in the batch file.
SHIFT replaces the position of replaceable parameters in the batch file.
Sort to categorize the input.
Start starts another window to run the specified program or command.
SUBST associates the path with a drive letter.
Time displays or sets the system times.
The TITLE sets CMD. The window caption of the EXE session.
Tree displays the directory structure of a drive or path in graphical mode.
TYPE Displays the contents of the text file.
VER shows the version of Windows.
VERIFY tell Windows whether to verify that the file is correct
Write to disk.
VOL Displays the disk volume label and serial number.
XCOPY copies files and directory trees.
Appwiz.cpl------------Add a Remove program
Control userpasswords2--------User account Settings
cleanmgr-------Waste Finishing
The CMD--------------command prompt can be thought of as an attachment to Windows that ping,convert these features that cannot be used in a graphical environment.
CMD------jview View the Java Virtual Machine version.
Command.com------Call is the system built-in NTVDM, a DOS virtual machine. It is completely a virtual PC-like environment, and the system itself is not very connected. When we run a DOS program at the command prompt, it is actually automatically transferred to the NTVDM virtual machine, which has nothing to do with the CMD itself.
Calc-----------Start Calculator
Chkdsk.exe-----CHKDSK disk Check
Compmgmt.msc---Computer Management
Conf-----------start NetMeeting
Control USERPASSWORDS2-----User account permission settings
Devmgmt.msc---Device Manager
Diskmgmt.msc---Disk Management utility
Dfrg.msc-------Disk Defragmenter
DRWTSN32------System Doctor
Dvdplay--------Start Media Player
DxDiag-----------DirectX Diagnostic Tool
gpedit.msc-------Group Policy Editor
Gpupdate/target:computer/force Force Refresh Group Policy
Eventvwr.exe-----Event Viewer
Explorer-------Open Resource Manager
Logoff---------Logoff command
Lusrmgr.msc----native Users and Groups
Msinfo32---------System Information
Msconfig---------System Configuration Utility
net start (servicename)----start the service
net stop (servicename)-----Stop the Service
Notepad--------Open Notepad
Nusrmgr.cpl-------with Control userpasswords, open the user Account Control Panel
Nslookup-------IP Address detector
oobe/msoobe/a----Check if XP is active
PERFMON.MSC----Computer Performance monitoring Program
ProgMan--------Program Manager
Regedit----------Registry Editor
Regedt32-------Registry Editor
regsvr32/u *.dll----Stop DLL file to run
Route print------View the routing table
Rononce-p----15-second shutdown
Rsop.msc-------Group Policy result set
rundll32.exe rundll32.exe%systemroot%system32shimgvw.dll,imageview_fullscreen----Start a blank windows Picture and Fax Viewer secpol.msc--------Local Security Policy
Services.msc---Local Service settings
Sfc/scannow-----Boot System File Checker
SNDREC32-------Recorder
Taskmgr-----Task Manager (for 2000/xp/2003)
TSSHUTDN-------60-second Countdown shutdown command
Winchat--------XP comes with LAN chat
WINMSD---------System Information
Winver-----Show about Windows window
Wupdmgr-----------Windows Update

4.

Using the command: NET statistics workstation

View boot time in Windows

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.