<?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>@ Classic Tutorials &#187; Windows</title>
	<atom:link href="http://classictutorials.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://classictutorials.com</link>
	<description>Think Geek</description>
	<lastBuildDate>Mon, 21 May 2012 11:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Adding Shutdown+log off+restart metro tiles in Windows 8</title>
		<link>http://classictutorials.com/2012/03/adding-shutdownlog-offrestart-metro-tiles-in-windows-8/</link>
		<comments>http://classictutorials.com/2012/03/adding-shutdownlog-offrestart-metro-tiles-in-windows-8/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 15:09:52 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows8]]></category>
		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://classictutorials.com/?p=969</guid>
		<description><![CDATA[You can then Shutdown, Restart and Log Off in Windows 8 with one click from the Metro Tile interface. Download and install the script from http://labnol.org/?p=20989]]></description>
			<content:encoded><![CDATA[<p>You can then Shutdown, Restart and Log Off in Windows 8 with one click from the Metro Tile interface.</p>
<p>Download and install the script from <a title="http://labnol.org/?p=20989" dir="ltr" href="http://labnol.org/?p=20989" rel="nofollow" target="_blank">http://labnol.org/?p=20989</a></p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2012/03/adding-shutdownlog-offrestart-metro-tiles-in-windows-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Windows 7 from a pendrive</title>
		<link>http://classictutorials.com/2009/05/installing-windows-7-from-a-pendrive/</link>
		<comments>http://classictutorials.com/2009/05/installing-windows-7-from-a-pendrive/#comments</comments>
		<pubDate>Mon, 18 May 2009 01:50:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2009/05/17/installing-windows-7-from-a-pendrive/</guid>
		<description><![CDATA[Objective:This tutorial will help you to make a bootable windows 7 pen drive. Things needed: 1) Windows 7 ISO image (Any version) + PowerISO software Installed. (http://www.poweriso.com/download.htm) OR 1) Windows 7 DVD 2) A PEN drive preferably having space of 3GB Step1) Install PowerISO and mount the windows 7 Image or if you have a windows 7 DVD insert it. Step2) Plugin your pendrive. Step3) Go to Control PanelAll Control Panel ItemsAdministrative ToolsComputer ManagmentStorage you can see your Disk layout. Check the Disk number for your pendrive. Usually if you have one HD the the disk number is 1 else ...]]></description>
			<content:encoded><![CDATA[<p><b>Objective:</b>This tutorial will help you to make a bootable windows 7 pen drive.</p>
<div class="separator" style="clear: both; text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/05/usb.png" style="margin-left: 1em; margin-right: 1em;"><img src="http://kaushik009.files.wordpress.com/2009/05/usb.png?w=239" border="0" /></a></div>
<p>Things needed:</p>
<p>1) Windows 7 ISO image (Any version) + PowerISO software Installed. (<a href="http://www.poweriso.com/download.htm">http://www.poweriso.com/download.htm</a>)<br />
OR<br />
1) Windows 7 DVD<br />
2) A PEN drive preferably having space of 3GB</p>
<p>Step1) Install PowerISO and mount the windows 7 Image or if you have a windows 7 DVD insert it.<br />
Step2) Plugin your pendrive.<br />
Step3) Go to<b><span style="color: #20124d;"> Control PanelAll Control Panel ItemsAdministrative ToolsComputer ManagmentStorage</span></b> you can see your Disk layout. Check the Disk number for your pendrive.<br />
Usually if you have one HD the the disk number is 1 else its 2.<br />
Step4) Once you know your disk number open cmd prompt with <b><span style="color: #20124d;">Administrative privilage.</span></b><br />
Step5) Execute the following steps one by one</p>
<p><b><b></b></b></p>
<ul>
<li><b><b><span style="font-family: Courier New;">diskpart </span></b></b></li>
<li><b><b><span style="font-family: Courier New;">select disk 2 </span></b></b></li>
<li><b><b><span style="font-family: Courier New;">clean </span></b></b></li>
<li><b><b><span style="font-family: Courier New;">create partition primary </span></b></b></li>
<li><b><b><span style="font-family: Courier New;">select partition 1 </span></b></b></li>
<li><b><b><span style="font-family: Courier New;">active </span></b></b></li>
<li><b><b><span style="font-family: Courier New;">format fs=fat32 </span></b></b></li>
<li><b><b><span style="font-family: Courier New;">assign </span></b></b></li>
<li><b><b><span style="font-family: Courier New;">exit</span></b></b></li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Once you are done copy the files from your virtual Windows 7 drive or Windows 7 DVD using the following command.</p>
<ol>
<li><b><span style="font-family: Courier New;">xcopy d:*.* /s/e/f e:</span>   </b><span style="color: black;">where <span style="font-size: large;"><b>d</b></span> is your windows 7 drive and <span style="font-size: large;"><b>e</b></span> is your pen drive<span style="font-family: Courier New;"> </span></span></li>
</ol>
<p>Thats all. Now you can boot through your pen drive. If its not booting check your bios for option to boot from pen drive. Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2009/05/installing-windows-7-from-a-pendrive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>For all frustrated IE 8 Beta Users &#124; IE 8 RC1 is out</title>
		<link>http://classictutorials.com/2009/03/for-all-frustrated-ie-8-beta-users-ie-8-rc1-is-out/</link>
		<comments>http://classictutorials.com/2009/03/for-all-frustrated-ie-8-beta-users-ie-8-rc1-is-out/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 02:52:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2009/03/19/for-all-frustrated-ie-8-beta-users-ie-8-rc1-is-out/</guid>
		<description><![CDATA[After lots of suggestions and CRASHES atlast RC1 is out. Download link is given below. Some new feature which i see on its download page are: Visualize your search Search smarter with detailed suggestions from your favorite search providers and browsing history. Let the Instant Search Box do the thinking for you as instantaneous image and text suggestions appear as you type. Try these search suggestions now Get Wikipedia search suggestions &#8211; Add the Wikipedia search provider and quickly get visual search suggestions and instant answers from the popular online encyclopedia. Interesting! lets try them anyways!This update was a must ...]]></description>
			<content:encoded><![CDATA[<p>After lots of suggestions and CRASHES atlast RC1 is out. Download link is given below. Some new feature which i see on its download page are:</p>
<h4>Visualize your search</h4>
<div>Search smarter with detailed suggestions from your favorite search providers and browsing history. Let the Instant Search Box do the thinking for you as instantaneous image and text suggestions appear as you type.</div>
<div class="list_after_para"><b>Try these search suggestions now</b></div>
<ul>
<li>
<div><a href="http://ieaddons.com/en/details/815/Wikipedia_Visual_Search/" target="new">Get Wikipedia search suggestions</a> &#8211; Add the Wikipedia search provider and quickly get visual search suggestions and instant answers from the popular online encyclopedia.</div>
</li>
</ul>
<div class="separator" style="clear: both; text-align: center;"><a href="http://www.microsoft.com/library/media/1033/windows/images/internet-explorer/beta/default/ie8_searchsuggestion.jpg" style="margin-left: 1em; margin-right: 1em;"><img src="http://www.microsoft.com/library/media/1033/windows/images/internet-explorer/beta/default/ie8_searchsuggestion.jpg" height="116" border="0" width="200" /></a></div>
<p>Interesting! lets try them anyways!This update was a must for Windows 7 user as the beta crashed so many times.</p>
<p>Download link: <a href="http://www.microsoft.com/windows/internet-explorer/beta/worldwide-sites.aspx" target="_BLANK">http://www.microsoft.com/windows/internet-explorer/beta/worldwide-sites.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2009/03/for-all-frustrated-ie-8-beta-users-ie-8-rc1-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Cool features of Windows 7</title>
		<link>http://classictutorials.com/2009/01/top-10-cool-features-of-windows-7/</link>
		<comments>http://classictutorials.com/2009/01/top-10-cool-features-of-windows-7/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 07:09:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows7]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2009/01/20/top-10-cool-features-of-windows-7/</guid>
		<description><![CDATA[Few days before I downloaded Windows 7 Beta. First impression faster than the Alpha version but still slower than Vista Ultimate. Anyways am not going to compare the two versions but I shall just point out 10 cool features which I really like about Windows 7. If you want to try the beta here is the link to download. http://www.microsoft.com/windows/windows-7/beta-download.aspx Updated: 05 May,2009 Microsoft has released Windows 7 RC for public. Get your copy athttp://www.microsoft.com/windows/windows-7/download.aspx Don’t forget to save the Windows 7 key as it’s required for your activation. NB: This is limited download link so don’t blame me if ...]]></description>
			<content:encoded><![CDATA[<p>Few days before I downloaded Windows 7 Beta. First impression faster than the Alpha version but still slower than Vista Ultimate. Anyways am not going to compare the two versions but I shall just point out <span style="color: red;">10 cool features which I really like about Windows 7.</span><br />
<span style="font-weight: bold;">If you want to try the beta here is the link to download.</span></p>
<p><a href="http://www.microsoft.com/windows/windows-7/beta-download.aspx">http://www.microsoft.com/windows/windows-7/beta-download.aspx</a></p>
<div class="info"><span style="color: red;">Updated: 05 May,2009</span><br />
Microsoft has released Windows 7 RC for public. Get your copy at<a href="http://www.microsoft.com/windows/windows-7/download.aspx">http://www.microsoft.com/windows/windows-7/download.aspx</a></p>
</div>
<p>Don’t forget to save the Windows 7 key as it’s required for your activation. NB: This is limited download link so don’t blame me if you are late. Also if you have Vista with SP1 you can upgrade it directly.</p>
<p>On a broader view you will feel <span style="font-weight: bold;">windows 7 as a remake of Vista</span>. Most of the look and feel is same except some design change and some application change. Yap to be mentioned there has been certain architecture change but still the Windows 7 is resource hungry so never try with a week comp which already failed with Vista. Also most of the vista software works with windows 7 and some software even detect windows 7 as vista. :lol</p>
<p>Conf. of machine on which I used:</p>
<p>* Intel 965 mother board<br />
* 2GB DDR2 RAM<br />
* WD 500GB Sata II HD<br />
* XFX GeForce 8600 GTS 512MB DDR3</p>
<p>Here goes my review.</p>
<p><span style="font-weight: bold;">1.The Awesome Windows 7 Paint:</span></p>
<div style="text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/01/1windows7paint.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/1windows7paint.png?w=300" style="cursor: pointer; height: 51px; width: 320px;" border="0" /></a></div>
<p>At the first look the menu looks same as Office 2007. Really cool and pretty.</p>
<p>Though the functionality of paint was not increased much except the dedicated Crop tool, Rotate tool and Resize tool but the look and feel has huge change.</p>
<p><span style="font-weight: bold;">2.The new Windows 7 Power shell and Sticky Note:</span></p>
<div style="text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/01/2windows7cmdprompt.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/2windows7cmdprompt.png?w=300" style="cursor: pointer; height: 133px; width: 320px;" border="0" /></a></div>
<p>Still I am not sure what much you can do with this new Shell but yes if you are a XP or Vista user you can download power shell from here:</p>
<p>Xp and Vista Power Shell: <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx">http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx</a></p>
<p>But remember the windows 7 power shell is V2 and the download link I provided is for V1.</p>
<p>One more cool thing provided is the built in Windows 7 sticky note. Really helpful and at last no need to install any third party. Very useful for office works.</p>
<p><span style="font-weight: bold;">3. Windows Media Player 12:</span></p>
<div style="text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/01/3windows7mediaplayer12.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/3windows7mediaplayer12.png?w=300" style="cursor: pointer; height: 287px; width: 320px;" border="0" /></a></div>
<p>Yap you read it right. That’s media player 12. A bit light on resource and nothing special. It’s still not available for XP and Vista but hope it will be release soon.</p>
<p><span style="font-weight: bold;">4.Internet Explorer 8:</span></p>
<div style="text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/01/4windows7ie8beta.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/4windows7ie8beta.png?w=300" style="cursor: pointer; height: 185px; width: 320px;" border="0" /></a></div>
<p>Windows 7 comes bundled with much talked IE8 Beta which always crashes. Hope it works properly when out.Its available for XP and vista also and it never crashes there. Lot of improvements over IE 7 and again light on resource. Hope MS is learning now. Look is also good.</p>
<p>For XP and vista user:<a href="http://www.microsoft.com/windows/Internet-explorer/beta/default.aspx"> http://www.microsoft.com/windows/Internet-explorer/beta/default.aspx</a></p>
<p><span style="font-weight: bold;">5.Windows 7 Drive Lock (Bit Locker):</span></p>
<div style="text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/01/5windows7bitlocker1.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/5windows7bitlocker1.png?w=300" style="cursor: pointer; height: 142px; width: 320px;" border="0" /></a></div>
<p>At last its there and it’s so easy to use. Just right click on any of the drives and you are ready to lock it down. Give your password and lock it. It takes time to encrypt but no problem in between you can restart your PC and bit locker resumes again. For a 40GB drive with full data it took nearly 1hr to encrypt. Encrypt is only for first time.</p>
<p><span style="font-weight: bold;">6.Windows 7 Side bar:</span></p>
<div style="text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/01/6windows7extrabuttoningadgets.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/6windows7extrabuttoningadgets.png?w=136" style="cursor: pointer; height: 320px; width: 146px;" border="0" /></a></div>
<p>Better then Vista. The rectangular transparent solid background is gone. These is additional maximize button (Img. 1 above). It behaves differently for different gadgets. On click it can show up new features.</p>
<p><span style="font-weight: bold;">7.Windows 7 Background wallpaper changer:</span></p>
<div style="text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/01/7-1windows7backgroundchanger.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/7-1windows7backgroundchanger.png?w=300" style="cursor: pointer; height: 60px; width: 320px;" border="0" /></a></div>
<p>Windows 7 comes with built in wallpaper changer.Cool and useless atleast for me!<br />
<span style="font-weight: bold;">8.Windows 7 Media Center:</span></p>
<div style="text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/01/13windows7mediabackground.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/13windows7mediabackground.png?w=237" style="cursor: pointer; height: 320px; width: 254px;" border="0" /></a></div>
<p>More or less same as the Vista media center but yes I did found a cool feature.Check the screen shot.</p>
<p>It’s actually windows media center running on your desktop.</p>
<p>Just run Media center and press Windows + D. You will get you media center as desktop background. It’s really cool and I like it so much :wink</p>
<p><span style="font-weight: bold;">9.The Cool Start Menu Search:</span></p>
<div style="text-align: center;"><a href="http://kaushik009.files.wordpress.com/2009/01/11windows7startmenusearch.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/11windows7startmenusearch.png?w=235" style="cursor: pointer; height: 320px; width: 252px;" border="0" /></a></div>
<p>For XP user it may be new but Vista user already saw this. What I like here is the clean and categorized look of the start menu search.</p>
<p><span style="font-weight: bold;">10.Recent and Task on windows 7:</span></p>
<div styl="" br=""></div>
<p>e=</p>
<p>&#8220;text-align:center;&#8221;&gt;<a href="http://kaushik009.files.wordpress.com/2009/01/10windows7startmenu2brecentfiles.png"><img alt="" src="http://kaushik009.files.wordpress.com/2009/01/10windows7startmenu2brecentfiles.png?w=261" style="cursor: pointer; height: 320px; width: 279px;" border="0" /></a></p>
<p>There is a special arrow which appears for application which supports recent item like paint and Utorrent and tasks for apps like “Getting started”. A nice to have feature and handy.</p>
<p><b>11</b>. Surprise Surprise! A special one at the end. Its the <b><span style="color: red;">windows 7 Aero Shake</span>. </b>Totally new and cool. This was hard to write and describe so better take a look at this video :wink</p>
<p>Hope you liked my review. Thanks for reading. Your comments are welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2009/01/top-10-cool-features-of-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice trick to have notes on desktop &#124; Without any 3rd party</title>
		<link>http://classictutorials.com/2008/10/nice-trick-to-have-notes-on-desktop-without-any-3rd-party/</link>
		<comments>http://classictutorials.com/2008/10/nice-trick-to-have-notes-on-desktop-without-any-3rd-party/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 10:24:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/10/22/nice-trick-to-have-notes-on-desktop-without-any-3rd-party/</guid>
		<description><![CDATA[This is a nice trick and am using this extensively now a days! What is this all about:Guys to keep small notes in comp we usually use software like Stick Note(http://www.sticky-notes.net/). But these usually eats up huge memory and sometime very complected. Solution:This trick will help you to maintain your notes as logs using simple windows inbuilt Notepad. Its very easy. Create a new text file.Name it anything you like. Say Notes.txtNow add the following text in your notepad. &#8220;.LOG&#8221;Save your file.Now close the file and open again.Each time you open it the file will append current time stamp in ...]]></description>
			<content:encoded><![CDATA[<p>This is a nice trick and am using this extensively now a days!</p>
<p><span style="font-weight:bold;color:rgb(255,0,0);">What is this all about:</span><br />Guys to keep small notes in comp we usually use software like Stick Note(http://www.sticky-notes.net/). But these usually eats up huge memory and sometime very complected.</p>
<p><span style="font-weight:bold;color:rgb(255,0,0);">Solution:</span><br />This trick will help you to maintain your notes as logs using simple windows inbuilt Notepad.</p>
<p>Its very easy. Create a new text file.Name it anything you like. Say Notes.txt<br />Now add the following text in your notepad. &#8220;.LOG&#8221;<br />Save your file.<br />Now close the file and open again.<br />Each time you open it the file will append current time stamp in the file<br /><a href="http://kaushik009.files.wordpress.com/2008/10/1.jpg"><img style="cursor:pointer;" src="http://kaushik009.files.wordpress.com/2008/10/1.jpg?w=300" alt="" border="0" /></a><a href="http://kaushik009.files.wordpress.com/2008/10/2.jpg"><img style="cursor:pointer;" src="http://kaushik009.files.wordpress.com/2008/10/2.jpg?w=300" alt="" border="0" /></a></p>
<p>This is quiet easy and very easy to maintain. Just create a shortcut of it on your desktop and use it.<br />Let me know how you like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/10/nice-trick-to-have-notes-on-desktop-without-any-3rd-party/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Copying full folder path in windows</title>
		<link>http://classictutorials.com/2008/10/copying-full-folder-path-in-windows/</link>
		<comments>http://classictutorials.com/2008/10/copying-full-folder-path-in-windows/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 13:11:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/10/18/copying-full-folder-path-in-windows/</guid>
		<description><![CDATA[Guys this trick is bit old but as this blog is meant for all small and big tricks so i thought of adding this one also. Guys say you want to copy the full folder path. Usually what we do is we copy the path from the required folder&#8217;s parents folder and then add folder name to it. Say we need to copy the path for Songs folder which is at &#8220;D:TestSongs&#8221; we usually get &#8220;D:Test&#8221; + &#8220;Songs&#8221; = &#8220;D:TestSongs&#8221; But there is a easier way. Check the screen shot below. Just you need to press &#8220;Shift&#8221; and &#8220;Right Click&#8221; ...]]></description>
			<content:encoded><![CDATA[<p>Guys this trick is bit old but as this blog is meant for all small and big tricks so i thought of adding this one also.</p>
<p>Guys say you want to copy the full folder path. Usually what we do is we copy the path from the required folder&#8217;s parents folder and then add folder name to it.</p>
<p>Say we need to copy the path for Songs folder which is at &#8220;D:TestSongs&#8221; we usually get &#8220;D:Test&#8221; + &#8220;Songs&#8221; = &#8220;D:TestSongs&#8221;</p>
<p>But there is a easier way. Check the screen shot below. Just you need to press &#8220;Shift&#8221; and &#8220;Right Click&#8221; and &#8220;Copy as Path&#8221;
<div style="text-align:center;"><a href="http://kaushik009.files.wordpress.com/2008/10/a.jpg"><img style="cursor:pointer;" src="http://kaushik009.files.wordpress.com/2008/10/a.jpg?w=300" alt="" border="0" /></a>
<div style="text-align:left;">Actually this has helped me in various ways specially copying folder structures for pasting in cmd prompt.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/10/copying-full-folder-path-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Schedule your Gtalk to Kill</title>
		<link>http://classictutorials.com/2008/08/schedule-your-gtalk-to-kill/</link>
		<comments>http://classictutorials.com/2008/08/schedule-your-gtalk-to-kill/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 13:33:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/08/11/schedule-your-gtalk-to-kill/</guid>
		<description><![CDATA[Before i proceed let me ask you a question. Has this ever happened to you. You logged in to gtalk in your office. Now you came home and remembered that you forgot to sign it off and now when you sign in here if some one pings you the message will once come in your current window and once in office window? Has this happened to you? Then this is the tutorial you want! This is very easy and very handy. Prerequisits: Download at http://www.mediafire.com/file/k2ydg0yozzm/gtalkKill.zip Remember this is for your office computer or the computer where you want a auto ...]]></description>
			<content:encoded><![CDATA[<p>Before i proceed let me ask you a question.<br />
Has this ever happened to you. You logged in to gtalk in your office. Now you came home and remembered that you forgot to sign it off and now when you sign in here if some one pings you the message will once come in your current window and once in office window? Has this happened to you? Then this is the tutorial you want! This is very easy and very handy.</p>
<p><span style="font-weight:bold;">Prerequisits:</span><br />
Download at</p>
<p><a href="http://www.mediafire.com/file/k2ydg0yozzm/gtalkKill.zip">http://www.mediafire.com/file/k2ydg0yozzm/gtalkKill.zip</a></p>
<p>Remember this is for your office computer or the computer where you want a auto gtalk kill.<br />
Once you download just extract it in any drive.</p>
<p>Now <span style="font-weight:bold;">for XP users:</span><br />
Go to control pannel &#8211;&gt; Scheduled Task &#8211;&gt; Add scheduled task.. Click and follow the steps. Where it asks for application point it to the file you download. Give a time which you will be out of your office. Also <span class="blsp-spelling-corrected">don&#8217;t</span> forget to put your user <span class="blsp-spelling-corrected">credentials</span>. And make it a daily schedule. <span class="blsp-spelling-corrected">That&#8217;s</span> it.</p>
<p><span style="font-weight:bold;">For vista User:</span><br />
Click on Start button and type in search as &#8220;<span class="blsp-spelling-error">schedul</span>&#8221; click on the <span class="blsp-spelling-corrected">scheduler</span>.<br />
Now once the Task <span class="blsp-spelling-corrected">Scheduler</span> is open on the right hand side you will see &#8220;Create Basic Task&#8221; Click on it. The task <span class="blsp-spelling-corrected">scheduler</span> will open.</p>
<div style="text-align:center;"><a href="http://img144.imageshack.us/img144/5613/schedularaf2.jpg"><img style="cursor: pointer; width: 391px; height: 190px;" src="http://img144.imageshack.us/img144/5613/schedularaf2.jpg" border="0" alt="" /></a></div>
<p>Name: Give anything (<span class="blsp-spelling-error">Gtalk</span> kill)<br />
Description: Any description<br />
Task to start: Daily<br />
Start time: Time you will be out of your office<br />
Action: Start a program<br />
Program: Browse to the file you downloaded<br />
And press finish in the next screen and forget it..</p>
<p>Next time it will never ever happen that you will have 2 instance of <span class="blsp-spelling-error">gtalk</span> running.<br />
If you usually forget to log off your <span class="blsp-spelling-error">gtalk</span> at home then use the same method for home also.</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/08/schedule-your-gtalk-to-kill/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Easy way to add some extra space and speed up XP</title>
		<link>http://classictutorials.com/2008/08/easy-way-to-add-some-extra-space-and-speed-up-xp/</link>
		<comments>http://classictutorials.com/2008/08/easy-way-to-add-some-extra-space-and-speed-up-xp/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 14:21:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/08/02/easy-way-to-add-some-extra-space-and-speed-up-xp/</guid>
		<description><![CDATA[Usually i have seen my friends getting frustrated as XP it self is taking up so much space and eating up memory..What we should do?See obviously the best way is format the computer and reinstall the OS.. but its hectic and lots of imp data gets lost. So whats next?So XP keeps some folders to keep its temporary data!Those ideally should get deleted but they never happen perfectly. So..Step1: Delete C:WindowsTemp This folder is safe to delete and it again gets created when required by the OSStep2: Clear c:documents and setingsusernamelocal setingstemp folder.Step3: Clear the recycle bin.Step4: Open My Computer ...]]></description>
			<content:encoded><![CDATA[<p>Usually i have seen my friends getting frustrated as XP it self is taking up so much space and eating up memory..<br /><span style="font-weight:bold;">What we should do?</span><br />See obviously the best way is format the computer and reinstall the OS.. but its hectic and lots of imp data gets lost.</p>
<p><span style="font-weight:bold;">So whats next?</span><br />So XP keeps some folders to keep its temporary data!Those ideally should get deleted but they never happen perfectly. So..<br /><span style="font-weight:bold;">Step1: </span>Delete <strong>C:WindowsTemp </strong>This folder is safe to delete and it again gets created when required by the OS<br /><span style="font-weight:bold;">Step2:</span> Clear <span style="font-weight:bold;">c:documents and setingsusernamelocal setingstemp</span> folder.<br /><span style="font-weight:bold;">Step3:</span> Clear the recycle bin.<br /><span style="font-weight:bold;">Step4:</span> Open My Computer and then right click on the installed drive. Select the checkbox for &#8220;Compress the drive to save disk space&#8221; and let do the job.. it should take some time.<br /><span style="font-weight:bold;">Step5:</span>Uninstall all useless programs or reinstall programs on another drive.<br /><span style="font-weight:bold;">Step6:</span> Clean up your desktop. First it look ugly with lots of icon and 2nd it eats up memory.<br />Once these are done lets see what if anything else is wrong!<br /><span style="font-weight:bold;">Step7</span>:Click ctrl+altr+del and you get your task manager.<br />See the Applications running. Stop all the applications present there. And now wait for 5 mins. Now click on the performance tab and see the CPU usage.. A normal flow when you dont do anything should be 0~10 anything more than that means something wrong!<br />If anything wrong check step8<br /><span style="font-weight:bold;">Step8:</span> Click on the processes tab. You will see lots of application running. Lets figure out whats wrong. Click twice on the CPU tab will sort the thing and give you the applications taking lots of energy. Try to figure out what can be killed.. Reading there description you can come to know. <span style="font-weight:bold;">What you should not delete are &#8220;explorer.exe&#8221; or &#8220;Dllhost.exe&#8221;</span> and some others. Its best to read there description and folder location and think it can be deleted or not.<br /><span style="font-weight:bold;">Anyways if you kill something and do a mess just restart and it will be fine!</span></p>
<p>Also defragmenting your hard disk is a good practice!</p>
<p>I think that preety much should help.. From my experience one more thing i can tell.. never ever use cracked antivirus or you are gone.. use AVG Free edition best.<br />Also do scan your computer with some anti spyware! Use trial version of this: http://www.pctools.com/spyware-doctor/</p>
<p>Hope this post will help!</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/08/easy-way-to-add-some-extra-space-and-speed-up-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A huge list of Run Commands!</title>
		<link>http://classictutorials.com/2008/05/a-huge-list-of-run-commands/</link>
		<comments>http://classictutorials.com/2008/05/a-huge-list-of-run-commands/#comments</comments>
		<pubDate>Fri, 23 May 2008 11:08:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/05/23/a-huge-list-of-run-commands/</guid>
		<description><![CDATA[This is a huge list of probably all existing run commands (should work on all windows from Win2k)at one place! I have goggled ups and downs of internet to collect them together. I have nicely placed them in one pdf to make it easy to download and keep it with you for offline use!Also the pdf contains a small tutorial of how to clear run prompt history which may be of use in some case.. The list of command is huge and lots of my friends are already liking it Here goes the link: Link It would be nice if ...]]></description>
			<content:encoded><![CDATA[<p>This is a huge list of probably all existing run commands (should work on all windows from Win2k)at one place! I have goggled ups and downs of internet to collect them together. I have nicely placed them in one pdf to make it easy to download and keep it with you for offline use!<br />Also the pdf contains a small tutorial of how to clear run prompt history which may be of use in some case.. The list of command is huge and lots of my friends are already liking it <img src='http://classictutorials.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Here goes the link: <a href="http://rapidshare.com/files/117042347/classic_tutorials.pdf">Link</a></p>
<p>It would be nice if you can find out if something missing!!</p>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/05/a-huge-list-of-run-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem &#124; Gtalk not showing current music track &#124; WMP 11</title>
		<link>http://classictutorials.com/2008/05/problem-gtalk-not-showing-current-music-track-wmp-11/</link>
		<comments>http://classictutorials.com/2008/05/problem-gtalk-not-showing-current-music-track-wmp-11/#comments</comments>
		<pubDate>Tue, 13 May 2008 11:05:00 +0000</pubDate>
		<dc:creator>Kaushik</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Tricks and Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://kaushik009.wordpress.com/2008/05/13/problem-gtalk-not-showing-current-music-track-wmp-11/</guid>
		<description><![CDATA[Yesterday my windows media player 11 crashed and from then my gtalk was not showing the &#8220;current music track &#8221; status. After that i did lot of search and got the solution so thought of sharing with you guys! I got the help from the Google-Talk-Help-Discuss! It happens like this.. When windows media player 11 crashes it is designed in such a way that it disables all its plugin which also included my gtalk plugin.So what we need to do is just Re-Enable the plugin.. Open Windows Media player 11 Right click on the toolbar of media player &#8211;&#62; View ...]]></description>
			<content:encoded><![CDATA[<p>Yesterday my windows media player 11 crashed and from then my gtalk was not showing the &#8220;current music track &#8221; status. After that i did lot of search and got the solution so thought of sharing with you guys!</p>
<p>I got the help from the Google-Talk-Help-Discuss!</p>
<p>It happens like this.. When windows media player 11 crashes it is designed in such a way that it disables all its plugin which also included my gtalk plugin.<br />So what we need to do is just Re-Enable the plugin..
<ol>
<li>Open Windows Media player 11</li>
<li>Right click on the toolbar of media player &#8211;&gt; View &#8211;&gt; Plug-ins &#8211;&gt; Options &#8211;&gt; Background</li>
<li>Click on the checkbox for the gtalk plugin. Press OK.. Done</li>
</ol>
<p>No need to do any restart and it started working!</p>
<div class="warning"><b>Still things not working. Probably you are using Vista. If yes follow this step and it works 100%.</b></p>
<ul>
<li>&nbsp;Uninstall Gtalk.Make sure WMP is not running.</li>
<li>&nbsp;Now on the Gtalk installer(Download if you dont have) and do &#8220;Run as Administrator&#8221;. and install.</li>
<li>&nbsp;Now login in gtalk. <span style="color:red;">This is important</span> Don&#8217;t go to next step before signing in.</li>
<li>Once Gtalk is running in background start WMP and in gtalk change status to &#8220;Show current Track&#8221;. It should work. Working for me.</li>
</ul>
<p>Cheers! Updated: 22nd April 2009
<div style="color:#274e13;"><b>Gtalk also shows current track with Windows Media Player 12 on windows 7 using this steps.</b></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://classictutorials.com/2008/05/problem-gtalk-not-showing-current-music-track-wmp-11/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

