Logon scripts would be the way and you can change the registry setting by running a reg file from the script.
On one user - set the region correctly, then run regedit and export "HKCU\Control Panel\International" to a reg file
Save the reg file to a common location (eg c:\scripts\region.reg)
create a bat file with command "regedit.exe /s c:\scripts\region.reg" - yeah, use your version. This is an example.
put a shortcut to that bat file into "c:\programdata\windows\start menu\programs\startup"
source:
Change Date format for all users
https://social.technet.microsoft.com/Forums/ie/en-US/55124a4f-2877-4f8f-907f-cfec2c70ab65/change-date-format-for-all-users?forum=winserverTS
How to Apply Data formate to All User profiles in Windows server 2012 R2
Pradhap P
1
Reputation point
HI Team,
In a Windows server 2012 R2 - 100 Users profiles are available.
Default Date format: dd-MM-yyyy
we want to modify: dd/MM/yyyy
how to configure the regedit or local policy ?
am try to configured the below location but it is not apply to users.
HKEY_CURRENT_USER\Control Panel\International (sShortDate=dd/MM/yyyy)
HKEY_USERS.DEFAULT\Control Panel\International (sShortDate=dd/MM/yyyy)
1 answer
Sort by: Most helpful
-
Teemo Tang 11,426 Reputation points
2020-08-05T02:36:33.573+00:00