<?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 Vista</title>
	<atom:link href="http://www.bizzntech.com/category/tips-n-tricks/windows-vista/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>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 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>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>How to Launch any Program when Windows Starts Up</title>
		<link>http://www.bizzntech.com/2010/02/06/how-to-launch-any-program-when-windows-starts-up</link>
		<comments>http://www.bizzntech.com/2010/02/06/how-to-launch-any-program-when-windows-starts-up#comments</comments>
		<pubDate>Sat, 06 Feb 2010 02:30:53 +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=2036</guid>
		<description><![CDATA[We usually try to reduce the number of start up programs in order to improve the start up speed of Windows. But, sometimes there may be certain programs that you use on a daily basis. You may like to start such programs when Windows starts up. Well, the start up will be a little slow [...]]]></description>
			<content:encoded><![CDATA[<p>We usually try to reduce the number of start up programs in order to improve the start up speed of Windows. But, sometimes there may be certain programs that you use on a daily basis. You may like to start such programs when Windows starts up. Well, the start up will be a little slow but the program is ready in front of you when the computer starts. Here’s a short tutorial that shows you how to start any program on start-up:</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/startup-programs-list.png" alt="" /></div>
<h3>How to Launch any Program on Windows Startup</h3>
<p>Create a shortcut of the program you want to launch at startup.</p>
<p>Go to Start Menu&gt; All Programs&gt; Startup. Right click on the startup folder and select open.</p>
<p>Paste the above created shortcut in this folder.</p>
<p>That’s it! Next time when you start your computer this program will also start.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2010/02/06/how-to-launch-any-program-when-windows-starts-up/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Copy Files to USB Secretly</title>
		<link>http://www.bizzntech.com/2010/01/06/how-to-copy-files-to-usb-secretly</link>
		<comments>http://www.bizzntech.com/2010/01/06/how-to-copy-files-to-usb-secretly#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:56:37 +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=1969</guid>
		<description><![CDATA[Today, I came across a tutorial on instructables that shows you how to copy files from a computer to an USB drive secretly. Well, here’s the tutorial in detail: How to Copy Files to USB Secretly Firstly, you need to create 4 files- autorun.inf, file.bat, invisible.vbs and launch.bat. Read the following carefully to understand how [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I came across a tutorial on <a href="http://www.instructables.com/id/How_to_make_flash_drive_that_copys_users_files_si/">instructables</a> that shows you <strong>how to copy files from a computer to an USB drive secretly</strong>. Well, here’s the tutorial in detail:</p>
<h3>How to Copy Files to USB Secretly</h3>
<p>Firstly, you need to create 4 files- autorun.inf, file.bat, invisible.vbs and launch.bat. Read the following carefully to understand how these files are created and how they work.<br />
Creating autorun.inf:<br />
Open notepad, paste the following and save the file as autorun.inf</p>
<blockquote><p>[autorun]<br />
icon=drive.ico<br />
open=launch.bat<br />
action=Click OK to Run<br />
shell\open\command=launch.bat</p></blockquote>
<p>In the above code “drive.ico” is the icon name. You can change it to reflect the icon you want to use. If you don’t intend to use icon then delete that line.</p>
<p><strong>Creating file.bat:</strong><br />
Open Notepad again, paste the following and save the file as file.bat</p>
<blockquote><p>@echo off<br />
:: variables<br />
/min<br />
SET odrive=%odrive:~0,2%<br />
set backupcmd=xcopy /s /c /d /e /h /i /r /y<br />
echo off<br />
%backupcmd% &#8220;%USERPROFILE%\pictures&#8221; &#8220;%drive%\backup\pics&#8221;<br />
%backupcmd% &#8220;%USERPROFILE%\videos&#8221; &#8220;%drive%\backup\vid&#8221;<br />
@echo off<br />
Cls</p></blockquote>
<p>In the above code, “backup” is the name of the folder that is to be created on your USB drive. The files will be copyied into it. The first file path &#8220;%USERPROFILE%\pictures&#8221; – is the target and the second file path &#8220;%drive%\backup\pics&#8221; – is the destination.</p>
<p><strong>Creating invisible.vbs:</strong></p>
<p>Open Notepad, paste the following and save as invisible.vbs</p>
<blockquote><p>CreateObject(&#8220;Wscript.Shell&#8221;).Run &#8220;&#8221;"&#8221; &amp; WScript.Arguments(0) &amp; &#8220;&#8221;"&#8221;, 0, False</p></blockquote>
<p>This code runs the process in the background without showing the CMD prompt and what the batch file is processing.</p>
<p><strong>Creating launch.bat:</strong><br />
Open Notepad, paste the following and save as launch.bat.</p>
<blockquote><p>wscript.exe \invisible.vbs file.bat</p></blockquote>
<p>Copy the above four files to your pen drive. Once you have copied the files, create a folder named backup. When you double click to auto run, the copying process starts in the background.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2010/01/06/how-to-copy-files-to-usb-secretly/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Lock Keyboard and Mouse</title>
		<link>http://www.bizzntech.com/2009/11/06/how-to-lock-keyboard-and-mouse</link>
		<comments>http://www.bizzntech.com/2009/11/06/how-to-lock-keyboard-and-mouse#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:00:29 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<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=1719</guid>
		<description><![CDATA[There may be several reasons for you to lock your Keyboard and Mouse. One of them may be to protect your computer from toddlers pressing your keyboard or mouse. You cannot disable mouse and keyboard or certain specific functions easily. So the question is ‘how to lock keyboard and mouse?’ There’s a utility known as [...]]]></description>
			<content:encoded><![CDATA[<p>There may be several reasons for you to <strong>lock your Keyboard and Mouse</strong>. One of them may be to protect your computer from toddlers pressing your keyboard or mouse. You cannot <strong>disable mouse and keyboard</strong> or certain specific functions easily. So the question is ‘<strong>how to lock keyboard and mouse</strong>?’</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/lock-keyboard-and-mouse.jpg" alt="" /></div>
<p>There’s a utility known as <strong>Kid-Key-Lock</strong>. Using this freeware you can lock some functions or every function of your mouse and keyboard. You can lock the left, middle or right mouse button and mouse wheel of your mouse. You can also lock alphabet keys, function keys, number pad on your keyboard.</p>
<p><a href="http://www.100dof.com/kidkeylock.html">Kid-Key-Lock</a> is a tiny program. Once installed simply run it and you should see it in your system tray. When you click on the tray icon a pop-up menu will appear. All program functions, including the setup dialog box are accessible from this menu. You can toggle settings and also change password. Once, you have changed settings click on OK for changes to take effect.</p>
<p><strong><a href="http://download.come2store.com/xmpalt/100dof_kidkeylock_setup.exe">Download Kid-Key-Lock</a></strong></p>
<h2>RELATED: <a href="http://www.bizzntech.com/2008/06/17/create-and-manage-keyboard-shortcuts-to-different-applications">Create and Manage Keyboard Shortcuts to different Applications</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2009/11/06/how-to-lock-keyboard-and-mouse/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Turn Off Audit Mode in Windows 7</title>
		<link>http://www.bizzntech.com/2009/11/04/how-to-turn-off-audit-mode-in-windows-7</link>
		<comments>http://www.bizzntech.com/2009/11/04/how-to-turn-off-audit-mode-in-windows-7#comments</comments>
		<pubDate>Wed, 04 Nov 2009 18:04:35 +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=1713</guid>
		<description><![CDATA[I’m not sure if you’re familiar with the Audit mode in Windows 7. Well, if you aren’t then it enables OEMs to customize a Windows installation before shipping the computer to an end-user. They can install applications, add device drivers, run scripts, and test the validity of a Windows installation. It is a networked-enabled environment [...]]]></description>
			<content:encoded><![CDATA[<p>I’m not sure if you’re familiar with the <strong>Audit mode in Windows 7</strong>. Well, if you aren’t then it enables OEMs to customize a Windows installation before shipping the computer to an end-user. They can install applications, add device drivers, run scripts, and test the validity of a Windows installation. It is a networked-enabled environment that does not require settings in Windows Welcome to be applied. Hence you don’t need to go through Windows Welcome after installation. If you boot into audit mode, you’ll get into Windows faster and save lot of time as well.</p>
<p>Certain Programs like Google Chrome sometimes give an installation mode when this mode is enabled. The error may look like ‘Your computer is currently in Windows Audit Mode and is conflicting with the installation. Disable it and proceed.’ For this very reason you need to <strong>disable audit mode</strong>.</p>
<p><strong>How to Turn Off Audit Mode in Windows 7</strong></p>
<p>Go to the Start&gt; Run.</p>
<p>Type ‘regedit’ and hit enter.</p>
<p>Find and right-click the relevant registry key for your operating system:</p>
<p><strong>Windows XP</strong>: AuditInProgress in HKLM\System\Setup<br />
<strong>Windows Vista</strong>: ImageState in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\State<br />
<strong>Windows 7</strong>: ImageState in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\State Select Modify.</p>
<p>Delete the value and Click OK.</p>
<p>Restart your computer for changes to take effect.</p>
<p><strong>RELATED: <a href="http://www.bizzntech.com/2009/11/01/google-chrome-theme-for-xp">Google Chrome Theme for XP</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2009/11/04/how-to-turn-off-audit-mode-in-windows-7/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Hide Drives in Windows 7</title>
		<link>http://www.bizzntech.com/2009/11/04/how-to-hide-drives-in-windows-7</link>
		<comments>http://www.bizzntech.com/2009/11/04/how-to-hide-drives-in-windows-7#comments</comments>
		<pubDate>Wed, 04 Nov 2009 09:44:12 +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>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows Xp]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=1710</guid>
		<description><![CDATA[You may want to prevent others from accessing certain drives in your computer or you may also want to protect windows files on C Drive. There may be several other reasons as well for you to hide drives. So the question arises how to hide drives temporarily? Today, I’ll show you how to hide drives [...]]]></description>
			<content:encoded><![CDATA[<p>You may want to prevent others from accessing certain drives in your computer or you may also want to protect windows files on C Drive. There may be several other reasons as well for you to hide drives. So the question arises how to hide drives temporarily? Today, I’ll show you <strong>how to hide drives on Windows 7</strong>.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/hide-drives-software.jpg" alt="" /></div>
<h3>How to Hide Drives on Windows 7?</h3>
<p><strong>Using NoDrives Manager:</strong><br />
NoDrives Manager is an easy to use freeware for hiding and unhiding drives in Windows. To use it simply download NoDrives Manager, extract the contents to a separate folder and launch ndm.exe. Now, simply tick the drive(s) you want to hide or unhide. Once you’re done with selecting the right drive letters, simply click on write current settings to registry. You need to log off and log on for settings to take effect. Pretty easy isn’t it?</p>
<p><strong><a href="http://sourceforge.net/projects/nodrvman/files/">Download NoDrives Manager</a></strong></p>
<p><strong>Using registry tweaks:</strong></p>
<p>You can <strong>hide/ unhide any drive in Windows 7</strong> using registry tweaks. Well, this is little complicated and is not recommended if you aren’t good in using computers. If you want to try out this method you can check out for a detailed <a href="http://www.howtogeek.com/howto/windows-vista/hide-drives-from-your-computer-in-windows-vista/">tutorial on howtogeek</a>.</p>
<p><strong>Using TweakUI:</strong></p>
<p>You can also hide drives and drive letter using tweakUI. For more information have a look at ‘<a href="http://www.bizzntech.com/2008/08/06/how-to-hide-drive-letters-or-partitions-in-my-computer">How to Hide Drive Letters or Partitions in My Computer</a>’</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2009/11/04/how-to-hide-drives-in-windows-7/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Remove Floppy Drive Icon</title>
		<link>http://www.bizzntech.com/2009/10/18/how-to-remove-floppy-drive-icon</link>
		<comments>http://www.bizzntech.com/2009/10/18/how-to-remove-floppy-drive-icon#comments</comments>
		<pubDate>Sun, 18 Oct 2009 18:49:15 +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=1657</guid>
		<description><![CDATA[Floppy Drives are almost extinct now. Well, there may be instances where we still need them. But, I hate the sound they make when we click on the empty floppy drive icon in explorer. So, I decided to get rid of it so that I don’t click on it accidently. Here’s a tutorial that explains [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Floppy Drives</strong> are almost extinct now. Well, there may be instances where we still need them. But, I hate the sound they make when we click on the empty <strong>floppy drive icon in explorer</strong>. So, I decided to get rid of it so that I don’t click on it accidently. Here’s a tutorial that explains you <strong>how to remove a Floppy Drive Icon</strong>.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/remove-floppy-drive-icon.jpg" alt="" /></div>
<h3>How to Remove Floppy Drive Icon from Explorer</h3>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/floppy-drive-device-manager.jpg" alt="" /></div>
<p>Go to Start and in the search type ‘devmgmt.msc’ and hit enter. This will open the Device Manger. In the list check for Floppy disk drive as shown above.</p>
<p>Right click on it and select ‘properties’.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/disable-floppy-drive-icon.jpg" alt="" width="373" height="414" /></div>
<p>Under the ‘Driver’ Tab, click on ‘Disable’. This will disable the drive temporarily. The Floppy drive icon will disappear from windows explorer. To get it back simply click on ‘Enable’.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2009/10/18/how-to-remove-floppy-drive-icon/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Windows 7 Icons for XP, Vista</title>
		<link>http://www.bizzntech.com/2009/10/08/download-windows-7-icons-for-xp-vista</link>
		<comments>http://www.bizzntech.com/2009/10/08/download-windows-7-icons-for-xp-vista#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:47:03 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows Xp]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=1588</guid>
		<description><![CDATA[Windows 7 Icons are simply amazing. Today, I came across a Windows 7 Icons pack for Windows Vista and XP users developed by a user with the name- NhatPG from deviantart. These icons are ideal for those who don’t want to migrate to Windows 7 and would like to spice up their Windows Vista or [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Windows 7 Icons</strong> are simply amazing. Today, I came across a <strong>Windows 7 Icons pack</strong> for Windows Vista and XP users developed by a user with the name- <a href="http://nhatpg.deviantart.com/art/Big-Windows-7-s-icons-pack-111383821">NhatPG</a> from deviantart. These icons are ideal for those who don’t want to migrate to Windows 7 and would like to spice up their Windows Vista or XP look to match with Windows 7. Well, apart from this icon set I have also listed some other wonderful icons for you’ll. So here they are:</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/windows-7-icons-pack.jpg" alt="" width="445" height="208" /></div>
<h3><a href="http://www.deviantart.com/download/111383821/Big_Windows_7__s_icons_pack_by_NhatPG.rar">Download Windows 7 Icon pack (535 icons)</a></h3>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/Windows_7_Ultimate_Final_Icons.jpg" alt="" /></div>
<h3><a href="http://www.deviantart.com/download/115957469/Windows_7_Ultimate_Final_Icons_by_Cheemster.rar">Download Windows 7 Ultimate OEM Icons</a></h3>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/windows-7-base-icons.jpg" alt="" /></div>
<h3><a href="http://www.deviantart.com/download/114185704/Windows_7_base_icons_by_alkhan.rar">Download Windows 7 Base Icons</a></h3>
<p><strong>RELATED: <a href="http://www.bizzntech.com/2009/03/15/download-windows7-wallpapers-user-images-build-7057">Download Windows 7 wallpapers, User Images </a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2009/10/08/download-windows-7-icons-for-xp-vista/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shortcut key to Create New Folder</title>
		<link>http://www.bizzntech.com/2009/09/27/shortcut-key-to-create-new-folder</link>
		<comments>http://www.bizzntech.com/2009/09/27/shortcut-key-to-create-new-folder#comments</comments>
		<pubDate>Sun, 27 Sep 2009 18:15:18 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<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=1524</guid>
		<description><![CDATA[A shortcut key to create a new folder is essential especially when you deal with many folders. You just can’t go to right click menu and create a new folder every time, it’s time consuming isn’t it? So, let’s speak about Windows shortcut keys to create new folders with ease. Shortcut Key for Creating a [...]]]></description>
			<content:encoded><![CDATA[<p>A <strong>shortcut key to create a new folder</strong> is essential especially when you deal with many folders. You just can’t go to right click menu and create a new folder every time, it’s time consuming isn’t it? So, let’s speak about Windows shortcut keys to create new folders with ease.</p>
<p><strong>Shortcut Key for Creating a New Folder in Windows 7:</strong></p>
<p>Go to the location where you want to create a new folder and hold the keys Ctrl + Shift + N to create a new folder instantly. Just memorize this shortcut key combo and you are all set to create a new folder instantly!</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/bxnewfolder-shortcut-key.png" alt="" /></div>
<p><strong>Shortcut Key for Creating a New Folder in Windows Vista:</strong></p>
<p>Press Alt + F then press W then press F (do this quickly), you’ll see a new folder created in the directory in which you are in windows explorer. This method won’t work for Desktop for that you need to download and install bxNew folder utility. After installing it, simply press ‘F12’ to create a new folder.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/windows-xp-new-folder-shortcut.png" alt="" /></div>
<p><strong>Shortcut Key for Creating a New Folder in Windows XP:</strong></p>
<p>Unfortunately, unlike Windows 7, XP doesn’t have a direct shortcut key to create a new folder. But you can get a new folder shortcut by installing bxNew Folder utility. After installing you should notice a “New Folder” button in the explorer menu. You can simply click on the “New Folder” button or press F12 key to create a new folder anywhere.</p>
<p><strong>RELATED: <a href="http://www.bizzntech.com/2008/04/21/12-essential-windows-explorer-addons">15 Windows Explorer Addons</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2009/09/27/shortcut-key-to-create-new-folder/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows 8 Transformation Pack</title>
		<link>http://www.bizzntech.com/2009/09/23/windows-8-transformation-pack</link>
		<comments>http://www.bizzntech.com/2009/09/23/windows-8-transformation-pack#comments</comments>
		<pubDate>Wed, 23 Sep 2009 09:25:54 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=1494</guid>
		<description><![CDATA[Windows 7 is not yet out and people like me have already started thinking about Windows 8. I’m sure it’s not just me, there are many out there who have Windows 8 in their mind. Previously, I had mentioned about several transformation packs like- Windows 7 transformation pack, Kubuntu 9.04 to Windows 7, etc. Today, [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 is not yet out and people like me have already started thinking about Windows 8. I’m sure it’s not just me, there are many out there who have Windows 8 in their mind. Previously, I had mentioned about several transformation packs like- <a href="http://www.bizzntech.com/2009/03/22/transform-vista-into-windows-7-build-7057">Windows 7 transformation pack</a>, <a href="http://www.bizzntech.com/2009/05/27/transform-kubuntu-904-in-to-windows-7">Kubuntu 9.04 to Windows 7</a>, etc.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/windows8-screenshot.jpg" alt="" width="505" height="316" /></div>
<p>Today, I came across Windows 8 Transformation pack on <a href="http://mufflerexoz.deviantart.com/art/Windows-8-Professional-Edition-130008332">Deviantart</a>. It’s a transformation pack for Vista users. It looks pretty much like Windows 7 but there are many GUI changes like redesigned taskbar, Explorer, new boot screen and login screen, etc. I really liked the login screen, it’s amazing. Give it a try and know for yourself.</p>
<p><a href="http://mufflerexoz.deviantart.com/art/Windows-8-Professional-Edition-130008332">Download Windows 8 Transformation Pack for Vista</a></p>
<p><strong>RELATED: <a href="http://www.bizzntech.com/2008/01/01/5-cool-transformation-packs-for-windows">5 Cool Transformation Packs for Windows</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2009/09/23/windows-8-transformation-pack/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rearrange Taskbar Tabs</title>
		<link>http://www.bizzntech.com/2009/09/14/rearrange-taskbar-tabs</link>
		<comments>http://www.bizzntech.com/2009/09/14/rearrange-taskbar-tabs#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:13:50 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips,tricks N tweaks]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows Xp]]></category>

		<guid isPermaLink="false">http://www.bizzntech.com/?p=1460</guid>
		<description><![CDATA[If you’re using Windows 7 you may have noticed that you can simply drag the task bar tabs left or right and change their positions. But, you can’t do the same thing in Windows XP and Vista. Don’t you worry! There’s a software- Taskix which helps you to get this feature on Vista and XP. [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re using Windows 7 you may have noticed that you can simply drag the task bar tabs left or right and change their positions. But, you can’t do the same thing in Windows XP and Vista. Don’t you worry! There’s a software- <a href="http://taskix.robustit.com/">Taskix</a> which helps you to get this feature on Vista and XP.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/Taskix21Beta.png" alt="" /></div>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/Tasbar_Buttons.jpg" alt="" /></div>
<p>Taskix is a freeware that enables you to change the default order of the taskbar tabs in Windows XP and Vista. To reorder or rearrange the taskbar tabs, all you need to do is just drag-and-drop a particular tab to the position you desire. It also has an awesome feature which allows you to scroll between tabs using the mouse wheel. To enable this feature you need to set some settings. The “<strong>Scroll tabs with mouse wheel</strong>” option and also the “<strong>Handle middle-click on tabs</strong>” &gt; “<strong>Close Window</strong>” option should be ticked. Once done, Click on the “<strong>Activate</strong>” button.</p>
<p><a href="http://taskix.robustit.com/">Download Taskix</a></p>
<p><strong>RELATED: <a href="http://www.bizzntech.com/2008/11/20/shake-window-with-your-mouse-and-minimize-windows">Shake a Window with your Mouse and Minimize Windows</a></strong></p>
<p>[via-<a href="http://mytechquest.com/windows/reorder-taskbar-tabs-in-windows-xp-and-vista-with-taskix/">mytechquest</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2009/09/14/rearrange-taskbar-tabs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Mac OSX Stacks in Windows 7 Taskbar</title>
		<link>http://www.bizzntech.com/2009/08/26/mac-osx-stacks-in-windows-7-taskbar</link>
		<comments>http://www.bizzntech.com/2009/08/26/mac-osx-stacks-in-windows-7-taskbar#comments</comments>
		<pubDate>Wed, 26 Aug 2009 08:15:29 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Software]]></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=1414</guid>
		<description><![CDATA[Today, I came across a program known as 7stacks. It is an easy to use, freeware that lets Windows 7, Vista and XP users to have &#8220;stacks&#8221; of icons. In Windows 7 stacks appear in the taskbar and in Windows XP and Vista stacks appear in the QuickLaunch Toolbar. So what’s the use of stacks? [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I came across a program known as <a href="http://www.alastria.com/index.php?p=software-7s">7stacks</a>. It is an easy to use, freeware that lets Windows 7, Vista and XP users to have &#8220;stacks&#8221; of icons. In Windows 7 stacks appear in the taskbar and in Windows XP and Vista stacks appear in the QuickLaunch Toolbar. So what’s the use of stacks? By using stacks, users can reduce icon clutter, and combine a group of related icons into a single icon. If programs like Yahoo messenger, Google talk, and msn messenger are open then they all will be grouped under one stack in the taskbar.</p>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/1-5.jpg" alt="" /></div>
<div><img src="http://i164.photobucket.com/albums/u37/joeldsouza/4a.jpg" alt="" /></div>
<p>It also allows you to browse and access documents within a folder very quickly. Usually, when you want to edit a series of frequently used documents, you&#8217;d have to either launch the app and go to My Computer icon&gt; My Documents folder and then pick the file you want. With 7stacks, just create a stack to that document&#8217;s folder, and open that document in a couple of clicks. Pretty easy isn’t it?</p>
<p><strong>Features:</strong><br />
-In 7 and Vista, 7stacks uses Aero, making the stacks look like part of Windows itself.<br />
-Browse subfolders within a stack, just like in OS X Snow Leopard.<br />
-3 different styles of stacks: Normal, Grid, and Menu<br />
-Normal displays a stack of icons vertically, with a text description next to it.<br />
-Grid displays a &#8220;squarish&#8221; grid of icons only; useful when displaying a large number of items like document folders.<br />
-Menu displays a cascading menu of items, with a very small icon and a name next to it. Hover over subfolders to browse inside those folders.<br />
-In Windows 7, create a new stack by right-clicking on any stack and selecting &#8220;Create New Stack&#8221; from the JumpList entry.<br />
-In Menu mode, 7stacks doesn&#8217;t even need to be in a toolbar. You can use it right from your desktop, or any other folder.<br />
-Pin up to 10 different stacks on the Windows 7 taskbar</p>
<p><a href="http://www.alastria.com/index.php?p=download-7s">Download 7Stacks</a></p>
<p><strong>RELATED: <a href="http://www.bizzntech.com/2009/01/02/windows-7-aero-shake-taskbar-for-xp">Windows 7 Aero Shake Taskbar for XP</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bizzntech.com/2009/08/26/mac-osx-stacks-in-windows-7-taskbar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

