Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update version of command processor (cmd.exe)?

Tags:

windows

cmd

How to update version of command processor (cmd.exe)?

I've searched but I can only find stuff about updating Windows from command prompt and nowhere how to update command processor (cmd.exe).

like image 211
King Kwame Avatar asked Nov 01 '25 15:11

King Kwame


1 Answers

Upgrade to Windows 10.

Versions of CMD are shipped as part of Windows. To update CMD, you must update Windows.

Very occasionally, a change is pushed out to CMD via Windows Update, usually as a security or compatibility patch, but usually the only way to get a new version is to get a new version of Windows.

For example, my version of cmd is:

D:\>cmd /ver
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

Version 6.3.9600 is also the Windows version number for Windows 8.1, which is my OS.

like image 128
Ryan Bemrose Avatar answered Nov 03 '25 09:11

Ryan Bemrose