0
The firewall at work is blocking me, I can’t see the programming videos from Oursera... in short, I don’t have Adm privilege.
I would like suggestions on how to solve this problem...
Abcs.
0
The firewall at work is blocking me, I can’t see the programming videos from Oursera... in short, I don’t have Adm privilege.
I would like suggestions on how to solve this problem...
Abcs.
1
Windows 7 by default comes with the Administrator account (with full privileges) disabled for security reasons and even if you search for it in the system’s user list you will not find it.
Every user with an administrator "type" profile has enough privileges to do whatever you want on the system, but let’s assume that this default account malfunctions in the settings folder or you have the need to use a spare administrator account, how to activate the (hidden) Admin account?
The tip is simple, but it can be very useful, and it is worth remembering that this account must have password to prevent another user using it for purposes that can damage the operating system.
Open Start menu and type cmd as in the image below:
Right click and select:
Run as administrator.
And in the terminal, type:
NET USER ADMINISTRADOR / ACTIVE:YES
Enter and log out and both accounts should appear.
Source: IT Professionals.
That should help.
Browser other questions tagged windows
You are not signed in. Login or sign up in order to post.
I edited the answer.
– Israel Sousa
Do as you are in response.
– Israel Sousa
When I try to run as Adm it stops me and asks the user and password of the administrator...@Israelsousa
– Hyller Vianna
Your machine’s administrator account must have a password.
– Israel Sousa
that’s exactly the problem...
– Hyller Vianna
You will need to remove your Windows password using a Linux distribution.
– Israel Sousa
can you explain to me?
– Hyller Vianna
Follow this tutorial, it will only change the Administrator password. cmd by start menu, when arriving at command prompt, type net user, the name of all available accounts on your system will appear. Then type net user "Administrator" * and enter a new password for the administrator account.
– Israel Sousa
ta.... when entering the net user "administrator" command I view the administrator, but how do I change your password? @Israelsousa
– Hyller Vianna
You forgot to put the asterisk after the... "Administrator". Like this: net user "Administrator" *
– Israel Sousa
I managed to get the password exchange, however gave "system error 5 - Access Denied"
– Hyller Vianna
You have to run the cmd as administrator as shown in the response image.
– Israel Sousa
So... @Israelsousa, I can’t access cmd as Adm... when I try, it immediately opens a window asking user and password...
– Hyller Vianna
You are using the account of Guest?
– Israel Sousa
Yes...@Israelsousa
– Hyller Vianna
Try restarting the computer by pressing the key F8 until a black screen of Windows appears, then enter Safe mode with network. If this does not work out, you will have to remove the Windows password using a distribution Linux or a specific boot program. Ex.: Ophcrack On the Internet you will find some tutorial on how to remove your Windows 7 password using this program or any distribution Linux.
– Israel Sousa