Jump to content

Control Alt Delete


Guest Squashman
 Share

Recommended Posts

Guest Squashman

Is is possible to simulate the Control Alt Delete keystrokes with AutoIt on Windows 2000. I was wondering if I could automate going directly to the Change Password box in Windows 2000

Link to comment
Share on other sites

Edit:I mean: changing password is easy. You can not emulate C+A+D, anyway.

Actually it is easily implemented using PsPasswd:

Here its help screen:

http://www.sysinternals.com

PsPasswd v1.2 - local and remote password changer
Copyright © 2003-2004 Mark Russinovich
Sysinternals - www.sysinternals.com

PsPasswd changes passwords on a local or remote system.

Usage: pspasswd \\[computer[,computer,[,...]|Domain] [-u Username [-p Password]]] Username [NewPassword]
     computer    Direct PsPasswd to perform the command on the remote
                 computer or computers specified. If you omit the computer
                 name PsPasswd runs the command on the local system,
                 and if you specify a wildcard (\\*), PsPasswd runs the
                 command on all computers in the current domain.
     -u          Specifies optional user name for login to remote
                 computer.
     -p          Specifies optional password for user name. If you omit this
                 you will be prompted to enter a hidden password.
     Username    Specifies name of account for password change.
     NewPassword New password. If ommitted a NULL password is applied.

Slimshady you should not be so pesimistic :ph34r:

Edited by ezzetabi
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...