io.sys
msdos.sys
command.com
The command 'cipher' calls a program that is integrated with Windows that can encrypt-decrypt files.
Command processor in windows is the command prompt(cmd). To start Windows command processor use winkey + R this will open Run window.Just type in cmd and this will open command prompt of windows where you can run various commands.You can create,delete files and folders, list the directory contents and can perform many other functions in command prompt.
Windows desktop and The Recovery Console
windows scripting host
c:\windows\system32\config\regback
Windows Scripting Host (WSH)
Windows Server 2008 does not include built-in command-line tools for unzipping files directly in the Command Prompt. However, you can use third-party utilities like 7-Zip or WinRAR, which can be run from the command line, to extract ZIP files. Alternatively, you can use PowerShell, which is available in Windows Server 2008 R2, to unzip files with the appropriate commands.
The Del or Erase command in command prompt.
c:\windows\system32\config\regback
You can start a Windows Defender scan in Windows 7 by entering the following script in Command Prompt. You can find Command Prompt by going to: All Programs<Accessories<Command Prompt Enter this into Command Prompt: cd C:\Program Files\Windows Defender MpCmdRun -Scan [scantype] For the scantype, you put either the numbers 1 or 2. 1=Quick Scan 2=Full Scan For example, entering "MpCmdRun -Scan -2" would start a full system scan.
Start menu>All Programs>Accesssories Then right click on "Command Prompt" and select "Run as Administrator" In the command window type assoc .zip=CompressedFolder That will restore .zip files to their original Windows Explorer associations.
I personally use command prompt to map network drives using the net use command, I also use it to run chkdsk /f command (which schedules a chkdsk to run at next boot). You can use cmd prompt to move, delete files that are giving you problems. CMD prompt is very useful. Here is a page I used to open the doors of cmd prompt: http://www.amset.info/windows/dosprompt.asp