4

I need to set preferences in group policy for date/time formats but I can't find preferences in the group policy editor.

enter image description here

I have obviously seen preferences in group policy in youtube videos etc but why is this totally missing from my group policy tool on Windows 10 professional?

I usually start group policy by typing gpedit in start menu but do I need to do something different?

zar
  • 1,923

2 Answers2

2

Microsoft Group Policy Preferences are limited to Group policy(Active Directory), you cannot configure as a local policy

enter image description here

Honk
  • 896
0

The long answer...

Edit the Default HKey_User registry keys to your desired state.

HKEY_USERS\Default User\Control Panel\International registry\sShortDate

Time settings

Then using gpedit.msc

prevent users from editing the registry key

enter image description here

And

Disallow user override of locale settings

enter image description here

Honk
  • 896