Blog Archive

Wednesday, March 17, 2010

Change Administrator Password Remotely

Systems administrators that manage local administrative accounts on multiple computers regularly need to change the account password as part of standard security practices. PsPasswd is a tool that lets you change an account password on the local or remote systems, enabling administrators to create batch files that run PsPasswd against the computers they manage in order to perform a mass change of the administrator password.

 Installation

Just copy PsPasswd onto your executable path, and type "pspasswd" with the command-line syntax shown below..

 Using PsPasswd

You can use PsPasswd to change the password of a local or domain account on the local or a remote computer.

usage: pspasswd [[\\computer[,computer[,..] | @file [-u user [-p psswd]]] Username [NewPassword]

computerPerform the command on the remote computer or computers specified. If you omit the computer name the command runs on the local system, and if you specify a wildcard (\\*), the command runs on all computers in the current domain.
@fileRun the command on each computer listed in the text file specified.
-uSpecifies optional user name for login to remote computer.
-pSpecifies optional password for user name. If you omit this you will be prompted to enter a hidden password.
UsernameSpecifies name of account for password change.
NewPasswordNew password. If ommitted a NULL password is applied.

 

Download

Download PsTools
(1.31 MB)

Friday, March 12, 2010

Turn off autoplay in windows7

Method 1:
1. Go to Control Panel\Hardware and Sound\AutoPlay.
AutoPlay - Enable or Disable AutoRun-2.png
To Enable:
At the top, check Use Autoplay for all devices and Click Save.

To Disable:
Uncheck Use Autoplay for all devices and Click Save.

Method 2: 1. Click Start and in the Search box, type gpedit.msc and press Enter.
Now browse to Computer Configuration\ Administrative Templates\ Windows Components\ Autoplay Policies\ Turn off Autoplay.

To Enable:
Change the value of Turn off Autoplay to disabled.
AutoPlay - Enable or Disable AutoRun-3.png
To Disable:
Change the value of Turn off Autoplay to enabled.AutoPlay - Enable or Disable AutoRun-4.png

Followers