onemikekelly
New Member
- Joined
- Feb 10, 2022
- Messages
- 1
- Thread Author
-
- #1
Hi all,
When I was made redundant from my previous company they let me keep my laptop but did not remove the company admin rights before I left.
I have spoken to them and they said they cannot help and I will need to sort this out myself.
Does anyone know how to remove admin rights for free as I cannot install any new programs or my printer as I am asked for a password everytime which I don't know. My main problem is the licence for MS Office has expired so I can't use Word or Excel, however I now have a licence I have purchased but cannot install.
Any help will be appreciated, thanks.
When I was made redundant from my previous company they let me keep my laptop but did not remove the company admin rights before I left.
I have spoken to them and they said they cannot help and I will need to sort this out myself.
Does anyone know how to remove admin rights for free as I cannot install any new programs or my printer as I am asked for a password everytime which I don't know. My main problem is the licence for MS Office has expired so I can't use Word or Excel, however I now have a licence I have purchased but cannot install.
Any help will be appreciated, thanks.
Solution
That's typical of a stingy company that does layoffs.I have spoken to them and they said they cannot help and I will need to sort this out myself.
If the hidden built-in "Administrator" account doesn't have a password set, you can access a fully privileged Command Prompt by Shift + Clicking the Restart button and clicking Troubleshoot > Advanced Options > Command Prompt.Does anyone know how to remove admin rights for free as I cannot install any new programs or my printer as I am asked for a password everytime which I don't know. My main problem is the licence for MS Office has expired so I can't use Word or Excel, however I now have a licence I have purchased but cannot install.
To delete a user account, such as the...
Callistemon
Member
- Joined
- Jan 27, 2022
- Messages
- 60
That's typical of a stingy company that does layoffs.I have spoken to them and they said they cannot help and I will need to sort this out myself.
If the hidden built-in "Administrator" account doesn't have a password set, you can access a fully privileged Command Prompt by Shift + Clicking the Restart button and clicking Troubleshoot > Advanced Options > Command Prompt.Does anyone know how to remove admin rights for free as I cannot install any new programs or my printer as I am asked for a password everytime which I don't know. My main problem is the licence for MS Office has expired so I can't use Word or Excel, however I now have a licence I have purchased but cannot install.
To delete a user account, such as the previous administrators
net user [Account Name] /deleteTo create a new administrative account
net user [Account Name] * /addTo change the password of an account
net user [Account Name] *To access the built-in Administrator where you can do these tasks with a user interface
net user Administrator /active:yesYou may want to just Reset This PC, or create installation media with Media Creation Tool, and reinstall Windows.