Skip to content

Instantly share code, notes, and snippets.

@brettfreer
Created May 23, 2018 07:58
Show Gist options
  • Save brettfreer/3e4fae237ed1fdaad0ee73e74c4b57e0 to your computer and use it in GitHub Desktop.
Save brettfreer/3e4fae237ed1fdaad0ee73e74c4b57e0 to your computer and use it in GitHub Desktop.
Set the Australian Date format in windows using the command line
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