Enable Or Disable The Windows 7 Administrator Account

Published by Việt Coding on

To enable the Windows 7 administrator account:

net user administrator /active:yes

To disable the Windows 7 administrator account:

net user administrator /active:no

To change the password of the Windows 7 administrator account:

Net user administrator password

An alternative would be to enable or disable the Windows 7 administrator account using the Local Security Policy option. You can open the Local Security Policy by launching secpol.msc from the run box.

You find the option under Local Policies-> Security Options. Just change the setting Accounts: Administrator account by double-clicking the entry.

Quảng cáo tài trợ

Categories: M$ Windows

Việt Coding

Là một người đam mê lập trình, tôi vọc vạch đủ thứ liên quan đến lập trình cho thoả chí tò mò. Hiện làm chủ yếu ở mảng phát triển ứng dụng di động cho iOS và Android với React Native. Thỉnh thoảng vọc vạch mấy thứ liên quan đến Internet of Things như Smart Home. Đang nghịch mấy con Raspberry Pi và thấy nó cũng thú vị :)

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax