Difference between revisions of "Offline NT Password"

From ERPXE Wiki
Line 35: Line 35:
  
 
Will detect and offer to unlock locked or disabled out user accounts!
 
Will detect and offer to unlock locked or disabled out user accounts!
 +
 +
{{TFTPPlugin
 +
| filename = vmware5-XXX.tar.gz
 +
| downloadurl = https://sourceforge.net/projects/erpxe/files/plugins/
 +
| product = VMware ESXi 5
 +
| producturl = http://downloads.vmware.com/
 +
| productfile = vmware-XXX.iso
 +
| pluginname = VMware
 +
}}
 +
 +
Copy ISO content to appropriate directory: (LOWER CASE ONLY!)
 +
 +
VMware ESXi 5.0 (DO NOT OVERWRITE boot.cfg!)
 +
cp * /tftpboot/er/plugins/vmware/esxi5
 +
 +
{{PluginInstructionsEnd}}

Revision as of 15:32, 10 January 2012

return to Plugins list

Offline NT Password

http://pogostick.net/~pnh/ntpasswd/

Information

ERPXE Module

  • Name: - Offline NT Password
  • Version:
  • Wikpedia Page:

Plugin type

Plugin type
Offline NT Password Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No No No No Yes

Plugin Requirments

Plugin Requirments
Offline NT Password CIFS HTTP Internet NFS Linux OS Windows OS
No No No No Yes Yes

Screen Shots

Special Information

This is a utility to reset the password of any user that has a valid local account on your Windows system.

Supports all Windows from NT3.5 to Win7, also 64 bit and also the Server versions (like 2003 and 2008)

You do not need to know the old password to set a new one.

It works offline, that is, you have to shutdown your computer and boot off a CD or USB disk to do the password reset.

Will detect and offer to unlock locked or disabled out user accounts!

Linux Installation Instructions

Download vmware5-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract vmware5-XXX.tar.gz file:

tar -xvzf vmware5-XXX.tar.gz

Download VMware ESXi 5 ISO Latest Version to /mnt/ :

http://downloads.vmware.com/

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/vmware-XXX.iso /mnt/cdrom/

Copy ISO content to appropriate directory: (LOWER CASE ONLY!)

VMware ESXi 5.0 (DO NOT OVERWRITE boot.cfg!)

cp * /tftpboot/er/plugins/vmware/esxi5

Verify files with filelist.txt in each folder.

All Done!