<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-2371165750056448078</atom:id><lastBuildDate>Wed, 25 Sep 2024 04:43:27 +0000</lastBuildDate><category>windows</category><category>Win XP</category><category>Internet</category><category>How to make a virus</category><category>Tools</category><title>How to do it tutorials online</title><description>This blog has been made to provide simple pc tricks and tips.</description><link>http://howtodoittutorials.blogspot.com/</link><managingEditor>noreply@blogger.com (hemant)</managingEditor><generator>Blogger</generator><openSearch:totalResults>35</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-7949964847780949102</guid><pubDate>Wed, 07 Oct 2009 13:41:00 +0000</pubDate><atom:updated>2009-10-07T07:18:39.434-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">How to make a virus</category><title>How to Make a Virus</title><description>Hi all,&lt;br /&gt;&lt;br /&gt;In this tutorial i will show you how you can make a prank virus so that you can use to play with your friends. It is 100% safe ... though i am not responsible for broken legs, fingers that might happen to you because you get beaten by your friends for such a prank..&lt;br /&gt;&lt;br /&gt;Ok lets start..&lt;br /&gt;&lt;br /&gt;This virus will open up victims cd rom, internet explorer and some few things like .. virus detected and blah blah blah...&lt;br /&gt;&lt;br /&gt;How to do it is as follows:&lt;br /&gt;&lt;br /&gt;1. Open Notepad ( you will find it in start-&gt; program files -&gt; accessories -&gt; notepad , OR you can go to start -&gt; Run -&gt; type notepad.exe and press enter )&lt;br /&gt;&lt;br /&gt;2. copy and paste following as it is ...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;On Error Resume Next&lt;br /&gt;StrAgentName2 = &quot;MERLIN&quot;&lt;br /&gt;StrAgentPath2 = &quot;C:\Windows\Msagent\Chars\&quot; &amp;amp; strAgentName2 &amp;amp; &quot;.Acs&quot;&lt;br /&gt;Set objAgent2 = CreateObject(&quot;Agent.Control.2&quot;)&lt;br /&gt;ObjAgent2.Connected = TRUE&lt;br /&gt;ObjAgent2.Characters.Load strAgentName2, strAgentPath2&lt;br /&gt;Set objPeter = objAgent2.Characters.Character(strAgentName2)&lt;br /&gt;ObjPeter.MoveTo 700,300&lt;br /&gt;ObjPeter.Show&lt;br /&gt;ObjPeter.Play &quot;GetAttention&quot;&lt;br /&gt;ObjPeter.Play &quot;GetAttentionReturn&quot;&lt;br /&gt;ObjPeter.Speak(&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;Hi I&#39;m Shahrukh khan here to take control of your computer&lt;/span&gt;&quot;)&lt;br /&gt;Wscript.Sleep 1000&lt;br /&gt;Set objAction= objPeter.Hide&lt;br /&gt;Do While objPeter.Visible = True&lt;br /&gt;Wscript.Sleep 250&lt;br /&gt;Loop&lt;br /&gt;Wscript.Sleep 100&lt;br /&gt;On Error Resume Next&lt;br /&gt;StrAgentName2 = &quot;MERLIN&quot;&lt;br /&gt;StrAgentPath2 = &quot;C:\Windows\Msagent\Chars\&quot; &amp;amp; strAgentName2 &amp;amp; &quot;.Acs&quot;&lt;br /&gt;Set objAgent2 = CreateObject(&quot;Agent.Control.2&quot;)&lt;br /&gt;ObjAgent2.Connected = TRUE&lt;br /&gt;ObjAgent2.Characters.Load strAgentName2, strAgentPath2&lt;br /&gt;Set objPeter = objAgent2.Characters.Character(strAgentName2)&lt;br /&gt;ObjPeter.MoveTo 700,300&lt;br /&gt;ObjPeter.Show&lt;br /&gt;ObjPeter.Play &quot;GetAttention&quot;&lt;br /&gt;ObjPeter.Play &quot;GetAttentionReturn&quot;&lt;br /&gt;ObjPeter.Speak(&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;downloading virus . . . 20% . . . 40% . . . 60% . . . 80% . . . 100% virus downloaded&lt;/span&gt;&quot;)&lt;br /&gt;Wscript.Sleep 1000&lt;br /&gt;Set objAction= objPeter.Hide&lt;br /&gt;Do While objPeter.Visible = True&lt;br /&gt;Wscript.Sleep 250&lt;br /&gt;Loop&lt;br /&gt;Wscript.Sleep 100&lt;br /&gt;On Error Resume Next&lt;br /&gt;StrAgentName2 = &quot;MERLIN&quot;&lt;br /&gt;StrAgentPath2 = &quot;C:\Windows\Msagent\Chars\&quot; &amp;amp; strAgentName2 &amp;amp; &quot;.Acs&quot;&lt;br /&gt;Set objAgent2 = CreateObject(&quot;Agent.Control.2&quot;)&lt;br /&gt;ObjAgent2.Connected = TRUE&lt;br /&gt;ObjAgent2.Characters.Load strAgentName2, strAgentPath2&lt;br /&gt;Set objPeter = objAgent2.Characters.Character(strAgentName2)&lt;br /&gt;ObjPeter.MoveTo 700,300&lt;br /&gt;ObjPeter.Show&lt;br /&gt;ObjPeter.Play &quot;GetAttention&quot;&lt;br /&gt;ObjPeter.Play &quot;GetAttentionReturn&quot;&lt;br /&gt;ObjPeter.Speak(&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;watch as I open your cd drive&lt;/span&gt;&quot;)&lt;br /&gt;Wscript.Sleep 1000&lt;br /&gt;Set objAction= objPeter.Hide&lt;br /&gt;Do While objPeter.Visible = True&lt;br /&gt;Wscript.Sleep 250&lt;br /&gt;Loop&lt;br /&gt;Wscript.Sleep 100&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Set oWMP = CreateObject(&quot;WMPlayer.OCX.7&quot; )&lt;br /&gt;Set colCDROMs = oWMP.CdromCollection&lt;br /&gt;&lt;br /&gt;If colCDROMs.Count &gt;= 1 then&lt;br /&gt;For I = 0 to colCDROMs.Count - 1&lt;br /&gt;ColCDROMs.Item(I).Eject&lt;br /&gt;Next &#39; cdrom&lt;br /&gt;End If&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Wscript.Sleep 100&lt;br /&gt;On Error Resume Next&lt;br /&gt;StrAgentName2 = &quot;MERLIN&quot;&lt;br /&gt;StrAgentPath2 = &quot;C:\Windows\Msagent\Chars\&quot; &amp;amp; strAgentName2 &amp;amp; &quot;.Acs&quot;&lt;br /&gt;Set objAgent2 = CreateObject(&quot;Agent.Control.2&quot;)&lt;br /&gt;ObjAgent2.Connected = TRUE&lt;br /&gt;ObjAgent2.Characters.Load strAgentName2, strAgentPath2&lt;br /&gt;Set objPeter = objAgent2.Characters.Character(strAgentName2)&lt;br /&gt;ObjPeter.MoveTo 700,300&lt;br /&gt;ObjPeter.Show&lt;br /&gt;ObjPeter.Play &quot;GetAttention&quot;&lt;br /&gt;ObjPeter.Play &quot;GetAttentionReturn&quot;&lt;br /&gt;ObjPeter.Speak(&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;lol I now open internet explorer&lt;/span&gt;&quot;)&lt;br /&gt;Wscript.Sleep 1000&lt;br /&gt;Set objAction= objPeter.Hide&lt;br /&gt;Do While objPeter.Visible = True&lt;br /&gt;Wscript.Sleep 250&lt;br /&gt;Loop&lt;br /&gt;Wscript.Sleep 100&lt;br /&gt;Set WshShell = WScript.CreateObject(&quot;WScript.Shell&quot;)&lt;br /&gt;WshShell.Run &quot;iexplore http://www.Google.Com&quot;, 9&lt;br /&gt;WScript.Sleep 10000 &#39; Give ie some time to load&lt;br /&gt;&lt;br /&gt;&#39;Close the browser&lt;br /&gt;WshShell.SendKeys &quot;%F&quot;&lt;br /&gt;WshShell.SendKeys &quot;C&quot;&lt;br /&gt;Wscript.Sleep 100&lt;br /&gt;On Error Resume Next&lt;br /&gt;StrAgentName2 = &quot;MERLIN&quot;&lt;br /&gt;StrAgentPath2 = &quot;C:\Windows\Msagent\Chars\&quot; &amp;amp; strAgentName2 &amp;amp; &quot;.Acs&quot;&lt;br /&gt;Set objAgent2 = CreateObject(&quot;Agent.Control.2&quot;)&lt;br /&gt;ObjAgent2.Connected = TRUE&lt;br /&gt;ObjAgent2.Characters.Load strAgentName2, strAgentPath2&lt;br /&gt;Set objPeter = objAgent2.Characters.Character(strAgentName2)&lt;br /&gt;ObjPeter.MoveTo 700,300&lt;br /&gt;ObjPeter.Show&lt;br /&gt;ObjPeter.Play &quot;GetAttention&quot;&lt;br /&gt;ObjPeter.Play &quot;GetAttentionReturn&quot;&lt;br /&gt;ObjPeter.Speak(&quot;&lt;span style=&quot;font-weight: bold;&quot;&gt;now I will restart your computer&lt;/span&gt;&quot;)&lt;br /&gt;Wscript.Sleep 1000&lt;br /&gt;Set objAction= objPeter.Hide&lt;br /&gt;Do While objPeter.Visible = True&lt;br /&gt;Wscript.Sleep 250&lt;br /&gt;Loop&lt;br /&gt;Do&lt;br /&gt;Wscript.Sleep 100&lt;br /&gt;WshShell.SendKeys &quot;%{F4}&quot;&lt;br /&gt;Wscript.Sleep 100&lt;br /&gt;Wshshell.Sendkeys &quot;are&quot;&lt;br /&gt;Loop&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ya thats it.... you can change the words in BOLD letters  to your taste..&lt;br /&gt;&lt;br /&gt;3. Now in notepad go to file -&gt; sava as -&gt; in File name area write name such as  abc.vbs ( u can change abc to whatever u like) -&gt; then in save as type area select all files.&lt;br /&gt;&lt;br /&gt;4. thats it.. you have made a new virus.. yippee&lt;br /&gt;&lt;br /&gt;OR alternatively you can download it from &lt;a href=&quot;http://rapidshare.com/files/289844599/prank_virus.vbs&quot;&gt;here directly&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy.. if you have any doubts just let me know by writing &lt;a href=&quot;http://howtodoittutorials.blogspot.com/2009/10/how-to-make-virus.html#comments&quot;&gt;comments&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Stay tuned by following this blog or&lt;a href=&quot;http://feeds2.feedburner.com/HowToDoItTutorialsOnline&quot;&gt; subscribing to feed reader&lt;/a&gt; .... cuz many such virus making tutorials are coming soon.</description><link>http://howtodoittutorials.blogspot.com/2009/10/how-to-make-virus.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-3028068738143612201</guid><pubDate>Tue, 23 Jun 2009 17:28:00 +0000</pubDate><atom:updated>2009-06-23T10:37:45.007-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Tools</category><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>How to make 300MB Movies in HQ with x264</title><description>&lt;strong&gt;How to make 300MB Movies in HQ with x264&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;1. Installing and Updating:&lt;br /&gt;Install MeGUI, update it. (Update is a MUST! then load all profiles offered during the update!)&lt;br /&gt;&lt;br /&gt;2. Opening and Creating Avisynth&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRhZ1L8VvbLmpZzO0xjrWi33By15pLlEy1LfHBlXPhMehgxSWAQqvjv4xkxDGhvXC8uoQhWXwXC9CYxXTRxiz9IYsuVBikKFUtrvZW-uMKyKOLxXPm1xKAuF6gBxeGEcdUNXpyKuUM_2Y2/s1600-h/28lv02q.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 484px; height: 223px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRhZ1L8VvbLmpZzO0xjrWi33By15pLlEy1LfHBlXPhMehgxSWAQqvjv4xkxDGhvXC8uoQhWXwXC9CYxXTRxiz9IYsuVBikKFUtrvZW-uMKyKOLxXPm1xKAuF6gBxeGEcdUNXpyKuUM_2Y2/s400/28lv02q.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5350577174199476402&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;When you run the program, File/Open your source film,&lt;br /&gt;(SOURCE MUST BE GOOD QUALITY -- HD, HDrip, DVDR, DVDrip or atleast R5 LINE --, don&#39;t bother with low quality sources) it will ask you to create AVS file, its mostly needed for resizing, cropping,filter information, and source path of course. Just untick/unselect the Resize, cause if you temper with the resolution it doesn&#39;t turns out quite well, so original resolution is fine without resizing.&lt;br /&gt;&lt;br /&gt;Only HD and DVDR need to be resized and cropped!&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjn1e0f_tFWe_6m5pM1VAJYXgXvb2zdaoP1bxaSgPITcVeK0NuMtZGXcWf1ZmdCfZyic7LqaDnqyi8H-oRnCIY6yyNqGEGfomFykvKJDQpm_UcShinPI66mGScIjkj9t5tGuUEAv7vA0oDk/s1600-h/2la7aqg.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 210px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjn1e0f_tFWe_6m5pM1VAJYXgXvb2zdaoP1bxaSgPITcVeK0NuMtZGXcWf1ZmdCfZyic7LqaDnqyi8H-oRnCIY6yyNqGEGfomFykvKJDQpm_UcShinPI66mGScIjkj9t5tGuUEAv7vA0oDk/s400/2la7aqg.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5350577741059803922&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NOTE: Instead of using &quot;Encoder settings: x264: HQ-Slow&quot; you should now use &quot;unrestricted 2 pass HQ&quot; as the profile because that is actually the best quality&lt;br /&gt;&lt;br /&gt;Make sure that codec is x264 and container/extension/File Format is MKV. Use HQ Slower profile (it takes some time to encode, for me its like 3 hours, but I do not really have a good pc&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now the second thing is Audio.&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikchKk2-I0NRU4Wn1hyLMXsBpJ8vMn88RKfTnqQ3Bt-0pN0BNcav9lGu-8l4WKSNHtVqNXliXJF6f-KtpxQRGBwTygiknzsgw1Ga31VA81PF7zcc60TlY02svywDayNF28bejSombroQ7Y/s1600-h/6771ug.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 222px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikchKk2-I0NRU4Wn1hyLMXsBpJ8vMn88RKfTnqQ3Bt-0pN0BNcav9lGu-8l4WKSNHtVqNXliXJF6f-KtpxQRGBwTygiknzsgw1Ga31VA81PF7zcc60TlY02svywDayNF28bejSombroQ7Y/s400/6771ug.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5350577983524200162&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Audio source (input) is the same as movie source file! Open it, then find the source video file. (example: if you have opened troy.avi then created avisynth script troy.avs, after that you click on Audio input &quot;troy.avi file IS Audio input/source!)&lt;br /&gt;&lt;br /&gt;Select it and open, select codec to be NDAAC (Nero Digital Audio Codec) Use profile NDAAC-HE-64kbs, then select Adaptive bitrate and set from 45-50kbs (thats enough for decent audio quality and extremely high compression!) or you can use LAME MP3, go to config, there is not much things you can do here just change the bitrate from 128 to 80 (below that, the sound isnt very good) click OK.&lt;br /&gt;NDAAC (Nero Digital Audio) is one of the best codecs, probably even better than LAME cause it can do high audio compression while preserving decent audio quality at small bitrates.&lt;br /&gt;You can download the Nero Audio Codecs here: Nero - Download the Nero AAC Codec&lt;br /&gt;&lt;br /&gt;Then copy all the files (neroAacDec.exe, neroAacEnc.exe, neroAacEnc_SSE.exe, neroAacTag.exe) from extracted directory (win32) to C:/Program Files/MeGUI/. Do not copy the entire directory, only files.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Final Step&lt;br /&gt;In the lower right corner you have &quot;Autoencode&quot; tab. Click on it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS95VHdfZIdabpNG3i8iI9uHepXQHlSUQEjQ7MvLepkChAo1z6sjoQxgswvvp7uYuyqfmeUa9Top5fDG-esTOuEIhamdDZoSk8dPmDpcVmJI0yOqE8FocQ4PvuV2jDswsHO1v6Psx1FdN7/s1600-h/zx9xsw.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 203px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS95VHdfZIdabpNG3i8iI9uHepXQHlSUQEjQ7MvLepkChAo1z6sjoQxgswvvp7uYuyqfmeUa9Top5fDG-esTOuEIhamdDZoSk8dPmDpcVmJI0yOqE8FocQ4PvuV2jDswsHO1v6Psx1FdN7/s400/zx9xsw.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5350578181480076178&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Select a Container to be MKV (if it isn&#39;t already). This is where you decide the entire outcome/bitrate of the movie. Click &quot;average bitrate&quot; option and type the desired bitrate (example 500kbs total, 450kbs goes to video 50kbs to audio, of course if audio is set to 50kbs if it is set to higher bitrates then it will lower video bitrate), that is depending on movie duration your size and bitrate will vary. Aim to get the size 1MB BELOW the targeted size, if its 300MB rip, aim to 299MB, if its 400MB rip, aim to 399MB (this is because of compressing with winrar so you dont get fourth rar file on 300MB rips that is like 1-2MB&#39;s)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Encoding&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtN3zHqKEAwiW9OnFK5SDm0ULtXwpf4wpdP1Q56ePyH4nE02NycK_rvEWyl348lPXVqNYR-RV4MYdG25pIYVPe7xQrF0VcuCMmgvXfDYgcxa7f7hjVE_hKCAfTAlYu634l-4HhOyQOXCHT/s1600-h/16jr77m.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 283px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtN3zHqKEAwiW9OnFK5SDm0ULtXwpf4wpdP1Q56ePyH4nE02NycK_rvEWyl348lPXVqNYR-RV4MYdG25pIYVPe7xQrF0VcuCMmgvXfDYgcxa7f7hjVE_hKCAfTAlYu634l-4HhOyQOXCHT/s400/16jr77m.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5350578431884308962&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In autoencode window click Queue. In upper left corner you have the tabs Input/Queue/Log. Click on Queue. Click Start. If no workers exist program will offer to create one!&lt;br /&gt;&lt;br /&gt;And thats it. Now you have to wait Razz, in my case 3 hrs. Not a very fast computer. Wink&lt;br /&gt;&lt;br /&gt;100MB is 30min of the movie, 200MB is 60min of the movie, you get the point.&lt;br /&gt;&lt;br /&gt;It took a while to write this down.&lt;br /&gt;&lt;br /&gt;Enjoy</description><link>http://howtodoittutorials.blogspot.com/2009/06/how-to-make-300mb-movies-in-hq-with.html</link><author>noreply@blogger.com (hemant)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgRhZ1L8VvbLmpZzO0xjrWi33By15pLlEy1LfHBlXPhMehgxSWAQqvjv4xkxDGhvXC8uoQhWXwXC9CYxXTRxiz9IYsuVBikKFUtrvZW-uMKyKOLxXPm1xKAuF6gBxeGEcdUNXpyKuUM_2Y2/s72-c/28lv02q.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-6222407735990354355</guid><pubDate>Mon, 18 May 2009 04:22:00 +0000</pubDate><atom:updated>2009-05-17T21:22:50.229-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">windows</category><title>How To: Change Your Ip In Less Then 1 Minute</title><description>How To: Change Your Ip In Less Then 1 Minute&lt;br /&gt;&lt;br /&gt;1. Click on &quot;Start&quot; in the bottom left hand corner of screen&lt;br /&gt;2. Click on &quot;Run&quot;&lt;br /&gt;3. Type in &quot;command&quot; and hit ok&lt;br /&gt;&lt;br /&gt;You should now be at an MSDOS prompt screen.&lt;br /&gt;&lt;br /&gt;4. Type &quot;ipconfig /release&quot; just like that, and hit &quot;enter&quot;&lt;br /&gt;5. Type &quot;exit&quot; and leave the prompt&lt;br /&gt;6. Right-click on &quot;Network Places&quot; or &quot;My Network Places&quot; on your desktop.&lt;br /&gt;7. Click on &quot;properties&quot;&lt;br /&gt;&lt;br /&gt;You should now be on a screen with something titled &quot;Local Area Connection&quot;, or something close to that, and, if you have a network hooked up, all of your other networks.&lt;br /&gt;&lt;br /&gt;8. Right click on &quot;Local Area Connection&quot; and click &quot;properties&quot;&lt;br /&gt;9. Double-click on the &quot;Internet Protocol (TCP/IP)&quot; from the list under the &quot;General&quot; tab&lt;br /&gt;10. Click on &quot;Use the following IP address&quot; under the &quot;General&quot; tab&lt;br /&gt;11. Create an IP address (It doesn&#39;t matter what it is. I just type 1 and 2 until i fill the area up).&lt;br /&gt;12. Press &quot;Tab&quot; and it should automatically fill in the &quot;Subnet Mask&quot; section with default numbers.&lt;br /&gt;13. Hit the &quot;Ok&quot; button here&lt;br /&gt;14. Hit the &quot;Ok&quot; button again&lt;br /&gt;&lt;br /&gt;You should now be back to the &quot;Local Area Connection&quot; screen.&lt;br /&gt;&lt;br /&gt;15. Right-click back on &quot;Local Area Connection&quot; and go to properties again.&lt;br /&gt;16. Go back to the &quot;TCP/IP&quot; settings&lt;br /&gt;17. This time, select &quot;Obtain an IP address automatically&quot;&lt;br /&gt;    Hit &quot;Ok&quot;&lt;br /&gt;19. Hit &quot;Ok&quot; again&lt;br /&gt;20. You now have a new IP address&lt;br /&gt;&lt;br /&gt;With a little practice, you can easily get this process down to 15 seconds.&lt;br /&gt;&lt;br /&gt;P.S:&lt;br /&gt;This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACMElEQVQ4ja3SP2gTcRQH8O8vvUtIGmkqTY3SaMVFz6KDW2ywg4s4dGgXp3SyVLIIthCKQxCCuoZaXaSO/ilKd4sSdXRL0EWtIRYaSkXsJTH33utwSZM01xo0D353v+N+97l33/upQCAwFgwGfehiFYtFUxsYGPCmUqmv3YQTicSwBgCapnXTBQBoSinout5VVCnVDr/44B/OZH0xs6KMThCfR3LRs+aTycjvbwfCmawvduZkn7EwN4TBfheY90fXN6uYuffdyGQRu3apkmyDmzM2K8pYmBvC6kcLK+/KMEsWLCIQMSyLULUIFhH0HsGNycNYnDuO6PRno9lQSsFVh+tDQSEY6MHymzJKFQILgxkgYhALmBnMDLNsIf1sA8cG3VDYYzhFAWWfRBjCAiIbIxYQE1ga17+2GSICKLQYznCtiATEDK6BIrU5MUhgd0+NH+AIt+5jshdqgkpVwEwNkBgs9lyE4XY3nnLMWNf13QEAG1uE2JVe9PUC5JCvCMPrVpifOor1YnW34/pw7NjvVbmZ+3ljcTaMq5EjbRFJ07Gw8QfTd9fg96rc3o7bMh4f9SytvDenLl7/ZADAl5cjWF7dwmy60PaSeiPjo56lv2Ycnzi0Fp9AEgAu39x8+urtT9x5/GP74a2++LlTuumo76kDd4W9ALj9qIDIiOfBhdO+jtB9O279TFcuet77fD7Wn+sU7ajj1+kTSccb/wv/aymloEKh0Fg4HPZ2E87n86Udvs4FoWqwSHUAAAAASUVORK5CYII=&quot; style=&quot;position: absolute; visibility: hidden; z-index: 2147483647; left: 342px; top: -16px;&quot; id=&quot;kosa-target-image&quot; /&gt;</description><link>http://howtodoittutorials.blogspot.com/2009/05/how-to-change-your-ip-in-less-then-1.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-7108074728135592644</guid><pubDate>Wed, 13 May 2009 08:06:00 +0000</pubDate><atom:updated>2009-05-13T01:11:14.670-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>cannot use my password to get back into Windows XP</title><description>Because of the security features built into Windows XP, it is virtually impossible to get back into the system without the password.&lt;br /&gt;You have several options to try and get around this problem.&lt;br /&gt;&lt;br /&gt;If you have access to another user account with administrator rights, you can use that account to change the password&lt;br /&gt;of the account that is locked out. You can also use the default Administrator account that is built into Windows XP.&lt;br /&gt;&lt;br /&gt;First you need to boot the system into Safe Mode.&lt;br /&gt;1.Restart your system.&lt;br /&gt;2.When you see the blue Dell globe or screen, press the ( F8 ) key about 3 times a second.&lt;br /&gt;3.You should get the Windows startup menu. Use the (Up or Down) arrow keys to highlight (SafeMode)&lt;br /&gt;4.Press (Enter) on (Safe Mode), then press (Enter) on (Windows XP).&lt;br /&gt;5.The system should boot to Safe Mode.&lt;br /&gt;&lt;br /&gt;Once you are at the Account Log on Screen, click on the icon&lt;br /&gt;for the user account with administrator rights, or click on the icon&lt;br /&gt;for the administrators account.&lt;br /&gt;Note: For Home the Administrator account isn&#39;t normally shown &amp;amp; in Safe Mode you have to press Ctrl+Alt+Delete keys twice to show.&lt;br /&gt;For PRO you can do this in normal mode&lt;br /&gt;&lt;br /&gt;When the system has booted to the desktop, use the following steps to change the accounts password.&lt;br /&gt;1.Click Start, Control Panel, Administrative Tools.&lt;br /&gt;2.Click Computer Management.&lt;br /&gt;3.Double click Local Users and Groups, double click the folder Users.&lt;br /&gt;4.Right click on the account name that is locked out, and click on Set Password.&lt;br /&gt;5.You may get a warning message about changing the password, simply click proceed.&lt;br /&gt;6.Leave the New Password box blank, also leave the Confirm Password box blank.&lt;br /&gt;7.Click OK, and OK again.&lt;br /&gt;8.Then close all Windows, reboot the system and try to log in.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;There are also applications that can recover the password for you.&lt;br /&gt;The following companies provide these applications at a cost.&lt;br /&gt;iOpus® Password Recovery XP&lt;br /&gt;LostPassword.com.&lt;br /&gt;Asterisk Password Recovery XP v1.89 .&lt;br /&gt;Windows XP / 2000 / NT Key .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If the above information does not help in recovering the password, the only option left is to&lt;br /&gt;format the hard drive then reinstall Windows and the system software.&lt;br /&gt;&lt;img src=&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACMElEQVQ4ja3SP2gTcRQH8O8vvUtIGmkqTY3SaMVFz6KDW2ywg4s4dGgXp3SyVLIIthCKQxCCuoZaXaSO/ilKd4sSdXRL0EWtIRYaSkXsJTH33utwSZM01xo0D353v+N+97l33/upQCAwFgwGfehiFYtFUxsYGPCmUqmv3YQTicSwBgCapnXTBQBoSinout5VVCnVDr/44B/OZH0xs6KMThCfR3LRs+aTycjvbwfCmawvduZkn7EwN4TBfheY90fXN6uYuffdyGQRu3apkmyDmzM2K8pYmBvC6kcLK+/KMEsWLCIQMSyLULUIFhH0HsGNycNYnDuO6PRno9lQSsFVh+tDQSEY6MHymzJKFQILgxkgYhALmBnMDLNsIf1sA8cG3VDYYzhFAWWfRBjCAiIbIxYQE1ga17+2GSICKLQYznCtiATEDK6BIrU5MUhgd0+NH+AIt+5jshdqgkpVwEwNkBgs9lyE4XY3nnLMWNf13QEAG1uE2JVe9PUC5JCvCMPrVpifOor1YnW34/pw7NjvVbmZ+3ljcTaMq5EjbRFJ07Gw8QfTd9fg96rc3o7bMh4f9SytvDenLl7/ZADAl5cjWF7dwmy60PaSeiPjo56lv2Ycnzi0Fp9AEgAu39x8+urtT9x5/GP74a2++LlTuumo76kDd4W9ALj9qIDIiOfBhdO+jtB9O279TFcuet77fD7Wn+sU7ajj1+kTSccb/wv/aymloEKh0Fg4HPZ2E87n86Udvs4FoWqwSHUAAAAASUVORK5CYII=&quot; style=&quot;position: absolute; visibility: hidden; z-index: 2147483647; left: 313px; top: 722px;&quot; id=&quot;kosa-target-image&quot; /&gt;</description><link>http://howtodoittutorials.blogspot.com/2009/05/cannot-use-my-password-to-get-back-into.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-8248904239723333876</guid><pubDate>Thu, 16 Apr 2009 12:01:00 +0000</pubDate><atom:updated>2009-04-16T05:02:06.517-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Change The Default Location For Installing Apps</title><description>&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Change The Default Location For Installing Apps&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;As the size of hard drives increase, more people are using partitions to separate and store groups of files.&lt;br /&gt;&lt;br /&gt;XP uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive and/ or directory by using a Registry hack.&lt;br /&gt;&lt;br /&gt;Go to :-&lt;br /&gt;&lt;br /&gt;- Start &gt; Run&lt;br /&gt;&lt;br /&gt;- Type “regedit” (without “” NOOBS!)&lt;br /&gt;&lt;br /&gt;- Go to this directory…&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion&lt;br /&gt;&lt;br /&gt;- Look for the value named ProgramFilesDir. by default,this value will be C:\Program Files. Edit the value to any valid drive or folder and XP will use that new location as the default installation directory for new programs.</description><link>http://howtodoittutorials.blogspot.com/2009/04/change-default-location-for-installing_16.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-6264666374096794312</guid><pubDate>Thu, 16 Apr 2009 11:58:00 +0000</pubDate><atom:updated>2009-04-16T04:59:32.106-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Change The Storage Location Of &#39;my Documents&#39;, a bit safer for when your PC crashes...</title><description>I just found out about this today, and I use Windows XP for some time now, so i guess there are others out there who don&#39;t know about this yet.&lt;br /&gt;&lt;br /&gt;But normally windows saves the &quot;My Documents&quot; folder on your C-drive. But when you right-click on it and go to properties, you can change the location where you want windows to save your Documents folder.&lt;br /&gt;I have a partition set up with just windows on it, and all my things i want to keep are on different partitions/disks. So now I put My Documents on another partition than where I have windows installed. If windows screws up and you have to format your C-drive again, your documents will be spared at least...</description><link>http://howtodoittutorials.blogspot.com/2009/04/change-storage-location-of-my-documents.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-1663075092729646425</guid><pubDate>Thu, 16 Apr 2009 11:56:00 +0000</pubDate><atom:updated>2009-04-16T04:58:12.058-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Change The Default Location For Installing Apps</title><description>As the size of hardrives increase, more people are using partitions to seperate and store groups of files.&lt;br /&gt;&lt;br /&gt;XP uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive and/ or directory by using a Registry hack.&lt;br /&gt;&lt;br /&gt;Run the Registry Editor (regedit)and go to&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion&lt;br /&gt;&lt;br /&gt;Look for the value named ProgramFilesDir. by default,this value will be C:\Program Files. Edit the value to any valid drive or folder and XP will use that new location as the default installation directory for new programs.</description><link>http://howtodoittutorials.blogspot.com/2009/04/change-default-location-for-installing.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-8211874597762852442</guid><pubDate>Thu, 16 Apr 2009 11:48:00 +0000</pubDate><atom:updated>2009-04-16T04:51:45.986-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Forgot Win XP Password: Read This</title><description>Because of the security features built into Windows XP, it is virtually impossible to get back into the system without the password.&lt;br /&gt;You have several options to try and get around this problem.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have access to another user account with administrator rights, you can use that account to change the password&lt;br /&gt;of the account that is locked out. You can also use the default Administrator account that is built into Windows XP.&lt;br /&gt;&lt;br /&gt;First you need to boot the system into Safe Mode.&lt;br /&gt;1.Restart your system.&lt;br /&gt;2.When you see the blue Dell globe or screen, press the ( F8 ) key about 3 times a second.&lt;br /&gt;3.You should get the Windows startup menu. Use the (Up or Down) arrow keys to highlight (SafeMode)&lt;br /&gt;4.Press (Enter) on (Safe Mode), then press (Enter) on (Windows XP).&lt;br /&gt;5.The system should boot to Safe Mode.&lt;br /&gt;&lt;br /&gt;Once you are at the Account Log on Screen, click on the icon&lt;br /&gt;for the user account with administrator rights, or click on the icon&lt;br /&gt;for the administrators account.&lt;br /&gt;Note: For Home the Administrator account isn&#39;t normally shown &amp;amp; in Safe Mode you have to press Ctrl+Alt+Delete keys twice to show.&lt;br /&gt;For PRO you can do this in normal mode&lt;br /&gt;&lt;br /&gt;When the system has booted to the desktop, use the following steps to change the accounts password.&lt;br /&gt;1.Click Start, Control Panel, Administrative Tools.&lt;br /&gt;2.Click Computer Management.&lt;br /&gt;3.Double click Local Users and Groups, double click the folder Users.&lt;br /&gt;4.Right click on the account name that is locked out, and click on Set Password.&lt;br /&gt;5.You may get a warning message about changing the password, simply click proceed.&lt;br /&gt;6.Leave the New Password box blank, also leave the Confirm Password box blank.&lt;br /&gt;7.Click OK, and OK again.&lt;br /&gt;8.Then close all Windows, reboot the system and try to log in.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If the above information does not help in recovering the password, the only option left is to&lt;br /&gt;format the hard drive then reinstall Windows and the system software.</description><link>http://howtodoittutorials.blogspot.com/2009/04/forgot-win-xp-password-read-this.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-2584171267108234025</guid><pubDate>Sat, 28 Mar 2009 12:24:00 +0000</pubDate><atom:updated>2009-04-28T02:57:29.600-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Create One-Click Shutdown and Reboot Shortcuts</title><description>&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;color: rgb(51, 255, 51); font-weight: bold;&quot;&gt;Create One-Click Shutdown and Reboot Shortcuts&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.&lt;br /&gt;&lt;br /&gt;But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:&lt;br /&gt;&lt;br /&gt;shutdown -r -t 01 -c &quot;Rebooting your PC&quot;&lt;br /&gt;Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message &quot;Rebooting your PC.&quot; The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.&lt;br /&gt;&lt;br /&gt;I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:&lt;br /&gt;&lt;br /&gt;shutdown -s -t 03 -c &quot;Bye Bye YourName!&quot;&lt;br /&gt;shutdown -r -t 03 -c &quot;Ill be back YourName ;)!&quot;&lt;br /&gt;&lt;br /&gt;Switch&lt;br /&gt;What it does&lt;br /&gt;&lt;br /&gt;-s&lt;br /&gt;Shuts down the PC.&lt;br /&gt;&lt;br /&gt;-l&lt;br /&gt;Logs off the current user.&lt;br /&gt;&lt;br /&gt;-t nn&lt;br /&gt;Indicates the duration of delay, in seconds, before performing the action.&lt;br /&gt;&lt;br /&gt;-c &quot;messagetext&quot;&lt;br /&gt;Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.&lt;br /&gt;&lt;br /&gt;-f&lt;br /&gt;Forces any running applications to shut down.&lt;br /&gt;&lt;br /&gt;-r&lt;br /&gt;Reboots the PC.</description><link>http://howtodoittutorials.blogspot.com/2009/03/create-one-click-shutdown-and-reboot.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-3049355649566033327</guid><pubDate>Fri, 27 Mar 2009 12:23:00 +0000</pubDate><atom:updated>2009-04-16T05:24:11.677-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Create A Personal Screen Saver In Win Xp!</title><description>This isnt a tweak, but a great little feature! For a great way to put your digital photos to work, try creating a slide show presentation for use as a screen saver. Here&#39;s how:&lt;br /&gt;&lt;br /&gt;1. Right-click an empty spot on your desktop and then click Properties.&lt;br /&gt;&lt;br /&gt;2. Click the Screen Saver tab.&lt;br /&gt;&lt;br /&gt;3. In the Screen saver list, click My Pictures Slideshow.&lt;br /&gt;&lt;br /&gt;4. Click Settings to make any adjustments, such as how often the pictures should change, what size they should be, and whether you&#39;ll use transition effects between pictures, and then click OK.&lt;br /&gt;&lt;br /&gt;Now your screen saver is a random display of the pictures taken from your My Pictures folder.</description><link>http://howtodoittutorials.blogspot.com/2009/03/create-personal-screen-saver-in-win-xp.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-5347696485914671775</guid><pubDate>Thu, 26 Mar 2009 12:20:00 +0000</pubDate><atom:updated>2009-04-16T05:22:53.188-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Create A Huge File</title><description>&lt;span style=&quot;font-size:180%;&quot;&gt;&lt;span style=&quot;color: rgb(51, 255, 51); font-weight: bold;&quot;&gt;Create A Huge File&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can create a file of any size using nothing more than what&#39;s supplied with Windows. Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits—000F4240.&lt;br /&gt;&lt;br /&gt;Now open a command prompt window. In Windows 95, 98, or Me, you can do this by entering COMMAND in the Start menu&#39;s Run dialog; in Windows NT 4.0, 2000, or XP enter CMD instead. Enter the command DEBUG BIGFILE.DAT and ignore the File not found message. Type RCX and press Enter. Debug will display a colon prompt. Enter the last four digits of the hexadecimal number you calculated (4240, in our example). Type RBX and press Enter, then enter the first four digits of the hexadecimal size (000F, in our example). Enter W for Write and Q for Quit. You&#39;ve just created a 1-million-byte file using Debug. Of course you can create a file of any desired size using the same technique.</description><link>http://howtodoittutorials.blogspot.com/2009/03/create-huge-file.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-7701467404718847414</guid><pubDate>Wed, 25 Mar 2009 12:19:00 +0000</pubDate><atom:updated>2009-04-16T05:20:33.447-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Cracking Zip Password Files</title><description>&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: rgb(51, 255, 51);&quot;&gt;Cracking Zip Password Files&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Tut On Cracking Zip Password Files..&lt;br /&gt;What is FZC? FZC is a program that cracks zip files (zip is a method of compressing multiple files into one smaller file) that are password-protected (which means you&#39;re gonna need a password to open the zip file and extract files out of it). You can get it anywhere - just use a search engine such as altavista.com.&lt;br /&gt;FZC uses multiple methods of cracking - bruteforce (guessing passwords systematically until the program gets it) or wordlist attacks (otherwise known as dictionary attacks. Instead of just guessing passwords systematically, the program takes passwords out of a &quot;wordlist&quot;, which is a text file that contains possible passwords. You can get lots of wordlists at www.theargon.com.).&lt;br /&gt;FZC can be used in order to achieve two different goals: you can either use it to recover a lost zip password which you used to remember but somehow forgot, or to crack zip passwords which you&#39;re not supposed to have. So like every tool, this one can be used for good and for evil.&lt;br /&gt;The first thing I want to say is that reading this tutorial... is the easy way to learn how to use this program, but after reading this part of how to use the FZC you should go and check the texts that come with that program and read them all. You are also going to see the phrase &quot;check name.txt&quot; often in this text. These files should be in FZC&#39;s directory. They contain more information about FZC.&lt;br /&gt;FZC is a good password recovery tool, because it&#39;s very fast and also support resuming so you don&#39;t have to keep the computer turned on until you get the password, like it used to be some years ago with older cracking programs. You would probably always get the password unless the password is longer than 32 chars (a char is a character, which can be anything - a number, a lowercase or undercase letter or a symbol such as ! or &amp;amp;) because 32 chars is the maximum value that FZC will accept, but it doesn&#39;t really matter, because in order to bruteforce a password with 32 chars you&#39;ll need to be at least immortal..heehhe.. to see the time that FZC takes with bruteforce just open the Bforce.txt file, which contains such information.&lt;br /&gt;FZC supports brute-force attacks, as well as wordlist attacks. While brute-force attacks don&#39;t require you to have anything, wordlist attacks require you to have wordlists, which you can get from www.theargon.com. There are wordlists in various languages, various topics or just miscellaneous wordlists. The bigger the wordlist is, the more chances you have to crack the password.&lt;br /&gt;Now that you have a good wordlist, just get FZC working on the locked zip file, grab a drink, lie down and wait... and wait... and wait...and have good thoughts like &quot;In wordlist mode I&#39;m gonna get the password in minutes&quot; or something like this... you start doing all this and remember &quot;Hey this guy started with all this bullshit and didn&#39;t say how I can start a wordlist attack!...&quot; So please wait just a little more, read this tutorial &#39;till the end and you can do all this &quot;bullshit&quot;.&lt;br /&gt;&lt;br /&gt;We need to keep in mind that are some people might choose some really weird passwords (for example: &#39;e8t7@$^%*gfh), which are harder to crack and are certainly impossible to crack (unless you have some weird wordlist). If you have a bad luck and you got such a file, having a 200MB list won&#39;t help you anymore. Instead, you&#39;ll have to use a different type of attack. If you are a person that gives up at the first sign of failure, stop being like that or you won&#39;t get anywhere. What you need to do in such a situation is to put aside your sweet xxx MB&#39;s list and start using the Brute Force attack.&lt;br /&gt;If you have some sort of a really fast and new computer and you&#39;re afraid that you won&#39;t be able to use your computer&#39;s power to the fullest because the zip cracker doesn&#39;t support this kind of technology, it&#39;s your lucky day! FZC has multiple settings for all sorts of hardware, and will automatically select the best method.&lt;br /&gt;&lt;br /&gt;Now that we&#39;ve gone through all the theoretical stuff, let&#39;s get to the actual commands.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51); font-weight: bold;&quot;&gt;Bruteforce&lt;/span&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The command line you&#39;ll need to use for using brute force is:&lt;br /&gt;&lt;br /&gt;fzc -mb -nzFile.zip -lChr Lenght -cType of chars&lt;br /&gt;&lt;br /&gt;Now if you read the bforce.txt that comes with fzc you&#39;ll find the description of how works Chr Lenght and the Type of chars, but hey, I&#39;m gonna explain this too. Why not, right?... (but remember look at the bforce.txt too)&lt;br /&gt;&lt;br /&gt;For Chr Lenght you can use 4 kind of switches...&lt;br /&gt;&lt;br /&gt;-&gt; You can use range -&gt; 4-6 :it would brute force from 4 Chr passwors to 6 chr passwords&lt;br /&gt;-&gt; You can use just one lenght -&gt; 5 :it would just brute force using passwords with 5 chars&lt;br /&gt;-&gt; You can use also the all number -&gt; 0 :it would start brute forcing from passwords with lenght 0 to lenght 32, even if you are crazy i don&#39;t think that you would do this.... if you are thinking in doing this get a live...&lt;br /&gt;-&gt; You can use the + sign with a number -&gt; 3+ :in this case it would brute force from passwords with lenght 3 to passwords with 32 chars of lenght, almost like the last option...&lt;br /&gt;&lt;br /&gt;For the Type of chars we have 5 switches they are:&lt;br /&gt;&lt;br /&gt;-&gt; a for using lowercase letters&lt;br /&gt;-&gt; A for using uppercase letters&lt;br /&gt;-&gt; ! for using simbols (check the Bforce.txt if you want to see what simbols)&lt;br /&gt;-&gt; s for using space&lt;br /&gt;-&gt; 1 for using numbers&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;If you want to find a password with lowercase and numbers by brute force you would just do something like:&lt;br /&gt;&lt;br /&gt;fzc -mb -nzTest.zip -l4-7 -ca1&lt;br /&gt;&lt;br /&gt;This would try all combinations from passwords with 4 chars of lenght till 7 chars, but just using numbers and lowercase.&lt;br /&gt;&lt;br /&gt;*****&lt;br /&gt;hint&lt;br /&gt;*****&lt;br /&gt;&lt;br /&gt;You should never start the first brute force attack to a file using all the chars switches, first just try lowercase, then uppercase, then uppercase with number then lowercase with numbers, just do like this because you can get lucky and find the password much faster, if this doesn&#39;t work just prepare your brain and start with a brute force that would take a lot of time. With a combination like lowercase, uppercase, special chars and numbers.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51); font-weight: bold;&quot;&gt;Wordlis&lt;/span&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Like I said in the bottom and like you should be thinking now, the wordlist is the most powerfull mode in this program. Using this mode, you can choose between 3 modes, where each one do some changes to the text that is in the wordlist, I&#39;m not going to say what each mode does to the words, for knowing that just check the file wlist.txt, the only thing I&#39;m going to tell you is that the best mode to get passwords is mode 3, but it takes longer time too.&lt;br /&gt;To start a wordlist attak you&#39;ll do something like.&lt;br /&gt;&lt;br /&gt;fzc -mwMode number -nzFile.zip -nwWordlist&lt;br /&gt;&lt;br /&gt;Where:&lt;br /&gt;&lt;br /&gt;Mode number is 1, 2 or 3 just check wlist.txt to see the changes in each mode.&lt;br /&gt;File.zip is the filename and Wordlist is the name of the wordlist that you want to use. Remember that if the file or the wordlist isn&#39;t in the same directory of FZC you&#39;ll need to give the all path.&lt;br /&gt;&lt;br /&gt;You can add other switches to that line like -fLine where you define in which line will FZC start reading, and the -lChar Length where it will just be read the words in that char length, the switche works like in bruteforce mode.&lt;br /&gt;So if you something like&lt;br /&gt;&lt;br /&gt;fzc -mw1 -nztest.zip -nwMywordlist.txt -f50 -l9+&lt;br /&gt;&lt;br /&gt;FZC would just start reading at line 50 and would just read with length &gt;= to 9.&lt;br /&gt;&lt;br /&gt;Example:&lt;br /&gt;&lt;br /&gt;If you want to crack a file called myfile.zip using the &quot;theargonlistserver1.txt&quot; wordlist, selecting mode 3, and you wanted FZC to start reading at line 50 you would do:&lt;br /&gt;&lt;br /&gt;fzc -mw3 -nzmyfile.zip -nwtheargonlistserver1.txt -f50&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51); font-weight: bold;&quot;&gt;Resuming&lt;/span&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Other good feature in FZC is that FZC supports resuming. If you need to shutdown your computer and FZC is running you just need to press the ESC key, and fzc will stop. Now if you are using a brute force attack the current status will be saved in a file called resume.fzc but if you are using a wordlist it will say to you in what line it ended (you can find the line in the file fzc.log too).&lt;br /&gt;To resume the bruteforce attack you just need to do:&lt;br /&gt;&lt;br /&gt;fzc -mr&lt;br /&gt;&lt;br /&gt;And the bruteforce attack will start from the place where it stopped when you pressed the ESC key.&lt;br /&gt;But if you want to resume a wordlist attack you&#39;ll need to start a new wordlist attack, saying where it&#39;s gonna start. So if you ended the attack to the file.zip in line 100 using wordlist.txt in mode 3 to resume you&#39;ll type&lt;br /&gt;&lt;br /&gt;fzc -mw3 -nzfile.zip -nwwordlist.txt -f100&lt;br /&gt;&lt;br /&gt;Doing this FZC would start in line 100, since the others 99 lines where already checked in an earlier FZC session.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Well, it looks like I covered most of what you need to know. I certainly hope it helped you... don&#39;t forget to read the files that come with the program</description><link>http://howtodoittutorials.blogspot.com/2009/03/cracking-zip-password-files.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-8627211491839831106</guid><pubDate>Fri, 20 Mar 2009 12:15:00 +0000</pubDate><atom:updated>2009-04-16T05:17:27.208-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Converting to NTFS</title><description>&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;color: rgb(51, 255, 51); font-weight: bold;&quot;&gt;Converting to NTFS&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Your hard drive must be formatted with a file system such as FAT, FAT32 or NTFS so that Windows can be installed on to it. This system determines how files are named, organised and stored on the drive. If you’re not using it already, NTFS (New Technology File System) is recommended for Windows XP because of the additional functionality it offers. If your PC came with Windows XP pre-installed then there’s a chance that you’re already using NTFS. If you’ve upgraded from Windows 98 or Windows Me you may still be using FAT or FAT 32. The option to change over to NTFS would have been available during the upgrade process. Don’t worry if you skipped this as it’s possible to convert at any time from within Windows XP without losing any data.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;The recommended option&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There are a number of features in Windows XP that will only work if the NTFS file system is present, which is why it’s suggested you make use of it. File and folder permissions, encryption and privacy options are just some of those you’ll be able to access. In particular, those of you who have set up user accounts will find NTFS invaluable. For instance, if you continue to use FAT or FAT32 anyone with physical access to the drive will be able to access the files and folders that are stored there. However, with NTFS you’ll be able to use a level of encryption (Professional Edition only) that will enable you to protect your data.&lt;br /&gt;&lt;br /&gt;You’ll also find NTFS more reliable in that it’s more able to recover from disk errors than its FAT or FAT32 counterparts. A log of all disk activity is kept so should a crash occur, Windows XP can use this information to repair the file system when your PC boots up again. To find out what file system you’re using, open My Computer, right-click your main hard drive and choose Properties. Take a look at the General tab to see confirmation of the file system that’s in use.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Convert now&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can use the convert tool in Windows XP to change the file system on your hard disk from FAT or FAT32 to NTFS. The whole process is safe and your existing data won’t be destroyed. To begin, click Start -&gt; Run, type cmd and press [Return]. At the command prompt type convert c: /fs:ntfs and press [Return] (where ‘c’ is the letter of the drive you’re converting). When you try and run the convert utility, it’s likely that Windows XP will be using your paging file so the process won’t be completed immediately. Therefore, you’ll see a brief message on screen informing you that the conversion will take place instead the next time Windows starts up. Having restarted, the Check Disk utility will run, the conversion will be performed automatically and you may find that your PC will reboot twice more.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;The benefits&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;With your drive now running NTFS, it’s time to take advantage of the new options that are available. Having created a number of different user accounts you can now control the level of access that’s granted to individual users. For example, there are going to be certain files and folders that you’ll want some users to be able to access but not others. If you have Windows XP Professional Edition you can do this immediately.&lt;br /&gt;&lt;br /&gt;Right-click any file or folder, choose Properties and select the Security tab. A dialog will be displayed showing the names of all your users. Alongside will be two columns which enable you to select levels of access for each of them, the permissions include Full Control, Modify, Read and Write. You can then check the appropriate box to determine whether or not to Allow or Deny a particular permission. For Windows XP Home Edition users, the Security tab won’t be immediately available. To access this option you’ll need to restart your PC, pressing [F8] until a menu appears. Next select Safe Mode and wait for Windows XP to start up. You can then set your options in the same way.&lt;br /&gt;&lt;br /&gt;Another feature is NTFS compression. It’s quick and seamless as your file or folder is decompressed automatically when you access it. (Don’t confuse this with a Zip compression utility where the files need to be extracted before they can be accessed.) Although you may have used NTFS compression on a file or folder, there’s no way of telling just by looking at it. To remedy this, open My Computer, click Tools -&gt; Folder Options and select the View tab. Under Advanced settings, scroll down and check the option ‘Show encrypted or compressed NTFS files in color’, then click Apply and OK. Take a look at your compressed items in My Computer and you’ll see the text label has changed from black to blue. Something else that’s exclusive to Professional Edition users is the Encrypting File System (EFS). You can use this to protect your important data so that no one else can read it. Your encrypted files and folders will only be accessible when you have logged into your user account successfully.</description><link>http://howtodoittutorials.blogspot.com/2009/04/converting-to-ntfs.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-4509578532316069908</guid><pubDate>Wed, 11 Mar 2009 12:10:00 +0000</pubDate><atom:updated>2009-04-16T05:15:07.842-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Convert Webpage To .pdf</title><description>&lt;cite&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;font-size:130%;&quot; &gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Convert Stubborn Webpage To .pdf&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I have come across some websites that i wanted to save the page for later review. I found that i was having some problems with certain sites. I found a way around it.&lt;br /&gt;&lt;br /&gt;what you need:&lt;br /&gt;1.adobe acrobat 6 pro or better&lt;br /&gt;2.&lt;a href=&quot;http://www.popupcop.com/&quot;&gt;popupcop&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;there may be a simpler way to do this but i found that this works:&lt;br /&gt;&lt;br /&gt;when at a webpage that you want to copy (YOU MUST BE USING IE AND HAVE BOTH POPUPCOP INSTALLED AND ADOBE ACROBAT 6 PRO OR HIGHER, ACROBAT ICON MUST BE IN IE TOOLBAR TO CONVERT TO .PDF), slide popupcops popup intensity bar to the far left, now click on adobe acrobat icon to convert webpage to .pdf document. I have yet to find a webpage where this trick does not work.&lt;br /&gt;&lt;/cite&gt;</description><link>http://howtodoittutorials.blogspot.com/2009/04/convert-webpage-to-pdf.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-4071755376318048932</guid><pubDate>Sun, 01 Mar 2009 13:08:00 +0000</pubDate><atom:updated>2009-04-16T05:10:26.593-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Computer Acronyms You should know</title><description>ADSL - Asymmetric Digital Subscriber Line&lt;br /&gt;AGP - Accelerated Graphics Port&lt;br /&gt;ALI - Acer Labs, Incorporated&lt;br /&gt;ALU - Arithmetic Logic Unit&lt;br /&gt;AMD - Advanced Micro Devices&lt;br /&gt;APC - American Power Conversion&lt;br /&gt;ASCII - American Standard Code for Information Interchange&lt;br /&gt;ASIC - Application Specific Integrated Circuit&lt;br /&gt;ASPI - Advanced SCSI Programming Interface&lt;br /&gt;AT - Advanced Technology&lt;br /&gt;ATI - ATI Technologies Inc.&lt;br /&gt;ATX - Advanced Technology Extended&lt;br /&gt;&lt;br /&gt;--- B ---&lt;br /&gt;BFG - BFG Technologies&lt;br /&gt;BIOS - Basic Input Output System&lt;br /&gt;BNC - Barrel Nut Connector&lt;br /&gt;&lt;br /&gt;--- C ---&lt;br /&gt;CAS - Column Address Signal&lt;br /&gt;CD - Compact Disk&lt;br /&gt;CDR - Compact Disk Recorder&lt;br /&gt;CDRW - Compact Disk Re-Writer&lt;br /&gt;CD-ROM - Compact Disk - Read Only Memory&lt;br /&gt;CFM - Cubic Feet per Minute (ft�/min)&lt;br /&gt;CMOS - Complementary Metal Oxide Semiconductor&lt;br /&gt;CPU - Central Processing Unit&lt;br /&gt;CTX - CTX Technology Corporation (Commited to Excellence)&lt;br /&gt;&lt;br /&gt;--- D ---&lt;br /&gt;&lt;br /&gt;DDR - Double Data Rate&lt;br /&gt;DDR-SDRAM - Double Data Rate - Synchronous Dynamic Random Access Memory&lt;br /&gt;DFI - DFI Inc. (Design for Innovation)&lt;br /&gt;DIMM - Dual Inline Memory Module&lt;br /&gt;DRAM - Dynamic Random Access Memory&lt;br /&gt;DPI - Dots Per Inch&lt;br /&gt;DSL - See ASDL&lt;br /&gt;DVD - Digital Versatile Disc&lt;br /&gt;DVD-RAM - Digital Versatile Disk - Random Access Memory&lt;br /&gt;&lt;br /&gt;--- E ---&lt;br /&gt;ECC - Error Correction Code&lt;br /&gt;ECS - Elitegroup Computer Systems&lt;br /&gt;EDO - Extended Data Out&lt;br /&gt;EEPROM - Electrically Erasable Programmable Read-Only Memory&lt;br /&gt;EPROM - Erasable Programmable Read-Only Memory&lt;br /&gt;EVGA - EVGA Corporation&lt;br /&gt;&lt;br /&gt;--- F ---&lt;br /&gt;FC-PGA - Flip Chip Pin Grid Array&lt;br /&gt;FDC - Floppy Disk Controller&lt;br /&gt;FDD - Floppy Disk Drive&lt;br /&gt;FPS - Frame Per Second&lt;br /&gt;FPU - Floating Point Unit&lt;br /&gt;FSAA - Full Screen Anti-Aliasing&lt;br /&gt;FS - For Sale&lt;br /&gt;FSB - Front Side Bus&lt;br /&gt;&lt;br /&gt;--- G ---&lt;br /&gt;GB - Gigabytes&lt;br /&gt;GBps - Gigabytes per second or Gigabits per second&lt;br /&gt;GDI - Graphical Device Interface&lt;br /&gt;GHz - GigaHertz&lt;br /&gt;&lt;br /&gt;--- H ---&lt;br /&gt;HDD - Hard Disk Drive&lt;br /&gt;HIS - Hightech Information System Limited&lt;br /&gt;HP - Hewlett-Packard Development Company&lt;br /&gt;HSF - Heatsink-Fan&lt;br /&gt;&lt;br /&gt;--- I ---&lt;br /&gt;IBM - International Business Machines Corporation&lt;br /&gt;IC - Integrated Circuit&lt;br /&gt;IDE - Integrated Drive Electronics&lt;br /&gt;IFS- Item for Sale&lt;br /&gt;IRQ - Interrupt Request&lt;br /&gt;ISA - Industry Standard Architecture&lt;br /&gt;ISO - International Standards Organization&lt;br /&gt;&lt;br /&gt;--- J ---&lt;br /&gt;JBL - JBL (Jame B. Lansing) Speakers&lt;br /&gt;JVC - JVC Company of America&lt;br /&gt;&lt;br /&gt;- K ---&lt;br /&gt;Kbps - Kilobits Per Second&lt;br /&gt;KBps - KiloBytes per second&lt;br /&gt;&lt;br /&gt;--- L ---&lt;br /&gt;LG - LG Electronics&lt;br /&gt;LAN - Local Are Network&lt;br /&gt;LCD - Liquid Crystal Display&lt;br /&gt;LDT - Lightning Data Transport&lt;br /&gt;LED - Light Emitting Diode&lt;br /&gt;&lt;br /&gt;--- M ---&lt;br /&gt;MAC - Media Access Control&lt;br /&gt;MB � MotherBoard or Megabyte&lt;br /&gt;MBps - Megabytes Per Second&lt;br /&gt;Mbps - Megabits Per Second or Megabits Per Second&lt;br /&gt;MHz - MegaHertz&lt;br /&gt;MIPS - Million Instructions Per Second&lt;br /&gt;MMX - Multi-Media Extensions&lt;br /&gt;MSI - Micro Star International&lt;br /&gt;&lt;br /&gt;--- N ---&lt;br /&gt;NAS - Network Attached Storage&lt;br /&gt;NAT - Network Address Translation&lt;br /&gt;NEC - NEC Corporation&lt;br /&gt;NIC - Network Interface Card&lt;br /&gt;&lt;br /&gt;--- O ---&lt;br /&gt;OC - Overclock (Over Clock)&lt;br /&gt;OCZ - OCZ Technology&lt;br /&gt;OEM - Original Equipment Manufacturer&lt;br /&gt;&lt;br /&gt;--- P ---&lt;br /&gt;PC - Personal Computer&lt;br /&gt;PCB - Printed Circuit Board&lt;br /&gt;PCI - Peripheral Component Interconnect&lt;br /&gt;PDA - Personal Digital Assistant&lt;br /&gt;PCMCIA - Peripheral Component Microchannel Interconnect Architecture&lt;br /&gt;PGA - Professional Graphics Array&lt;br /&gt;PLD - Programmable Logic Device&lt;br /&gt;PM - Private Message / Private Messaging&lt;br /&gt;PnP - Plug &#39;n Play&lt;br /&gt;PNY - PNY Technology&lt;br /&gt;POST - Power On Self Test&lt;br /&gt;PPPoA - Point-to-Point Protocol over ATM&lt;br /&gt;PPPoE - Point-to-Point Protocol over Ethernet&lt;br /&gt;PQI - PQI Corporation&lt;br /&gt;PSU - Power Supply Unit&lt;br /&gt;&lt;br /&gt;--- R ---&lt;br /&gt;RAID - Redundant Array of Inexpensive Disks&lt;br /&gt;RAM - Random Access Memory&lt;br /&gt;RAMDAC - Random Access Memory Digital Analog Convertor&lt;br /&gt;RDRAM - Rambus Dynamic Random Access Memory&lt;br /&gt;ROM - Read Only Memory&lt;br /&gt;RPM - Revolutions Per Minute&lt;br /&gt;&lt;br /&gt;--- S ---&lt;br /&gt;SASID - Self-scanned Amorphous Silicon Integrated Display&lt;br /&gt;SCA - SCSI Configured Automatically&lt;br /&gt;SCSI - Small Computer System Interface&lt;br /&gt;SDRAM - Synchronous Dynamic Random Access Memory&lt;br /&gt;SECC - Single Edge Contact Connector&lt;br /&gt;SODIMM - Small Outline Dual Inline Memory Module&lt;br /&gt;SPARC - Scalable Processor ArChitecture&lt;br /&gt;SOHO - Small Office Home Office&lt;br /&gt;SRAM - Static Random Access Memory&lt;br /&gt;SSE - Streaming SIMD Extensions&lt;br /&gt;SVGA - Super Video Graphics Array&lt;br /&gt;S/PDIF - Sony/Philips Digital Interface&lt;br /&gt;&lt;br /&gt;--- T ---&lt;br /&gt;TB - Terabytes&lt;br /&gt;TBps - Terabytes per second&lt;br /&gt;Tbps - Terabits per second&lt;br /&gt;TDK - TDK Electronics&lt;br /&gt;TEC - Thermoelectric Cooler&lt;br /&gt;TPC - TipidPC&lt;br /&gt;TWAIN - Technology Without An Important Name&lt;br /&gt;&lt;br /&gt;--- U ---&lt;br /&gt;UART - Universal Asynchronous Receiver/Transmitter&lt;br /&gt;USB - Universal Serial Bus&lt;br /&gt;UTP - Unshieled Twisted Pair&lt;br /&gt;&lt;br /&gt;--- V ---&lt;br /&gt;VCD - Video CD&lt;br /&gt;VPN - Virtual Private Network&lt;br /&gt;&lt;br /&gt;--- W ---&lt;br /&gt;WAN - Wide Area Network&lt;br /&gt;WTB - Want to Buy&lt;br /&gt;WYSIWYG - What You See Is What You Get&lt;br /&gt;&lt;br /&gt;--- X ---&lt;br /&gt;XGA - Extended Graphics Array&lt;br /&gt;XFX - XFX Graphics, a Division of Pine&lt;br /&gt;XMS - Extended Memory Specification&lt;br /&gt;XT - Extended Technology</description><link>http://howtodoittutorials.blogspot.com/2009/03/computer-acronyms-you-should-know.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-8213866235301138723</guid><pubDate>Thu, 26 Feb 2009 13:07:00 +0000</pubDate><atom:updated>2009-04-16T05:08:49.899-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Add the open cmd prompt to folder context menus,drives and My Computer</title><description>&lt;span style=&quot;font-size:180%;&quot;&gt;&lt;span style=&quot;font-weight: bold; color: rgb(51, 255, 51);&quot;&gt;Add the open cmd prompt to folder context menus&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; color: rgb(51, 255, 51);&quot;&gt;also drives and My Computer&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;copy what&#39;s in the code area to notepad and save as cmd here.reg&lt;br /&gt;&lt;br /&gt;CODE&lt;br /&gt;&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Drive\shell\cmd]&lt;br /&gt;@=&quot;Command Prompt&quot;&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]&lt;br /&gt;@=&quot;cmd.exe /k \&quot;cd %L\&quot;&quot;&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Directory\shell\cmd]&lt;br /&gt;@=&quot;Command Prompt&quot;&lt;br /&gt;&lt;br /&gt;[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]&lt;br /&gt;@=&quot;cmd.exe /k \&quot;cd %L\&quot;&quot;&lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]&lt;br /&gt;@=&quot;Command Prompt&quot;&lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]&lt;br /&gt;@=&quot;cmd.exe /k \&quot;cd %L\&quot;&quot;</description><link>http://howtodoittutorials.blogspot.com/2009/02/add-open-cmd-prompt-to-folder-context.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-5822203579687828056</guid><pubDate>Thu, 19 Feb 2009 13:04:00 +0000</pubDate><atom:updated>2009-04-16T05:06:26.718-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Best Domain Name</title><description>&lt;span style=&quot;font-weight: bold;font-size:180%;&quot; &gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Choosing A Good Domain Name&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Choosing a domain name for your site is one of the most important steps towards creating the perfect internet presence. If you run an on-line business, picking a name that will be marketable and achieve success in search engine placement is paramount. Many factors must be considered when choosing a good domain name. This article summarizes all the different things to consider before making that final registration step!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Short and Sweet&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Domain names can be really long or really short (1 - 67 characters). In general, it is far better to choose a domain name that is short in length. The shorter your domain name, the easier it will be for people remember. Remembering a domain name is very important from a marketability perspective. As visitors reach your site and enjoy using it, they will likely tell people about it. And those people may tell others, etc. As with any business, word of mouth is the most powerful marketing tool to drive traffic to your site (and it&#39;s free too!). If your site is long and difficult to pronounce, people will not remember the name of the site and unless they bookmark the link, they may never return.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Consider Alternatives&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Unless a visitor reaches your site through a bookmark or a link from another site, they have typed in your domain name. Most people on the internet are terrible typists and misspell words constantly. If your domain name is easy to misspell, you should think about alternate domain names to purchase. For example, if your site will be called &quot;MikesTools.com&quot;, you should also consider buying &quot;MikeTools.com&quot; and &quot;MikeTool.com&quot;. You should also secure the different top level domain names besides the one you will use for marketing purposes (&quot;MikesTools.net&quot;, &quot;MikesTools.org&quot;, etc.) You should also check to see if there are existing sites based on the misspelled version of the domain name you are considering. &quot;MikesTools.com&quot; may be available, but &quot;MikesTool.com&quot; may be home to a graphic pornography site. You would hate for a visitor to walk away thinking you were hosting something they did not expect.&lt;br /&gt;&lt;br /&gt;Also consider domain names that may not include the name of your company, but rather what your company provides. For example, if the name of your company is Mike&#39;s Tools, you may want to consider domain names that target what you sell. For example: &quot;buyhammers.com&quot; or &quot;hammer-and-nail.com&quot;. Even though these example alternative domain names do not include the name of your company, it provides an avenue for visitors from your target markets. Remember that you can own multiple domain names, all of which can point to a single domain. For example, you could register &quot;buyhammers.com&quot;, &quot;hammer-and-nail.com&quot;, and &quot;mikestools.com&quot; and have &quot;buyhammers.com&quot; and &quot;hammer-and-nail.com&quot; point to &quot;mikestools.com&quot;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Hyphens: Your Friend and Enemy&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Domain name availability has become more and more scant over the years. Many single word domain names have been scooped up which it makes it more and more difficult to find a domain name that you like and is available. When selecting a domain name, you have the option of including hyphens as part of the name. Hyphens help because it allows you to clearly separate multiple words in a domain name, making it less likely that a person will accidentally misspell the name. For example, people are more likely to misspell &quot;domainnamecenter.com&quot; than they are &quot;domain-name-center.com&quot;. Having words crunched together makes it hard on the eyes, increasing the likelihood of a misspelling. On the other hand, hyphens make your domain name longer. The longer the domain name, the easier it is for people to forget it altogether. Also, if someone recommends a site to someone else, they may forget to mention that each word in the domain name is separated by a hyphen. If do you choose to leverage hyphens, limit the number of words between the hyphens to three. Another advantage to using hyphens is that search engines are able to pick up each unique word in the domain name as key words, thus helping to make your site more visible in search engine results.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Dot What?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There are many top level domain names available today including .com, .net, .org, and .biz. In most cases, the more unusual the top level domain, the more available domain names are available. However, the .com top level domain is far and away the most commonly used domain on the internet, driven by the fact that it was the first domain extension put to use commercially and has received incredible media attention. If you cannot lay your hands on a .com domain name, look for a .net domain name, which is the second most commercially popular domain name extension.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Long Arm of the Law&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Be very careful not to register domain names that include trademarked names. Although internet domain name law disputes are tricky and have few cases in existence, the risk of a legal battle is not a risk worth taking. Even if you believe your domain name is untouchable by a business that has trademarked a name, do not take the chance: the cost of litigation is extremely high and unless you have deep pockets you will not likely have the resources to defend yourself in a court of law. Even stay away from domain names in which part of the name is trademarked: the risks are the same.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Search Engines and Directories&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;All search engines and directories are different. Each has a unique process for being part of the results or directory listing and each has a different way of sorting and listing domain names. Search engines and directories are the most important on-line marketing channel, so consider how your domain name choice affects site placement before you register the domain. Most directories simply list links to home pages in alphabetical order. If possible, choose a domain name with a letter of the alphabet near the beginning (&quot;a&quot; or &quot;b&quot;). For example, &quot;aardvark-pest-control.com&quot; will come way above &quot;joes-pest-control.com&quot;. However, check the directories before you choose a domain name. You may find that the directories you would like be in are already cluttered with domain names beginning with the letter &quot;a&quot;. Search engines scan websites and sort results based on key words. Key words are words that a person visiting a search engine actually search on. Having key words as part of your domain name can help you get better results.</description><link>http://howtodoittutorials.blogspot.com/2009/04/best-domain-name.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-8639954857240905057</guid><pubDate>Tue, 10 Feb 2009 13:00:00 +0000</pubDate><atom:updated>2009-04-16T05:00:56.377-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Change Your Ip In Less Then 1 Minute</title><description>How To Change Your Ip In Less Then 1 Minute&lt;br /&gt;&lt;br /&gt;1. Click on &quot;Start&quot; in the bottom left hand corner of screen&lt;br /&gt;2. Click on &quot;Run&quot;&lt;br /&gt;3. Type in &quot;command&quot; and hit ok&lt;br /&gt;&lt;br /&gt;You should now be at an MSDOS prompt screen.&lt;br /&gt;&lt;br /&gt;4. Type &quot;ipconfig /release&quot; just like that, and hit &quot;enter&quot;&lt;br /&gt;5. Type &quot;exit&quot; and leave the prompt&lt;br /&gt;6. Right-click on &quot;Network Places&quot; or &quot;My Network Places&quot; on your desktop.&lt;br /&gt;7. Click on &quot;properties&quot;&lt;br /&gt;&lt;br /&gt;You should now be on a screen with something titled &quot;Local Area Connection&quot;, or something close to that, and, if you have a network hooked up, all of your other networks.&lt;br /&gt;&lt;br /&gt;8. Right click on &quot;Local Area Connection&quot; and click &quot;properties&quot;&lt;br /&gt;9. Double-click on the &quot;Internet Protocol (TCP/IP)&quot; from the list under the &quot;General&quot; tab&lt;br /&gt;10. Click on &quot;Use the following IP address&quot; under the &quot;General&quot; tab&lt;br /&gt;11. Create an IP address (It doesn&#39;t matter what it is. I just type 1 and 2 until i fill the area up).&lt;br /&gt;12. Press &quot;Tab&quot; and it should automatically fill in the &quot;Subnet Mask&quot; section with default numbers.&lt;br /&gt;13. Hit the &quot;Ok&quot; button here&lt;br /&gt;14. Hit the &quot;Ok&quot; button again&lt;br /&gt;&lt;br /&gt;You should now be back to the &quot;Local Area Connection&quot; screen.&lt;br /&gt;&lt;br /&gt;15. Right-click back on &quot;Local Area Connection&quot; and go to properties again.&lt;br /&gt;16. Go back to the &quot;TCP/IP&quot; settings&lt;br /&gt;17. This time, select &quot;Obtain an IP address automatically&quot;&lt;br /&gt;tongue.gif 18. Hit &quot;Ok&quot;&lt;br /&gt;19. Hit &quot;Ok&quot; again&lt;br /&gt;20. You now have a new IP address&lt;br /&gt;&lt;br /&gt;With a little practice, you can easily get this process down to 15 seconds.&lt;br /&gt;&lt;br /&gt;P.S:&lt;br /&gt;This only changes your dynamic IP address, not your ISP/IP address. If you plan on hacking a website with this trick be extremely careful, because if they try a little, they can trace it back</description><link>http://howtodoittutorials.blogspot.com/2009/02/change-your-ip-in-less-then-1-minute.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-1442548361311783492</guid><pubDate>Sun, 01 Feb 2009 12:55:00 +0000</pubDate><atom:updated>2009-04-16T04:56:50.414-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Change Text on XP Start Button</title><description>&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Step 1 - Modify Explorer.exe File&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.&lt;br /&gt;&lt;br /&gt;get this from http://delphi.icm.edu.pl/ftp/tools/ResHack.zip&lt;br /&gt;&lt;br /&gt;The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.&lt;br /&gt;&lt;br /&gt;The category we are going to be using is &quot;String Table&quot;. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.&lt;br /&gt;&lt;br /&gt;There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me!&lt;br /&gt;&lt;br /&gt;You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Step 2 – Modify the Registry&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;!!!make a backup of your registry before making changes!!!&lt;br /&gt;&lt;br /&gt;Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:&lt;br /&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon&lt;br /&gt;&lt;br /&gt;In the right pane, double click the &quot;Shell&quot; entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.&lt;br /&gt;&lt;br /&gt;Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.</description><link>http://howtodoittutorials.blogspot.com/2009/02/change-text-on-xp-start-button.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-21062752013721439</guid><pubDate>Wed, 28 Jan 2009 12:52:00 +0000</pubDate><atom:updated>2009-04-16T04:54:02.018-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><category domain="http://www.blogger.com/atom/ns#">Win XP</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Cant See Secure Sites</title><description>&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Cant See Secure Sites&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Fix the problem with seeing them secrue sites (banks or online stores) i found this very useful.&lt;br /&gt;&lt;br /&gt;Any way... what u need to do is make a new notepad file and write in it the following DLL&#39;s.. just copy-paste these&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;regsvr32 SOFTPUB.DLL&lt;br /&gt;regsvr32 WINTRUST.DLL&lt;br /&gt;regsvr32 INITPKI.DLL&lt;br /&gt;regsvr32 dssenh.dll&lt;br /&gt;regsvr32 Rsaenh.dll&lt;br /&gt;regsvr32 gpkcsp.dll&lt;br /&gt;regsvr32 sccbase.dll&lt;br /&gt;regsvr32 slbcsp.dll&lt;br /&gt;regsvr32 Cryptdlg.dll&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and save it as &gt; all file types, and make it something like securefix.bat.&lt;br /&gt;&lt;br /&gt;then just run the file and ur problem should be gone.</description><link>http://howtodoittutorials.blogspot.com/2009/01/cant-see-secure-sites.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-9194166064111209202</guid><pubDate>Sun, 25 Jan 2009 12:43:00 +0000</pubDate><atom:updated>2009-04-16T04:48:36.479-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Change Extension of Bulk files at Once</title><description>lets us say you have just download a new album or game&lt;br /&gt;but all the files are .xxx and you need them to be&lt;br /&gt;zip&#39;s, rar&#39;s, mp3&#39;s etc.....&lt;br /&gt;then do the following&lt;br /&gt;&lt;br /&gt;-create a new folder&lt;br /&gt;-put all the files needing editing in the new folder&lt;br /&gt;-then goto &quot;run&quot; in the start menu&lt;br /&gt;-type in CMD and click OK&lt;br /&gt;&lt;br /&gt;-the next thing needs few bits of old dos commands&lt;br /&gt;-you need to navigate CMD to the folder where the files are&lt;br /&gt;-you can do this by 1st getting the total address of the folder&lt;br /&gt;-and then typing it in cmd with a &quot;cd&quot; in front&lt;br /&gt;QUOTE&lt;br /&gt;cd c:\xxx\yyy\ccc\&lt;br /&gt;&lt;br /&gt;once you in the folder where the files are you can move on&lt;br /&gt;nb u can cheek you in the right folder by typing dir to get a list of files&lt;br /&gt;&lt;br /&gt;-now type in....&lt;br /&gt;QUOTE&lt;br /&gt;rename *.* *.zip&lt;br /&gt;&lt;br /&gt;you can change the zip to what ever the extension needs to be (.rar, .mp3 ect)&lt;br /&gt;&lt;br /&gt;all done&lt;br /&gt;you should have now changed the .* to what ever you needed&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and to exit CMD type in &quot;exit&quot;</description><link>http://howtodoittutorials.blogspot.com/2009/01/change-extension-of-bulk-files-at-once.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-8189232698236118675</guid><pubDate>Mon, 19 Jan 2009 12:41:00 +0000</pubDate><atom:updated>2009-04-16T04:43:34.762-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Boot Winxp Fast</title><description>&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Boot Winxp Fast &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Follow the following steps:-&lt;br /&gt;&lt;br /&gt;1. Open notepad.exe, type &quot;del c:\windows\prefetch\ntosboot-*.* /q&quot; (without the quotes) &amp;amp; save as &quot;ntosboot.bat&quot; in c:\&lt;br /&gt;&lt;br /&gt;2. From the Start menu, select &quot;Run...&quot; &amp;amp; type &quot;gpedit.msc&quot;.&lt;br /&gt;&lt;br /&gt;3. Double click &quot;Windows Settings&quot; under &quot;Computer Configuration&quot; and double click again on &quot;Shutdown&quot; in the right window.&lt;br /&gt;&lt;br /&gt;4. In the new window, click &quot;add&quot;, &quot;Browse&quot;, locate your &quot;ntosboot.bat&quot; file &amp;amp; click &quot;Open&quot;.&lt;br /&gt;&lt;br /&gt;5. Click &quot;OK&quot;, &quot;Apply&quot; &amp;amp; &quot;OK&quot; once again to exit.&lt;br /&gt;&lt;br /&gt;6. From the Start menu, select &quot;Run...&quot; &amp;amp; type &quot;devmgmt.msc&quot;.&lt;br /&gt;&lt;br /&gt;7. Double click on &quot;IDE ATA/ATAPI controllers&quot;&lt;br /&gt;&lt;br /&gt;8. Right click on &quot;Primary IDE Channel&quot; and select &quot;Properties&quot;.&lt;br /&gt;&lt;br /&gt;9. Select the &quot;Advanced Settings&quot; tab then on the device or 1 that doesn&#39;t have &#39;device type&#39; greyed out select &#39;none&#39; instead of &#39;autodetect&#39; &amp;amp; click &quot;OK&quot;.&lt;br /&gt;&lt;br /&gt;10. Right click on &quot;Secondary IDE channel&quot;, select &quot;Properties&quot; and repeat step 9.&lt;br /&gt;&lt;br /&gt;11. Reboot your computer.</description><link>http://howtodoittutorials.blogspot.com/2009/01/boot-winxp-fast.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-993318889131591916</guid><pubDate>Tue, 13 Jan 2009 12:38:00 +0000</pubDate><atom:updated>2009-04-16T04:41:21.281-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Best Keyboard Shortcuts: A Must Read</title><description>Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. I use the following keyboard shortcuts every day:&lt;br /&gt;&lt;br /&gt;Windows key + R = Run menu&lt;br /&gt;&lt;br /&gt;This is usually followed by:&lt;br /&gt;cmd = Command Prompt&lt;br /&gt;iexplore + &quot;web address&quot; = Internet Explorer&lt;br /&gt;compmgmt.msc = Computer Management&lt;br /&gt;dhcpmgmt.msc = DHCP Management&lt;br /&gt;dnsmgmt.msc = DNS Management&lt;br /&gt;services.msc = Services&lt;br /&gt;eventvwr = Event Viewer&lt;br /&gt;dsa.msc = Active Directory Users and Computers&lt;br /&gt;dssite.msc = Active Directory Sites and Services&lt;br /&gt;Windows key + E = Explorer&lt;br /&gt;&lt;br /&gt;ALT + Tab = Switch between windows&lt;br /&gt;&lt;br /&gt;ALT, Space, X = Maximize window&lt;br /&gt;&lt;br /&gt;CTRL + Shift + Esc = Task Manager&lt;br /&gt;&lt;br /&gt;Windows key + Break = System properties&lt;br /&gt;&lt;br /&gt;Windows key + F = Search&lt;br /&gt;&lt;br /&gt;Windows key + D = Hide/Display all windows&lt;br /&gt;&lt;br /&gt;CTRL + C = copy&lt;br /&gt;&lt;br /&gt;CTRL + X = cut&lt;br /&gt;&lt;br /&gt;CTRL + V = paste&lt;br /&gt;&lt;br /&gt;Also don&#39;t forget about the &quot;Right-click&quot; key next to the right Windows key on your keyboard. Using the arrows and that key can get just about anything done once you&#39;ve opened up any program.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Keyboard Shortcuts&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[Alt] and [Esc] Switch between running applications&lt;br /&gt;&lt;br /&gt;[Alt] and letter Select menu item by underlined letter&lt;br /&gt;&lt;br /&gt;[Ctrl] and [Esc] Open Program Menu&lt;br /&gt;&lt;br /&gt;[Ctrl] and [F4] Close active document or group windows (does not work with some applications)&lt;br /&gt;&lt;br /&gt;[Alt] and [F4] Quit active application or close current window&lt;br /&gt;&lt;br /&gt;[Alt] and [-] Open Control menu for active document&lt;br /&gt;&lt;br /&gt;Ctrl] Lft., Rt. arrow Move cursor forward or back one word&lt;br /&gt;&lt;br /&gt;Ctrl] Up, Down arrow Move cursor forward or back one paragraph&lt;br /&gt;&lt;br /&gt;[F1] Open Help for active application&lt;br /&gt;&lt;br /&gt;Windows+M Minimize all open windows&lt;br /&gt;&lt;br /&gt;Shift+Windows+M Undo minimize all open windows&lt;br /&gt;&lt;br /&gt;Windows+F1 Open Windows Help&lt;br /&gt;&lt;br /&gt;Windows+Tab Cycle through the Taskbar buttons&lt;br /&gt;&lt;br /&gt;Windows+Break Open the System Properties dialog box&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;acessability shortcuts&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Right SHIFT for eight seconds........ Switch FilterKeys on and off.&lt;br /&gt;&lt;br /&gt;Left ALT +left SHIFT +PRINT SCREEN....... Switch High Contrast on and off.&lt;br /&gt;&lt;br /&gt;Left ALT +left SHIFT +NUM LOCK....... Switch MouseKeys on and off.&lt;br /&gt;&lt;br /&gt;SHIFT....... five times Switch StickyKeys on and off.&lt;br /&gt;&lt;br /&gt;NUM LOCK...... for five seconds Switch ToggleKeys on and off.&lt;br /&gt;&lt;br /&gt;explorer shortcuts&lt;br /&gt;&lt;br /&gt;END....... Display the bottom of the active window.&lt;br /&gt;&lt;br /&gt;HOME....... Display the top of the active window.&lt;br /&gt;&lt;br /&gt;NUM LOCK+ASTERISK....... on numeric keypad (*) Display all subfolders under the selected folder.&lt;br /&gt;&lt;br /&gt;NUM LOCK+PLUS SIGN....... on numeric keypad (+) Display the contents of the selected folder.&lt;br /&gt;&lt;br /&gt;NUM LOCK+MINUS SIGN....... on numeric keypad (-) Collapse the selected folder.&lt;br /&gt;&lt;br /&gt;LEFT ARROW...... Collapse current selection if it&#39;s expanded, or select parent folder.&lt;br /&gt;&lt;br /&gt;RIGHT ARROW....... Display current selection if it&#39;s collapsed, or select first subfolder.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Type the following commands in your Run Box (Windows Key + R) or Start Run&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;devmgmt.msc = Device Manager&lt;br /&gt;msinfo32 = System Information&lt;br /&gt;cleanmgr = Disk Cleanup&lt;br /&gt;ntbackup = Backup or Restore Wizard (Windows Backup Utility)&lt;br /&gt;mmc = Microsoft Management Console&lt;br /&gt;excel = Microsoft Excel (If Installed)&lt;br /&gt;msaccess = Microsoft Access (If Installed)&lt;br /&gt;powerpnt = Microsoft PowerPoint (If Installed)&lt;br /&gt;winword = Microsoft Word (If Installed)&lt;br /&gt;frontpg = Microsoft FrontPage (If Installed)&lt;br /&gt;notepad = Notepad&lt;br /&gt;wordpad = WordPad&lt;br /&gt;calc = Calculator&lt;br /&gt;msmsgs = Windows Messenger&lt;br /&gt;mspaint = Microsoft Paint&lt;br /&gt;wmplayer = Windows Media Player&lt;br /&gt;rstrui = System Restore&lt;br /&gt;netscp6 = Netscape 6.x&lt;br /&gt;netscp = Netscape 7.x&lt;br /&gt;netscape = Netscape 4.x&lt;br /&gt;waol = America Online&lt;br /&gt;control = Opens the Control Panel&lt;br /&gt;control printers = Opens the Printers Dialog&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;internetbrowser&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;type in u&#39;re adress &quot;google&quot;, then press [Right CTRL] and [Enter]&lt;br /&gt;add www. and .com to word and go to it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;For Windows XP:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Copy. CTRL+C&lt;br /&gt;Cut. CTRL+X&lt;br /&gt;Paste. CTRL+V&lt;br /&gt;Undo. CTRL+Z&lt;br /&gt;Delete. DELETE&lt;br /&gt;Delete selected item permanently without placing the item in the Recycle Bin. SHIFT+DELETE&lt;br /&gt;Copy selected item. CTRL while dragging an item&lt;br /&gt;Create shortcut to selected item. CTRL+SHIFT while dragging an item&lt;br /&gt;Rename selected item. F2&lt;br /&gt;Move the insertion point to the beginning of the next word. CTRL+RIGHT ARROW&lt;br /&gt;Move the insertion point to the beginning of the previous word. CTRL+LEFT ARROW&lt;br /&gt;Move the insertion point to the beginning of the next paragraph. CTRL+DOWN ARROW&lt;br /&gt;Move the insertion point to the beginning of the previous paragraph. CTRL+UP ARROW&lt;br /&gt;Highlight a block of text. CTRL+SHIFT with any of the arrow keys&lt;br /&gt;Select more than one item in a window or on the desktop, or select text within a document. SHIFT with any of the arrow keys&lt;br /&gt;Select all. CTRL+A&lt;br /&gt;Search for a file or folder. F3&lt;br /&gt;View properties for the selected item. ALT+ENTER&lt;br /&gt;Close the active item, or quit the active program. ALT+F4&lt;br /&gt;Opens the shortcut menu for the active window. ALT+SPACEBAR&lt;br /&gt;Close the active document in programs that allow you to have multiple documents open simultaneously. CTRL+F4&lt;br /&gt;Switch between open items. ALT+TAB&lt;br /&gt;Cycle through items in the order they were opened. ALT+ESC&lt;br /&gt;Cycle through screen elements in a window or on the desktop. F6&lt;br /&gt;Display the Address bar list in My Computer or Windows Explorer. F4&lt;br /&gt;Display the shortcut menu for the selected item. SHIFT+F10&lt;br /&gt;Display the System menu for the active window. ALT+SPACEBAR&lt;br /&gt;Display the Start menu. CTRL+ESC&lt;br /&gt;Display the corresponding menu. ALT+Underlined letter in a menu name&lt;br /&gt;Carry out the corresponding command. Underlined letter in a command name on an open menu&lt;br /&gt;Activate the menu bar in the active program. F10&lt;br /&gt;Open the next menu to the right, or open a submenu. RIGHT ARROW&lt;br /&gt;Open the next menu to the left, or close a submenu. LEFT ARROW&lt;br /&gt;Refresh the active window. F5&lt;br /&gt;View the folder one level up in My Computer or Windows Explorer. BACKSPACE&lt;br /&gt;Cancel the current task. ESC&lt;br /&gt;SHIFT when you insert a CD into the CD-ROM drive Prevent the CD from automatically playing.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Use these keyboard shortcuts for dialog boxes:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To Press&lt;br /&gt;Move forward through tabs. CTRL+TAB&lt;br /&gt;Move backward through tabs. CTRL+SHIFT+TAB&lt;br /&gt;Move forward through options. TAB&lt;br /&gt;Move backward through options. SHIFT+TAB&lt;br /&gt;Carry out the corresponding command or select the corresponding option. ALT+Underlined letter&lt;br /&gt;Carry out the command for the active option or button. ENTER&lt;br /&gt;Select or clear the check box if the active option is a check box. SPACEBAR&lt;br /&gt;Select a button if the active option is a group of option buttons. Arrow keys&lt;br /&gt;Display Help. F1&lt;br /&gt;Display the items in the active list. F4&lt;br /&gt;Open a folder one level up if a folder is selected in the Save As or Open dialog box. BACKSPACE&lt;br /&gt;&lt;br /&gt;If you have a Microsoft Natural Keyboard, or any other compatible keyboard that includes the Windows logo key and the Application key , you can use these keyboard shortcuts:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Display or hide the Start menu. WIN Key&lt;br /&gt;Display the System Properties dialog box. WIN Key+BREAK&lt;br /&gt;Show the desktop. WIN Key+D&lt;br /&gt;Minimize all windows. WIN Key+M&lt;br /&gt;Restores minimized windows. WIN Key+Shift+M&lt;br /&gt;Open My Computer. WIN Key+E&lt;br /&gt;Search for a file or folder. WIN Key+F&lt;br /&gt;Search for computers. CTRL+WIN Key+F&lt;br /&gt;Display Windows Help. WIN Key+F1&lt;br /&gt;Lock your computer if you are connected to a network domain, or switch users if you are not connected to a network domain. WIN Key+ L&lt;br /&gt;Open the Run dialog box. WIN Key+R&lt;br /&gt;Open Utility Manager. WIN Key+U&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;accessibility keyboard shortcuts:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Switch FilterKeys on and off. Right SHIFT for eight seconds&lt;br /&gt;Switch High Contrast on and off. Left ALT+left SHIFT+PRINT SCREEN&lt;br /&gt;Switch MouseKeys on and off. Left ALT +left SHIFT +NUM LOCK&lt;br /&gt;Switch StickyKeys on and off. SHIFT five times&lt;br /&gt;Switch ToggleKeys on and off. NUM LOCK for five seconds&lt;br /&gt;Open Utility Manager. WIN Key+U&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;shortcuts you can use with Windows Explorer:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Display the bottom of the active window. END&lt;br /&gt;Display the top of the active window. HOME&lt;br /&gt;Display all subfolders under the selected folder. NUM LOCK+ASTERISK on numeric keypad (*)&lt;br /&gt;Display the contents of the selected folder. NUM LOCK+PLUS SIGN on numeric keypad (+)&lt;br /&gt;Collapse the selected folder. NUM LOCK+MINUS SIGN on numeric keypad (-)&lt;br /&gt;Collapse current selection if it&#39;s expanded, or select parent folder. LEFT ARROW&lt;br /&gt;Display current selection if it&#39;s collapsed, or select first subfolder. RIGHT ARROW</description><link>http://howtodoittutorials.blogspot.com/2009/01/best-keyboard-shortcuts-must-read.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-3035055116669825498</guid><pubDate>Sat, 10 Jan 2009 12:35:00 +0000</pubDate><atom:updated>2009-04-16T04:38:11.951-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Internet</category><title>What is BandWidth?</title><description>&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;BandWidth Explained&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Most hosting companies offer a variety of bandwidth options in their plans. So exactly what is bandwidth as it relates to web hosting? Put simply, bandwidth is the amount of traffic that is allowed to occur between your web site and the rest of the internet. The amount of bandwidth a hosting company can provide is determined by their network connections, both internal to their data center and external to the public internet.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Network Connectivity&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The internet, in the most simplest of terms, is a group of millions of computers connected by networks. These connections within the internet can be large or small depending upon the cabling and equipment that is used at a particular internet location. It is the size of each network connection that determines how much bandwidth is available. For example, if you use a DSL connection to connect to the internet, you have 1.54 Mega bits (Mb) of bandwidth. Bandwidth therefore is measured in bits (a single 0 or 1). Bits are grouped in bytes which form words, text, and other information that is transferred between your computer and the internet.&lt;br /&gt;&lt;br /&gt;If you have a DSL connection to the internet, you have dedicated bandwidth between your computer and your internet provider. But your internet provider may have thousands of DSL connections to their location. All of these connection aggregate at your internet provider who then has their own dedicated connection to the internet (or multiple connections) which is much larger than your single connection. They must have enough bandwidth to serve your computing needs as well as all of their other customers. So while you have a 1.54Mb connection to your internet provider, your internet provider may have a 255Mb connection to the internet so it can accommodate your needs and up to 166 other users (255/1.54).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Traffic&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A very simple analogy to use to understand bandwidth and traffic is to think of highways and cars. Bandwidth is the number of lanes on the highway and traffic is the number of cars on the highway. If you are the only car on a highway, you can travel very quickly. If you are stuck in the middle of rush hour, you may travel very slowly since all of the lanes are being used up.&lt;br /&gt;&lt;br /&gt;Traffic is simply the number of bits that are transferred on network connections. It is easiest to understand traffic using examples. One Gigabyte is 2 to the 30th power (1,073,741,824) bytes. One gigabyte is equal to 1,024 megabytes. To put this in perspective, it takes one byte to store one character. Imagine 100 file cabinets in a building, each of these cabinets holds 1000 folders. Each folder has 100 papers. Each paper contains 100 characters - A GB is all the characters in the building. An MP3 song is about 4MB, the same song in wav format is about 40MB, a full length movie can be 800MB to 1000MB (1000MB = 1GB).&lt;br /&gt;&lt;br /&gt;If you were to transfer this MP3 song from a web site to your computer, you would create 4MB of traffic between the web site you are downloading from and your computer. Depending upon the network connection between the web site and the internet, the transfer may occur very quickly, or it could take time if other people are also downloading files at the same time. If, for example, the web site you download from has a 10MB connection to the internet, and you are the only person accessing that web site to download your MP3, your 4MB file will be the only traffic on that web site. However, if three people are all downloading that same MP at the same time, 12MB (3 x 4MB) of traffic has been created. Because in this example, the host only has 10MB of bandwidth, someone will have to wait. The network equipment at the hosting company will cycle through each person downloading the file and transfer a small portion at a time so each person&#39;s file transfer can take place, but the transfer for everyone downloading the file will be slower. If 100 people all came to the site and downloaded the MP3 at the same time, the transfers would be extremely slow. If the host wanted to decrease the time it took to download files simultaneously, it could increase the bandwidth of their internet connection (at a cost due to upgrading equipment).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Hosting Bandwidth&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In the example above, we discussed traffic in terms of downloading an MP3 file. However, each time you visit a web site, you are creating traffic, because in order to view that web page on your computer, the web page is first downloaded to your computer (between the web site and you) which is then displayed using your browser software (Internet Explorer, Netscape, etc.) . The page itself is simply a file that creates traffic just like the MP3 file in the example above (however, a web page is usually much smaller than a music file).&lt;br /&gt;&lt;br /&gt;A web page may be very small or large depending upon the amount of text and the number and quality of images integrated within the web page. For example, the home page for CNN.com is about 200KB (200 Kilobytes = 200,000 bytes = 1,600,000 bits). This is typically large for a web page. In comparison, Yahoo&#39;s home page is about 70KB.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;How Much Bandwidth Is Enough?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It depends (don&#39;t you hate that answer). But in truth, it does. Since bandwidth is a significant determinant of hosting plan prices, you should take time to determine just how much is right for you. Almost all hosting plans have bandwidth requirements measured in months, so you need to estimate the amount of bandwidth that will be required by your site on a monthly basis&lt;br /&gt;&lt;br /&gt;If you do not intend to provide file download capability from your site, the formula for calculating bandwidth is fairly straightforward:&lt;br /&gt;&lt;br /&gt;Average Daily Visitors x Average Page Views x Average Page Size x 31 x Fudge Factor&lt;br /&gt;&lt;br /&gt;If you intend to allow people to download files from your site, your bandwidth calculation should be:&lt;br /&gt;&lt;br /&gt;[(Average Daily Visitors x Average Page Views x Average Page Size) +&lt;br /&gt;(Average Daily File Downloads x Average File Size)] x 31 x Fudge Factor&lt;br /&gt;&lt;br /&gt;Let us examine each item in the formula:&lt;br /&gt;&lt;br /&gt;Average Daily Visitors - The number of people you expect to visit your site, on average, each day. Depending upon how you market your site, this number could be from 1 to 1,000,000.&lt;br /&gt;&lt;br /&gt;Average Page Views - On average, the number of web pages you expect a person to view. If you have 50 web pages in your web site, an average person may only view 5 of those pages each time they visit.&lt;br /&gt;&lt;br /&gt;Average Page Size - The average size of your web pages, in Kilobytes (KB). If you have already designed your site, you can calculate this directly.&lt;br /&gt;&lt;br /&gt;Average Daily File Downloads - The number of downloads you expect to occur on your site. This is a function of the numbers of visitors and how many times a visitor downloads a file, on average, each day.&lt;br /&gt;&lt;br /&gt;Average File Size - Average file size of files that are downloadable from your site. Similar to your web pages, if you already know which files can be downloaded, you can calculate this directly.&lt;br /&gt;&lt;br /&gt;Fudge Factor - A number greater than 1. Using 1.5 would be safe, which assumes that your estimate is off by 50%. However, if you were very unsure, you could use 2 or 3 to ensure that your bandwidth requirements are more than met.&lt;br /&gt;&lt;br /&gt;Usually, hosting plans offer bandwidth in terms of Gigabytes (GB) per month. This is why our formula takes daily averages and multiplies them by 31.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt;Summary&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Most personal or small business sites will not need more than 1GB of bandwidth per month. If you have a web site that is composed of static web pages and you expect little traffic to your site on a daily basis, go with a low bandwidth plan. If you go over the amount of bandwidth allocated in your plan, your hosting company could charge you over usage fees, so if you think the traffic to your site will be significant, you may want to go through the calculations above to estimate the amount of bandwidth required in a hosting plan.</description><link>http://howtodoittutorials.blogspot.com/2009/01/what-is-bandwidth.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-2371165750056448078.post-8799428180118292536</guid><pubDate>Mon, 05 Jan 2009 12:33:00 +0000</pubDate><atom:updated>2009-04-16T04:35:05.901-07:00</atom:updated><title>Auto End Tasks to Enable a Proper Shutdown</title><description>&lt;span style=&quot;color: rgb(51, 255, 51);&quot;&gt; Auto End Tasks to Enable a Proper Shutdown&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This reg file automatically ends tasks and timeouts that prevent programs from shutting down and clears the Paging File on Exit.&lt;br /&gt;&lt;br /&gt;1. Copy the following (everything in the box) into notepad.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;QUOTE&lt;br /&gt;Windows Registry Editor Version 5.00&lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]&lt;br /&gt;&quot;ClearPageFileAtShutdown&quot;=dword:00000001&lt;br /&gt;&lt;br /&gt;[HKEY_USERS\.DEFAULT\Control Panel\Desktop]&lt;br /&gt;&quot;AutoEndTasks&quot;=&quot;1&quot;&lt;br /&gt;&lt;br /&gt;[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]&lt;br /&gt;&quot;WaitToKillServiceTimeout&quot;=&quot;1000&quot;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Save the file as shutdown.reg&lt;br /&gt;3. Double click the file to import into your registry.&lt;br /&gt;&lt;br /&gt;NOTE: If your anti-virus software warns you of a &quot;malicious&quot; script, this is normal if you have &quot;Script Safe&quot; or similar technology enabled.</description><link>http://howtodoittutorials.blogspot.com/2009/01/auto-end-tasks-to-enable-proper.html</link><author>noreply@blogger.com (hemant)</author><thr:total>0</thr:total></item></channel></rss>