Increase PC control with NirCmd


NirCmd is a free and small command-line utility that allows you to do useful tasks without displaying any user interface.

By running NirCmd with a simple command-line option, you can write and delete values and keys in the Registry, write values into INI files, dial to your internet account or connect to a VPN network, restart windows or shut down the computer, create shortcuts to files, change the created/modified date of files, change your display settings, turn off your monitor, open the door of your CD-ROM drive, and more…

Examples:

nircmd.exe cdrom open j:
nircmd.exe cdrom close y:
speak text ~$clipboard$
changesysvolume 2000
changesysvolume -5000
setsysvolume 65535
mutesysvolume 1
mutesysvolume 0
mutesysvolume 2
monitor off
screensaver
standby
exitwin logoff
qboxcom “Do you want to reboot ?” “question” exitwin reboot
exitwin poweroff
multiremote copy “c:\temp\computers.txt” exitwin poweroff force
And more….