Windows 10 System Commands

By André Faust

System commands are commands that can be run from the command prompt or in linux terminology Terminal. the Commands to be similar to DOS. DOS before the days of Windows was standalone operating which was initialized with command.com.

The early programs under DOS the visual interface was dependent on A.S.C.I.I. ( American Standard Code for Information Interchange) characters for the visual appearance. in figure 1 show is a screen shot of word Perfect 5.1. As can be seen the graphics are low quality compared to what we have today.

Wordperfect
Fig 1 WordPerect

In 1993 Microsoft deployed Windows 3.1 Fig 2. it was one of the GUI (Graphic User Interface),e however it was almost Identical to the Mac Classic. Apple launched a lawsuit against Microsoft which dragged on for years..

Windows3im
Fig 2. Microsoft Windows 3.1

DOS (Disk Operating System) was still then OS (Operating System) with Windows 3.1 running on top of it. 1995 was the release date for Windows 95, in 98 Windows 98 introduced into the market, in 99 Windows 98 SE deployed to the consumer market.

All three versions of Windows 9x sere still running on top of DOS the change came with windows millennium in 2000 where Microsoft change the architecture of the Operating system to incorporate DOS in the architecture. the result is that DOS and the windows operating system are the same.

While on the surface the commands may look like DOS, it isn’t. No longer the operating system separate form the windows kernel

Fig 3 is Windows 10 with the command prompt, will it may look like dos commands it isn’t

Windows-10-site
Fig 3. Windows 10 with the terminal window open

Below are all the command prompt commands, some of the commands will work with earlier Window versions, but not all.


System Commands Description
ASSOC
Displays or modifies file extension associations.
ATTRIB
Displays or changes file attributes.
BREAK
Sets or clears extended CTRL+C checking.
BCDEDIT Sets
properties in boot database to control boot loading.
CACLS
Displays or modifies access control lists (ACLs) of
files.
CALL
Calls one batch program from another.
CD
Displays the name of or changes the current directory.
CHCP
Displays or sets the active code page number.
CHDIR
Displays the name of or changes the current directory.
CHKDSK
Checks a disk and displays a status report.
CHKNTFS Displays
or modifies the checking of disk at boot time.
CLS
Clears the screen.
CMD
Starts a new instance of the Windows command interpreter.
COLOR
Sets the default console foreground and background
colors.
COMP
Compares the contents of two files or sets of files.
COMPACT Displays
or alters the compression of files on NTFS partitions.
CONVERT Converts
FAT volumes to NTFS. You
cannot convert the current
drive.
COPY
Copies one or more files to another location.
DATE
Displays or sets the date.
DEL
Deletes one or more files.
DIR
Displays a list of files and subdirectories in a
directory.
DISKPART Displays or
configures Disk Partition properties.
DOSKEY
Edits command lines, recalls Windows commands, and
creates macros.
DRIVERQUERY Displays current
device driver status and properties.
ECHO
Displays messages, or turns command echoing on or off.
ENDLOCAL Ends localization of
environment changes in a batch file.
ERASE
Deletes one or more files.
EXIT
Quits the CMD.EXE program (command interpreter).
FC
Compares two files or sets of files, and displays the differences
between them.
FIND
Searches for a text string in a file or files.
FINDSTR Searches
for strings in files.
FOR
Runs a specified command for each file in a set of files.
FORMAT
Formats a disk for use with Windows.
FSUTIL
Displays or configures the file system properties.
FTYPE
Displays or modifies file types used in file extension associations.
GOTO
Directs the Windows command interpreter to a labeled line
in a batch program.
GPRESULT Displays Group Policy
information for machine or user.
GRAFTABL Enables Windows to
display an extended character set in graphics mode.
HELP
Provides Help information for Windows commands.
ICACLS
Display, modify, backup, or restore ACLs for files and
directories.
IF
Performs conditional processing in batch programs.
LABEL
Creates, changes, or deletes the volume label of a disk.
MD
Creates a directory.
MKDIR
Creates a directory.
MKLINK
Creates Symbolic Links and Hard Links
MODE
Configures a system device.
MORE
Displays output one screen at a time.
MOVE
Moves one or more files from one directory to another directory.
OPENFILES Displays files opened
by remote users for a file share.
PATH
Displays or sets a search path for executable files.
PAUSE
Suspends processing of a batch file and displays a
message.
POPD
Restores the previous value of the current directory
saved by PUSHD.
PRINT
Prints a text file.
PROMPT
Changes the Windows command prompt.
PUSHD
Saves the current directory then changes it.
RD
Removes a directory.
RECOVER Recovers
readable information from a bad or defective disk.
REM
Records comments (remarks) in batch files or CONFIG.SYS.
REN
Renames a file or files.
RENAME
Renames a file or files.
REPLACE Replaces
files.
RMDIR
Removes a directory.
ROBOCOPY Advanced utility to
copy files and directory trees
SET
Displays, sets, or removes Windows environment variables.
SETLOCAL Begins localization
of environment changes in a batch file.
SC
Displays or configures services (background processes).
SCHTASKS Schedules commands
and programs to run on a computer.
SHIFT
Shifts the position of replaceable parameters in batch
files.
SHUTDOWN Allows proper local
or remote shutdown of machine.
SORT
Sorts input.
START
Starts a separate window to run a specified program or
command.
SUBST
Associates a path with a drive letter.
SYSTEMINFO Displays machine
specific properties and configuration.
TASKLIST Displays all
currently running tasks including services.
TASKKILL Kill or stop a
running process or application.
TIME
Displays or sets the system time.
TITLE
Sets the window title for a CMD.EXE session.
TREE
Graphically displays the directory structure of a drive
or path
TYPE
Displays the contents of a text file.
VER
Displays the Windows version.
VERIFY
Tells Windows whether to verify that your files are
written correctly to
a disk.
VOL
Displays a disk volume label and serial number.
XCOPY
Copies files and directory trees.
WMIC Schedules commands
and programs to run on a computer.

