Skip to main content

Windows Run Commands Shortcuts

Amu_Ke_Fundye

Windows Run Commands Shortcuts  

Table of Contents:

1.       Start Run
5.       Other Windows Tools
8.       System File Checker Uti

cpl stands for Control Panel Item
msc stands for Microsoft System Configuration
All Shortcuts tested under Windows 8.1; please add any missing.

1 :  Start Run

Win+R, then type cmd, then   press enter
Start Command Prompt. Starts Traditional Run Window then Command Prompt, or any other run command
Win, then type cmd, then pressCtrl+Shift+Enter
Start Command Prompt as Administrator. Start New Windows Search, then Command Prompt, or any other application

2 : Control Panel Program Shortcuts

control
Control Panel
control desktop
Display Properties (Personalization)
control color
Personalization - Color and Appearance
control folders
Folders Properties
control keyboard
Keyboard Properties
control mouse
Mouse Properties
control netconnections
Network Properties
control printers
Printers Folders
control userpasswords
Manager current User Account
control userpasswords2
Manager all User Accounts
control update
Windows Update
control admintools
Administrative Tools
control schedtasks
Scheduled Tasks
appwiz.cpl
Application Wizard (Program and Features)
powercfg.cpl
Power Configuration
timedate.cpl
Date and Time Properties
desk.cpl
Display - Screen Resolution
intl.cpl
Regional Settings (International)
mmsys.cpl
Sound Properties (Multimedia System Settings)
inetcpl.cpl
Internet Properties (Internet Control Panel)
wscui.cpl
Security Center (Windows Security Center UI)
sysdm.cpl
System Properties
utilman
Ease of Access Utility Manager
firewall.cpl
Windows Firewall

3 : Commonly Used Windows Tools

