

There are two methods to enable an administrator account. Please follow these steps: How to Enable Administrator Account in Windows 10 Steps are properly annotated with the screenshots and a video tutorial so that you can easily understand the procedure. Go to the steps below and apply them on your computer according to your scenario. We are going to share some methods to enable administrator account on your login screen. So we are going through both the scenarios, one if you have administrator rights and second if you don’t have administrator rights. However, enabling an administrator account in Windows 10 is an easy task, but sometimes it becomes tricky, especially when you don’t have administrator rights on your current account or trying to enable it through your standard account (without admin rights). The command is: net user administrator /active:yes If you want to enable it, you can do it easily by following a simple command in the command prompt. Since it is disabled, it doesn’t appear on the login screen or anywhere else. Usually, this Administrator account (Windows built-in account) is disabled by default. įeel free to let me know if there is anything I can help with.How do I enable an administrator account (hidden) in Windows 10? I suggest you check the following documents to see if there is any problem. It could not be the administrator, who is able to register the http address. I restart the project and it prompts that I could not register the HTTP address.Īnother factor we may need to consider is the current account for running the program. Netsh http delete urlacl url= netsh http show urlacl |findstr "15100" netsh http add urlacl url= user=administrator I use the wcf service to register the http address, like the following formed. When we want http.sys to make a request, we need to register the http namespace, which is an operation that requires privileges (administrator privileges).īased on your issue, I try to reproduce your issue, while it works as we expected, the project could not register the http address when the URL ACL is removed.

Http addresses are managed by a core driver called http.sys.
