Skip to main content

Windows: Set Password Never Expire


Create user yaadmin and set password never expire.
net user yaadmin /FullName:"Yet Another Administrator" Passwd12 /add
wmic useraccount where "Name='yaadmin'" set PasswordExpires=FALSE

When creating new user interactively, it is just a good practice to replace password with * , and then type in password 2 times.

net user yaadmin /FullName:"Yet Another Administrator" * /add
Type a password for the user:
Retype the password to confirm:
add new user with net user command

Set Administrator's password never expired:

wmic useraccount where Name='Administrator' set PasswordExpires=FALSE

Popular posts from this blog

[MicrosoftVisualStudio]: Hiển thị số dòng lệnh

Hiển thị số dòng lệnh trong Microsoft Visual Studio Hiển thị số dòng trong Microsoft Visual Studio giúp tìm đến dòng lệnh gây ra lỗi. Nhấn Options Đánh dấu mục Line numbers ở phần Display Nhấn OK để lưu lại thiết lập.

ManageEngine ServiceDesk Plus - Reset password

Let's reset the default administrator's password to 'admin'

Learn MATLAB

MATLAB is an abbreviation for MAT rix LAB oratory. Here is list of free online courses to learn MATLAB.