<?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>PC Hacks &#187; Ivan</title>
	<atom:link href="http://hackspc.com/author/hackbla6/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackspc.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 15:23:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Tell If Someone Has Blocked You From Skype</title>
		<link>http://hackspc.com/how-to-tell-if-someone-has-blocked-you-from-skype/</link>
		<comments>http://hackspc.com/how-to-tell-if-someone-has-blocked-you-from-skype/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 17:04:41 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5986</guid>
		<description><![CDATA[In this post I will show you simple way to know if someone has blocked you from skype. Just follow steps below. 

1) Go to http://www.amiblocked.com/ and simply filling out the top of the page.
2 ) Type the screenname, and simply click submit
3) The page will then tell you if your contact is Online or [...]]]></description>
			<content:encoded><![CDATA[<p>In this post I will show you simple way to know if someone has blocked you from skype. Just follow steps below. <span id="more-5986"></span></p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/skype.jpg"><img src="http://hackspc.com/wp-content/uploads/2010/07/skype.jpg" alt="" title="skype" width="351" height="151" class="alignnone size-full wp-image-5987" /></a></p>
<p>1) Go to http://www.amiblocked.com/ and simply filling out the top of the page.<br />
2 ) Type the screenname, and simply click submit<br />
3) The page will then tell you if your contact is Online or Offline, and you can figure out if they blocked you or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/how-to-tell-if-someone-has-blocked-you-from-skype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opening A Set Of Multiple Programs From A Single Click</title>
		<link>http://hackspc.com/opening-a-set-of-multiple-programs-from-a-single-click/</link>
		<comments>http://hackspc.com/opening-a-set-of-multiple-programs-from-a-single-click/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 09:38:57 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows  Tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5941</guid>
		<description><![CDATA[If you are a web designer, graphics designer, desktop publisher or even just a basic user of Windows you may have habit top open some specific programs. For example, a web designer will have Adobe Fireworks, Adobe Dreamweaver, Notepad and browsers always opened. He may want this entire file in front of his eyes without [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a web designer, graphics designer, desktop publisher or even just a basic user of Windows you may have habit top open some specific programs. For example, a web designer will have Adobe Fireworks, Adobe Dreamweaver, Notepad and browsers always opened. He may want this entire file in front of his eyes without need to double click each of the file. Or you may be a graphic designer who wants Photoshop, Illustrator always opened. Or you may be just a basic windows user who surfs net and listen to music and you may want Windows media player and browser opened together without any hassle.<span id="more-5941"></span></p>
<p>In this tutorial I will teach you how to accomplish multiple file execution from just a single click. This might be just a useless tip for them who might have other method or already knows how to do this. If you don’t know how to do this then read on. If you know, even then read this post and comment for better upgrade.</p>
<p>As we used batch scripting before to accomplish several easy task and tweaks to windows, we’ll again be using batch scripting here. If you don’t know what batch scripting is then search in our blog at the right sidebar for batch scripting and learn basics of it.</p>
<p>OK now let me guide you how to do this.</p>
<p>In this tutorial I will assume that you are a basic web user who listens to music while surfing. You’ll basically open all programs you need on hand. For example, you may want Google Chrome, Microsoft word and Windows Media Player always opened.</p>
<p>After you list the necessary programs, we must know where the programs are installed.</p>
<p>You can do this by right-clicking on the shortcut icon and click on properties. In <strong>target</strong> field you’ll find the location of the program file.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/a10.jpg"><img class="aligncenter size-full wp-image-5947" src="http://hackspc.com/wp-content/uploads/2010/07/a10.jpg" alt="" width="291" height="320" /></a></p>
<p>In the above case, the installed location of Google chrome is, C:\Programs\Chrome\Application\chrome.exe</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/b11.jpg"><img class="aligncenter size-full wp-image-5946" src="http://hackspc.com/wp-content/uploads/2010/07/b11.jpg" alt="" width="358" height="440" /></a></p>
<p>Copy the location of each program in similar ways.</p>
<p>Now open <strong>Notepad</strong> (Start&gt;Run&gt;<em>type <strong>notepad</strong></em>).</p>
<p>In Notepad screen type following information:</p>
<blockquote><p><code>Start "" "C:\Programs\Chrome\Application\chrome.exe"</code></p></blockquote>
<p>Note: Don’t copy and paste it since it is for demo only.</p>
<p>Do same for all programs.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/c6.jpg"><img class="aligncenter size-full wp-image-5944" src="http://hackspc.com/wp-content/uploads/2010/07/c6.jpg" alt="" width="465" height="263" /></a></p>
<p>Note: refer to above syntax again.</p>
<p>When your path is enclosed in quotes, START interprets it as the title for the window. Adding the &#8220;&#8221; makes it see your path as the program to run.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/d6.jpg"><img class="aligncenter size-full wp-image-5945" src="http://hackspc.com/wp-content/uploads/2010/07/d6.jpg" alt="" width="472" height="376" /></a></p>
<p>Now save it as “browsing.bat”(with quotes).</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/e5.jpg"><img class="aligncenter size-full wp-image-5943" src="http://hackspc.com/wp-content/uploads/2010/07/e5.jpg" alt="" width="178" height="193" /></a></p>
<p>Change the icon if you want.</p>
<p>Double click on the browsing.bat, it will open all the programs that you’ve specified inside it.</p>
<p>You can create similar set of programs to open from single click and have it at desktop.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/f4.jpg"><img class="aligncenter size-full wp-image-5942" src="http://hackspc.com/wp-content/uploads/2010/07/f4.jpg" alt="" width="279" height="92" /></a></p>
<p>Hope this tutorial was helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/opening-a-set-of-multiple-programs-from-a-single-click/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable Cut, Copy and Paste in Windows</title>
		<link>http://hackspc.com/disable-cut-copy-and-paste-in-windows/</link>
		<comments>http://hackspc.com/disable-cut-copy-and-paste-in-windows/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 00:41:58 +0000</pubDate>
		<dc:creator><a href="http://www.hacktutors.info" rel="nofollow">Suraj Kayastha</a></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Windows  Tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5893</guid>
		<description><![CDATA[How often do you leave your PC unattended? How many people can access our workstation or home PC? And what do you keep in your hard disk? If you leave your PC unattended and anyone or few can access your home/work PC then your data and information is in risk. One can easily copy your [...]]]></description>
			<content:encoded><![CDATA[<p>How often do you leave your PC unattended? How many people can access our workstation or home PC? And what do you keep in your hard disk? If you leave your PC unattended and anyone or few can access your home/work PC then your data and information is in risk. One can easily copy your documents and files.<span id="more-5893"></span></p>
<p>You may have secured your PC by setting password. But you won’t be putting password in screensaver mode, will you?</p>
<p>In this tutorial I am going to show you how you can prevent your files from being copied illegally to any storage media or even inside one folder location to another location of same hard drive.</p>
<p>Before we begin with the tutorial, <a href="http://www.thewindowsclub.com/downloads/Prevent.zip">download this free utility</a> which will be playing main role in this tutorial.</p>
<p>The downloaded file is a zip file; you’ll need to extract it.</p>
<p>After extraction install the program. Remember the location of the installation folder. It is usually in %systemroot%/Program Files/Prevent . The installer only extracts the file and while running toggles the registry values.</p>
<p>Go to the location where Prevent utility is installed. And open Prevent.exe.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/d5.jpg"><img class="aligncenter size-full wp-image-5898" src="http://hackspc.com/wp-content/uploads/2010/07/d5.jpg" alt="" width="282" height="169" /></a></p>
<p>Click on Define HotKey Field and press the shortcut keys you want to disable the copy and paste.</p>
<p>I clicked on the text input area of Define HotKey and pressed CTRL+ Shift + Q simultaneously.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/a7.jpg"><img class="aligncenter size-full wp-image-5901" src="http://hackspc.com/wp-content/uploads/2010/07/a7.jpg" alt="" width="437" height="274" /></a></p>
<p>Now Click on Activate button. After pressing Activate button, it will save the HotKey you defined with following screen:</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/b7.jpg"><img class="aligncenter size-full wp-image-5900" src="http://hackspc.com/wp-content/uploads/2010/07/b7.jpg" alt="" width="144" height="142" /></a></p>
<p>As soon as you press activate button it will disable the copy paste feature of windows.</p>
<p>Now to disable it you’ll need to press the defined HotKey.</p>
<p>When you press the Hotkey in any part of the Windows it will enable copy/paste again with following screen:</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/d5.jpg"><img class="aligncenter size-full wp-image-5898" src="http://hackspc.com/wp-content/uploads/2010/07/d5.jpg" alt="" width="282" height="169" /></a></p>
<p>Now go to the folder location where you’ve installed Prevent utility.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/d5.jpg"><img class="aligncenter size-full wp-image-5898" src="http://hackspc.com/wp-content/uploads/2010/07/d5.jpg" alt="" width="282" height="169" /></a></p>
<p>Right click on Prevent.exe, go to send to menu and create desktop shortcut.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/e4.jpg"><img class="aligncenter size-full wp-image-5897" src="http://hackspc.com/wp-content/uploads/2010/07/e4.jpg" alt="" width="472" height="117" /></a></p>
<p>This will create shortcut to desktop.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/f3.jpg"><img class="aligncenter size-full wp-image-5896" src="http://hackspc.com/wp-content/uploads/2010/07/f3.jpg" alt="" width="223" height="138" /></a></p>
<p>You may rename it whatever you want.</p>
<p>Now you can open Prevent utility from shortcut and always activate it if you’ve disabled it once.</p>
<p>This utility not only allows you to disable cut, copy and paste but also Delete, Copy To, Move To, Sent To, Renaming, Task manager’s End Process button.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/g2.jpg"><img class="aligncenter size-full wp-image-5894" src="http://hackspc.com/wp-content/uploads/2010/07/g2.jpg" alt="" width="408" height="453" /></a></p>
<p style="text-align: center"><em>Task manager before activating Prevent utility.</em></p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/h2.jpg"><img class="aligncenter size-full wp-image-5895" src="http://hackspc.com/wp-content/uploads/2010/07/h2.jpg" alt="" width="415" height="460" /></a></p>
<p style="text-align: center"><em>Task manager after activating Prevent utility.</em></p>
<p>Hope this was helpful tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/disable-cut-copy-and-paste-in-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Opening Two Or Multiple Pages From One Hyperlink</title>
		<link>http://hackspc.com/opening-two-or-multiple-pages-from-one-hyperlink/</link>
		<comments>http://hackspc.com/opening-two-or-multiple-pages-from-one-hyperlink/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 13:59:23 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5921</guid>
		<description><![CDATA[Once in ever you may think that is it possible to open one or more pages from just a single click? And if you have only basic knowledge on HTML and web programming you may get confused right here. Opening more than multiple pages from just a single click might be very useful especially when [...]]]></description>
			<content:encoded><![CDATA[<p>Once in ever you may think that is it possible to open one or more pages from just a single click? And if you have only basic knowledge on HTML and web programming you may get confused right here. Opening more than multiple pages from just a single click might be very useful especially when you want to show two different information pages about a link.<span id="more-5921"></span></p>
<p>We can get a hyperlink to open more than two pages via several methods. One of them might be creating a link to a page that will open a pop-up window from it. But this may not sound practical as most of the browser have pop-up blocker enabled in it. Using pop-up cannot be good idea to open multiple pages.</p>
<p>Another best method can be using iframes. Iframes enables us to add two or more different pages to a single page. We can create a single page with two iframes in it and hence can add two different pages in it. Again, this idea becomes flop because; the iframes are not commonly used. Plus, it adds confusion to the visitor because of multiple information in a single page.</p>
<p>If you have been trying to open two pages using hyperlink and searching around the web but unable to find then you are here at right place.</p>
<p>I am going to teach you how you can accomplish this by just a single careful and tricky step.</p>
<p>We all know JavaScript, it can do lots of magic that html cannot do. If you are déjà vu at JavaScripting then you I hope you started getting hint.</p>
<p>Yes, we’ll be using OnClick method and window.open() function.</p>
<p>The default code to open a link from html is:</p>
<blockquote><p>Onclick=”window.open(‘http://www.google.com’)”</p></blockquote>
<p>The above code is a JavaScript code that will open Google HomePage. This is a basic code for hyperlinking using javascript.</p>
<p>Now let’s see at the HTML version of hyperlinking:</p>
<blockquote><p>&lt;a href=”http://www.google.com”&gt;Page link&lt;/a&gt;</p></blockquote>
<p>We all know what that does.</p>
<p>Now when we add onclick parameter to the above HTML hyperlink then we can do any JavaScript magic we want.</p>
<p>See the example below to know what I mean exactly.</p>
<blockquote><p>&lt;a href=&#8221;http://www.example.com&#8221; onclick=&#8221;window.open(&#8216;http://www.google.com&#8217;);&#8221;&gt;Page link &lt;/a&gt;</p></blockquote>
<p>In above code, we added <strong>onclick</strong> parameter to &lt;a&gt; tag. This will enable <strong>Page link</strong> to carry multiple function. One is default HTML hyperlinking function and another is any javascript function. OnClick is event loader, i.e. when any part of the object between this tag, &lt;a&gt;, is clicked new event will be loaded which will be predefined.</p>
<p>In simple terms, it will load two different links.</p>
<p>Try the above code and play with it.</p>
<p>Not only can two you open unlimited number of different pages just by single click by applying this javascript tweak.</p>
<blockquote><p>&lt;a href=&#8221;#link1&#8243; onclick=&#8221;window.open(&#8216;#link2&#8242;); window.open(&#8216;#link3&#8242;)&#8221;&gt;Page link &lt;/a&gt;</p></blockquote>
<p>You can open multipage using the above pattern.</p>
<p>Hope this tutorial was helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/opening-two-or-multiple-pages-from-one-hyperlink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Unlock A Cell Phone</title>
		<link>http://hackspc.com/how-to-unlock-a-cell-phone/</link>
		<comments>http://hackspc.com/how-to-unlock-a-cell-phone/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 20:07:29 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5862</guid>
		<description><![CDATA[If you&#8217;re looking free and simple way to unlock your cell phone then you came to the right place. Here I present you free utility for unlocking Nokia, Siemens, Vitel, Maxel, Panasonic, LG, AEG,Samsung, and Motorola called World Unlock Code Calculator v4.4. 
Just launch World Unlock Code Calculator v4.4 , type your IMEI , press [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking free and simple way to unlock your cell phone then you came to the right place. Here I present you free utility for unlocking Nokia, Siemens, Vitel, Maxel, Panasonic, LG, AEG,Samsung, and Motorola called World Unlock Code Calculator v4.4. <span id="more-5862"></span></p>
<p>Just launch World Unlock Code Calculator v4.4 , type your IMEI , press calculate and you&#8217;ll get the desired unlocking code.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/unlock.jpg"><img src="http://hackspc.com/wp-content/uploads/2010/07/unlock.jpg" alt="" title="unlock" width="378" height="400" class="alignnone size-full wp-image-5876" /></a></p>
<p><a href="http://hotfile.com/dl/53198001/266c1c0/W.U.C.C.v4.4.rar.html">Download Link</a>  </p>
<p><strong>What is an IMEI?</strong></p>
<p>The IMEI (International Mobile Equipment Identity) is a unique 17 or 15 digit code used to identify an individual mobile station to a GSM or UMTS network</p>
<p><strong>How can I find my IMEI?</strong></p>
<p>The IMEI (International Mobile Equipment Identity) number can be displayed on most phones by dialing the code *# 06 #.<br />
The IMEI is also usually printed on the compliance plate under the battery.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/how-to-unlock-a-cell-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Bootable Flash Drive Windows 7 Installer</title>
		<link>http://hackspc.com/how-to-make-bootable-flash-drive-windows-7-installer/</link>
		<comments>http://hackspc.com/how-to-make-bootable-flash-drive-windows-7-installer/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 14:16:44 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7 tweaks]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5829</guid>
		<description><![CDATA[Ever wanted to format your PC and suddenly you remember that you’ve lost your Windows 7 disk or you find out that it’s all scratched and having problem to make it work. What next? You’ll buy another disk or get it from your friend. To help you from future problems, I am here with a [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to format your PC and suddenly you remember that you’ve lost your Windows 7 disk or you find out that it’s all scratched and having problem to make it work. What next? You’ll buy another disk or get it from your friend. To help you from future problems, I am here with a step by step tutorial to guide you through the steps to make a bootable Windows 7 in Flash drive.<span id="more-5829"></span></p>
<p>You may be wondering why flash drive instead of CD/DVD. The answer is clear as I’ve mentioned it above, i.e. just the minor scratches fail your DVD to work properly. Moreover if you don’t have DVD drive or you have a netbook then this trick might come pretty handy. Plus, reading data from flash drives consumes less energy resources as it doesn’t need any mechanical device to read as in DVD.</p>
<p>But another question may arise, DVD are cheaper than flash cards. Sorry folks but I have no answer for this. However you’ll realize its need when you really don’t have any resources to install Windows. Anyways let’s begin with the tutorial. Make sure that you have a flash drive not less than 1 GB space and also you’ll need Windows 7 installer disk or iso image. Oh yes, and you must have administrator’s privilege.</p>
<p>First thing to do is obvious; insert your flash card in to your computer. Since Windows 7 setup can only be booted in NTFS format, you’ll need to format your flash drive in NTFS format with any volume label.</p>
<p>Run command prompt and in command prompt, type<em> <strong>diskpart</strong></em>.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/a5.jpg"><img class="aligncenter size-full wp-image-5830" src="http://hackspc.com/wp-content/uploads/2010/07/a5.jpg" alt="" width="482" height="203" /></a></p>
<p>The disk partition manager will run in DOS mode.</p>
<p>To check the existence of your flash drive type “<strong><em>list disk</em></strong><em>” </em>(without quotes). It will list all the volumes even the hidden one with the volume name.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/b5.jpg"><img class="aligncenter size-full wp-image-5831" src="http://hackspc.com/wp-content/uploads/2010/07/b5.jpg" alt="" width="436" height="205" /></a></p>
<p>Remember the disk number and disk space for the identification purpose. In my case it’s disk 2. Select disk by using following syntax.</p>
<p><strong>Select disk #</strong></p>
<p>Where, # is the disk number.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/c3.jpg"><img class="aligncenter size-full wp-image-5832" src="http://hackspc.com/wp-content/uploads/2010/07/c3.jpg" alt="" width="424" height="167" /></a></p>
<p>If the disk is selected it will say that disk 2 is selected.</p>
<p>Type, <strong><em>clean</em> </strong>to clean the disk. It will notify you when its done.</p>
<p>Now type <strong><em>create primary partition</em></strong> and press enter. If you got confused, then refer to the following screen:</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/j.jpg"><img class="aligncenter size-full wp-image-5847" src="http://hackspc.com/wp-content/uploads/2010/07/j.jpg" alt="" width="502" height="106" /></a></p>
<p>Now list the partition by using following syntax:</p>
<p><strong>list partition</strong></p>
<p>The partition available will be listed. Now with the help of disk space you noted previously in <strong>select disk</strong>. Remember the partition number.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/d3.jpg"><img class="aligncenter size-full wp-image-5833" src="http://hackspc.com/wp-content/uploads/2010/07/d3.jpg" alt="" width="448" height="102" /></a></p>
<p>Type <strong><em>select partition #</em></strong> . While # is the partition number.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/e3.jpg"><img class="aligncenter size-full wp-image-5834" src="http://hackspc.com/wp-content/uploads/2010/07/e3.jpg" alt="" width="476" height="116" /></a></p>
<p>If selected, the partition number is selected message will be showed.</p>
<p>Now type <strong><em>activate</em></strong>, to activate the partition.</p>
<p>You’ll get similar result as the image below:</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/f2.jpg"><img class="aligncenter size-full wp-image-5835" src="http://hackspc.com/wp-content/uploads/2010/07/f2.jpg" alt="" width="494" height="112" /></a></p>
<p>Now you’ll need to format the drive in NTFS format by using following syntax:</p>
<p><strong>format fs=NTFS</strong><strong></strong><strong></strong></p>
<p>Wait until the format is complete.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/k.jpg"><img class="aligncenter size-full wp-image-5848" src="http://hackspc.com/wp-content/uploads/2010/07/k.jpg" alt="" width="326" height="67" /></a></p>
<p>After the format is complete, type <strong>assign</strong>.</p>
<p>Now you are done with diskpart. Type <strong>exit</strong> and press enter to exit.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/g1.jpg"><img class="aligncenter size-full wp-image-5836" src="http://hackspc.com/wp-content/uploads/2010/07/g1.jpg" alt="" width="290" height="104" /></a></p>
<p>Now insert Windows 7 disk or extract the iso image to your hard disk with the help of 7-zip or similar extraction software.</p>
<p>Now in command prompt change the directory to root location of your Windows installer. If its DVD then it might be the drive letter (in my case it’s F drive). If you have extracted it to a directory then load command prompt from there.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/h1.jpg"><img class="aligncenter size-full wp-image-5837" src="http://hackspc.com/wp-content/uploads/2010/07/h1.jpg" alt="" width="199" height="116" /></a></p>
<p>After you are inside the boot folder, type the following syntax:</p>
<p>bootsect /nt60 Z: (Where, Z is the drive letter of your flash drive)</p>
<p>If everything went well you’ll see the following screen:</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/i.jpg"><img class="aligncenter size-full wp-image-5838" src="http://hackspc.com/wp-content/uploads/2010/07/i.jpg" alt="" width="550" height="126" /></a></p>
<p>Now, copy all the files from the Windows 7 DVD or ISO to the flash drive.</p>
<p>Reboot the computer. Remember to change the first boot device to your Flash drive in the BIOS.</p>
<p>You should be able to install Windows 7 from your USB flash drive now.</p>
<p>Hope that was helpful.</p>
<p>Update: If you don’t want to go through these mess then Microsoft has released a utility for this, you can download it from their site.</p>
<p><a href="http://images2.store.microsoft.com/prod/clustera/framework/w7udt/1.0/en-us/Windows7-USB-DVD-tool.exe">Windows 7 USB-DVD tool</a></p>
<p><a href="http://store.microsoft.com/Help/ISO-Tool">Instruction</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/how-to-make-bootable-flash-drive-windows-7-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Password Hacking Software</title>
		<link>http://hackspc.com/free-password-hacking-software/</link>
		<comments>http://hackspc.com/free-password-hacking-software/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 18:34:53 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Software Reviews]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5769</guid>
		<description><![CDATA[To hack passwords , you should use password hacking software.Here, I  provide you the list of top 5  free  password hacking software that can hack pdf,winrar,windows passwords . Enjoy!
1)Portable PDF Password Cracker Enterprise v3.2
It&#8217;s PDF Password Cracker that can easly   remove the security on PDF documents.

Download Link 
2)Ophcrack LiveCD
To crack [...]]]></description>
			<content:encoded><![CDATA[<p>To hack passwords , you should use password hacking software.Here, I  provide you the list of top 5  free  password hacking software that can hack pdf,winrar,windows passwords . Enjoy!<span id="more-5769"></span></p>
<h4>1)Portable PDF Password Cracker Enterprise v3.2</h4>
<p>It&#8217;s PDF Password Cracker that can easly   remove the security on PDF documents.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/pdf-cracker.jpg"><img src="http://hackspc.com/wp-content/uploads/2010/07/pdf-cracker.jpg" alt="" title="pdf cracker" width="505" height="479" class="alignnone size-full wp-image-5839" /></a></p>
<p><a href="http://free-stuffonline.com/free-pdf-password-cracker/">Download Link </a></p>
<h4>2)Ophcrack LiveCD</h4>
<p>To crack Windows XP password we’ll use a program I personally used a hundreds of times, called Ophcrack<br />
Well, to crack a password there is one big science discipline called cryptography. Here we won’t get into details but rather explain how this program works.<br />
So, if you lock your account in Windows with a password for example admin, here is what happens. Windows takes that password and encrypts it with one of the methods of encryption and then saves it into a file(with Windows XP it’s a SAM file located in system32). Now your password is no longer stored as admin, but rather something like 3ujf92+*?jdhsa=)jsadn , depending on the encryption method. However, we ask ourselves, why don’t we just take that encrypted password and decrypt it back to admin. The thing is we can’t because it’s a one way encryption and that is actually the point of it all. So how do we actually crack it?<br />
<a href="http://hackspc.com/how-to-crack-a-windows-xp-password/">READ MORE</a></p>
<p><img alt="" src="http://hackspc.com/wp-content/uploads/2008/11/medium_457375789_cd2adb4118_o.jpg" class="alignnone" width="590" height="495" /></p>
<p><a href="http://ophcrack.sourceforge.net/">Download Link</a></p>
<h4>3) Super Bluetooth Hack V1.07. </h4>
<p>Super Bluetooth Hack V1.07.  is simple hacking software that offer a lot features :</p>
<p>1) Call from his phone. It includes all call functions like hold etc.<br />
2) Read his messages<br />
3) Read his contacts<br />
4) Change profile<br />
5) Play his ringtone even if phone is on silent<br />
6) Play his songs(in his phone)<br />
7) Restart the phone<br />
8) Switch off the phone<br />
9) Restore factory settings<br />
10) Change ringing volume</p>
<p><a href="http://hackspc.com/mobile-phone-hacking/">READ MORE</a></p>
<p><img alt="" src="http://hackspc.com/wp-content/uploads/2010/01/hack-mobile-phone.jpg" class="alignnone" width="106" height="137" /></p>
<p><a href="http://www.thomas.hoornstra.org/hack/SuperBluetoothHack_v108.jar.zip">Download Link </a></p>
<h4>4) Cain &#038; Abel v2.0</h4>
<p>Cain &#038; Abel v2.0 is powerful hacking tool which can break of various kind of passwords using Dictionary, Brute-Force, Cryptanalysis attacks … This tutorial tells you howto break administrator password and gain access to admin account with Brute-Force attack.<br />
Just follow steps below.  <a href="http://hackspc.com/how-to-hack-windows-password/">READ MORE</a></p>
<p><img alt="" src="http://hackspc.com/wp-content/uploads/2009/05/recovery-password.jpg" class="alignnone" width="571" height="525" /></p>
<p><a href="http://www.oxid.it/cain.html">Download Link</a></p>
<h4>5) Zip password Recovery Magic</h4>
<p>If you ever downloaded winrar / winzip file on the computer, then you know that there’s an enormous chance that winrar or winzip file is protected with password. Also there’s an enormous chance that you’ll never find that password. In situation like this only solution is to use password hacking software called Password Recovery Magic</p>
<p><img alt="" src="http://hackspc.com/wp-content/uploads/2010/05/winrar-crack-3.jpg" class="alignnone" width="574" height="522" /></p>
<p><a href="http://free-stuffonline.com/free-zip-password-recovery/">Download Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/free-password-hacking-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Javascript Injection &#124;A Closer Look</title>
		<link>http://hackspc.com/javascript-injection-a-closer-look/</link>
		<comments>http://hackspc.com/javascript-injection-a-closer-look/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:15:02 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5804</guid>
		<description><![CDATA[If you are directly linked to here then you might probably have missed my previous tutorial about the basics of javascript injection. If you have already read my previous post then let’s summarize what I tutored you last time.
I introduced you with javascript injection from how should it begin and it’s basic rules. I also [...]]]></description>
			<content:encoded><![CDATA[<p>If you are directly linked to here then you might probably have missed my <a href="http://hackspc.com/basic-tutorial-about-javascript-injection/">previous tutorial about the basics of javascript injection</a>. If you have already read my previous post then let’s summarize what I tutored you last time.<br />
I introduced you with javascript injection from how should it begin and it’s basic rules. I also demonstrated some of the basic things you can do with javascript injection in address bar. Now today in this tutorial, I’ll guide you through the window where you’ll get more closer vision in javascript injection and it’s prevailing uses. OK, now let’s begin with the tutorial.<span id="more-5804"></span></p>
<p>Besides changing cookies (in my previous tutorial), you can change other things as well. One of them is <strong>changing form values</strong>.</p>
<p>Consider the following text field in a money transfer form:</p>
<blockquote><p><strong> &lt;form action=”submit.php” method=”post”&gt;</strong></p>
<p><strong>&lt;input name=”amount” type=”hidden” value=”1? /&gt;</strong></p>
<p><strong>&lt;/form&gt;</strong></p></blockquote>
<p>Assume that above code is the source code extract from a form which sends $1 to your account every time the form is submitted. Lets say that you want to receive $100, how would you do that? The problem in this form is that this form remains invisible since its type is set <em>hidden </em>and neither can you change the value of the invisible field.</p>
<p>By using javascript injection technique you can change the form value easily.</p>
<p>For example to change the value of the above form, you can inject following javascript code:</p>
<blockquote><p><code>Javascript: void(document.forms[0].amount.value="100");</code></p></blockquote>
<p>The value of the input named <em>amount</em> will change to 100 by applying above injection. The syntax to change form is,</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/a4.jpg"><img class="aligncenter size-full wp-image-5805" src="http://hackspc.com/wp-content/uploads/2010/07/a4.jpg" alt="" width="473" height="45" /></a></p>
<p>The Green colored text must contain numerical value, the numerical value is the form number where 0 means the first form and 1 means the second form. The orange colored text must contain the name of the input type. For example, in the above form we’ve input name of first form as <em>amount</em>. The blue colored form contains the value to be kept in the input form.</p>
<p>Have a look at following image demo:</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/b4.jpg"><img class="aligncenter size-full wp-image-5806" src="http://hackspc.com/wp-content/uploads/2010/07/b4.jpg" alt="" width="268" height="77" /></a></p>
<p>You have the form that cannot be modified directly but it is visible.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/c2.jpg"><img class="aligncenter size-full wp-image-5807" src="http://hackspc.com/wp-content/uploads/2010/07/c2.jpg" alt="" width="555" height="87" /></a></p>
<p>Now when you look at the source code, you’ll see that it is disabled and you cannot edit the value of this form. This is where you’ll plan and study for javascript injection. Find which form is it, first second or third. If it is first then you must input 0 in the forms[#]. Find out the name of the form and enter the value you want.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/d2.jpg"><img class="aligncenter size-full wp-image-5808" src="http://hackspc.com/wp-content/uploads/2010/07/d2.jpg" alt="" width="471" height="95" /></a></p>
<p>Now after everything is planned and fixed, you’ll prepare the javascript injection code and inject it from your browser’s address bar.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/e2.jpg"><img class="aligncenter size-full wp-image-5809" src="http://hackspc.com/wp-content/uploads/2010/07/e2.jpg" alt="" width="428" height="169" /></a></p>
<p>Now alert box will show up, this will confirm that the javascript injection went successfully.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/f1.jpg"><img class="aligncenter size-full wp-image-5810" src="http://hackspc.com/wp-content/uploads/2010/07/f1.jpg" alt="" width="258" height="75" /></a></p>
<p>Now when you press OK button, you’ll have the form value changed eventually.</p>
<p>In this way you can change the form value easily.</p>
<p>And for some extra fun you can change the title of the website by using following code:</p>
<blockquote><p><code>Javascript: alert(document.title = "title name");</code></p></blockquote>
<p>This will change the title of the website.</p>
<p>For example,</p>
<p>In Google.com, javascript: alert(document.title); will load the following alert bod.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/g.jpg"><img class="aligncenter size-full wp-image-5811" src="http://hackspc.com/wp-content/uploads/2010/07/g.jpg" alt="" width="394" height="178" /></a></p>
<p>And when you inject page title javascript injection, you’ll get following result.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/h.jpg"><img class="aligncenter size-full wp-image-5812" src="http://hackspc.com/wp-content/uploads/2010/07/h.jpg" alt="" width="415" height="245" /></a></p>
<p>Hope you had fun reading this tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/javascript-injection-a-closer-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Tutorial About Javascript Injection</title>
		<link>http://hackspc.com/basic-tutorial-about-javascript-injection/</link>
		<comments>http://hackspc.com/basic-tutorial-about-javascript-injection/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:10:45 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5783</guid>
		<description><![CDATA[Javascript injection allows you to change websites behavior without refreshing or leaving it. It provides on spot interaction with the source code of website from browser window. Javascript script might come really handy when you are hacking basic websites. Javascript injection allows you to alter the form values before sending it to server.
In Javascript injection, [...]]]></description>
			<content:encoded><![CDATA[<p>Javascript injection allows you to change websites behavior without refreshing or leaving it. It provides on spot interaction with the source code of website from browser window. Javascript script might come really handy when you are hacking basic websites. Javascript injection allows you to alter the form values before sending it to server.<span id="more-5783"></span></p>
<p>In Javascript injection, javascript codes are injected from address bar of the browser window. In this tutorial we’ll go through the basics of javascript injection, if you are javascript expert then it might be below your knowledge. However freshers might find it interesting and informative.</p>
<p>To command any javascript code to your browser you must inform it that its javascript. It can be done by adding “Javascript:”(without quotes) just before your code.</p>
<p>Below is the sample code to input in your browser.</p>
<blockquote><p><code>Javascript: alert("Welcome to HacksPC.com");</code></p></blockquote>
<p>The above code is to be typed in browser address bar similar to image below:</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/a3.jpg"><img class="aligncenter size-full wp-image-5784" src="http://hackspc.com/wp-content/uploads/2010/07/a3.jpg" alt="" width="530" height="188" /></a></p>
<p>After you complete the code, press enter, you’ll see the something similar to below:</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/b3.jpg"><img class="aligncenter size-full wp-image-5785" src="http://hackspc.com/wp-content/uploads/2010/07/b3.jpg" alt="" width="505" height="247" /></a></p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/c1.jpg"><img class="aligncenter size-full wp-image-5786" src="http://hackspc.com/wp-content/uploads/2010/07/c1.jpg" alt="" width="498" height="78" /></a></p>
<p>In the code typed above, <em>Javascript: </em>is the protocol which you must type before initiating any javascript code snippet. <em>Alert</em> is just the javascript function that gives alert box on the screen. ; is the end of statement command that you have in every programming language, like C, C++, PHP etc.</p>
<p>To have more clear vision about statement end symbol, refer to following example,</p>
<blockquote><p><code>javascript: alert("First message"); alert("second message"); alert("Third message");</code></p></blockquote>
<p>It gives three separate windows with three different messages.</p>
<p>The alert() function is only used to get information from the website. For example to get form value, cookies etc.</p>
<blockquote><p>Javascript:alert(document.cookie);</p></blockquote>
<p>Above code example shows the cookies that are set in your browser by your current website.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/d1.jpg"><img class="aligncenter size-full wp-image-5787" src="http://hackspc.com/wp-content/uploads/2010/07/d1.jpg" alt="" width="353" height="279" /></a></p>
<p>This can be very useful if you are trying to hack basic websites. Cookies are set most in page login systems that might be helpful to get illegal access to the website’s administrator page.</p>
<p>For example in above image,  you can see username and password set in cookies section which was revealed with the help of javascript injection.</p>
<p>If the website is not strong enough you can modify the username to administrator’s username and gain full access to the website.</p>
<p>To change the cookie value you can follow the syntax similar to below:</p>
<blockquote><p><code>javascript:void(document.cookie="Cookie_name=Cookie_value");</code></p></blockquote>
<p>“void” in simple terms applies the function without refreshing the page. Literally, it means that the function won’t return any result.</p>
<blockquote><p><code>javascript:void(document.cookie="username=user123"); alert(document.cookie);</code></p></blockquote>
<p>The above code will change the cookie value and show the changed value.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/e1.jpg"><img class="aligncenter size-full wp-image-5788" src="http://hackspc.com/wp-content/uploads/2010/07/e1.jpg" alt="" width="355" height="247" /></a></p>
<p>You can change any cookie value by applying syntax like above.</p>
<p>To change multiple cookies following pattern will help.</p>
<blockquote><p><code>javascript:void(document.cookie="username=user123"); void(document.cookie="password=pass123"); alert(document.cookie);</code></p></blockquote>
<p>You can add multiple statements to do multiple tasks at once.</p>
<p>Changing cookie value allows you to confuse the website about your real details like username, log in status, and other dynamic values that are cookied.</p>
<p>Similarly you can change the form value and types. I’ll posting tutorial about form values using Javascript injection shortly. Meanwhile, you can practice with injections in several websites.</p>
<p>Hope this tutorial was informative.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/basic-tutorial-about-javascript-injection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewing DOCX/XLSX File Without Using Microsoft Word/Excel</title>
		<link>http://hackspc.com/viewing-docxxlsx-file-without-using-microsoft-wordexcel/</link>
		<comments>http://hackspc.com/viewing-docxxlsx-file-without-using-microsoft-wordexcel/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 08:06:44 +0000</pubDate>
		<dc:creator>Ivan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Software Reviews]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5721</guid>
		<description><![CDATA[Are you having problem reading DOCX files in your desktop, while your desktop reads only .doc files? If yes then you are in right place. But note that this is only the word document viewer and it does not allow editing word documents.
This tools is provided free by Micorosoft itself, you can download it easily [...]]]></description>
			<content:encoded><![CDATA[<p>Are you having problem reading DOCX files in your desktop, while your desktop reads only .doc files? If yes then you are in right place. But note that this is only the word document viewer and it does not allow editing word documents.<span id="more-5721"></span></p>
<p>This tools is provided free by Micorosoft itself, you can download it easily from their site. And it is just 25 MB large. It enables you to view, print and copy Word documents, even if you don&#8217;t have Word installed. Not only *.docx it also supports *.docm,*.rtf,*.txt,*.html,*.wpd,*.doc,*.xml, etc.</p>
<p>Click here to <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=3657ce88-7cfa-457a-9aec-f4f827f20cac&amp;displaylang=en">download Microsoft Word Viewer</a>.</p>
<p>Click on the download button to download.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/a2.jpg"><img class="aligncenter size-full wp-image-5719" src="http://hackspc.com/wp-content/uploads/2010/07/a2.jpg" alt="" width="441" height="297" /></a></p>
<p>Accept or save the file.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/b2.jpg"><img class="aligncenter size-full wp-image-5720" src="http://hackspc.com/wp-content/uploads/2010/07/b2.jpg" alt="" width="472" height="52" /></a></p>
<p>You can also try Microsoft Excel viewer. Click here <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1CD6ACF9-CE06-4E1C-8DCF-F33F669DBC3A&amp;displayLang=en">to download Microsoft Excel Viewer</a>. It allows you to view all the versions of excel files.</p>
<p>Hope this was helpful article.</p>
<p>This is guest post by suraj kayastha where he blogs in <em><a href="http://youcanhack.blogspot.com/">YouCanHack</a></em> and <em><a href="http://www.hacktutors.info/">Hacktutors</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/viewing-docxxlsx-file-without-using-microsoft-wordexcel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
