Protecting the Default Windows Clock Configuration

Protecting the Default Windows Clock Configuration

David Lv11

Protecting the Default Windows Clock Configuration

You’re using your Windows device and notice something strange in the date and time settings. Someone has changed the settings without your knowledge or permission. This makes it difficult to stay on schedule with tasks and activities. In this guide, we’ll show how to stop anonymous users from changing date and time settings on Windows computers.

How To Prevent Users From Changing the Date and Time on Windows

There are two ways to prevent users from changing Windows date and time. The first is to use Group Policy Editor, a system administration tool designed to control computer behavior in an organization. While the second way is to use Registry Editor, which allows you to modify Windows registry settings.

For both methods, you need administrative access to the computer to change it. Once you’ve made the changes, nobody can alter the date and time settings. Let’s look at each method in more detail.

1. Use the Group Policy Editor

If your computer is part of an organization and users often change the date and time, use Group Policy Editor to stop it. This will prevent those with limited access to the computer from altering the date and time. However, this method only works for Windows Pro, Enterprise, or Education Editions.

So, if you have Windows Home Edition, this won’t work. In that case, you must first activate the Group Policy Editor for Windows Home . If it seems complicated, skip it and try the next solution instead.

Follow these steps to prevent users from changing the date and time:

  1. Press Win + R on your keyboard to open the Run window.
  2. Type gpedit.msc in the text box and press Enter. This will open the Group Policy Editor window.
  3. On the left side of the window, navigate to the following path:
    Computer Configuration > Administrative Templates > System > Locale Services
  4. In the right-side pane, double-click on Disallow user override of locale settings.
    Disallow user override of locale settings
  5. In the pop-up window, check the Enabled radio button.
  6. Then click Apply > OK to save the changes.

This will block anyone from changing the date and time settings on your computer. However, if you have administrative access to the computer, you can still alter the settings.

If you want to revert to the default settings later, open Group Policy Editor again and change the value of Disallow user override of locale settings back to Not Configured or Disabled. This way, users can change the time and date again.

2. Tweak the Registry Editor

If you’re using Windows Home Edition or have disabled the Group Policy Editor, use the Registry Editor to protect date and time settings. This method is more advanced and has a higher risk of system damage.

In that case, back up your Windows registry before changing it. Doing so will restore settings if something goes wrong.

Follow these steps to stop users from changing the time and date via the registry:

  1. Open the Run command dialog box .
  2. Type regedit in the field and press Enter. This will open the Registry Editor .
  3. In the Registry Editor window, navigate to the following path:
    HKEY_CURRENT_USER\Software\Policies\Microsoft\Control Panel\International\
  4. If the International folder doesn’t exist, create one. To do that, right-click on Control Panel and select New > Key. Name it International.
  5. Then right-click on International and select New > DWORD (32-bit) Value.
  6. Name the newly created value PreventUserOverrides.
  7. Double-click on the PreventUserOverrides DWORD value.
    Use Registry Editor to Prevent Users From Chaning date and time settings
  8. In the pop-up window, change the Value data to 1 and click OK.

Once you’ve made the changes, close the Registry Editor window and restart your computer.

To undo this restriction, delete the PreventUserOverrides DWORD value from the registry or change the value to 0. Doing so will enable users to change the time and date again.

Stop Windows Time and Date Changes

Now stop unauthorized users from changing the date and time settings on your Windows computer. This keeps your tasks and activities on track. If necessary, you can always undo this restriction.

Also read:

  • Title: Protecting the Default Windows Clock Configuration
  • Author: David
  • Created at : 2024-06-25 11:22:34
  • Updated at : 2024-06-26 11:22:34
  • Link: https://win11.techidaily.com/protecting-the-default-windows-clock-configuration/
  • License: This work is licensed under CC BY-NC-SA 4.0.