Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/future4tech/public_html/wp-includes/functions.php on line 6114
PsPasswd – Windows CMD Command - Future4Tech

PsPasswd – Windows CMD Command

Change account password

Syntax
      pspasswd [[\\computer[,computer[,..] | @file 
         [-u user [-p passwd]]] Username [NewPassword]

Options:

   computer   The computer on which the user account resides. Default=local system 

   -p passwd  Specify a password for user (optional). Passed as clear text.
              If omitted, you will be prompted to enter a hidden password.

   -u user    Specify a user name for login to remote computer(optional).

   @file      Execute the command on each of the computers listed in the file.

   Username   Name of account for password change.

  NewPassword  The new password, If ommitted a NULL password is applied.

   -accepteula Suppress the display of the license dialog.

This tool allows administrators to create a batch file that will run against multiple computers to perform a mass change of the administrator password.

When launched for the first time, PsPasswd will create the regkey
HKCU\Software\Sysinternals\PsPasswd\EulaAccepted=0x01

Examples:

Change the password for user JDoe on \\workstationF4T

C:\> pspasswd \\workstationF4T jdoe password567

You may also like...

Leave a Reply

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


Notice: ob_end_flush(): Failed to send buffer of zlib output compression (0) in /home/future4tech/public_html/wp-includes/functions.php on line 5464