Advertisement

Windows Run Commands

Reference  Guide to Windows 7 & 10

By André Faust

These commands have not been tested on Windows 8 or 8.1. Some of the commands may not be supported by Windows 8.x.

If you want to impress, use these commands at the command prompt, the run or search. The list does not include all the possible commands that are available.

Normally all most every program/application that is loaded on a windows machine can be executed from the Command Prompt (Terminal), the run or the search).

Besides impressing anyone, these commands are a real time saver.

Another benefit to knowing these command is that you can create batch files to automate tasks.

A batch file is: A batch file is a kind of script file in DOS, OS/2 and Windows. It consists of a series of commands to be executed by the command line interpreter, stored in a plain text file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching and looping within the batch file, such as “if”, “for”, “goto” and labels. The term “batch” is from batch processing, meaning “non-interactive execution”, though a batch file may not process a batch of multiple data. — Wikipedia

In the  coming weeks I’ll be preparing a series of short tutorial on some of the common windows commands and how to use them in a batch file.


Works on Win7,
Win10, command prompt and run prompt

Runs only from the Command window (terminal) Win7, Win10

Runs from the run prompt Win7 and Win10

Only Win10 command and Run

Only Win7 command and Run

Win7 run only

Win10 command (terminal) only

Wind10 command(terminal) search


