# Override Manual Clock Restrictions From Group Policy Settings
## Issue
I can't change the date and/or time of the local machine because it's "managed by my organization."
## Command
Use this command to temporarily bypass the restriction. It will most likely change back to Internet time after a short period.
```shell
rundll32.exe shell32.dll,Control_RunDLL timedate.cpl
```
>[!warning]
>*Note that this might cause issues with authentication for certain applications like [[Teams]].*
#windows #command_line #time