The Computer Oracle

Error when trying to change the time zone in Windows: "Unable to continue. You do not have permission to perform this task."

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Flying Over Ancient Lands

--

Chapters
00:00 Error When Trying To Change The Time Zone In Windows: &Quot;Unable To Continue. You Do Not Have Perm
00:55 Answer 1 Score 20
01:51 Accepted Answer Score 12
02:51 Answer 3 Score 3
03:32 Answer 4 Score 2
04:24 Answer 5 Score 1
04:47 Thank you

--

Full question
https://superuser.com/questions/404526/e...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #windows8 #windowsserver2012 #locale #timezone

#avk47



ANSWER 1

Score 20


The following did not work for me: * Add Users group to Administrative Tools > Local Security Policy > Security Settings > Local Policies > User Rights Assignment > Change the time zone.

After the reboot, i still could not change the timezone. I solved it by using Powershell instead. This is how i solved it on a Windows 2012 R2 server:

  1. Downloaded Powershell version 5.1 and installed it on the server.
  2. Rebooted server.
  3. Open Powershell with "Run as an administrator"
  4. Run command:

Set-TimeZone "W. Europe Standard Time"




ACCEPTED ANSWER

Score 12


Looks like for whatever reason my installation didn't grant anyone, nor any group the privilege to change the time zone. I had to:

  1. Go to the desktop
  2. Open the charms bar (Win+c, float mouse to bottom right or swipe from the right)
  3. Choose Control Panel
  4. Switch to icon view
  5. Go to Administrative Tools folder
  6. Run Local Security Policy
  7. Expand the Local Policies section and click on User Rights Assignment
  8. Double click on Change the time zone permission
  9. Add local Administrators group.
  10. Reboot
  11. Change timezone in the normal fashion

(In later versions of Windows, you can simply open the Start menu and type Local Security Policy to skip to Step 6.)




ANSWER 3

Score 3


It makes no sense to me but the following config fixed the problem on my Win10 laptop which was upgraded from Win7 or Win8 (forget which). My login account was already in local Administrators group which was already granted the same config:

  • Add Users group to Administrative Tools > Local Security Policy > Security Settings > Local Policies > User Rights Assignment > Change the time zone.

Refer to Date and Time – Unable to Continue on Problem Solved answer site for detailed step by step instructions.




ANSWER 4

Score 2


Just run command prompt with admin credentials and run this:

C:\Windows\System32>timedate.cpl

Set time as you wish.

Use the windows search to look for "timedate.cpl". next, right-click it and select "create shortcut". you will get a message about how windows can't create a shortcut there. It will ask you if you want to create a desktop shortcut instead. click yes (or accept or whatever). Right-click the desktop shortcut. Select 'Run as administrator (or whatever the exact option is. it's got the shield thing on it. just click that). Then you can change your time and date as you wish.




ANSWER 5

Score 1


To change the time zone currently being used please follow these steps:

1.From the Start page click on “Settings” and then click on “More PC Settings”:

2.Next go to “General” and select the new time zone from the drop-down list.