{
	"id": "740329f4-d54d-4dc0-89d5-28d3f87198ee",
	"created_at": "2026-04-06T00:15:39.812613Z",
	"updated_at": "2026-04-10T13:11:39.190848Z",
	"deleted_at": null,
	"sha1_hash": "58375ae8cd1a54299fb12c1ce9c0bee959c52d67",
	"title": "NirCmd - Windows command line tool",
	"llm_title": "",
	"authors": "",
	"file_creation_date": "0001-01-01T00:00:00Z",
	"file_modification_date": "0001-01-01T00:00:00Z",
	"file_size": 93209,
	"plain_text": "NirCmd - Windows command line tool\r\nArchived: 2026-04-05 20:01:50 UTC\r\n \r\nNirCmd v2.87\r\nCopyright (c) 2003 - 2024 Nir Sofer\r\nSee Also\r\nSoundVolumeView - Display, change, mute, unmute the volume level of sound components on Windows\r\n10/7/8/2008 from command line or GUI .\r\nNK2Edit - Edit, merge and fix the AutoComplete files (.NK2) of Microsoft Outlook.\r\nDescription\r\nNirCmd is a small command-line utility that allows you to do some useful tasks without displaying any user\r\ninterface. By running NirCmd with simple command-line option, you can write and delete values and keys in the\r\nRegistry, write values into INI file, dial to your internet account or connect to a VPN network, restart windows or\r\nshut down the computer, create shortcut to a file, change the created/modified date of a file, change your display\r\nsettings, turn off your monitor, open the door of your CD-ROM drive, and more...\r\nExamples of what you can do with NirCmd\r\nOpen the door of J: CD-ROM drive\r\nnircmd.exe cdrom open j:\r\nClose the door of Y: CD-ROM drive\r\nnircmd.exe cdrom close y:\r\nSpeaks the text currently\r\nin the clipboard (For\r\nWindows XP/Vista/7/8).\r\nspeak text ~$clipboard$\r\nSpeaks the text stored\r\ninside speak.txt into\r\nspeak.wav filename (For\r\nWindows XP/Vista/7/8).\r\nspeak file \"c:\\temp\\speak.txt\" 0 100 \"c:\\temp\\speak.wav\" 48kHz16BitStereo\r\nIncrease the system\r\nvolume by 2000 units (out\r\nof 65535)\r\nnircmd.exe changesysvolume 2000\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 1 of 15\n\nDecrease the system\r\nvolume by 5000 units (out\r\nof 65535)\r\nnircmd.exe changesysvolume -5000\r\nSet the volume to the\r\nhighest value\r\nnircmd.exe setsysvolume 65535\r\nMute the system volume nircmd.exe mutesysvolume 1\r\nUnmute the system\r\nvolume\r\nnircmd.exe mutesysvolume 0\r\nSwitch the system volume\r\nbetween the mute and\r\nnormal state.\r\nnircmd.exe mutesysvolume 2\r\nCreate a shortcut on your\r\ndesktop that switch the\r\nsystem volume between\r\nthe mute and normal state.\r\nnircmd.exe cmdshortcut \"~$folder.desktop$\" \"Switch Volume\" mutesysvolume\r\n2\r\nTurn off the monitor nircmd.exe monitor off\r\nStart the default screen\r\nsaver\r\nnircmd.exe screensaver\r\nPut your computer in\r\n'standby' mode\r\nnircmd.exe standby\r\nlog off the current user nircmd.exe exitwin logoff\r\nAsk if you want to reboot,\r\nand if you answer 'Yes',\r\nreboot the computer.\r\nnircmd.exe qboxcom \"Do you want to reboot ?\" \"question\" exitwin reboot\r\nTurn off your computer nircmd.exe exitwin poweroff\r\nTurn off all computers\r\nspecified in computers.txt\r\n!\r\nmultiremote copy \"c:\\temp\\computers.txt\" exitwin poweroff force\r\nDial to \"My Internet\"\r\nconnection\r\nnircmd.exe rasdial \"My Internet\"\r\nDisconnect the \"My\r\nInternet\" connection\r\nnircmd.exe rashangup \"My Internet\"\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 2 of 15\n\nMake your Internet\r\nExplorer windows 75%\r\ntransparent ! (192 / 256)\r\nnircmd.exe win trans ititle \"internet explorer\" 192\r\nMinimize all your Internet\r\nExplorer windows\r\nnircmd.exe win min class \"IEFrame\"\r\nClose all your Internet\r\nExplorer windows\r\nnircmd.exe win close class \"IEFrame\"\r\nClose all your Explorer\r\nwindows (My Computer,\r\nfolders, and so on)\r\nnircmd.exe win close class \"CabinetWClass\"\r\nHide all your Internet\r\nExplorer windows\r\nnircmd.exe win hide class \"IEFrame\"\r\nShow all your Internet\r\nExplorer windows (after\r\nyou made them hidden\r\nwith previous example)\r\nnircmd.exe win show class \"IEFrame\"\r\nCenter all top-level\r\nwindows\r\nnircmd.exe win center alltop\r\nRemove the title bar of\r\nMy Computer window.\r\nnircmd.exe win -style title \"my computer\" 0x00C00000\r\nReturn the title bar of My\r\nComputer window that we\r\nremoved in the previous\r\nexample.\r\nnircmd.exe win +style title \"my computer\" 0x00C00000\r\nSet the My Computer\r\nwindow to right-to-left\r\norder (For hebrew and\r\narabic languages)\r\nnircmd win +exstyle title \"my computer\" 0x00400000\r\nSet all child windows of\r\nMy Computer window to\r\nright-to-left order (For\r\nhebrew and arabic\r\nlanguages)\r\nnircmd win child title \"my computer\" +exstyle all 0x00400000\r\nCreate a shortcut on your\r\ndesktop that closes all\r\nnircmd.exe cmdshortcut \" \"~$folder.desktop$ \"Close All IE\" win close class\r\n\"IEFrame\"\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 3 of 15\n\nyour Internet Explorer\r\nwindows\r\nCreate a shortcut on your\r\ndesktop that hides all your\r\nInternet Explorer\r\nwindows\r\nnircmd.exe cmdshortcut \" \"~$folder.desktop$ \"Hide All IE\" win hide class\r\n\"IEFrame\"\r\nCreate a shortcut on your\r\ndesktop that shows back\r\nall your Internet Explorer\r\nwindows\r\nnircmd.exe cmdshortcut \" \"~$folder.desktop$ \"Show All IE\" win show class\r\n\"IEFrame\"\r\nSet the Windows\r\nCalculator as top-most\r\nwindow (above all other\r\nwindows)\r\nnircmd.exe win settopmost title \"Calculator\" 1\r\nSet the Windows\r\nCalculator back to regular\r\nwindow (non top-most\r\nwindow)\r\nnircmd.exe win settopmost title \"Calculator\" 0\r\nCreate a shortcut to\r\nWindows calculator under\r\nStart Menu-\u003ePrograms-\r\n\u003eCalculators\r\nnircmd.exe shortcut \"f:\\winnt\\system32\\calc.exe\"\r\n\"~$folder.programs$\\Calculators\" \"Windows Calculator\"\r\nHide the desktop window nircmd.exe win hide class progman\r\nShow the desktop window\r\n(After hiding it in\r\nprevious example)\r\nnircmd.exe win show class progman\r\nHide the start button on\r\nthe system tray\r\nnircmd.exe win child class \"Shell_TrayWnd\" hide class \"button\"\r\nShow the start button on\r\nthe system tray\r\nnircmd.exe win child class \"Shell_TrayWnd\" show class \"button\"\r\nHide the clock on the\r\nsystem tray\r\nnircmd.exe win child class \"Shell_TrayWnd\" hide class \"TrayClockWClass\"\r\nShow the clock on the\r\nsystem tray\r\nnircmd.exe win child class \"Shell_TrayWnd\" show class \"TrayClockWClass\"\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 4 of 15\n\nKill (terminate) all\r\ninstance of Internet\r\nExplorer processes\r\nnircmd.exe killprocess iexplore.exe\r\nCreate a shortcut on your\r\ndesktop that opens the\r\ndoor of K: CDROM drive\r\nwhen you run it.\r\nnircmd.exe cmdshortcut \"~$folder.desktop$\" \"Open CDROM\" cdrom open k:\r\nCreate a shortcut to\r\nNirSoft Web site on your\r\ndesktop\r\nnircmd.exe urlshortcut \"http://www.nirsoft.net\" \"~$folder.desktop$\" \"NirSoft\"\r\nAdd NirSoft Web site to\r\nyour Favorities under\r\nLinks folder.\r\nnircmd.exe urlshortcut \"http://www.nirsoft.net\" \"~$folder.favorites$\\Links\"\r\n\"NirSoft\"\r\nCreate a shortcut to\r\nNirSoft Web site on the\r\ndesktop of all computers\r\nlisted in computers.txt\r\nnircmd.exe multiremote copy \"c:\\temp\\computers.txt\" urlshortcut\r\n\"http://www.nirsoft.net\" \"~$folder.common_desktop$\" \"NirSoft\"\r\nSet the display mode to\r\n800x600x24bit colors\r\nnircmd.exe setdisplay 800 600 24\r\nCreate a shortcut on the\r\ndesktop that set the\r\ndisplay mode to\r\n800x600x24bit colors\r\nnircmd.exe cmdshortcut \"~$folder.desktop$\" \"800x600x24\" setdisplay 800 600\r\n24\r\nCopy all shortcuts on your\r\ndesktop to another folder\r\n(f:\\temp\\desktop).\r\nnircmd.exe execmd copy \"~$folder.desktop$\\*.lnk\" f:\\temp\\desktop\r\nRestart your Apache\r\nserver (under Windows\r\nNT/2000/XP/2003)\r\nnircmd.exe service restart apache\r\nCreate a shortcut on your\r\ndesktop that restarts the\r\nApache server\r\nnircmd.exe cmdshortcut \"~$folder.desktop$\" \"Restart Apache\" service restart\r\napache\r\nRestart your IIS nircmd.exe service restart w3svc\r\nRestart MySql nircmd.exe service restart MySql\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 5 of 15\n\nOpen the desired Registry\r\nkey/value in RegEdit\r\nnircmd.exe regedit \"HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\"\r\n\"CommonFilesDir\"\r\nOpen the Registry key\r\nthat you copied to the\r\nclipboard in RegEdit.\r\nnircmd regedit \"~$clipboard$\"\r\nDisable the screen saver nircmd.exe regsetval sz \"HKCU\\control panel\\desktop\" \"ScreenSaveActive\" 0\r\nEnable the screen saver nircmd.exe regsetval sz \"HKCU\\control panel\\desktop\" \"ScreenSaveActive\" 1\r\nChange the date/time of\r\nthe specified filename\r\n(creation time and\r\nmodified time)\r\nnircmd.exe setfiletime \"c:\\temp\\myfile.txt\" \"24-06-2003 17:57:11\" \"22-11-2005\r\n10:21:56\"\r\nCopy your desktop folder\r\npath to the clipboard\r\nnircmd.exe clipboard set ~$folder.desktop$\r\nCopy your start menu\r\nfolder path to the\r\nclipboard\r\nnircmd.exe clipboard set ~$folder.start_menu$\r\nCopy the content of\r\ninfo1.txt (simple text file)\r\nto the clipboard\r\nnircmd.exe clipboard readfile \"c:\\My Files\\info1.txt\"\r\nAdd the text content of\r\nclipboard to info1.txt\r\nnircmd.exe clipboard addfile \"c:\\My Files\\info1.txt\"\r\nClear the clipboard nircmd.exe clipboard clear\r\nCreate all folders\r\nspecified in\r\n\"c:\\temp\\folders.txt\". The\r\nfolder path names are\r\nseparated by CRLF\r\ncharacters.\r\nnircmd.exe paramsfile \"c:\\temp\\folders.txt\" \"\" \"\" execmd md ~$fparam.1$\r\nInstall the specified .NET\r\nassembly in the global\r\nassembly cache (like\r\ngacutil)\r\nnircmd.exe gac install \"C:\\temp\\MyAssembly\\bin\\MyAssembly.dll\"\r\nEmpty the recycle bin in\r\nall drives.\r\nnircmd.exe emptybin\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 6 of 15\n\nAnswer 'Yes' to a standard\r\nWindows message-box.\r\nnircmd.exe dlg \"\" \"\" click yes\r\nWait 2 seconds, and then\r\nsave the current screen to\r\nshot.png\r\nnircmd.exe cmdwait 2000 savescreenshot \"f:\\temp\\shot.png\"\r\nSave 10 screenshots in a\r\nloop, and wait 60 seconds\r\nbetween the screenshot\r\nsave calls. The filenames\r\nof the screenshot will\r\ncontain the time and date\r\nof the saved screenshot.\r\nnircmd.exe loop 10 60000 savescreenshot\r\nc:\\temp\\scr~$currdate.MM_dd_yyyy$-~$currtime.HH_mm_ss$.png\r\nWait until Firefox is\r\nclosed, and then say\r\n\"Firefox was closed\"\r\nnircmd.exe waitprocess firefox.exe speak text \"Firefox was closed\"\r\nRun RegEdit with\r\nSYSTEM user (On\r\nWindows 7/8/Vista/2008),\r\nwhich allows you to view\r\nall hidden system Registry\r\nkeys\r\nnircmd.exe elevatecmd runassystem c:\\windows\\regedit.exe\r\nSystem Requirements\r\nThis utility can work in all versions of Windows operating system: Windows 9x/ME, Windows NT, Windows\r\n2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, Windows 8, and\r\nWindows 10.\r\nVersions History\r\nDate Version Description\r\n23/04/2024 2.87\r\nAdded ~$folder.localappdata$ variable.\r\nFixed the ~$folder.common_programfiles$ variable to use the correct folder\r\n(In previous versions it was identical to ~$folder.programfiles$ )\r\n01/08/2019 2.86\r\nFixed bug: elevate and other commands failed to work properly when there\r\nwere many parameters after the command.\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 7 of 15\n\n23/06/2019 2.85\r\nThe runinteractive and runinteractivecmd commands now work properly\r\neven if you don't run them from a Windows service.\r\nFixed bug: The behvaiour of consolewrite command was unexpected when\r\nthere was '%' character.\r\n22/04/2019 2.84 Fixed to work again on Windows 98/2000.\r\n19/04/2019 2.83\r\nAdded runinteractive and runinteractivecmd commands, which allows you\r\nto run a process or NirCmd command that accesses the GUI from a\r\nWindows service.\r\nFor example, if you try to use the savescreenshot command from a Windows\r\nservice, you'll get a black image, because NirCmd cannot access the user\r\ninterface from a Windows service.\r\nYou can solve this problem with runinteractivecmd command: nircmd.exe\r\nruninteractivecmd savescreenshot \"c:\\temp\\screenshot1.png\"\r\nBe aware that runinteractive and runinteractivecmd commands only work\r\nfrom a Windows service ('SYSTEM' user).\r\n22/03/2019 2.82\r\nFixed the savescreenshot or savescreenshotfull commands to work properly\r\nwith DPI scaling.\r\n23/05/2016 2.81\r\nFixed bug: NirCmd failed to execute the cmdwait, loop and a few other\r\ncommands after qboxcom and qboxcomtop commands.\r\n30/01/2016 2.80\r\nFixed bug: clipboard readfile failed to read the last character of Ascii file.\r\nAdded writeufile and addufile to clipboard command, for writing files in\r\nUnicode.\r\nFixed the restartexplorer command to work properly on Windows 10.\r\n10/08/2013 2.75\r\nAdded new commands: moverecyclebin, suspendprocess , resumeprocess.\r\nAdded etitle option to the find parameter of win command.\r\n'clipboard readfile' command now reads Unicode files (UTF-8 and UTF-16).\r\n29/10/2012 2.71\r\nAdded runassystem command, which allows you to run a process with\r\nSYSTEM user (Works on Windows 7/8/Vista/2008)\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 8 of 15\n\n12/09/2012 2.70\r\nAdded new option to speak command: You can now save the entire speach\r\ninto a .wav file that can be played with any media player (Instead of playing\r\nit directly to your sound card).\r\nAdded restartexplorer command, which simply restarts Windows Explorer\r\ngracefully.\r\nAdded screensavertimeout command, which allows you to set the\r\nscreensaver timeout, in seconds.\r\nAdded togglemax, togglemin, togglehide, toggledisable actions to win\r\ncommand.\r\nAdded SystemSounds support for setappvolume, changeappvolume, and\r\nmuteappvolume commands.\r\nFixed issue on Windows 7: 'win close alltopnodesktop' command caused a\r\nshutdown dialog-box to appear.\r\nFixed the setprimarydisplay to work properly.\r\n28/06/2011 2.65\r\nAdded setdefaultsounddevice command (for Windows 7/Vista/2008 only),\r\nwhich allows you to set the default sound device.\r\nAdded setsubunitvolumedb command (for Windows 7/Vista/2008 only),\r\nwhich allows you to set the volume of sound device subunits (Line In,\r\nMicrophone, and so on)\r\nAdded mutesubunitvolume command (for Windows 7/Vista/2008 only),\r\nwhich allows you to mute/unmute the volume of sound device subunits\r\n(Line In, Microphone, and so on)\r\n21/06/2011 2.60\r\nAdded mediaplay command for playing audio file (.mp3, .wav, and so on)\r\nfor the specified number of milliseconds.\r\nAdded changebrightness and setbrightness commands for setting the screen\r\nbrightness on laptops and netbook computers.\r\n08/06/2011 2.55\r\nOn savescreenshot, savescreenshotfull, and savescreenshotwin commands,\r\nyou can now specify *clipboard* as a filename, in order to save the\r\nscreenshow into the clipboard\r\nOn savescreenshot command, you can now specify a rectangle to capture as\r\nx, y, width, and height instead of capturing the entire screen.\r\nFixed savescreenshotfull command to work properly on multiple screen\r\nsystem with negative coordinates.\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 9 of 15\n\n27/03/2011 2.52\r\nAdded 'runas' command, which allows you to run a new process with the\r\nspecified user name/password.\r\nAdded 'Flash' action to the win command, with allows you to flash the\r\nspecified window.\r\n13/03/2011 2.51\r\nAdded 'focused' option for setappvolume, changeappvolume, and\r\nmuteappvolume commands, which allow you to easily change the volume of\r\nthe application that is currently in focus, on Windows 7/Vista/2008.\r\nAdded 'default_record' option for setsysvolume, changesysvolume,\r\nsetsysvolume2, changesysvolume2, and mutesysvolume commands, which\r\nallows you set easily change the volume of default recording device, on\r\nWindows 7/Vista/2008.\r\n24/02/2011 2.50\r\nAdded 3 new sound volume commands to change or mute application\r\nvolume on Windows 7/Vista/2008: setappvolume, changeappvolume,\r\nmuteappvolume\r\nAdded new information command that shows you a message box with all\r\nsound devices on your Windows 7/Vista/2008 system: showsounddevices.\r\n22/02/2011 2.48\r\nFixed the problems with the timeout of the tray balloon in trayballoon\r\ncommand.\r\n20/01/2011 2.47\r\nFixed bug: The sendkeypress command didn't work properly with Fxx keys\r\n(F1, F2, and so on).\r\n28/11/2010 2.46\r\nAdded option to locate window by process in win command.\r\nAdded max and min options (Minimized and maximized windows) into\r\nexec and exec2 commands.\r\nAdded x64 builds of nircmd.exe and nircmdc.exe\r\n18/10/2010 2.45\r\nAdded trayballoon command - displays a tray balloon with your desired text\r\nand icon.\r\nAdded sendkeypress command - Alternative to the sendkey command.\r\nAllows you to send key press combination in much easier way, for example:\r\nsendkeypress ctrl+shift+esc\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 10 of 15\n\nAdded clonefiletime command to clone the date/time of existing file into\r\none or more files.\r\nAdded setconsolemode command to set the console display mode - window\r\nor full screen.\r\nAdded setconsolecolor command to set the foreground and background\r\ncolors of the console text.\r\nAdded consolewrite command to write text into the console window.\r\nAdded debugwrite for writing text into the debug output.\r\nAdded ~$folder.mydocuments$ variable.\r\n21/02/2010 2.41\r\nFixed a bug in elevate command: when running a program without\r\nparameters, NirCmd sent the elevate command string as a parameter of the\r\nprogram.\r\n16/02/2010 2.40\r\nAdded elevate and elevatecmd commands to run and execute commands\r\nwith administrator rights under Windows 7/Vista/2008.\r\nAdded monitor parameter to setdisplay command, for using it with multiple\r\nmonitors.\r\nAdded setprimarydisplay command.\r\nAdded folder.programfiles and folder.common_programfiles variables.\r\nAdded async_off, async_on, async_low for monitor command. You can try\r\nthem if NirCmd.exe remains in memory when you use monitor on/off\r\ncommand.\r\n26/05/2009 2.37\r\nImproved the help .chm file - Now it contains a link to every command.\r\nAdded help command - Automatically opens the reference of the desired\r\ncommand in http://nircmd.nirsoft.net. For example, if you type 'nircmd.exe\r\nhelp speak', the reference page of speak command -\r\nhttp://nircmd.nirsoft.net/speak.html will be opened in your default browser.\r\n19/05/2009 2.36\r\nFixed bug in script: Sometimes the last line in the script was not executed\r\nproperly.\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 11 of 15\n\n20/04/2009 2.35\r\nAdded loop command - execute a command multiple times.\r\nAdded currtime and currdate variables.\r\nwaitprocess - Added option to execute a NirCmd command after the process\r\nwas closed.\r\nAdded rem (or ;) command, just for adding remarks in a script.\r\n01/04/2009 2.30\r\nAdded speak command - Speaks the contents of the text or file that you\r\nspecify, by using the Speech library (SAPI) that comes with Windows XP\r\nand Windows Vista.\r\nAdded savescreenshotfull command.\r\n02/02/2009 2.25\r\nNew actions for clipboard command - loadclp and saveclp (load/save in\r\nWindows .clp format)\r\nNew command: setprocessaffinity\r\n01/01/2009 2.20\r\nNew commands: waitprocess, setprocesspriority, qboxtop, qboxcomtop.\r\nNew action in clipboard command: copyimage (Copy image file to the\r\nclipboard)\r\n25/06/2008 2.15 New commands: setcursorwin, savescreenshotwin, filldelete\r\n12/04/2008 2.10 New commands: shellcopy, savescreenshot\r\n09/02/2008 2.05\r\nNew commands: shellrefresh, convertimage, convertimages\r\nNew option in clipboard command - saveimage\r\n16/06/2007 2.00\r\nAll sound volume commands and monitor command now works under\r\nVista.\r\nNew commands: dlg, dlgany, sendkey, sendmouse, returnval\r\nNew actions in win command - dlgclick, dlgsettext, dlgsetfocus\r\n24/07/2006 1.85 New command: cmdshortcutkey\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 12 of 15\n\n15/07/2006 1.84\r\nStarting from this version, if you don't specify a sound device index in\r\nsetsysvolume, changesysvolume, setsysvolume2, changesysvolume2 and\r\nmutesysvolume commands, the default sound device in control panel\r\n(\"preferred device\") is used.\r\nNew find options in win command: active, foreground, desktop\r\n20/05/2006 1.83\r\nFixed bug with parameter variables: parameter dialog-box appear more than\r\nonce.\r\nNew find option in Win command: alltopnodesktop\r\n18/02/2006 1.82\r\nNew win actions: postmsg and sendmsg.\r\nNew command: closeprocess\r\nNirCmd now returns a non-zero value on error.\r\n19/11/2005 1.81\r\nNew command: emptybin - Empty the Recycle Bin.\r\nNew optional parameter in setdisplay command: refresh rate.\r\nrashangup command without parameter - disconnect all active connections.\r\n24/09/2005 1.80\r\nNew commands: exec2, cmdwait.\r\nNew options in clipboard command.\r\nVolume commands (setsysvolume, changesysvolume, setsysvolume2,\r\nchangesysvolume2, mutesysvolume) now allows you to change the volume\r\nof non-default sound card.\r\n07/07/2005 1.70\r\nNew win actions: activate, hideshow, +style, -style, +exstyle, -exstyle\r\nNew commands: movecursor, setcursor.\r\nNew command: setfilefoldertime - allows you to change the date/time of\r\nfolders, under Windows 2000/XP only.\r\n10/06/2005 1.62 New actions in win command: focus, enable, disable\r\n26/05/2005 1.61\r\nnew command: sysrefresh - make a general system refresh after modifying\r\nyour system settings in the Registry.\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 13 of 15\n\n07/05/2005 1.60\r\nNew paramsfile command: Allows you to execute a command multiple\r\ntimes by loading the parameters from a text file.\r\nNew actions in win command: move, center, settext.\r\nNew 'child' action in win command: Allows you to move/hide child\r\nwindows (For example: the start button in the system tray)\r\nNew clipboard command: Allows you to put a string in the clipboard, and\r\nclear the clipboard.\r\nNew gac command: Allows you to install assemblies in Global Assembly\r\nCache.\r\n28/12/2004 1.56\r\nNew variable: ~$clipboard$ - paste the text that you copied to the clipboard\r\ninto the command-line.\r\nParameter variables: ~$param.ParamName$ - Display an input window for\r\ntyping the text that you want insert into the command-line.\r\n07/12/2004 1.55 Added RegEdit command.\r\n18/11/2004 1.54\r\nOn reg commands (regsetval, regdelval, regdelkey), you can now also use\r\nthe following abbreviated key name: HKCU for HKEY_CURRENT_USER,\r\nHKLM for HKEY_LOCAL_MACHINE, HKCR for\r\nHKEY_CLASSES_ROOT, HKU for HKEY_USERS, HKCC for\r\nHKEY_CURRENT_CONFIG.\r\nredraw action for win command.\r\n03/11/2004 1.53 Fixed 'monitor off' problem in XP SP2.\r\n09/10/2004 1.52\r\nrasapi32.dll is now loaded only when using the dial commands (rasdial, rasdialdlg,\r\nrashangup). In previous versions, NirCmd was statically linked to rasapi32.dll, and\r\nthat caused problems in old NT systems.\r\n29/09/2004 1.51\r\nVariable names are now enclosed with '$' char instead of '%' char.\r\nI made this change because the '%' char causes problems when running NirCmd\r\nfrom cmd/bat file. using the '%' char for variable names is still supported for\r\nbackward compatibility.\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 14 of 15\n\n22/09/2004 1.50\r\nNew commands: cmdshortcut, regsvr, mutesysvolume, changesysvolume,\r\nchangesysvolume2, setsysvolume2.\r\nNew actions in win command: trans, setsize, settopmost, ititle.\r\nNew variables: folder.nircmd, nir.exefile\r\nnircmdc.exe - console version of NirCmd.\r\nChanged name - from NirComLime to NirCmd.\r\n05/05/2004 1.40\r\nNew commands: wait, setvolume, setsysvolume, execmd, exec.\r\nNew commands for executing NirCmd on remote machines: remote and\r\nmultiremote.\r\nFolder and system variables.\r\nNew option in setfiletime command - set the file time to the current time\r\n(now parameter)\r\nNew parameter in shortcut command - hot key.\r\n01/03/2004 1.30\r\nNew commands: qboxcom, beep, stdbeep, cdrom, urlshortcut, monitor,\r\nscreensaver, standby, and hibernate.\r\nFixed the bug with ~x string sequences.\r\n08/01/2004 1.20\r\nNew commands: setdialuplogon, script\r\nSpecial string sequences (~q, ~t, ~n and so on) to allow you to embed\r\nquotes and new line characters into the parameters of any command.\r\n19/11/2003 1.11 New options in shortcut command\r\n10/10/2003 1.10 New commands: killprocess, service, memdump, win, lockws.\r\n09/09/2003 1.00 First release.\r\nLicense\r\nThis utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM,\r\nInternet, or in any other way, as long as you don't charge anything for this. If you distribute this utility, you must\r\ninclude all files in the distribution package, without any modification !\r\n  \r\nSource: https://www.nirsoft.net/utils/nircmd.html\r\nhttps://www.nirsoft.net/utils/nircmd.html\r\nPage 15 of 15",
	"extraction_quality": 1,
	"language": "EN",
	"sources": [
		"Malpedia"
	],
	"origins": [
		"web"
	],
	"references": [
		"https://www.nirsoft.net/utils/nircmd.html"
	],
	"report_names": [
		"nircmd.html"
	],
	"threat_actors": [],
	"ts_created_at": 1775434539,
	"ts_updated_at": 1775826699,
	"ts_creation_date": 0,
	"ts_modification_date": 0,
	"files": {
		"pdf": "https://archive.orkl.eu/58375ae8cd1a54299fb12c1ce9c0bee959c52d67.pdf",
		"text": "https://archive.orkl.eu/58375ae8cd1a54299fb12c1ce9c0bee959c52d67.txt",
		"img": "https://archive.orkl.eu/58375ae8cd1a54299fb12c1ce9c0bee959c52d67.jpg"
	}
}