<?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>Bugjee.com &#187; How to</title>
	<atom:link href="http://www.bugjee.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bugjee.com</link>
	<description>No Rules for Learning  Technologies</description>
	<lastBuildDate>Fri, 11 Jun 2010 11:24:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to use notepad as electronic diary</title>
		<link>http://www.bugjee.com/how-to/how-to-use-notepad-as-electronic-diary/</link>
		<comments>http://www.bugjee.com/how-to/how-to-use-notepad-as-electronic-diary/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 11:24:08 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[notepad]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1322</guid>
		<description><![CDATA[Many people have habit to write personal diary or we can also say that if you want to know exact time when your write something in your computer. This is very small trick but do great work. Open notepad in your windows (XP, Vista, 7) computer. Type  .LOG   (upper case) and save as your desired [...]]]></description>
			<content:encoded><![CDATA[<p>Many people have habit to write personal diary or we can also say that if you want to know exact time when your write something in your computer.</p>
<p>This is very small trick but do great work.</p>
<p>Open notepad in your windows (XP, Vista, 7) computer.<br />
Type  .LOG   (upper case) and save as your desired place, where you can open easily.</p>
<p>Now open your saved notepad file, write something and save and open again you’ll see that, your file automatically add current Date and time.</p>
<p><a href="http://img.bugjee.com/2010/06/log-notepad.png"><img class="alignnone size-full wp-image-1323" title="log-notepad" src="http://img.bugjee.com/2010/06/log-notepad.png" alt="log notepad How to use notepad as electronic diary" width="232" height="169" /></a></p>
<p>You can also add current time with F5 (function key) but with this trick you can do this in more easy way and you don’t need to memorize it when every time you open your notepad file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/how-to-use-notepad-as-electronic-diary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install IIS (internet information server) on Windows Vista</title>
		<link>http://www.bugjee.com/how-to/install-iis-internet-information-server-on-windows-vista/</link>
		<comments>http://www.bugjee.com/how-to/install-iis-internet-information-server-on-windows-vista/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 16:56:48 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1299</guid>
		<description><![CDATA[By default IIS (Internet Information Server) is not intergraded with Window Operating System because this is not for general purpose software. IIS Server can be install in window OS as per requirement like ASP/.NET web development. For installing IIS in your vista operating system firstly you will need knowing this, that IIS not come with [...]]]></description>
			<content:encoded><![CDATA[<p>By default IIS (Internet Information Server) is not intergraded with Window  Operating System because this is not for general purpose software. IIS Server  can be install in window OS as per requirement like ASP/.NET web development.</p>
<p>For installing IIS in your vista operating system firstly you will need knowing this, that IIS not come with all vista flavors.</p>
<p>- Windows Vista Business, Enterprise and Ultimate come with IIS 7</p>
<p>- Windows Vista Home Premium comes with IIS 7</p>
<p>- Windows Vista Home Edition does not support PWS or IIS</p>
<p>If you find that, your vista comes with IIS.</p>
<p>Then, go to Control Panel, and then click on Programs. And click on &#8220;Turn Windows features on or off&#8221; link in Programs and Feature section.</p>
<p><img class="alignnone size-full wp-image-1301" title="install-iis-vista-1" src="http://img.bugjee.com/2009/06/install-iis-vista-1.png" alt="install iis vista 1 Install IIS (internet information server) on Windows Vista" width="411" height="90" /></p>
<p>Select Internet information services check box and then click ok button and wait (Times depends on your system &amp; hardware Configuration)</p>
<p><img class="alignnone size-full wp-image-1302" title="install-iis-vista" src="http://img.bugjee.com/2009/06/install-iis-vista.png" alt="install iis vista Install IIS (internet information server) on Windows Vista" width="420" height="385" /></p>
<p>Now open your browser and type localhost and enter, you&#8217;ll see the new default page like this&#8230;</p>
<p><img class="alignnone size-full wp-image-1303" title="localhost-iis" src="http://img.bugjee.com/2009/06/localhost-iis.jpg" alt="localhost iis Install IIS (internet information server) on Windows Vista" width="500" height="317" /></p>
<p>If you want to test or run your .asp file</p>
<p>open this location <strong>C:\inetpub\wwwroot</strong></p>
<p>Now copy your .asp file on this location and after this, open your browser and type your address such as -</p>
<p><strong>http://localhost/filename.asp</strong></p>
<p>or</p>
<p><strong>http://127.0.0.1/filename.asp</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/install-iis-internet-information-server-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable or disable Autoplay when attach USB, Pen or flash drive</title>
		<link>http://www.bugjee.com/how-to/enable-or-disable-autoplay-when-attach-usb-pen-or-flash-drive/</link>
		<comments>http://www.bugjee.com/how-to/enable-or-disable-autoplay-when-attach-usb-pen-or-flash-drive/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 11:34:40 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[usb drive]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[windows-7]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1271</guid>
		<description><![CDATA[You know that Pen &#38; flash drive is a very popular device and generally used for transferring &#38; storing data. But using of such type of device can be create problem for your computer some time or I can also say that USB / pen drive&#8217;s behave like a virus transporter and one other thing which help [...]]]></description>
			<content:encoded><![CDATA[<p>You know that Pen &amp; flash drive is a very popular device and generally used for transferring &amp; storing data. But using of such type of device can be create problem for your computer some time or I can also say that USB / pen drive&#8217;s behave like a virus transporter and one other thing which help this.</p>
<p>Name of this helper &#8211; <strong>A</strong><strong>utoplay</strong> system in windows operating system (vista, seven, xp)</p>
<p>But some say it is good and others are bad. After listen this type of things, I decide write something about in this matter and what the strategy that may you  follow according to your work and choose batter option,so that you decide what is good and what bed is, for you.</p>
<p><img class="alignnone size-full wp-image-1272" title="removable-drive" src="http://img.bugjee.com/2009/05/removable-drive.png" alt="removable drive Enable or disable Autoplay when attach USB, Pen or flash drive" width="322" height="227" /></p>
<p>When you attach your pen drive with your pc, an auto play popup display on your screen and ask you what do you want?</p>
<p>This is very good option when you attach pen drive because you don&#8217;t need to double click your computer icon and then double click your pen drive icon.</p>
<p>But according to today&#8217;s scenario Autoplay option is not secure for your system.</p>
<p>The main drawbacks of autoplay option is that, pen / flash or any USB drive are the big source to spread virus between computer and most of the virus work with auto play option because writer of the virus also know this things.</p>
<p>So this is a good choice for you to disabled pen / flash drive auto play option.</p>
<p>You can permanently disable your system auto play option but in this situation every time you need to open your drive with many clicks.</p>
<p>I know that, this type of setting can slow your work but in the bases of your Pc infected by any virus. This may be good deal for you.</p>
<p>Follow these instructions to disable autoplay option</p>
<p>Open control panel &gt; classic view (top left side) &gt; and double click on Autoplay icon.</p>
<p>Unselect &#8220;Use Autoplay for all media and devices&#8221; check box</p>
<p><img class="alignnone size-full wp-image-1273" title="disabled-autoplay" src="http://img.bugjee.com/2009/05/disabled-autoplay.png" alt="disabled autoplay Enable or disable Autoplay when attach USB, Pen or flash drive" width="485" height="120" /></p>
<p>And click on save button.</p>
<p>If you think that you don&#8217;t need disabled autoplay all time.</p>
<p>Ok, you can do this, But in this situation transfer data only trusted source or you know confidently and believe that pen/ flash/Usb drive don&#8217;t have any virus or malicious code.</p>
<p>Or you can also do other things if you know which people or friend &#8216;s pen / flash drive always have virus, and Every time when you attach your pen / flash drive, press and hold the <strong>Shift key</strong>, this will disable the auto play dialog box. Holding down the Shift key will also block the applications that starts automatically (mostly virus).</p>
<p>If you don’t interested this type of configuration and believe in <strong>Usfaw</strong> (Using software for any work) you can also try some of the free software.</p>
<p><a href="http://www.softpedia.com/get/Antivirus/iKill.shtml" target="_blank">Ikill 1.2.x</a></p>
<p><a href="http://www.softpedia.com/get/System/System-Miscellaneous/USB-FireWall.shtml" target="_blank">USB Firewall 1.1.x</a></p>
<p>This tip  work  for windows-7 ,Windows vista &amp; xp</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/enable-or-disable-autoplay-when-attach-usb-pen-or-flash-drive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating Shutdown Icon or One Click Shutdown in windows</title>
		<link>http://www.bugjee.com/how-to/creating-shutdown-icon-or-one-click-shutdown-in-windows/</link>
		<comments>http://www.bugjee.com/how-to/creating-shutdown-icon-or-one-click-shutdown-in-windows/#comments</comments>
		<pubDate>Sat, 30 May 2009 04:40:36 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[windows seven]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[windows-7]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1261</guid>
		<description><![CDATA[This may be good news for you if you are unsatisfied to default shutdown option &#38; location in windows operating system (windows-7, windows-vista, and windows-xp). But now you can shut down your pc in just one click, take some instruction and after this you are ready for it. Navigate to your desktop. On the desktop, [...]]]></description>
			<content:encoded><![CDATA[<p>This may be good news for you if you are unsatisfied to default shutdown option &amp; location in windows operating system (windows-7, windows-vista, and windows-xp).</p>
<p>But now you can shut down your pc in just one click, take some instruction and after this you are ready for it.</p>
<p>Navigate to your desktop. On the desktop, right-click and go to New, then to Shortcut.</p>
<p>Now you see a pop-up window.<br />
Copy &amp; paste below command in &#8220;Type Location of the Item&#8221;</p>
<p><strong>SHUTDOWN -s -t 01</strong></p>
<p><strong><img class="alignnone size-full wp-image-1262" title="one-click-shutdown" src="http://img.bugjee.com/2009/05/one-click-shutdown.png" alt="one click shutdown Creating Shutdown Icon or One Click Shutdown in windows" width="347" height="221" /></strong></p>
<p>Click the &#8220;Next&#8221; button. Name the shortcut and click the &#8220;Finish&#8221; button. Now whenever you want to shut down, just click on this shortcut and you&#8217;re done.</p>
<p>To abort the shutdown in progress, at the command prompt, type <strong>shutdown -a</strong>. or you can also create shortcut like one click shutdown.</p>
<p><img class="alignnone size-full wp-image-1269" title="terminate-shutdown" src="http://img.bugjee.com/2009/05/terminate-shutdown.png" alt="terminate shutdown Creating Shutdown Icon or One Click Shutdown in windows" width="285" height="89" /></p>
<p>Create new shortcut and Copy &amp; paste below command in &#8220;Type Location of the Item&#8221;</p>
<p><strong>Shutdown -a</strong><strong></strong></p>
<p>Mostly users always use c drive for installing windows operating system.<br />
But If the C: drive is not your installed windows drive, and then first replaces &#8220;C&#8221; with the correct letter of the hard drive. For changing your drive letter right click your created shutdown shortcut and open properties and replace your drive letter with your installed windows drive.</p>
<p><img class="alignnone size-full wp-image-1263" title="one-click-shutdown-2" src="http://img.bugjee.com/2009/05/one-click-shutdown-2.png" alt="one click shutdown 2 Creating Shutdown Icon or One Click Shutdown in windows" width="351" height="250" /></p>
<p>If you want to shut down your system after some time or any specific time period</p>
<p>The valid range is 0-600, with a default of 30.</p>
<p>Shutdown -s -t &lt;time in seconds&gt;</p>
<p>Shutdown -s</p>
<p>Your system will be shutdown in 30 seconds.</p>
<p>Shutdown -s -t 300</p>
<p>When you use this command your system will be shut down in 5 minutes.</p>
<p><img class="alignnone size-full wp-image-1268" title="shut-down-vista" src="http://img.bugjee.com/2009/05/shut-down-vista.png" alt="shut down vista Creating Shutdown Icon or One Click Shutdown in windows" width="366" height="201" /></p>
<p>Shutdown -s -t 600</p>
<p>When you use this command your system will be shut down in 10 minutes.</p>
<p>You can also customize one click shutdown icon because by default it don&#8217;t have any icon</p>
<p>For changing icon right click your created shutdown shortcut and open properties and click change icon button, and choose your desire icon.</p>
<p><img class="alignnone size-full wp-image-1265" title="change-icon" src="http://img.bugjee.com/2009/05/change-icon.png" alt="change icon Creating Shutdown Icon or One Click Shutdown in windows" width="149" height="94" /></p>
<p>You can also change your one click shutdown icon location and save some space from your desktop, this is more handy to move from desktop to quick launch in taskbar.</p>
<p><img class="alignnone size-full wp-image-1264" title="desktop-to-quick-launch" src="http://img.bugjee.com/2009/05/desktop-to-quick-launch.png" alt="desktop to quick launch Creating Shutdown Icon or One Click Shutdown in windows" width="231" height="147" /></p>
<p>If you want to know more about it, open your command prompt and use this command <strong>shutdown /?</strong></p>
<p>You can also do same thing with one keyboard key, just press power button form your keyboard (mostly top right side) , but you don&#8217;t abort the shutdown progress after use this power button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/creating-shutdown-icon-or-one-click-shutdown-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change default save location in Microsoft Office Word 2007</title>
		<link>http://www.bugjee.com/how-to/how-to-change-default-save-location-in-microsoft-office-word-2007/</link>
		<comments>http://www.bugjee.com/how-to/how-to-change-default-save-location-in-microsoft-office-word-2007/#comments</comments>
		<pubDate>Fri, 29 May 2009 14:25:05 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Office Word 2007]]></category>
		<category><![CDATA[office tips]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1251</guid>
		<description><![CDATA[Every time when you work in Microsoft Office Word 2007 you always feel this, that every time Ms Word open same location for saving file because it is a default seeting. But after saving the file when you open your save file directly from hard drive, this is not handy due to very long path [...]]]></description>
			<content:encoded><![CDATA[<p>Every time when you work in Microsoft Office Word 2007 you always feel this, that every time Ms Word open same location for saving file because it is a default seeting.</p>
<p>But after saving the file when you open your save file directly from hard drive, this is not handy due to very long path to open saved file.</p>
<p>Windows vista &#8211; &lt;user folder&gt; \ Documents \ and then open your saved file</p>
<p>But this is good for you if you change your default file save location so that you can easily open your file.</p>
<p>For changing file location follow these instructions -</p>
<p>Go to title bar and click customize quick access toolbar then click more commands.</p>
<p><img class="alignnone size-full wp-image-1253" title="ms-word-location-2" src="http://img.bugjee.com/2009/05/ms-word-location-2.png" alt="ms word location 2 How to Change default save location in Microsoft Office Word 2007" width="362" height="298" /></p>
<p>Click on advance in left side, scroll down window and go to general section and click on file location buttons.</p>
<p><img class="alignnone size-full wp-image-1254" title="ms-word-location-3" src="http://img.bugjee.com/2009/05/ms-word-location-3.png" alt="ms word location 3 How to Change default save location in Microsoft Office Word 2007" width="400" height="293" /></p>
<p>Select Documents and then click on modify button, and select your new desire location.</p>
<p><img class="alignnone size-full wp-image-1255" title="ms-word-location-1" src="http://img.bugjee.com/2009/05/ms-word-location-1.png" alt="ms word location 1 How to Change default save location in Microsoft Office Word 2007" width="399" height="278" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/how-to-change-default-save-location-in-microsoft-office-word-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose batter file type to save hard &amp; Pen drive space</title>
		<link>http://www.bugjee.com/how-to/choose-batter-file-type-to-save-hard-pen-drive-space/</link>
		<comments>http://www.bugjee.com/how-to/choose-batter-file-type-to-save-hard-pen-drive-space/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:20:32 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[usb drive]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1240</guid>
		<description><![CDATA[You know that the main game is always played  in computer by file. But if you have  more knowledge about file type you can batter handle your system and your hard drive. Sometime this is more handy when you transfer some file with your pen drive / usb drive and you need some more space, [...]]]></description>
			<content:encoded><![CDATA[<p>You know that the main game is always played  in computer by file.</p>
<p>But if you have  more knowledge about file type you can batter handle your system and your hard drive.</p>
<p>Sometime this is more handy when you transfer some file with your pen drive / usb drive and you need some more space, but physically it&#8217;s not possible to increase your hardware capacity immediately.</p>
<p>But you can do this by decreasing your file size.</p>
<p>You can understand it with this example -</p>
<p>I have two bin file</p>
<p>Total size of .bin &amp; .cue files = 1.51 GB</p>
<p>After converting bin into iso</p>
<p>Total size of .iso files = 1.32 GB</p>
<p>Now you save = .19 GB / 194.56 Mb (where 1024 mb = 1 GB)</p>
<p><img class="alignnone size-full wp-image-1241" title="bin-to-iso-convert" src="http://img.bugjee.com/2009/05/bin-to-iso-convert.png" alt="bin to iso convert Choose batter file type to save hard & Pen drive space" width="294" height="149" /></p>
<p>You can easily convert your bin file into iso with <a href="http://www.bugjee.com/?p=1209" target="_blank">anytoiso </a>free utility.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/choose-batter-file-type-to-save-hard-pen-drive-space/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solve &#8220;could not find the UK or US version of Medal of Honor Allied Assault&#8221;</title>
		<link>http://www.bugjee.com/how-to/solve-could-not-find-the-uk-or-us-version-of-medal-of-honor-allied-assault/</link>
		<comments>http://www.bugjee.com/how-to/solve-could-not-find-the-uk-or-us-version-of-medal-of-honor-allied-assault/#comments</comments>
		<pubDate>Sun, 24 May 2009 05:16:43 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[EA games]]></category>
		<category><![CDATA[games bug]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1204</guid>
		<description><![CDATA[when you try to install Medal of Honor Allied Assault(tm) Breakthrough some time you find this type of problem. But now you can solve your problem and install the game. Follow this instruction to fix this problem. Open registry editor – Window logo +R, type Regedit and then enter Find the key: Hkey_local_ machine &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>when you try to install Medal of Honor Allied Assault(tm) Breakthrough some time you find this type of problem.</p>
<p><img class="alignnone size-full wp-image-1205" title="medal-of-honor-allied-assault" src="http://img.bugjee.com/2009/05/medal-of-honor-allied-assault.gif" alt="medal of honor allied assault Solve could not find the UK or US version of Medal of Honor Allied Assault" width="402" height="68" /></p>
<p>But now you can solve your problem and install the game. Follow this instruction to fix this problem.</p>
<p>Open registry editor – Window logo +R, type Regedit and then enter</p>
<p>Find the key: Hkey_local_ machine &gt; software &gt; EA games &gt; Medal of Honor allied assault</p>
<p><img class="alignnone size-full wp-image-1206" title="medal-of-honor-allied-assault-breakthrough" src="http://img.bugjee.com/2009/05/medal-of-honor-allied-assault-breakthrough.gif" alt="medal of honor allied assault breakthrough Solve could not find the UK or US version of Medal of Honor Allied Assault" width="283" height="279" /><br />
Where you find one folder, right click on this folder ,rename and replace last three digits with 200<br />
Close your registry editor and try again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/solve-could-not-find-the-uk-or-us-version-of-medal-of-honor-allied-assault/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to restore original VLC skin and config on Window Vista</title>
		<link>http://www.bugjee.com/how-to/how-to-restore-original-vlc-skin-and-config-on-window-vista/</link>
		<comments>http://www.bugjee.com/how-to/how-to-restore-original-vlc-skin-and-config-on-window-vista/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 08:33:04 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[vlc player]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1143</guid>
		<description><![CDATA[Theme customization is a good option for any software so that you can change it according to your Operating System environment  and your own desire. In this condition Vlc player is good choice for every one , which is available with nice theme / skin collection for users. But sometimes theme creates some problems and [...]]]></description>
			<content:encoded><![CDATA[<p>Theme customization is a good option for any software so that you can change it according to your Operating System environment  and your own desire.</p>
<p>In this condition Vlc player is good choice for every one , which is available with nice theme / skin collection for users.</p>
<p>But sometimes theme creates some problems and don’t work according to your choice and in this condition you have only one way that switch back to your original theme and vlc  configuration.</p>
<p>For restoring  original VLC skin and configuration follow these steps.</p>
<p>Click Start button and Type VlC in search bar then click on Reset VLC media player preferences and cache files</p>
<p><img class="alignnone size-full wp-image-1144" title="vlc-restore-skin" src="http://img.bugjee.com/2009/04/vlc-restore-skin.png" alt="vlc restore skin How to restore original VLC skin and config on Window Vista" width="260" height="185" /></p>
<p>Now click on ok button and start your VlC player.</p>
<p>This tutorial also work for window -7, All vista version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/how-to-restore-original-vlc-skin-and-config-on-window-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install window media player 11 theme in vlc on windows vista</title>
		<link>http://www.bugjee.com/how-to/install-window-media-player-11-theme-in-vlc-on-windows-vista/</link>
		<comments>http://www.bugjee.com/how-to/install-window-media-player-11-theme-in-vlc-on-windows-vista/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 07:24:10 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[vlc player]]></category>
		<category><![CDATA[window vista]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1135</guid>
		<description><![CDATA[VlC player is a good software for playing different  types of music and video file, it also supports different types of multimedia file format generally you don&#8217;t find in another multimedia software and the best thing of vlc is that it is free for everyone. By default theme of vlc player is not attractive but [...]]]></description>
			<content:encoded><![CDATA[<p>VlC player is a good software for playing different  types of music and video file, it also supports different types of multimedia file format generally you don&#8217;t find in another multimedia software and the best thing of vlc is that it is free for everyone.</p>
<p>By default theme of vlc player is not attractive but vlc Player have option for changing theme according to your choice.</p>
<p>For changing theme in vlc first you need theme you can download here</p>
<p>Download window media player 11 <a href="http://www.videolan.org/vlc/download-skins2-go.php?url=wmp11deskband.vlt" target="_blank">theme</a></p>
<p>Here you can download <a href="http://www.videolan.org/vlc/skins.php" target="_blank">more vlc theme</a> (click on your desired theme image and then click on download)</p>
<p>After Downloading copy these file (theme name.vlt) on this folder (C:\Program Files\VideoLAN\VLC\skins)</p>
<p>Now open vlc player press Ctrl + P or go to Tools and click on Preferences&#8230;</p>
<p>Click Skins radio button then click browse and choose your vlc skin file</p>
<p>(C:\Program Files\VideoLAN\VLC\skins)</p>
<p><img class="alignnone size-full wp-image-1136" title="vlc-interface-settings" src="http://img.bugjee.com/2009/04/vlc-interface-settings.jpg" alt="vlc interface settings Install window media player 11 theme in vlc on windows vista" width="500" height="272" /></p>
<p>Click on save button and restart you vlc player again and enjoy your new window media player 11 theme.</p>
<p><img class="alignnone size-full wp-image-1137" title="vlc-media-player-skins" src="http://img.bugjee.com/2009/04/vlc-media-player-skins.jpg" alt="vlc media player skins Install window media player 11 theme in vlc on windows vista" width="500" height="334" /></p>
<p><!--[if gte mso 9]><xml> <w :WordDocument> </w><w :View>Normal</w> <w :Zoom>0</w> <w :TrackMoves /> <w :TrackFormatting /> <w :PunctuationKerning /> <w :ValidateAgainstSchemas /> <w :SaveIfXMLInvalid>false</w> <w :IgnoreMixedContent>false</w> <w :AlwaysShowPlaceholderText>false</w> <w :DoNotPromoteQF /> <w :LidThemeOther>EN-US</w> <w :LidThemeAsian>X-NONE</w> <w :LidThemeComplexScript>X-NONE</w> <w :Compatibility> <w :BreakWrappedTables /> <w :SnapToGridInCell /> <w :WrapTextWithPunct /> <w :UseAsianBreakRules /> <w :DontGrowAutofit /> <w :SplitPgBreakAndParaMark /> <w :DontVertAlignCellWithSp /> <w :DontBreakConstrainedForcedTables /> <w :DontVertAlignInTxbx /> <w :Word11KerningPairs /> <w :CachedColBalance /> </w> <m :mathPr> <m :mathFont m:val="Cambria Math" /> <m :brkBin m:val="before" /> <m :brkBinSub m:val="&#45;-" /> <m :smallFrac m:val="off" /> <m :dispDef /> <m :lMargin m:val="0" /> <m :rMargin m:val="0" /> <m :defJc m:val="centerGroup" /> <m :wrapIndent m:val="1440" /> <m :intLim m:val="subSup" /> <m :naryLim m:val="undOvr" /> </m> </xml>< ![endif]--><!--[if gte mso 9]><xml> <w :LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w :LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w :LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w :LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w :LsdException Locked="false" Priority="39" Name="toc 1" /> <w :LsdException Locked="false" Priority="39" Name="toc 2" /> <w :LsdException Locked="false" Priority="39" Name="toc 3" /> <w :LsdException Locked="false" Priority="39" Name="toc 4" /> <w :LsdException Locked="false" Priority="39" Name="toc 5" /> <w :LsdException Locked="false" Priority="39" Name="toc 6" /> <w :LsdException Locked="false" Priority="39" Name="toc 7" /> <w :LsdException Locked="false" Priority="39" Name="toc 8" /> <w :LsdException Locked="false" Priority="39" Name="toc 9" /> <w :LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w :LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w :LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w :LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w :LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w :LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w :LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w :LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w :LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w :LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w :LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w :LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w :LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w :LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w :LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w :LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w :LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w :LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w :LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w :LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w :LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w :LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w :LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w :LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w :LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w :LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w :LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w :LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w :LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w :LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w :LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w :LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w :LsdException Locked="false" Priority="37" Name="Bibliography" /> <w :LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w> </xml>< ![endif]--></p>
<p class="MsoNormal">This tutorial also work for window -7, All vista version and Xp</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/install-window-media-player-11-theme-in-vlc-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete or close orkut account completely</title>
		<link>http://www.bugjee.com/how-to/delete-or-close-orkut-account-completely/</link>
		<comments>http://www.bugjee.com/how-to/delete-or-close-orkut-account-completely/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 07:44:28 +0000</pubDate>
		<dc:creator>Ashish Choudhary</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Orkut]]></category>

		<guid isPermaLink="false">http://www.bugjee.com/?p=1124</guid>
		<description><![CDATA[Do you know that nothing is stable in life, I think everybody&#8217;s answer is yes. Well we don’t talk here about your life but I want to talk about your work on internet like orkuting. Some people find problems when delete or close your orkut account completely. But now you can do this in a [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know that nothing is stable in life, I think everybody&#8217;s answer is yes. Well we don’t talk here about your life but I want to talk about your work on internet like orkuting.</p>
<p>Some people find problems when delete or close your orkut account completely. But now you can do this in a few  simple steps.</p>
<p><strong>First method</strong><br />
1. Login to your account.<br />
2. Go to this link: <a href="http://www.orkut.com/AccountDeletion.aspx" target="_blank">Account Deletion</a><br />
3. Click on “delete my account”<br />
4. The next page it takes you to will just confirm that you want to delete your account. (Please read carefully all things).<br />
5. Click on “Remove Orkut”</p>
<p><strong>Second method</strong><br />
If you already login in your orkut account<br />
1. Click the settings tab on the left of your profile.<br />
2. Click deletes my Orkut account on the general tab.<br />
3. The next page it takes you to will just confirm that you want to delete your account. (Please read carefully all things)<br />
4. Next page it asks you your password again, type your password and then click on Remove Orkut button.<br />
According to orkut it will take upto 24 hours for your account to be fully deleted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bugjee.com/how-to/delete-or-close-orkut-account-completely/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
