<?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; windows</title>
	<atom:link href="http://hackspc.com/category/windows/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>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 USB Storage Devices In Your Desktop And Get Secured</title>
		<link>http://hackspc.com/disable-usb-storage-devices-in-your-desktop-and-get-secured/</link>
		<comments>http://hackspc.com/disable-usb-storage-devices-in-your-desktop-and-get-secured/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 11:16:46 +0000</pubDate>
		<dc:creator>Suraj Kayastha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows  Tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5884</guid>
		<description><![CDATA[Have your personal information ever been copied or pirated? It might be your years of project or your secret video; you’ll obviously feel not well when you know that it has been copied by someone by accessing your computer. Most of the files are copied to removable storage media like USB drives.

Today in this tutorial, [...]]]></description>
			<content:encoded><![CDATA[<p>Have your personal information ever been copied or pirated? It might be your years of project or your secret video; you’ll obviously feel not well when you know that it has been copied by someone by accessing your computer. Most of the files are copied to removable storage media like USB drives.<br />
<span id="more-5884"></span></p>
<p>Today in this tutorial, I am going to show you how you can make USB storage devices totally useless without your permission.</p>
<p>You won’t need any special utility or software, just a tweak in Registry editor is enough to enable or disable the USB drive.</p>
<p>To block all the storage device in your Windows, run registry editor by typing <em>regedit</em> in RUN command.</p>
<p>In the registry editor, at left side navigation pane, navigate to following location:</p>
<blockquote><p>HKEY_LOCAL_MACHINE &gt; SYSTEM &gt; CurrentControlSet &gt; Services &gt; USBSTOR</p></blockquote>
<p>Now at the right side double click on <strong><em>Start</em></strong>.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/IMG_A.jpg"><img class="aligncenter size-full wp-image-5885" src="http://hackspc.com/wp-content/uploads/2010/07/IMG_A.jpg" alt="" width="451" height="297" /></a></p>
<p>To block USB storage Medias, change the value data to <strong>4</strong>.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/IMG_B.jpg"><img class="aligncenter size-full wp-image-5886" src="http://hackspc.com/wp-content/uploads/2010/07/IMG_B.jpg" alt="" width="344" height="205" /></a></p>
<p>If you want to unblock USB storage Medias just navigate to the same location and change th value data to <strong>3</strong>.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/IMG_C.jpg"><img class="aligncenter size-full wp-image-5887" src="http://hackspc.com/wp-content/uploads/2010/07/IMG_C.jpg" alt="" width="341" height="203" /></a></p>
<p>If you don’t want to bother tweaking registry then I’ve made a simple program to Block and Unblock USB device.</p>
<p>You can download it from here.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/USB-BLOCKER-HacksPC.exe">USB BLOCKER- HacksPC</a></p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/USB-UNBLOCKER-HacksPC.exe">USB UNBLOCKER- HacksPC</a></p>
<p>Download both of them and open it to toggle between Block and Unblock USB storage media.</p>
<p>You can hide it in desktop or anywhere favorable to you.</p>
<p>Next time I’ll be posting a tutorial about disabling copy and paste. So, don’t forget to bookmark us.</p>
<p>Hope this tutorial was helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/disable-usb-storage-devices-in-your-desktop-and-get-secured/feed/</wfw:commentRss>
		<slash:comments>0</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>Save The Current Windows Session And Restore Them Later</title>
		<link>http://hackspc.com/save-the-current-windows-session-and-restore-them-later/</link>
		<comments>http://hackspc.com/save-the-current-windows-session-and-restore-them-later/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 20:53:55 +0000</pubDate>
		<dc:creator>Suraj Kayastha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows  Tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5867</guid>
		<description><![CDATA[Have you ever needed to restart your Windows, but you may not want to lose the open windows and current situation of your desktop. Hibernation also loads the windows session but it does not actually restart your PC actually. If you really need a cold boot then you’ll obviously lose the current situation. You might [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever needed to restart your Windows, but you may not want to lose the open windows and current situation of your desktop. Hibernation also loads the windows session but it does not actually restart your PC actually. If you really need a cold boot then you’ll obviously lose the current situation. You might have wished that you could save the current session of Windows as you can do in browsers like Opera and Firefox. You&#8217;ll never notice it&#8217;s need until you have lots of windows open and working in all of the windows at once.<span id="more-5867"></span></p>
<p>Well if you are worrying about this then no more worries. I am here with a step by step tutorial to guide you through every step you need to save the current session of your desktop for later restoration.</p>
<p>You’ll need<a href="http://cachemywork.codeplex.com/"> Cache My work </a>which can be downloaded from <a href="http://cachemywork.codeplex.com/">here</a>.</p>
<p>After the page is loaded click on green download button as illustrated in image below:</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/d4.jpg"><img class="aligncenter size-full wp-image-5873" src="http://hackspc.com/wp-content/uploads/2010/07/d4.jpg" alt="" width="318" height="195" /></a></p>
<p>After you downloaded the program, install and open it.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/a6.jpg"><img class="aligncenter size-full wp-image-5868" src="http://hackspc.com/wp-content/uploads/2010/07/a6.jpg" alt="" width="398" height="243" /></a></p>
<p>Using this tool is very simple and easy. Just check on the boxes favorable to you and click on save.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/c4.jpg"><img class="aligncenter size-full wp-image-5870" src="http://hackspc.com/wp-content/uploads/2010/07/c4.jpg" alt="" width="274" height="421" /></a></p>
<p>Next, go to Tools &gt; Option. In new option window check <em>on Restore Previous explorer windows at next logon</em>.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/07/b6.jpg"><img class="aligncenter size-full wp-image-5869" src="http://hackspc.com/wp-content/uploads/2010/07/b6.jpg" alt="" width="305" height="304" /></a></p>
<p>Now you may close the window.</p>
<p>Now onwards, it will start to cache your windows when system is being booted and reload the cache in next system start.</p>
<p>Just like hibernate, it stores the current cache of windows to seprate location of your hard drive. Since catching needs writing hard drive, you&#8217;ll feel that your system is being slow while shutting down and loading up. This is not a big deal as it takes time to read and write data to and from hard drive.</p>
<p>Using this technique will possibly save a lot of time. This also enables you to get familiar with the environment you were in the screen before windows restart.</p>
<p>Hope this tutorial was helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/save-the-current-windows-session-and-restore-them-later/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>Get Rid Of Annoying Windows Live messenger In Your Taskbar</title>
		<link>http://hackspc.com/get-rid-of-annoying-windows-live-messenger-in-your-taskbar-2/</link>
		<comments>http://hackspc.com/get-rid-of-annoying-windows-live-messenger-in-your-taskbar-2/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 22:39:19 +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=5666</guid>
		<description><![CDATA[Let me guide you how to remove Windows Live messenger always in task bar annoying you. Why it’s not appearing in your notification area rather than in taskbar. With this simple trick applied you can have Windows Live icon in notification area as in your previous version of Windows.

To do so, go to start, type [...]]]></description>
			<content:encoded><![CDATA[<p>Let me guide you how to remove Windows Live messenger always in task bar annoying you. Why it’s not appearing in your notification area rather than in taskbar. With this simple trick applied you can have Windows Live icon in notification area as in your previous version of Windows.<span id="more-5666"></span><br />
<a href="http://hackspc.com/wp-content/uploads/2010/06/a17.jpg"><img class="aligncenter size-full wp-image-5667" src="http://hackspc.com/wp-content/uploads/2010/06/a17.jpg" alt="" width="467" height="276" /></a></p>
<p>To do so, go to start, type Windows Live. In Windows Live messenger, right click and select properties.<br />
<a href="http://hackspc.com/wp-content/uploads/2010/06/b16.jpg"><img class="aligncenter size-full wp-image-5668" src="http://hackspc.com/wp-content/uploads/2010/06/b16.jpg" alt="" width="446" height="561" /></a><br />
In Window Live Messenger Properties, go to Compatibility tab and enable compatibility mode by choosing previous version of Windows, I chosed Windows XP SP3. Now click OK button.<br />
<a href="http://hackspc.com/wp-content/uploads/2010/06/c8.jpg"><img class="aligncenter size-full wp-image-5669" src="http://hackspc.com/wp-content/uploads/2010/06/c8.jpg" alt="" width="368" height="543" /></a><br />
Now you’ll see that Windows Live Messenger will appear in Notificaton area.</p>
<p><a href="http://hackspc.com/wp-content/uploads/2010/06/d11.jpg"><img class="aligncenter size-full wp-image-5670" src="http://hackspc.com/wp-content/uploads/2010/06/d11.jpg" alt="" width="403" height="272" /></a><br />
Hope this short tips was helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/get-rid-of-annoying-windows-live-messenger-in-your-taskbar-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Windows 7 Logon Screen To Anything You Want</title>
		<link>http://hackspc.com/change-windows-7-logon-screen-to-anything-you-want/</link>
		<comments>http://hackspc.com/change-windows-7-logon-screen-to-anything-you-want/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 13:29:04 +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=5697</guid>
		<description><![CDATA[You might have been bored because of same logon screen every time you logging in.  The default windows login screen lacks taste of being Windows 7. Today I am here with a helpful tool. This 250 KB tool helps you to easily modify your logon screen to whatever you want.
This useful tool is actually brought [...]]]></description>
			<content:encoded><![CDATA[<p>You might have been bored because of same logon screen every time you logging in.  The default windows login screen lacks taste of being Windows 7. Today I am here with a helpful tool. This 250 KB tool helps you to easily modify your logon screen to whatever you want.<span id="more-5697"></span></p>
<p>This useful tool is actually brought to you by tweaks.com.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/a1.jpg"><img class="aligncenter size-full wp-image-5698" src="http://hackspc.com/wp-content/uploads/2010/07/a1.jpg" alt="" width="413" height="327" /></a></p>
<p>It enables you to change the background of the windows logon screen. You can have any size of background, this tool automatically resizes and recompresses the image to the highest quality possible being the original image untouched and unmodified.</p>
<p>If you want the default Windows 7 logon screen back just click Revert to Default Logon Screen and the application will automatically uninstall any customized screens.</p>
<p>To change the logon screen, download <a href="http://tweaks.com/software/tweakslogon/">Tweaks.com Logon changer for Windows 7</a>.</p>
<p>Unzip the 250 KB zip file and run the program. When the program loads up, Click on <strong>Change Logon Screen </strong>button.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/b1.jpg"><img class="aligncenter size-full wp-image-5699" src="http://hackspc.com/wp-content/uploads/2010/07/b1.jpg" alt="" width="452" height="354" /></a></p>
<p>Browse the background image you want in your logon screen. Don’t worry about 245KB image limit as logon changer tool automatically compress and resizes the image. So you can choose any large file.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/c.jpg"><img class="aligncenter size-full wp-image-5700" src="http://hackspc.com/wp-content/uploads/2010/07/c.jpg" alt="" width="476" height="334" /></a></p>
<p>If the file size is too large, then it will ask to create copy of it and resize it. Click Yes to proceed.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/d.jpg"><img class="aligncenter size-full wp-image-5701" src="http://hackspc.com/wp-content/uploads/2010/07/d.jpg" alt="" width="372" height="134" /></a></p>
<p>If it detects old logon backgrounds then click OK. Now you’ll have new logon screen ready. To have a live preview of it click on <strong>Test</strong> button.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/e.jpg"><img class="aligncenter size-full wp-image-5702" src="http://hackspc.com/wp-content/uploads/2010/07/e.jpg" alt="" width="470" height="161" /></a></p>
<p>If you don’t like the current screen and want to switch back you can always click on <strong>Revert to Default Logon Screen</strong>.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/07/f.jpg"><img class="aligncenter size-full wp-image-5703" src="http://hackspc.com/wp-content/uploads/2010/07/f.jpg" alt="" width="454" height="356" /></a></p>
<p>Hope this tutorial was helpful.<!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/change-windows-7-logon-screen-to-anything-you-want/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Know The Date Of Installation Of Your Windows</title>
		<link>http://hackspc.com/know-the-date-of-installation-of-your-windows/</link>
		<comments>http://hackspc.com/know-the-date-of-installation-of-your-windows/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 18:38:53 +0000</pubDate>
		<dc:creator>Suraj Kayastha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows  Tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5622</guid>
		<description><![CDATA[Sometime you may need the OS installation date. You may want to know how old is your OS or any other information related to your system. Windows does not provide direct information about the installation date of installation of your OS.

However you can view the date of OS installation from command prompt by giving some [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime you may need the OS installation date. You may want to know how old is your OS or any other information related to your system. Windows does not provide direct information about the installation date of installation of your OS.<br />
<span id="more-5622"></span><br />
However you can view the date of OS installation from command prompt by giving some syntax to it.</p>
<p>With following command you can view whole detail about the manufacturer and about your OS. In this tutorial I am focusing to installation date of Windows.</p>
<blockquote><p>systeminfo</p></blockquote>
<p>Open command prompt window by going to Run and type “cmd” (without quotes).</p>
<p>Input “systeminfo” command to it.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/06/a14.jpg"><img class="aligncenter size-full wp-image-5623" src="http://hackspc.com/wp-content/uploads/2010/06/a14.jpg" alt="" width="460" height="129" /></a></p>
<p>It will look up for system information and load the result below the input.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/06/b12.jpg"><img class="aligncenter size-full wp-image-5624" src="http://hackspc.com/wp-content/uploads/2010/06/b12.jpg" alt="" width="535" height="272" /></a></p>
<p>Search for the OS installation date. There you’ll find exact date for installation of OS. Not only this, you can view the BIOS version of your system, Computer model name, Product code, Time and date of system startup etc.</p>
<p>Hope this tutorial was informative.</p>
<p>This is guest post from <a href="http://youcanhack.blogspot.com/">You Can Hack Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/know-the-date-of-installation-of-your-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Registry Editor From Guest Account Even If It Is Blocked</title>
		<link>http://hackspc.com/run-registry-editor-from-guest-account-even-if-it-is-blocked/</link>
		<comments>http://hackspc.com/run-registry-editor-from-guest-account-even-if-it-is-blocked/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 19:38:35 +0000</pubDate>
		<dc:creator>Suraj Kayastha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows  Tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5521</guid>
		<description><![CDATA[Registry editor is well known registration directory where windows keep all the records of their setting files. Keeping it inaccessible from other users is extremely necessary in the point of view of security of data and information. Wherever you are, public cyber cafes, Library, College labs, etc you’ll see that you cannot access the heart [...]]]></description>
			<content:encoded><![CDATA[<p>Registry editor is well known registration directory where windows keep all the records of their setting files. Keeping it inaccessible from other users is extremely necessary in the point of view of security of data and information. Wherever you are, public cyber cafes, Library, College labs, etc you’ll see that you cannot access the heart utilities like Registry Editor.<span id="more-5521"></span></p>
<p>The Regedit.exe is only the executable file to list up registries in systematically. You can arrange the registry’s easily by your own if you are a good programmer. But who is talking about programming here? I am talking about the program which is alternative for registry editor, RegAlyzer. This works exactly similar to Windows’ registry editor, only the difference is it’s name and it’s third-party.</p>
<p>This tool might be great help if you want to have instant hack to public computers and networks.</p>
<p style="text-align: center"><a href="http://hackspc.com/run-registry-editor-from-guest-account-even-if-it-is-blocked"><img class="aligncenter" src="http://f.imagehost.org/0063/regedit.png" alt="" width="497" height="330" /><br />
</a></p>
<p>You can easily <a href="http://www.spybot-updates.com/files/regalyz.ex">Download RegAlyzer from here.</a></p>
<p>Hope you liked this info.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/run-registry-editor-from-guest-account-even-if-it-is-blocked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use USB Flash Drives As A RAM</title>
		<link>http://hackspc.com/how-to-use-usb-flash-drives-as-a-ram/</link>
		<comments>http://hackspc.com/how-to-use-usb-flash-drives-as-a-ram/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 18:48:52 +0000</pubDate>
		<dc:creator>Suraj Kayastha</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Windows  Tips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hackspc.com/?p=5649</guid>
		<description><![CDATA[You might be probably searching for such software that can convert your 4 GB USB flash drive to usable RAM. I am going to guide you through the steps and tools that will be using your USB storage as a RAM. Though windows supports virtual paging file which uses your harddisk as a temporary RAM. [...]]]></description>
			<content:encoded><![CDATA[<p>You might be probably searching for such software that can convert your 4 GB USB flash drive to usable RAM. I am going to guide you through the steps and tools that will be using your USB storage as a RAM. Though windows supports virtual paging file which uses your harddisk as a temporary RAM. But if you are working on notebook with lower RAM then Virtual RAM will boost up the harddisk usage. Finally dropping your battery life.<span id="more-5649"></span></p>
<p>Therefore, using your USB storage device as RAM can be one of the best alternative for your real RAM.</p>
<p>First of all, you’ll need to download this file, <a href="http://www.eboostr.com/download/">Eboostr (Trial Version)</a> or <a href="http://isohunt.com/download/131261177/eboostr.torrent">Eboostr (Full Version from torrent )</a>.</p>
<p>Now you’ve one of the above file downloaded to your computer. Install it with default settings.</p>
<p>After installation, it is compulsary to reboot your computer.</p>
<p>Insert your USB flash drive first then open eBoostr from start menu.</p>
<p>In the program window, go to Edit &gt; Add new cache device</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/06/a16.jpg"><img class="aligncenter size-full wp-image-5644" src="http://hackspc.com/wp-content/uploads/2010/06/a16.jpg" alt="" width="391" height="252" /></a></p>
<p>You’ll see your USB disk at the left screen. Select it and click ok.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/06/b14.jpg"><img class="aligncenter size-full wp-image-5645" src="http://hackspc.com/wp-content/uploads/2010/06/b14.jpg" alt="" width="498" height="309" /></a></p>
<p>Then start caching the memory in your USB drive.</p>
<p>Alternatively, you can also click on <strong>Autoconfiguration</strong> button. Program will diagnose your system. After the diagnose is ended, click next. Choose all the recommended option to increase your system performance and click Next.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/06/e9.jpg"><img class="aligncenter size-full wp-image-5646" src="http://hackspc.com/wp-content/uploads/2010/06/e9.jpg" alt="" width="424" height="298" /></a></p>
<p>Now program will start to cache your memory. You may feel some difference in your windows performance.</p>
<p style="text-align: center"><a href="http://hackspc.com/wp-content/uploads/2010/06/g7.jpg"><img class="aligncenter size-full wp-image-5647" src="http://hackspc.com/wp-content/uploads/2010/06/g7.jpg" alt="" width="422" height="299" /></a></p>
<p>This software requires USB device more than 256 MB.</p>
<p>It stores the current memory as a cache in your USB device. Eboostr stores cache of your frequently used applications on your USB Flash drive. It will help to reduce the Hard Disk access which is comparatively slower as compared to access in chips. Since hard disk requiers motor to rotate the disks, it will also consume a lot of your battery.</p>
<p>This is guest post from suraj kayastha, where he blogs about technology at <a href="http://youcanhack.blogspot.com/">You Can Hack Blog</a> and <a href="http://hacktutors.info/">Hacktutors</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackspc.com/how-to-use-usb-flash-drives-as-a-ram/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
