|
3)
WINDOWS => KMS_VL_ALL_AIO - Smart Activation
Script https://github.com/abbodi1406/KMS_VL_ALL_AIO |
1)
WINDOWS => netplwiz - RUN command - DOES
EVERYTHING TO USER ACCOUNTS (change requirements for new
passwords, password never expires, don't use password
for logon, change user groups etc.). |
2)
WINDOWS => cmd - RUN
command - CREATE LOCAL USERS FROM COMMAND LINE - type: net user USER PASSWORD /add (CREATE A NORMAL USER) net localgroup Administrators USER /add (MAKE THE USER ADMIN - add USER to Administrators GROUP) net localgroup Users USER /delete (REMOVE USER FROM Users GROUP) After all this, use netplwiz to make the USER's password non-expirable.
|