The work firewall is catching on, I can not see the coursera programming videos ... in short, I do not have adm privilege.
I would like suggestions on how to resolve this problem ...
Abcs.
The work firewall is catching on, I can not see the coursera programming videos ... in short, I do not have adm privilege.
I would like suggestions on how to resolve this problem ...
Abcs.
Windows 7, by default, comes with the Administrator account (with full privileges) disabled for security reasons and even if you look for it in the system user interface you will not find it.
Every user with an administrator "type" profile has sufficient privileges to do what he wants on the system, but suppose that this default account has a malfunction in the settings folder or you have a need to use a spare administrator account, How do I activate the (hidden) Administrator account?
The tip is simple, but it can be very useful, and it is worth remembering that this account must be password-protected to prevent another user from using it for purposes that could damage the operating system.
Open the 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 enter LOGOFF and the two accounts should appear.
Source: IT Professionals.
This should help.