Saturday, December 6, 2014

Lost administrator rights on windows 10

I was provided a Windows 10 computer for use at my workplace where I work as a PHP programmer.


My account used to be an administrator on the machine I am working on.


I recently had windows notifications that I had to change my password for security reasons, maybe some internal rule, and I did so.


I mostly have to change the C:\Windows\System32\drivers\etc\hosts file when I have to create new virtualhosts on my localhost, but today, I couldn't save my changes as it states only "Error: Access denied". (The last time I had to change something on it -- and was able to -- was on 02/03/2018)


And as I also set apache as a service, I cannot restart it anymore using XAMPP, Services.msc or the Task manager.


After checking my account (the only one available on this machine as it looks like), it doesn't have the "Administrator" tag under my username anymore.


So I would like to ask if, either something on my machine may have caused that change, or a sysadmin changed my account settings from their machine?


Or does anyone know any way to have some kind of log on what happened to my account?


The sysadmins are looking for something to solve this issue, but I'd like to get a head start on what to check in case it was some local machine problem here.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...