My Windows cmd CodePage is now under 65001. Since I was doing some Android stuff and need to use console log, but forget how changing it now.
When using chcp 437 to
Create a start up batch file that includes all the commands you want.
Then edit the registry to point to your start up file.
http://technet.microsoft.com/en-us/library/cc779439%28WS.10%29.aspx
c:\startup.cmd
@echo off chcp 437
HKLM\SOFTWARE\Microsoft\Command Processor AUTORUN="C:\startup.cmd"