<?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>BizzNtech &#187; Windows 7</title>
	<atom:link href="http://www.bizzntech.com/category/tips-n-tricks/windows-7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bizzntech.com</link>
	<description>Click and Stick to Tech</description>
	<lastBuildDate>Tue, 18 Oct 2011 20:06:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image>
  <link>http://www.bizzntech.com</link>
  <url>http://www.bizzntech.com/favicon.ico</url>
  <title>BizzNtech</title>
</image>
		<item>
		<title>Hide Shutdown Option for Non Admin Users in Windows 7</title>
		<link>http://www.bizzntech.com/2011/09/29/hide-shutdown-option-for-non-admin-users-in-windows-7</link>
		<comments>http://www.bizzntech.com/2011/09/29/hide-shutdown-option-for-non-admin-users-in-windows-7#comments</comments>
		<pubDate>Wed, 28 Sep 2011 20:21:49 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows Xp]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=3477</guid>
		<description><![CDATA[Every user on a Windows computer can shut it down by simply going to the start menu. Well, Windows 8 is an exception because there is not start menu! However in other editions, if you have many users on a particular computer, you may want to disable certain users from shutting down the computer. This [...]]]></description>
			<content:encoded><![CDATA[<p>Every user on a Windows computer can shut it down by simply going to the start menu. Well, Windows 8 is an exception because there is not start menu! However in other editions, if you have many users on a particular computer, you may want to disable certain users from shutting down the computer. This may be necessary in a college or school environment where students use the college computers. If one student shuts down the computer, the other student won’t be able to use the computer immediately as it will take time to start. For this purpose you may hide the shutdown option from non administrator accounts. Here’s how you do it:</p>
<p>Click on the Windows key to open the start menu. Type ‘mmc’ in the search box without quotes and hit enter.</p>
<p>A new window will pop up. Go to File&gt; Add/Remove Snap-in.This will open up Add/Remove Snap-in box. Check out for ‘Group Policy Object’ on the left hand side and add it to the right column by clicking on ‘Add’.</p>
<p>‘Select Group Policy’ box will pop up. Here you can rename the Group Policy Object if you desire. Now click on browse to allocate this policy to a particular type of profile. For instance; Non-Administrators. If you choose ‘Non-Administrators’, you are selecting custom settings for this type of group. In this case we are going to hide shutdown option from non-administrators. You can select the type of group by clicking on the User tab. Click Ok once done.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/remove-and-prevent-access-toshutdown.jpg" alt="remove shutdown option for certain users" width="497" height="279" /></div>
<p>You’ll be brought back to the console window. On left hand side column navigate to User Configuration&gt; Administrative Templates&gt; Start Menu and Taskbar.</p>
<p>On the right hand side look for “Remove and Prevent Access to Shutdown, Hibernate, Restart and Sleep”.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/hide-shutdownoption.jpg" alt="hide-shutdown-option-windows" /></div>
<p>Double click on it and select ‘Enabled’. Click on ‘Ok’ to apply changes and exit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2011/09/29/hide-shutdown-option-for-non-admin-users-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear Stuck Printer Queue in Windows 7</title>
		<link>http://www.bizzntech.com/2011/08/09/clear-stuck-printer-queue-in-windows-7</link>
		<comments>http://www.bizzntech.com/2011/08/09/clear-stuck-printer-queue-in-windows-7#comments</comments>
		<pubDate>Tue, 09 Aug 2011 11:51:10 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=3361</guid>
		<description><![CDATA[Sometimes if you pass too many print jobs to the printer it may result in the print queue getting stuck. Even if you try to clear it in the list, you can’t. It’s simply frozen. If there is a huge list and you desperately want something to be printed out urgently, this may really drive [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes if you pass too many print jobs to the printer it may result in the print queue getting stuck. Even if you try to clear it in the list, you can’t. It’s simply frozen. If there is a huge list and you desperately want something to be printed out urgently, this may really drive you crazy. Well, don’t you worry, here are two ways how you can easily clear the printer queue in windows 7:</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/print-queue-not-clearing-1.jpg" alt="" /></div>
<p><strong>Method 1: Using Command prompt</strong><br />
Click on the Start button and in the search box type ‘cmd.exe’ without quotes, hold the shift key and hit enter.<br />
Type ‘net stop spooler’ without quotes then hit Enter.<br />
Type ‘del %systemroot%\System32\spool\printers\* /Q’ without quotes and hit Enter.<br />
Lastly, type ‘net start spooler’ then hit Enter.<br />
The print queue should now be cleared. Simply close the command prompt window.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/windows-7-clear-printing-queue.jpg" alt="" /></div>
<p><strong>Method 2: </strong><br />
Click on the start button and type ‘msconfig.exe’ without quotes and hit enter<br />
Under the services tab, search for ‘Print Spooler’ and stop it.<br />
Now, go to C:\System32\Spool\Printers\ and delete everything. This will delete the entire queue.<br />
Lastly, Go back to the Services window that you opened earlier and Start the ‘Print Spooler’ service.<br />
Once done, try using the printer again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2011/08/09/clear-stuck-printer-queue-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redsnow Stuck at Uploading Ramdisk in Windows 7 Fix</title>
		<link>http://www.bizzntech.com/2011/04/17/redsnow-stuck-at-uploading-ramdisk-in-windows-7-fix</link>
		<comments>http://www.bizzntech.com/2011/04/17/redsnow-stuck-at-uploading-ramdisk-in-windows-7-fix#comments</comments>
		<pubDate>Sun, 17 Apr 2011 15:10:31 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile World]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=3256</guid>
		<description><![CDATA[Without jailbreaking I believe an Apple device is incomplete. Well, that’s just my opinion and may differ from yours. There are different jailbreak tools depending upon the version of firmware and the operating system. Being a windows user I believe Redsnow is the best tool used for jailbreaking and unlocking as it is easy to [...]]]></description>
			<content:encoded><![CDATA[<p>Without jailbreaking I believe an Apple device is incomplete. Well, that’s just my opinion and may differ from yours. There are different jailbreak tools depending upon the version of firmware and the operating system. Being a windows user I believe Redsnow is the best tool used for jailbreaking and unlocking as it is easy to use. However, like I said earlier you don’t really have a choice in choosing the tool. Ok, so let me stick to the topic. If you tried jailbreaking using redsn0w then you might have observed that in windows 7 it gets <strong>stuck at uploading ramdisk</strong>. When I was jailbreaking my iPhone 4 4.3.1 OS I used two simple tricks that help you get rid of this error. You can try anyone of them and it should work perfectly:</p>
<h2>Fix for Redsnow stuck at uploading ramdisk in Windows 7</h2>
<p><strong>Fix 1:</strong><br />
Right click on the Redsn0w.exe and click on ‘Properties’.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/redsnow-properties-compatibility.jpg" alt="" /></div>
<p>Click on the Compatibility tab and under the head ‘compatibility mode’ check the box and select ‘Run this program in compatibility mode for’ and choose Windows XP service pack 3.<br />
Click ‘Apply’ and then ‘OK’ to close the window and apply settings.<br />
Now, try redsn0w again to jailbreak, if it does not work then try Fix 2.</p>
<p><strong>Fix 2:</strong><br />
Double click on redsn0w to launch it.<br />
Open task manager by holding the buttons Ctrl+Alt+Del.<br />
Find redsn0w.exe, right-click on it and select ‘Set Affinity’.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/fix-redsnow-error.jpg" alt="" /></div>
<p>Uncheck all the CPU and tick only CPU 1, then hit OK. This will force the process to run only on one core. Well, I’m not sure how this helps but it does help.</p>
<p>I tried the compatibility fix and the above fix when I was jailbreaking iPhone 4 OS 4.3.1 on Windows 7. So, I’m sure it should work for you too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2011/04/17/redsnow-stuck-at-uploading-ramdisk-in-windows-7-fix/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Disable mscorsvw.exe in Windows 7</title>
		<link>http://www.bizzntech.com/2011/03/06/how-to-disable-mscorsvw-exe-in-windows-7</link>
		<comments>http://www.bizzntech.com/2011/03/06/how-to-disable-mscorsvw-exe-in-windows-7#comments</comments>
		<pubDate>Sat, 05 Mar 2011 23:30:17 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2356</guid>
		<description><![CDATA[Some of the users who recently installed Windows 7 SP1 on their computers had issues with a process known as mscorsvw.exe. It consumed a lot of CPU and made the computer really slow. So, what really is this mscorsvw.exe process? mscorsvw.exe is a process that precompiles .NET assemblies in the background. Once it does its [...]]]></description>
			<content:encoded><![CDATA[<p>Some of the users who recently installed Windows 7 SP1 on their computers had issues with a process known as <strong>mscorsvw.exe</strong>. It consumed a lot of CPU and made the computer really slow. So, what really is this <strong>mscorsvw.exe</strong> process? mscorsvw.exe is a process that precompiles .NET assemblies in the background. Once it does its job, it goes away and you won’t see mscorsvw.exe in the task manager.Well, if this process is consuming a lot of CPU resources then you can disable or kill it.</p>
<h2>How to Disable or Kill mscorsvw.exe?</h2>
<p>1. Open My Computer and in the address bar enter C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727</p>
<p>2. Click on start and then type cmd and hit enter to start command prompt.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/disable-mscorsvwexe.jpg" alt="" width="542" height="139" /></div>
<p>3. Specify the above path (in step1) in the command prompt and type ngen.exe executequeueditems and hit enter. If you’re confused it should like the one below without quotes:<br />
“C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727&gt;ngen.exe executequeueditems”</p>
<p>This command will help to process all the pending works under this process and once everything’s done it will automatically shutdown. You need to wait for the process to precompile all assemblies. Within two or three minutes the process will be done and you won’t see it anymore in the task manager.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2011/03/06/how-to-disable-mscorsvw-exe-in-windows-7/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Find the Cluster Size of Hard Disk</title>
		<link>http://www.bizzntech.com/2011/02/28/how-to-find-the-cluster-size-of-hard-disk</link>
		<comments>http://www.bizzntech.com/2011/02/28/how-to-find-the-cluster-size-of-hard-disk#comments</comments>
		<pubDate>Sun, 27 Feb 2011 22:50:05 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2306</guid>
		<description><![CDATA[Cluster size is nothing but the allocation unit size used while formatting the hard disk. The default cluster size is usually 4096 bytes. You can find out the cluster size of a hard disk by doing the following: Go to Start and in the search box type cmd and hit enter. Type CHKDSK followed by [...]]]></description>
			<content:encoded><![CDATA[<p>Cluster size is nothing but the allocation unit size used while formatting the hard disk. The default cluster size is usually 4096 bytes. You can find out the cluster size of a hard disk by doing the following:</p>
<p>Go to Start and in the search box type cmd and hit enter.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/check-disk-hard-disk.jpg" alt="" /></div>
<p>Type CHKDSK followed by the drive letter and it hit enter. For instance, if the drive letter is G, it should look like CHKDSK G:</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/find-hard-disk-cluster-size.jpg" alt="" /></div>
<p> At the end of the report, you’ll find the bytes in each allocation unit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2011/02/28/how-to-find-the-cluster-size-of-hard-disk/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Remove Unwanted Startup Programs in Windows 7</title>
		<link>http://www.bizzntech.com/2011/02/27/how-to-remove-unwanted-startup-programs-in-windows-7</link>
		<comments>http://www.bizzntech.com/2011/02/27/how-to-remove-unwanted-startup-programs-in-windows-7#comments</comments>
		<pubDate>Sun, 27 Feb 2011 01:00:47 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2289</guid>
		<description><![CDATA[Startup programs play a vital role in the startup speed of your computer. Whenever you install a new program on your computer, it usually starts up when you start the computer. Well, I’m speaking about programs like web browsers, music players, burning softwares, etc. You don’t really need these programs to start up when you [...]]]></description>
			<content:encoded><![CDATA[<p>Startup programs play a vital role in the startup speed of your computer. Whenever you install a new program on your computer, it usually starts up when you start the computer. Well, I’m speaking about programs like web browsers, music players, burning softwares, etc. You don’t really need these programs to start up when you start your computer. These programs actually reduce the startup speed. Removing unwanted startup programs will help you to <strong>improve Windows 7 startup speed</strong>. </p>
<p>So, here’s a simple and easy way how you can <strong>remove unwanted startup programs in Windows 7</strong> and improve the startup speed.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/msconfig-start.jpg" alt="" /></div>
<p>Click on the Start button and in the search bar type ‘msconfig’ and hit enter. This will bring up the System Configuration Window.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/startup-programs-windows-7.jpg" alt="" width="468" height="313" /></div>
<p>Click on the Startup tab. Here you’ll be able to see the programs or applications that load/ startup whenever you start your computer.  The ones that start every time will have checked boxes. If you don’t want the program to start when you start your computer then simply uncheck the box.</p>
<p>Programs that should be unchecked include programs like Winamp, VLC, live messenger, Skype, Adobe reader, etc. Don’t uncheck programs like Antivirus, display driver, audio driver, etc.</p>
<p>Once, you’re done with unchecking the boxes, click on ‘Apply’ and then ‘OK’.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/systemconfig-restart.jpg" alt="" /></div>
<p>Now, you’ll be prompted to restart. You can restart immediately or maybe later by clicking on ‘later’. Once, you reboot you should see the difference on the startup. There will definitely be a huge difference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2011/02/27/how-to-remove-unwanted-startup-programs-in-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change Mouse Double Click to Single Click</title>
		<link>http://www.bizzntech.com/2011/02/27/how-to-change-mouse-double-click-to-single-click</link>
		<comments>http://www.bizzntech.com/2011/02/27/how-to-change-mouse-double-click-to-single-click#comments</comments>
		<pubDate>Sat, 26 Feb 2011 21:58:36 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2287</guid>
		<description><![CDATA[Today, I got an email from one of the readers asking how to change the mouse double click to single click in Windows 7.  The default Windows 7 behavior allows you to open a file or folder when double clicked. You can easily change this setting by following the below steps: Go to My Computer [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I got an email from one of the readers asking how to <strong>change the mouse double click to single click</strong> in Windows 7.  The default Windows 7 behavior allows you to open a file or folder when double clicked. You can easily change this setting by following the below steps:</p>
<p>Go to My Computer and then Press the Alt key on your keyboard. This will bring up the File and Edit menu on the top area of your screen.</p>
<p>Click on Tools and select Folder Options.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/change-mouse-click-to-single-click.jpg" alt="" /></div>
<p>Under the General tab, change the Click items as follows from Double-click to open an item (single-click to select) to single-click to open an item (point to select).</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/underline-icon-content.jpg" alt="" /></div>
<p>Now, you can select the underline settings. You can select to ‘underline the icon titles always’ or ‘only when you point at them’. The underline when you point option gets selected automatically once you change the setting to single click. I prefer this option when I’m using single click because the ‘always underline the tiles’ option looks a bit messy.</p>
<p>Click Apply to make the changes and then click OK.</p>
<p>That’s it! Now, a single click on files and folders will open up the files and folders!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2011/02/27/how-to-change-mouse-double-click-to-single-click/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix Files or Folders changed to Shortcuts</title>
		<link>http://www.bizzntech.com/2011/02/25/how-to-fix-files-or-folders-changed-to-shortcuts</link>
		<comments>http://www.bizzntech.com/2011/02/25/how-to-fix-files-or-folders-changed-to-shortcuts#comments</comments>
		<pubDate>Thu, 24 Feb 2011 18:50:54 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2276</guid>
		<description><![CDATA[My friend had a weird problem with his external hard disk. All the files and folders showed up as shortcuts and he wasn’t able to open any of them. I suggested a simple fix for the problem and he said that it worked. This fix also works for pen drives. Here’s how you do it: [...]]]></description>
			<content:encoded><![CDATA[<p>My friend had a weird problem with his external hard disk. All the files and folders showed up as shortcuts and he wasn’t able to open any of them. I suggested a simple fix for the problem and he said that it worked. This fix also works for pen drives. Here’s how you do it:</p>
<h1>Fix for Files or Folders changed to Shortcuts</h1>
<p>If you have such a problem with your external hard drive or pen drive don’t panic and format the drive as you’ll lose all the data on it.</p>
<p>You need to first check the Drive Letter of your external hard drive or your pen drive and make a note of it.</p>
<p>Now, Go to Start&gt;Run&gt;type ‘cmd’ and hit enter.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/files-folders-changed-to-shortcuts.png" alt="" /></div>
<p>Let’s assume that your drive letter is G; then you need type the below command in the command prompt and hit enter.</p>
<blockquote><p><strong>attrib -h -r -s /s /d g: *.* </strong></p></blockquote>
<p>If the drive letter is something other than ‘G’ then you need to change the letter ‘g’ in the above command to the drive letter.</p>
<p>That’s it! Now your files and folders should be visible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2011/02/25/how-to-fix-files-or-folders-changed-to-shortcuts/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Keep Laptop On when Closed</title>
		<link>http://www.bizzntech.com/2011/02/24/how-to-keep-laptop-on-when-closed</link>
		<comments>http://www.bizzntech.com/2011/02/24/how-to-keep-laptop-on-when-closed#comments</comments>
		<pubDate>Thu, 24 Feb 2011 00:22:26 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2273</guid>
		<description><![CDATA[Sometimes you may want to keep the laptop on when it is closed in case you are downloading something or you are using an external keyboard and external monitor or maybe for some other reason. But, the default Windows behavior is to sleep or hibernate. How to Keep Laptop On when Closed You can keep [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you may want to keep the laptop on when it is closed in case you are downloading something or you are using an external keyboard and external monitor or maybe for some other reason. But, the default Windows behavior is to sleep or hibernate. </p>
<h1>How to Keep Laptop On when Closed</h1>
<p>You can keep the laptop on and running when the lid is closed by changing some simple settings. Here’s how you do it:</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/more-power-options.png" alt="" /></div>
<p>On the right side of the task bar click on the power icon and click on ‘More power options’.</p>
<p>Here you will find three power plans. Click on ‘Change plan settings’ on the selected power plan and select ‘change advanced power settings’.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/power-options-lid-close.png" alt="" /></div>
<p>A new window will pop up.  Under your power plan, expand ‘Power buttons and lid’.</p>
<p>Expand the ‘Lid close action’ button.</p>
<p>Change it to ‘Do nothing’ on both ‘On battery’ and ‘Plugged in’. This will keep the laptop on whether the laptop is connected to power or not.</p>
<p>Now, Click ‘Ok’.</p>
<p>That’s it! The laptop won’t turn off or sleep when it’s closed anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2011/02/24/how-to-keep-laptop-on-when-closed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get a Monochrome Command Prompt in Windows 7</title>
		<link>http://www.bizzntech.com/2010/04/24/how-to-get-a-monochrome-command-prompt-in-windows-7</link>
		<comments>http://www.bizzntech.com/2010/04/24/how-to-get-a-monochrome-command-prompt-in-windows-7#comments</comments>
		<pubDate>Sat, 24 Apr 2010 01:25:05 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2195</guid>
		<description><![CDATA[Many years back when computers weren’t as advanced as they are now, we had monitors that displayed only one colour on a black background. These monitors were known as monochrome monitors. Here’s a short tutorial that shows you how to get a monochrome command prompt window in Windows 7. Firstly, click on the start menu [...]]]></description>
			<content:encoded><![CDATA[<p>Many years back when computers weren’t as advanced as they are now, we had monitors that displayed only one colour on a black background. These monitors were known as monochrome monitors. Here’s a short tutorial that shows you how to get a monochrome command prompt window in Windows 7.</p>
<p>Firstly, click on the start menu and in the search box type cmd and hit enter.</p>
<p>Now, command prompt window will launch. Right click on the title bar and click on properties.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/monochrome-command-prompt.png" alt="" width="309" height="381" /></div>
<p>In the Properties window, click on the colors tab and click on the screen text button. On the right hand side, under selected color values, change Green to 255.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/monochrome-command-prompt-windows7.png" alt="" width="452" height="268" /></div>
<p>Once done, click ok. This should change the text of the command prompt box to green. It will look some like the above. Voila! You now have a monochrome command prompt box.</p>
<p><strong>RELATED: <a href="http://www.bizzntech.com/2008/08/08/how-to-add-command-prompt-to-the-right-click-menu-in-windows-explorer">How to Add Command Prompt to the Right-Click Menu in Windows </a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2010/04/24/how-to-get-a-monochrome-command-prompt-in-windows-7/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enable Default Games in Windows 7 Professional</title>
		<link>http://www.bizzntech.com/2010/04/11/enable-default-games-in-windows-7-professional</link>
		<comments>http://www.bizzntech.com/2010/04/11/enable-default-games-in-windows-7-professional#comments</comments>
		<pubDate>Sun, 11 Apr 2010 00:54:16 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2173</guid>
		<description><![CDATA[If you’re using Windows 7 Professional you may have observed that the default Windows 7 games, i.e.; Chess, Freecell, Hearts, Solitaire, etc aren’t enabled or can’t be found. Well, these games aren’t installed in Windows 7 Professional. You need to enable them and they’ll be installed. Here’s how you do it: How to enable default [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re using Windows 7 Professional you may have observed that the default Windows 7 games, i.e.; Chess, Freecell, Hearts, Solitaire, etc aren’t enabled or can’t be found. Well, these games aren’t installed in Windows 7 Professional. You need to enable them and they’ll be installed. Here’s how you do it:</p>
<p><img src="http://i164.photobucket.com/albums/u37/joeldsouza/enable-games-windows-7-professional.png" alt="" width="342" height="300" /></p>
<p><strong>How to enable default games in Windows 7 Professional?</strong></p>
<p>Firstly, go to Control Panel</p>
<p>Click on Programs and Features and then Click on Turn Windows Features On/ Off on the left hand side.</p>
<p>Now, a box will popup. In this box tick the option ‘Games’. You can also enable only specific games by expanding the box and ticking selected games.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2010/04/11/enable-default-games-in-windows-7-professional/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows Cheat Sheets</title>
		<link>http://www.bizzntech.com/2010/04/01/windows-cheat-sheets</link>
		<comments>http://www.bizzntech.com/2010/04/01/windows-cheat-sheets#comments</comments>
		<pubDate>Wed, 31 Mar 2010 20:47:39 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows Xp]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2148</guid>
		<description><![CDATA[I decided to put all the Windows Cheat Sheets together. In this post you’ll find Windows 7, Windows Vista, Windows XP, Windows 2000 Cheat Sheets and Command Line Cheat Sheets. Well, if you aren’t aware what cheat sheets are then they concise set of notes used for quick references. These cheat sheets include shortcuts, commands, [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to put all the <strong>Windows Cheat Sheets </strong>together. In this post you’ll find Windows 7, Windows Vista, Windows XP, Windows 2000 Cheat Sheets and Command Line Cheat Sheets. Well, if you aren’t aware what cheat sheets are then they concise set of notes used for quick references. These cheat sheets include shortcuts, commands, hotkeys, etc.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/windows-cheat-sheets.gif" alt="" /></div>
<p><strong>Windows 7 Cheat Sheets</strong><br />
<a href="http://webjawns.com/wp-content/uploads/2009/11/Windows-7-Cheat-Sheet.pdf">Cheat Sheet </a>by <a href="http://webjawns.com/2009/11/windows-7-cheat-sheet-shortcuts-hotkeys/">Webjawns</a><br />
<a href="http://radicaldevelopment.net/wp-content/uploads/common/Win7-Hotkey-Cheat-Sheet.pdf">Hotkey Cheat sheet</a> by <a href="http://radicaldevelopment.net/index.php/2009/10/04/windows-7-hotkey-cheat-sheet/">radicaldevelopment</a></p>
<p><strong>Windows Vista Cheat Sheets</strong><br />
<a href="http://www.customguide.com/pdf/windows-quick-reference-vista.pdf">Cheat sheet</a> by customguide</p>
<p><strong>Windows XP Cheat Sheets</strong><br />
<a href="http://websupportblog.files.wordpress.com/2006/10/xpspac2services.pdf">Services cheat sheet</a><br />
<a href="http://websupportblog.files.wordpress.com/2006/10/keyboard-shortcuts-trifold.pdf">Shortcuts cheat sheet</a></p>
<p><strong>Windows 2000 Cheat Sheets</strong><br />
<a href="http://searchenterprisedesktop.techtarget.com/sDefinition/0,,sid192_gci990463,00.html">Error Cheatsheet</a><br />
<a href="http://labmice.techtarget.com/articles/keyboard.htm">Shortcuts Cheatsheet<br />
</a></p>
<p><strong>Command Line Cheat Sheets</strong><br />
<a href="http://ss64.com/nt/">XP Command Line Sheet</a><br />
<a href="http://technet.microsoft.com/en-us/library/cc737438(WS.10).aspx">Command Shell Overview by Microsoft</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2010/04/01/windows-cheat-sheets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 does not Recognize DVD Drive, How to Fix?</title>
		<link>http://www.bizzntech.com/2010/03/27/windows-7-does-not-recognize-dvd-drive-how-to-fix</link>
		<comments>http://www.bizzntech.com/2010/03/27/windows-7-does-not-recognize-dvd-drive-how-to-fix#comments</comments>
		<pubDate>Sat, 27 Mar 2010 01:25:38 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2128</guid>
		<description><![CDATA[I have seen many people complaining about their DVD drive not being recognized. Recently, my friend told me that Windows 7 did not recognize his DVD drive. He told me that when he went to device manager and checked out for the drive. He found out that the drive was not recognized and it was [...]]]></description>
			<content:encoded><![CDATA[<p>I have seen many people complaining about their DVD drive not being recognized. Recently, my friend told me that Windows 7 did not recognize his DVD drive. He told me that when he went to device manager and checked out for the drive. He found out that the drive was not recognized and it was marked by a yellow exclamation mark. </p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/dvd-drive-not-recognized.jpg" alt="" width="400" height="358" /></div>
<h3>How to Fix “Windows 7 does not Recognize DVD Drive”?</h3>
<p>Here’s a quick solution that worked for many users. Follow the below instructions carefully:<br />
In the start menu search, type in ‘regedit’ and hit enter.<br />
The registry editor will now open. Look for the below registry key-<br />
<strong>HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Class \ (4D36E965-E325-11CE-BFC1-08002BE10318) </strong><br />
In the right window, right click on UpperFilters and delete it. Also, right click again on LowerFilters and delete it as well.<br />
Restart your computer for changes to take effect.</p>
<p><strong>Another Solution to the problem: </strong><br />
Go to Start&gt; All programs&gt; Accessories&gt; Right click on Command Prompt&gt; Run as administrator.<br />
Type the following and press enter.<br />
<strong>bcdedit /set loadoptions DDISABLE_INTEGRITY_CHECKS</strong></p>
<p><strong>RELATED: <a href="http://www.bizzntech.com/2008/11/22/lock-and-protect-cd-dvd-drives">Lock and Protect CD/ DVD Drives</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2010/03/27/windows-7-does-not-recognize-dvd-drive-how-to-fix/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Change the Look of Windows 7 Desktop</title>
		<link>http://www.bizzntech.com/2010/03/20/change-the-look-of-windows-7-desktop</link>
		<comments>http://www.bizzntech.com/2010/03/20/change-the-look-of-windows-7-desktop#comments</comments>
		<pubDate>Sat, 20 Mar 2010 02:43:58 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2111</guid>
		<description><![CDATA[Bored of looking at the same old desktop screen? Wanna make it look different and eye candy? Previously, I had written a post tweaking Vista Desktop. Well, in this post I’ll speak about a few simple things that can help you make your desktop attractive. To start with you can have a look at the [...]]]></description>
			<content:encoded><![CDATA[<p>Bored of looking at the same old desktop screen? Wanna make it look different and eye candy? Previously, I had written a post <a href="http://www.bizzntech.com/2007/11/20/change-the-look-of-your-vista-desktop">tweaking Vista Desktop</a>. Well, in this post I’ll speak about a few simple things that can help you make your desktop attractive. To start with you can have a look at the screenshot below. It will give you an idea of what i’ll be speaking about in this post.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/win7-modified-desktop.png" alt="" width="504" height="300" /></div>
<p>As, you can see in the above pic there are no desktop icons and the taskbar is missing. You can also spot a sexy dock and a couple of gadgets. Looks neat and clean isn’t it?</p>
<p>To get a desktop like the one above you need to&#8230;<br />
Get an attractive wallpaper for your desktop. You can download free high quality wallpapers from the list <a href="http://www.bizzntech.com/2008/10/08/top-hd-wallpaper-websites">here</a>.</p>
<p>Download and install <a href="http://rocketdock.com/download">Rocket Dock</a>. It’s a small dock that allows you to access applications, folders, etc from a single tray like docklet. Once, the dock is installed run it. You should see a simple dock on your desktop screen.</p>
<p>Create a folder with the name ‘Programs’ on your desktop. Cut all the application shortcuts and paste them into this folder. This will reduce the clutter. You can also group other stuff like game shortcuts, etc into another folder in a similar way. You can drag this folder into the dock to create a shortcut to access the folder directly from the dock.</p>
<p>To get different icons, skins, docklets, etc you can have a look at the Rocketdock website or Wincustomize website.</p>
<p>You can also download <a href="http://www.stardock.com/products/objectdock/">Object Dock</a> which not only helps you to add one dock but several docks.</p>
<p>To hide desktop icons you need to simply right click on the desktop and hide desktop icons.</p>
<p>You can also change the taskbar start button using the <a href="http://www.bizzntech.com/2010/03/09/how-to-change-windows-7-start-button">taskbar start button changer app</a>.</p>
<p>To hide the taskbar, you need to download a small app <a href="http://www.bizzntech.com/2009/04/19/hide-unhide-taskbar-in-a-single-click">RunandHide</a> or <a href="http://rocketdock.com/addon/docklets/6728">taskbar hider</a> from rocket dock website.</p>
<p>To get more Windows 7 gadgets, have a look at the Microsoft website. You can try out the <a href="http://gallery.live.com/liveItemDetail.aspx?li=dabd90cc-d1c9-4425-9384-049ffbd5e43b&amp;bt=1&amp;pl=1">launch control</a> gadget which can show tiny shortcut to applications.</p>
<p>I guess that’s pretty simple isn’t it? Well, if you have any questions feel free to ask.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2010/03/20/change-the-look-of-windows-7-desktop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change Windows 7 Start Button</title>
		<link>http://www.bizzntech.com/2010/03/09/how-to-change-windows-7-start-button</link>
		<comments>http://www.bizzntech.com/2010/03/09/how-to-change-windows-7-start-button#comments</comments>
		<pubDate>Tue, 09 Mar 2010 00:52:02 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=2089</guid>
		<description><![CDATA[You might have observed that the Windows 7 Start Button looks pretty much like the Vista Start button. Well, if you are bored of seeing it then you may like to change it. There’s a small app- ‘Windows 7 Start Button Changer’ that allows you to change it with ease. Windows 7 Start Button Changer [...]]]></description>
			<content:encoded><![CDATA[<p>You might have observed that the Windows 7 Start Button looks pretty much like the Vista Start button. Well, if you are bored of seeing it then you may like to change it. There’s a small app- ‘<strong>Windows 7 Start Button Changer</strong>’ that allows you to change it with ease.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/start-button-win7-change.png" alt="" /></div>
<p><strong>Windows 7 Start Button Changer</strong> is quite small in size and is pretty easy to use as well. It creates a backup of the original button before a new button is selected. You can restore the original button in a single click if you aren’t satisfied with the change.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/start-button-changer-win7.png" alt="" /></div>
<p>To change the button, download the software from below and extract the zip. Run the app as administrator. Choose ‘Select and Change button’. In the zip, you’ll get 10 samples. Browse to the folder and select any one. Voila! You should see a new button!</p>
<p><a href="http://www.thewindowsclub.com/windows-7-start-button-changer-released"><strong>Download Windows 7 Start Button Changer</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2010/03/09/how-to-change-windows-7-start-button/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