Run Command Task
appwiz.cpl Access the Programs and Features window
azman Authorization
Manager
calc Calculator
certmgr Certificates
charmap Character Map
cleanmgr Disk Cleanup
cliconfg SQL Server Client Network Utility
cmd Command Prompt
colorcpl Color Management
comexp Component Services
compmgmt Computer Management
compmgmtlauncher Computer Management
computerdefaults Set Program Access and Computer Defaults
control Control Panel
credwiz Credential Backup and Restore Wizard
rundll32.exe keymgr.dll,
KRShowKeyMgr
Stored User Names and
Passwords
cttune ClearType Tuner
dccw Display Color Calibration
dcomcnfg Component Services
desk.cpl Access Screen Resolution page
devicepairingwizard Add a Device
devmgmt Device Manager
dfrgui Disk Defragmenter
dialer Phone Dialer
diskmgmt Disk Management
displayswitch Display Switch
dpapimig DPAPI Key
Migration Wizard
dpiscaling Display
dvdmaker* Windows DVD Maker
dxdiag DirectX Diagnostic Tool
eudcedit Private Character Editor
eventvwr Event Viewer
explorer Windows Explorer
firewall.cpl Access the Windows firewall
fsmgmt Shared Folders
fsquirt Bluetooth File Transfer
fxscover Fax Cover Page Editor
gettingstarted Getting Started
gpedit Local Group Policy Editor
hdwwiz Add Hardware Wizard
iexpress IExpress
Wizard
iscsicpl iSCSI Initiator Configuration TooliSCSI
Initiator Properties
inetmgr Internet
Information Services
(feature
has to be installed)
isoburn Windows Disc Image Burning Tool
lpksetup Language Pack Installer
lusrmgr Local Users and Groups
magnify Magnifier
main.cpl Access Mouse properties
mblctr Windows Mobility Center
mdsched Windows Memory Diagnostic Scheduler
Migwiz* Windows Easy Transfer
mip* Math Input Panel
mmc Microsoft Management Console
mobsync Sync Center
mrt Malicious Software Removal Tool
msconfig System Configuration
msdt Diagnostics
Troubleshooting Wizard
Microsoft
Support Diagnostic Tool
msinfo32 System
Information
mspaint Paint
msra Windows
Remote
Assistance
mstsc Remote
Desktop
Connection
napclcfg NAP
Client Configuration
narrator Narrator
ncpa.cpl Access
Network
Adapters
netplwiz Advanced
User
Accounts
notepad Notepad
odbcad32 ODBC
Data Source Administrator
odbcconf ODBC
Driver Configuration
optionalfeatures Windows
Features
osk On-Screen
Keyboard
perfmon Performance
Monitor
powercfg.cpl Access
Power
Option
powershell Windows
PowerShell
powershell_ise Windows
PowerShell
ISE
presentationsettings Presentation
Settings
printbrmui Printer
Migration
printmanagement Print
Management
printui Change
Printer
Settings,
Printer User Interface
psr Problem
Steps
Recorder
rasphone Remote
Access
Phonebook
recdisc Create
a System Repair Disc,
Windows Repair Disc
regedit Registry
Editor
rekeywiz Encrypting
File
System Wizard,
Manage Your File Encryption Certificates
resmon Resource
Monitor
rsop Resultant
Set
of Policy
rstrui System
Restore
sdclt Backup
and Restore
secpol Local
Security
Policy
services Services
shrpubw Create
A Shared Folder Wizard,
Share
Creation Wizard
sigverif File
Signature
Verification
slui Windows
Activation
Client
sndvol Volume
Mixer
snippingtool Snipping
Tool
soundrecorder Sound
Recorder
stikynot Sticky
Notes
sysdm.cpl Access
the System Properties
sysedit (This command doesn’t work in the 64-bit
version of Windows.)
System
Configuration
Editor
syskey Securing
the
Windows Account Database
systempropertiesadvanced System
Properties
(Advanced Tab)
systempropertiescomputername System
Properties
(Computer Name Tab)
systempropertiesdataexecutionprevention Change
Data Execution Prevention Settings,
Data
Execution Prevention
systempropertieshardware System
Properties
(Hardware Tab)
systempropertiesperformance Change
Computer
Performance Settings,
Performance Options
systempropertiesprotection System
Properties
(System Protection Tab)
systempropertiesremote System
Properties
(Remote Tab)
tabcal Digitizer
Calibration
Tool
tabtip* Tablet
PC Input Panel
taskmgr Task
Manager
taskschd Task
Scheduler
tpm Trusted
Platform
Module (TPM) Management
useraccountcontrolsettings User
Account
Control Settings
utilman Ease
of Access Center,
Utility Manager
verifier Driver
Verifier
Manager
wab* Windows
Contacts
wabmig* Import
to Windows Contacts
wbemtest WMI
Tester
wf Windows
Firewall
with Advanced Security
wfs Windows
Fax and Scan
wiaacmgr New
Scan Wizard,
Windows
Picture Acquisition Wizard
windowsanytimeupgraderesults Windows
Anytime
Upgrade Results
winhlp32 Windows
Help
and Support
winver About
Windows,
Version Reporter
Applet
wmimgmt WMI
Management
wmplayer Windows
Media
Player
write WordPad
wscript Windows
Script
Host
wscui.cpl Access
Windows
Action Center
wuapp Windows
Update
wusa Windows
Update
Standalone Installer
xpsrchvw XPS
Viewer
*these command are executed via run

Migrating from Windows to Ubuntu 14.04

By André Faust

The advantage of using an opens source operating like Ubuntu, Fedora and any other distributions is that it is free, unlike Windows which is costly depending on the version that you want. The other downside of Windows or Mac OS is and you haven’t created a recovery disk you may have to re-purchase your Windows or Mac.

At one time Computer vendors use to supply installation disks with the computer, so that in the event of a reinstallation you had all the necessary disk to get your computer up and running again, but that practice is now, for the most part, a thing of the past. Unfortunately, what some computer repair shops will do is install a pirated version to keep the cost of servicing the computer down.

If you don’t need to use some very specialised software and most of your computer activity is browsing the web, sending and receiving emails, using social media, or uploading pictures of your favourite cat, then a Linux distro such as Ubuntu or Fedora may be the way to go.

This tutorial migrating from Windows to Ubuntu is intended to those who wishes to make the switch to Ubuntu. The tutorial is divided into 10 sessions, each session talks about on aspect of the operating system.