Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
Windows - I`ve forgotten / lost my Windows Password
Thursday, 31 July 2008 16:20
If you have forgotten or lost your Windows Admin password have no fear, just follow the steps below.
1. Log into a limited account and in command prompt run the following. This will copy CMD.exe in place of the login screen, so when XP reboots it will present you with a command prompt window with full access admin.
cd \windows\system32
mkdir tempfolder
copy logon.scr tempfolder\logon.scr
copy cmd.exe tempfolder\cmd.exe
del logon.scr
rename cmd.exe logon.scr
exit
2. Once you have rebooted the machine, you will prompted with the command prompt window and logged in. Use the following command ro reset your admin in here (CMD after reboot) you can change your forgotten/lost password,
net user [admin username] password
3. Then copy the 2 files from tempfolder back into the system32 directory.
copy \windows\system32\tempfolder\* \windows\system32