Friday, May 17, 2013

Changing the encoding in windows cmd.exe

Today I saw something nice somewhere on the net. To change the codepage of windows cmd you can add a string value registry key to the path:
"HKEY_CURRENT_USER\Software\Microsoft\Command Processor"

Name it "AutoRun" and give it a value of "chcp <codepage>" like ex. chcp 850.

No comments:

Post a Comment