<?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>HowToBypass.com &#187; Password</title>
	<atom:link href="http://howtobypass.com/tag/password/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtobypass.com</link>
	<description>Learn to Bypass blocked stuff!</description>
	<lastBuildDate>Mon, 21 May 2012 16:01:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Q&amp;A: Excel macro: Unlocking protected cells, prevent incorrect password error?</title>
		<link>http://howtobypass.com/qa-excel-macro-unlocking-protected-cells-prevent-incorrect-password-error/</link>
		<comments>http://howtobypass.com/qa-excel-macro-unlocking-protected-cells-prevent-incorrect-password-error/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 20:08:05 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Unlock]]></category>
		<category><![CDATA[cells]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[incorrect]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Prevent]]></category>
		<category><![CDATA[Protected]]></category>
		<category><![CDATA[unlocking]]></category>

		<guid isPermaLink="false">http://howtobypass.com/qa-excel-macro-unlocking-protected-cells-prevent-incorrect-password-error/</guid>
		<description><![CDATA[Question by iisjman07: Excel macro: Unlocking protected cells, prevent incorrect password error? I've created a macro that counters one I created to protect cells with a password, and it works. However, if the password is incorrect, I get a runtime error asking if I want to debug, how can I stop this appearing and just… <a href="http://howtobypass.com/qa-excel-macro-unlocking-protected-cells-prevent-incorrect-password-error/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by iisjman07</i>: Excel macro: Unlocking protected cells, prevent incorrect password error?</strong><br />
I've created  a macro that counters one I created to protect cells with a password, and it works. However, if the password is incorrect, I get a runtime error asking if I want to debug, how can I stop this appearing and just have a message box saying the password is incorrect?</p>
<p>[QUOTE]Sub Unlockn()<br />
If Worksheets("Invoice").ProtectContents = False Then<br />
    MsgBox Prompt:="No password applied, cannot unlock.", Title:="Cannot Unlock"<br />
    End<br />
End If</p>
<p>adminpass = InputBox("Enter the administrative password to unlock...", "Enter Password:", "")</p>
<p>If adminpass = "" Then<br />
Exit Sub<br />
End If</p>
<p>ActiveSheet.Range("B18:B37").Select<br />
ActiveSheet.Unprotect (adminpass)<br />
ActiveSheet.Range("E18:E37").Select<br />
ActiveSheet.Unprotect (adminpass)<br />
ActiveSheet.Range("F18:F37").Select<br />
ActiveSheet.Unprotect (adminpass)<br />
ActiveSheet.Range("J1:M49").Select<br />
ActiveSheet.Unprotect (adminpass)<br />
ActiveSheet.Range("A1").Select<br />
MsgBox ("Unlocking Completed")<br />
End Sub<br />
[/QUOTE]</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by dippu75</i><br/>'Try following procedure-<br />
Sub Unlockn()</p>
<p>On Error GoTo errUlk</p>
<p>If Worksheets("Invoice").ProtectContents = False Then<br />
MsgBox Prompt:="No password applied, cannot unlock.", Title:="Cannot Unlock"<br />
End<br />
End If</p>
<p>adminpass = InputBox("Enter the administrative password to unlock...", "Enter Password:", "")</p>
<p>If adminpass = "" Then<br />
Exit Sub<br />
End If</p>
<p>ActiveSheet.Range("B18:B37").Select<br />
ActiveSheet.Unprotect (adminpass)<br />
ActiveSheet.Range("E18:E37").Select<br />
ActiveSheet.Unprotect (adminpass)<br />
ActiveSheet.Range("F18:F37").Select<br />
ActiveSheet.Unprotect (adminpass)<br />
ActiveSheet.Range("J1:M49").Select<br />
ActiveSheet.Unprotect (adminpass)<br />
ActiveSheet.Range("A1").Select<br />
MsgBox ("Unlocking Completed")</p>
<p>Exit Sub</p>
<p>errUlk:</p>
<p>If Err.Number = 1004 Then<br />
MsgBox "Invalid password!", vbCritical<br />
Else<br />
MsgBox Err.Description, vbCritical, "Error: " &#038; Err.Number<br />
End If</p>
<p>End Sub</p>
<p><strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/qa-excel-macro-unlocking-protected-cells-prevent-incorrect-password-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how can I share itunes videos with friends without them needing a login and password?</title>
		<link>http://howtobypass.com/how-can-i-share-itunes-videos-with-friends-without-them-needing-a-login-and-password/</link>
		<comments>http://howtobypass.com/how-can-i-share-itunes-videos-with-friends-without-them-needing-a-login-and-password/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 20:09:15 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Unlock]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[Itunes]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[needing]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[them]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[without]]></category>

		<guid isPermaLink="false">http://howtobypass.com/how-can-i-share-itunes-videos-with-friends-without-them-needing-a-login-and-password/</guid>
		<description><![CDATA[Question by symbo61: how can I share itunes videos with friends without them needing a login and password? is there a way to "unlock" password protected mp4's easily? I know how to do it with music files, but have had no luck with videos. The files are on my computer and my friend's. I can… <a href="http://howtobypass.com/how-can-i-share-itunes-videos-with-friends-without-them-needing-a-login-and-password/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by symbo61</i>: how can I share itunes videos with friends without them needing a login and password?</strong><br />
is there a way to "unlock" password protected mp4's easily? I know how to do it with music files, but have had no luck with videos.<br />
The files are on my computer and my friend's. I can view them with my password, but my friend can't open them. And I can't let him use my password as all the seats are used up.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by mzydorczyk</i><br/>are these on your computer?</p>
<p><strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/how-can-i-share-itunes-videos-with-friends-without-them-needing-a-login-and-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: Forgot e-mail and password to unlock G1?</title>
		<link>http://howtobypass.com/qa-forgot-e-mail-and-password-to-unlock-g1/</link>
		<comments>http://howtobypass.com/qa-forgot-e-mail-and-password-to-unlock-g1/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 20:08:43 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Unlock]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Forgot]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Unlock]]></category>

		<guid isPermaLink="false">http://howtobypass.com/qa-forgot-e-mail-and-password-to-unlock-g1/</guid>
		<description><![CDATA[Question by SamanthaStatic <a href="http://howtobypass.com/qa-forgot-e-mail-and-password-to-unlock-g1/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by SamanthaStatic<3</i>: Forgot e-mail and password to unlock G1?</strong><br />
My aunt gave me her old one for my Birthday. But, When I turn it on, it says "locked, press menu to unlock" so I press menu and it take me to a screen that says "enter g-mail address and password here" and I tried my g-mail account, wont work. Whoever had it before me locked it with theirs, and I need to know how to get passed it. </p>
<p>She doesn't remember the log in, so no that's not an option.</p>
<p>If I bring it to T-Mobile, how much will they charge me?<br />
^That's what I rEAlly need to know.</p>
<p>What should I do?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by MaMa</i><br/>I don't beleive they will charge u,but call T-Mobile &#038; ask if they can help.</p>
<p><strong>Give your answer to this question below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/qa-forgot-e-mail-and-password-to-unlock-g1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I have an htc droid eris, how do I set a password to unlock it?</title>
		<link>http://howtobypass.com/i-have-an-htc-droid-eris-how-do-i-set-a-password-to-unlock-it/</link>
		<comments>http://howtobypass.com/i-have-an-htc-droid-eris-how-do-i-set-a-password-to-unlock-it/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 08:07:31 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Unlock]]></category>
		<category><![CDATA[droid]]></category>
		<category><![CDATA[eris]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Unlock]]></category>

		<guid isPermaLink="false">http://howtobypass.com/i-have-an-htc-droid-eris-how-do-i-set-a-password-to-unlock-it/</guid>
		<description><![CDATA[Question by Caroline: I have an htc droid eris, how do I set a password to unlock it? I have an htc droid eris. It's completely amazing, but I want to be able to set a password to unlock it. By lock, I mean when you hit the "end" or the "power" button and the… <a href="http://howtobypass.com/i-have-an-htc-droid-eris-how-do-i-set-a-password-to-unlock-it/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Caroline</i>: I have an htc droid eris, how do I set a password to unlock it?</strong><br />
I have an htc droid eris.  It's completely amazing, but I want to be able to set a password to unlock it.  By lock, I mean when you hit the "end" or the "power" button and the screen goes blank and when you hit it again it say "drag down or hit MENU to unlock."  Is it possible to make it so you can't unlock it of you don't know the password?  If so, how?  </p>
<p>Thanks in advanced.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Cody Hall</i><br/>yes, it is under security or something like that in the settings menu and you will need to set it to password lock every time you lock your phone if that's what you want it to do</p>
<p><strong>What do you think? Answer below!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/i-have-an-htc-droid-eris-how-do-i-set-a-password-to-unlock-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how do you &#8220;bypass&#8221; a desktops password?</title>
		<link>http://howtobypass.com/how-do-you-bypass-a-desktops-password-2/</link>
		<comments>http://howtobypass.com/how-do-you-bypass-a-desktops-password-2/#comments</comments>
		<pubDate>Mon, 16 May 2011 20:06:44 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Bypass]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[Desktops]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://howtobypass.com/how-do-you-bypass-a-desktops-password-2/</guid>
		<description><![CDATA[Question by Destiny Nicole: how do you "bypass" a desktops password? i turn on my computer and it ask for a password so i can log in to my account on the computer. well i for got the password and its saying you can only use a password reset disk thing. but i know you… <a href="http://howtobypass.com/how-do-you-bypass-a-desktops-password-2/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Destiny Nicole</i>: how do you "bypass" a desktops password?</strong><br />
i turn on my computer and it ask for a password so i can log in to my account on the computer. well i for got the password and its saying you can only use a password reset disk thing. but i know you can hack into it but i dont remember how. PLEASE HELP!!!!</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Michael</i><br/>I think the only way is Reformat your Hard drive.<br />
Other than that, No clue.</p>
<p><strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/how-do-you-bypass-a-desktops-password-2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to &#8220;BYPASS&#8221; BIOS password?</title>
		<link>http://howtobypass.com/how-to-bypass-bios-password/</link>
		<comments>http://howtobypass.com/how-to-bypass-bios-password/#comments</comments>
		<pubDate>Sat, 07 May 2011 08:06:56 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Bypass]]></category>
		<category><![CDATA[Bios]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[Password]]></category>

		<guid isPermaLink="false">http://howtobypass.com/how-to-bypass-bios-password/</guid>
		<description><![CDATA[Question by JohnnY: How to "BYPASS" BIOS password? Ok, so I need to BYPASS BIOS password, not REMOVE or RESET it!!! I have access to computer when it's booted up, so I can install some software if needed. So actually I need way to BYPASS password, not remove it! Best answer: Answer by LoverOfWineNot possible,… <a href="http://howtobypass.com/how-to-bypass-bios-password/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by JohnnY</i>: How to "BYPASS" BIOS password?</strong><br />
Ok, so I need to BYPASS BIOS password, not REMOVE or RESET it!!!<br />
I have access to computer when it's booted up, so I can install some software if needed.<br />
So actually I need way to BYPASS password, not remove it!</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by LoverOfWine</i><br/>Not possible, that is why it was created as a foolproof way to lock a computer.</p>
<p><strong>Know better? Leave your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/how-to-bypass-bios-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How do I &#8220;unlock&#8221; my laptop so I can sign in using my regular password?</title>
		<link>http://howtobypass.com/how-do-i-unlock-my-laptop-so-i-can-sign-in-using-my-regular-password/</link>
		<comments>http://howtobypass.com/how-do-i-unlock-my-laptop-so-i-can-sign-in-using-my-regular-password/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 08:06:58 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Unlock]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Regular]]></category>
		<category><![CDATA[Sign]]></category>
		<category><![CDATA[Unlock]]></category>
		<category><![CDATA[using]]></category>

		<guid isPermaLink="false">http://howtobypass.com/how-do-i-unlock-my-laptop-so-i-can-sign-in-using-my-regular-password/</guid>
		<description><![CDATA[Question by rfkellett: How do I "unlock" my laptop so I can sign in using my regular password? My laptop computer has been "locked" by someone who was "playing around" with my computer. How do I "unlock" it so I can sign in the way I always sign? I'm not even sure what "locked and… <a href="http://howtobypass.com/how-do-i-unlock-my-laptop-so-i-can-sign-in-using-my-regular-password/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by rfkellett</i>: How do I "unlock" my laptop so I can sign in using my regular password?</strong><br />
My laptop computer has been "locked" by someone who was  "playing around" with my computer. How do I "unlock" it so I can sign in the way I always sign? I'm not even sure what "locked and "unlocked" means. To all of you computer geniuses for any help you can give me! Sorry for weird spelling, the "check spelling" doesn't work in this box!!</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by dpintampa</i><br/>start up in safe mode then see if you can change it</p>
<p><strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/how-do-i-unlock-my-laptop-so-i-can-sign-in-using-my-regular-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to unlock my laptop after sister changed password?</title>
		<link>http://howtobypass.com/how-to-unlock-my-laptop-after-sister-changed-password/</link>
		<comments>http://howtobypass.com/how-to-unlock-my-laptop-after-sister-changed-password/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 19:58:47 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Unlock]]></category>
		<category><![CDATA[After]]></category>
		<category><![CDATA[Changed]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[sister]]></category>
		<category><![CDATA[Unlock]]></category>

		<guid isPermaLink="false">http://howtobypass.com/how-to-unlock-my-laptop-after-sister-changed-password/</guid>
		<description><![CDATA[Question by Alan adair: How to unlock my laptop after sister changed password? My username was administrator, so i can't just type" administrator" for the username and nothing for the passworrd. I don't want to get my parents involved, so how do i unlock it? Best answer: Answer by ?Go on google and put i… <a href="http://howtobypass.com/how-to-unlock-my-laptop-after-sister-changed-password/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p><strong><i>Question by Alan adair</i>: How to unlock my laptop after sister changed password?</strong><br />
My username was administrator, so i can't just type" administrator" for the username and nothing for the passworrd. I don't want to get my parents involved, so how do i unlock it?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by ?</i><br/>Go on google and put i can ask my sister</p>
<p><strong>Add your own answer in the comments!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/how-to-unlock-my-laptop-after-sister-changed-password/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Gateway Computer Password Issue</title>
		<link>http://howtobypass.com/gateway-computer-password-issue/</link>
		<comments>http://howtobypass.com/gateway-computer-password-issue/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 17:27:27 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Bypass]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://howtobypass.com/?p=1750</guid>
		<description><![CDATA[My Gateway computer was purchased in 2002. I am unable to acess the hard dirve when I turn the computer on, receiving the following error message:WINNT\SYSTEM\vgaoem.fon cannot be found. When I attempt to repair this problem using the Gateway Operating System, Windows XP-Home Edition CD, I am asked to enter a password. Since my wife… <a href="http://howtobypass.com/gateway-computer-password-issue/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p>My Gateway computer was purchased in 2002. I am unable to acess the hard dirve when I turn the computer on, receiving the following error message:WINNT\SYSTEM\vgaoem.fon cannot be found. When I attempt to repair this problem using the Gateway Operating System, Windows XP-Home Edition CD, I am asked to enter a password. Since my wife and I are the only users of the computer we never created an administrator password. Any help you can provide regarding this problem would be greatly appreciated because there much information on my hard drive I would like to save.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/gateway-computer-password-issue/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>I Forgot Windows 7 log in password? How to Bypass it?</title>
		<link>http://howtobypass.com/i-forgot-log-in-password-how-to-bypass-it/</link>
		<comments>http://howtobypass.com/i-forgot-log-in-password-how-to-bypass-it/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 14:15:40 +0000</pubDate>
		<dc:creator>HTBP</dc:creator>
				<category><![CDATA[How to Bypass]]></category>
		<category><![CDATA[Bypass]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://howtobypass.com/?p=1744</guid>
		<description><![CDATA[My fiancee has this brand new laptop computer with windows 7 on it and there is only one user account on it, the problem is that one day she changed the password so I couldn't acess it because she was mad at me, but now she's forgotten the password and cannot get back into it,… <a href="http://howtobypass.com/i-forgot-log-in-password-how-to-bypass-it/" rel="bookmark">Get Answer...</a>]]></description>
			<content:encoded><![CDATA[<p>My fiancee has this brand new laptop computer with windows 7 on it and there is only one user account on it, the problem is that one day she changed the password so I couldn't acess it because she was mad at me, but now she's forgotten the password and cannot get back into it, we've called dell and they won't help because the computer doesn't have a software warentee, how can we bypass the password or reset it? I have a flash drive but no cd disks.</p>
]]></content:encoded>
			<wfw:commentRss>http://howtobypass.com/i-forgot-log-in-password-how-to-bypass-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

