Created
May 23, 2018 07:58
-
-
Save brettfreer/3e4fae237ed1fdaad0ee73e74c4b57e0 to your computer and use it in GitHub Desktop.
Set the Australian Date format in windows using the command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem Australian Date format | |
reg add "HKCU\Control Panel\International" /v sShortDate /t REG_SZ /d "dd/MM/yyyy" /f | |
reg add "HKCU\Control Panel\International" /v sCountry /t REG_SZ /d "Australia" /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment