appwiz.cpl It will open control panel
msconfig open system configuration
ncpa.cpl open network settings
eventvwr open event viewer
inetmgr open IIS
iisreset reset IIS
services.msc for opening services console
profiler90 opening sql profile
installutil -i path for installing (eds) service with visual studio command prompt
regedit for opening registry editor
dxdiag opening system diagnostic
msinfo32 open System information
taskmgr opening task manager
mspaint for opening paint
mstsc Remote Desktop
mmc open micrososft management console
devmgmt.msc open device manager
perfmon open perfomance monitor
gpedit.msc Grop policy
compmgmt.msc open computer management
%windir%\system32\MdSched.exe windows memory diagnostics
%windir%\system32\odbcad32.exe data sources (ODBC)
printmanagement.msc open printer management
wmimgmt.msc open Windows Management Infrastructure (WMI)
lusrmgr.msc open Local Users and Groups
certmgr.msc open certificates manager
Deleting Services from service Console
Create a new process to the call the "sc.exe" with the parameters as below:
sc.exe delete [service name]
Thank You....