Window - Run Dialog

Phone Dialer

dialer


The Phone Dialer is a program included with Windows that enables users to use their Modem as a speed dialer.It also allows users to see incoming calls on the modem phone line, and in newer versions, host a network of available phone numbers and conference numbers.

Print Management

printmanagement.msc


Print Management is a snap-in in Microsoft Management Console (MMC) that enables you to install, view, and manage all of the printers in your organization from any computer running Windows Server.Print Management provides up-to-the-minute details about the status of printers and print servers on the network.

Private Character Editor

eudcedit


Eudcedit.exe is a font editor built in Windows 2000 and newer versions of the Microsoft Windows operating system including Windows 10.It supports the creation of unicode characters which users and developers can then integrate into files.The abbreviation EUCD stands for End User Defined Characters.

Problems Step Recorder

psr.exe


A program that helps you troubleshoot a problem on your device by recording the exact steps you took when the problem occurred. You can then send this record to a support professional to help them diagnose the problem.


Note : Steps Recorder doesn’t record text that you type (such as a password), except for function and shortcut keys. Some programs, like a full-screen game, might not be captured accurately.


Regional Settings properties

intl.cpl


Regional Settings properties.

Remote Desktop

mstsc


creates connections to Remote Desktop Session Host rd Session Host servers or other remote computers, edits an existing Remote Desktop Connection .rdp configuration file, and migrates legacy connection files that were created with Client Connection Manager to new .rdp connection files.

Resource Monitor

resmon


Resource Monitor (Resmon) is a system application included in Windows Vista and later versions of Windows that allows users to look at the presence and allocation of resources on a computer. This application allows administrators and other users determine how system resources are being used by a particular hardware setup.

Shared Folders

fsmgmt.msc


Loads the list of shared folders, sessions, and open files.

Shut Down Window

shutdown /s /t 0


The first word "shutdown" invokes the command line program that does the job of shutting down or rebooting the computer. The parameter "/s" that follows tells the program that it is to shut down (as opposed to rebooting, which uses "/r"). The "/t 0" option tells the program that it is to start work immediately (ie, in 0 seconds).


Note : You can add alert message by using this code : shutdown /s /t 0 /c "Your Message"

Software Licensing User Interface

slui


The Software Licensing User Interface is a Windows command line utility that is responsible for activating and updating the Windows operating system. Slui.exe is the file that opens up the activation screen, and offers several options to update the Windows OS including by entering a product key.

Startup Folder

shell:startup

These programs start up for the current logged in user only.


shell:common startup

These programs startup for all users.

System Configuration

msconfig


System Configuration MSConfig is a system utility designed to troubleshoot the Microsoft Windows startup process. It can disable or re-enable software, device drivers or Windows services that run at startup, and it can change boot parameters.