formats

Useful Windows Commands

Published on August 2, 2011, by + in windows.



Here are some basic Windows commands that are good to know!




Hit Windows key + R or use the Search box to type these commands.

01a_windowscmds

gpedit.msc

Group Policy Editor

01_windowscmds

services.msc

Services

02_windowscmds

devmgmt.msc

Device Manager

03_windowscmds

compmgmt.msc

Computer Management

04_windowscmds




This one is cool:

Crack open a command prompt. (Windows key + R or Search box -> cmd and Enter.)

05a_windowscmds

Then type:

sfc /scannow

05_windowscmds

System File Checker verifies the integrity of and repairs Windows OS dll files. For Windows XP it will require you to insert the original Windows XP install CD.



To repair file system errors, boot a Windows CD to recovery mode, then run

chkdsk /r /v

For Windows 7 at the recovery command prompt, you may have to issue:

chkdsk /r /v c:

06_windowscmds

This can take a very long time. Slash ‘v’ is verbose and will give details of the process in action.

Sweet!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home windows Useful Windows Commands