explorer
Windows Explorer
c:
Explorer C: Drive
regedit
Registry Editor
services.msc
Windows Services (local)
taskmgr
Task Manager
msconfig
System Configuration Utility
mstsc
Remote Desktop (Microsoft Terminal Services)
logoff
Log Off Windows (without confirmation!)
shutdown
Shuts Down Windows (don't try unless you are ready to shutdown)
calc
Calculator
cmd
Command Prompt
notepad
Notepad

4 :  Microsoft System Configurations

devmgmt.msc
Device Management
eventvwr.msc
Event Viewer
compmgmt.msc
Computer Management including System Tools, Storage, Services and Appliations
diskmgmt.msc
Disk Partition Manager
dcomcnfg
Component Services (Detailed Component Configuration)
gpedit.msc
Group Policy Editor
secpol.msc
Local Security Policy Settings
lusrmgr.msc
Local User and Groups
perfmon.msc
Performance Monitor
fsmgmt.msc
Shared Folders (File Sharing Management)
  
5 : Other Windows Tools

shrpubw
Create a shared folder Wizard
dxdiag
Direct X Troubleshooter
cleanmgr
Clean Manager - Disk Cleanup Utility
clipbrd
Clipboard Viewer (not available after Windows XP)
msiexec
Windows Installer Details
magnify
Windows Magnifier
osk
On Screen Keyboard
msinfo32
System Information
sndvol
Volume Control
winver
Windows Version ( shows your windows version )
comp
Compare Files
ftp
MS-Dos FTP
label
Volume Serial Number for C:
fsquirt
Bluetooth Transfer Wizard
verifier
Driver Verifier Utility
migwiz
Migration Wizard - Files and Settings Transfer Tool
sigverif
File Signature Verification Tool
fonts
Fonts
joy.cpl
Game Controllers
mrt
Malicious Software Removal Tool
eudcedit
Private Characters Editor

6 :  Application ( If  Installed)

acrobat
Adobe Acrobat ( if installed )
photoshop
Adobe Photoshop ( if installed )
ccleaner
Ccleaner ( if installed )
chrome
Chrome ( if installed )
excel
Microsoft Excel ( if installed )
access
Microsoft Access ( if installed )
powerpnt
Microsoft Powerpoint
winword
Microsoft Word ( if installed )
wmplayer
Windows Media Player
write
Wordpad
mspaint
Paint

7 : IP Config Commands ( Leave Dos Windows Open )

ipconfig /all
IP Configuration (Display Connection Configuration)
ipconfig /displaydns
IP Configuration (Display DNS Cache Contents)
ipconfig /flushdns
IP Configuration (Delete DNS Cache Contents)
ipconfig /release
IP Configuration (Release All Connections)
ipconfig /renew
IP Configuration (Renew All Connections)
ipconfig /registerdns
IP Configuration (Refreshes DHCP & Re-Registers DNS)
ipconfig /showclassid
IP Configuration (Display DHCP Class ID)
ipconfig /setclassid
IP Configuration (Modifies DHCP Class ID)

8 :  System Files Checker Utility

sfc /scannow
System File Checker Utility ( Scan Immediately )
sfc /scanonce
System File Checker Utility ( Scan Once At Next Boot )
sfc /scanboot
System File Checker Utility ( Scan On Every Boot )
sfc /revert
System File Checker Utility ( Return to Default Settings)
sfc /purgecache
System File Checker Utility ( Purge File Cache )
sfc /cachesize=x
System File Checker Utility ( Set Cache Size to Size x )



Regards 
Amrut Jagdish Gupta 

Comments

Popular posts from this blog

Undecidability

Amu_Ke_Fundye Undecidability Decidable Problem If there is a Turing machine that decides the problem, called as Decidable problem. A decision problem that can be solved by an algorithm that halts on all inputs in a finite number of steps. A problem is decidable, if there is an algorithm that can answer either yes or no. A language for which membership can be decided by an algorithm that halts on all inputs in a finite number of steps. Decidable problem is also called as totally decidable problem, algorithmically solvable, recursively solvable. Undecidable Problem A problem that cannot be solved for all cases by any algorithm whatsoever. Equivalent Language cannot be recognized by a Turing machine that halts for all inputs. The following problems are undecidable problems: Halting Problem:  A halting problem is undecidable problem. There is no general method or algorithm which can solve the halting problem for all possible inputs. Emptyness Problem:  Wh

ALU and Data Path

Amu_Ke_Fundye ALU and Data Path The CPU can be divided into a data section and a control section. The   data section , which is also called the   datapath. Datapath The registers, the ALU, and the interconnecting bus are collectively referred to as the datapath.  Each bit in datapath is functionally identical.  The datapath is capable of performing certain operations on data items. The  control section  is basically the  control unit ,  which issues control signals to the datapath . Bus : A Bus is a collection of wires or distinct lines meant to carry data, address and control information. Data Bus : it is used for transmission of data. The number of data lines corresponds to the number of bits in a word. Address Bus : it carries the address of the main memory location from where the data can be accessed. Control Bus : it is used to indicate the direction of data transfer and to coordinate the timing of events during the transfer. PC (Pro

Sequential Logic Circuits

Amu_Ke_Fundye Sequential Logic Circuits In sequential logic circuit, the output is dependent upon the present inputs as well as the past inputs and outputs. Sequential circuit is of two types. Synchronous Sequential Circuit:  Change in input signals can affect memory elements only upon activation of clock signals. Asynchronous Sequential Circuit:  Change in input signals can affect memory elements at any instant of time. These are faster than synchronous circuit. Flip Flops: It is a one-bit memory cell which stores the 1-bit logical data (logic 0 or logic 1). It is a basic memory element. The most commonly used application of flip flops is in the implementation of a feedback circuit. As a memory relies on the feedback concept, flip flops can be used to design it. In synchronous sequential circuit, Memory elements are clocked flip flops and generally edge triggered. In asynchronous sequential circuit, Memory elements are unclocked flip flops / time delay