<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; reset password</title> <atom:link href="http://www.ghacks.net/tag/reset-password/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 07:07:56 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Reset Windows Passwords if you cannot login anymore</title><link>http://www.ghacks.net/2008/03/31/reset-windows-passwords/</link> <comments>http://www.ghacks.net/2008/03/31/reset-windows-passwords/#comments</comments> <pubDate>Mon, 31 Mar 2008 08:23:56 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[rescue disk]]></category> <category><![CDATA[reset password]]></category> <category><![CDATA[windows login]]></category> <category><![CDATA[windows password]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=3670</guid> <description><![CDATA[I had to change my Windows password frequently at my old job which sometimes lead to the situation that I could not remember the new password at the next login. This happened for instance when I changed the password on the last day just before holidays. I had to contact the IT department to reset [...]]]></description> <content:encoded><![CDATA[<p>I had to change my Windows password frequently at my old job which sometimes lead to the situation that I could not remember the new password at the next login. This happened for instance when I changed the password on the last day just before holidays. I had to contact the IT department to reset my password. There is an easier solution for computers with direct access.</p><p>I know that a lot of users reinstall Windows if they have forgotten their password because they cannot figure out how to get into the system again. I&#8217;m using the Trinity Rescue <a
href="http://trinityhome.org/Home/index.php?wpid=1&#038;front_id=12">Kit</a> to reset the Windows password. You actually have the choice between setting it to a blank password or changing it to a new one.</p><p>It can be run from a bootable CD, USB device or network over PXE. The bootable CD is my choice and I always keep one around in case of emergency. Just boot from the CD if you cannot login into Windows anymore because it asks for a password that you cannot remember.</p><p><span
id="more-3670"></span>You can start once the message &#8220;Welcome to Trinity..&#8221; appears on the screen. Use the command <strong>winpass -l</strong> to list all usernames of the system. Now enter <strong>winpass -u <Username> </strong> (for instance winpass -u Martin). This will lead to a series of dialogs, make sure to press n when asked if you want to deactivate Syskey.</p><p>You are given a choice to (1) remove the password, (2) set a new password or (3) make the selected user an administrator of the system.</p><p>That&#8217;s actually just one tool that the Trinity Rescue Disk offers. I could write about other useful ones if you like. Oh, one last remark. The file system is based on Linux which means that you will not see the usual c,d,e drives like you do in Windows. Hda, hdb, hdc are the hard drives connected to your computer and the numbers behind are the partitions of those hard drives. Hda1 for instance means the first partition of the first hard drive which is usually the location of the Windows installation while hdc2 would refer to the second partition of the third hard drive.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/03/31/reset-windows-passwords/feed/</wfw:commentRss> <slash:comments>19</slash:comments> </item> <item><title>Password resetting and recovering techniques</title><link>http://www.ghacks.net/2006/01/05/password-resetting-and-recovering-techniques/</link> <comments>http://www.ghacks.net/2006/01/05/password-resetting-and-recovering-techniques/#comments</comments> <pubDate>Thu, 05 Jan 2006 07:51:27 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[password]]></category> <category><![CDATA[password recovery]]></category> <category><![CDATA[reset password]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=268</guid> <description><![CDATA[There are several methods to reset and recover your windows administrators password. The fastest method is to use a freeware tool like <a
href="http://home.eunet.no/~pnordahl/ntpasswd/" target="_Blank">Offline NT Password &#038; Registry Editor</a> or the linux live distribution <a
href="http://sourceforge.net/projects/austrumi/" target="_blank">Austrumi</a>.]]></description> <content:encoded><![CDATA[<p>There are several methods to reset and recover your windows administrators password. The fastest method is to use a freeware tool like <a
href="http://home.eunet.no/~pnordahl/ntpasswd/" target="_Blank">Offline NT Password &#038; Registry Editor</a> or the Linux live distribution <a
href="http://sourceforge.net/projects/austrumi/" target="_blank">Austrumi</a>.</p><p>The author of Offline NT Password &#038; Registry Editor provides a bootdisk for his program while austrumi already is bootable. A detailed instruction for the first tool can be found at the<a
href="http://home.eunet.no/~pnordahl/ntpasswd/bootdisk.html" target="_blank"> authors website</a>, with Astrumi you simply enter nt_boot when the command prompt appears.</p><p><span
id="more-268"></span></p><p><a
href="http://geeksaresexy.blogspot.com/2005/12/auditing-your-users-passwords-for.html" target="_Blank">You could also try to bruteforce your way in again</a> but this is not recommended because the other two methods are easier and faster.</p><p>Last but not least this was taken from a <a
href="http://geeksaresexy.blogspot.com/2006/01/forgot-your-windows-password-no.html" target="_blank">user comment</a> and not checked.</p><p>1) copy cmd.exe out of system32<br
/> 2) rename as logon.scr<br
/> 3) paste it back in system32 and replace current one<br
/> 4) log off and wait for the screensaver. it will be a command prompt. use [net user]</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/01/05/password-resetting-and-recovering-techniques/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
