A
A
ANDREW_TUR2018-09-03 09:22:58
Passwords
ANDREW_TUR, 2018-09-03 09:22:58

Scheduled windows password change? How to do it?

In general, what you need:
1-change the password on time - let's say every half an hour.
2-password is selected from a file or built according to an algorithm.
For example, there is a password fuckingPass3242, let's add one to the three every half an hour.

Are there standard methods to do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
PrAw, 2018-09-03
@ANDREW_TUR

There is net.exe in the standard distribution:
NET USER [username [password | *] [options]]
The NET USER command allows you to create and modify user accounts on computers. Running the command without parameters displays a list of user accounts for this computer. User account information is stored in the user account database.
username
The name of the user account to be added, removed, modified, or viewed. The user account name cannot be longer than 20 characters.
password
Assigns or changes a user account password. The password length must not be less than the minimum value specified by the /MINPWLEN option of the NET ACCOUNTS command. In addition, the length of the password must not exceed 14 characters.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question