<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ImrozBaig.Com &#187; Windows Vista</title>
	<atom:link href="http://www.imrozbaig.com/category/windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imrozbaig.com</link>
	<description>A personal blog to share experiences in life.</description>
	<lastBuildDate>Thu, 22 Dec 2011 10:46:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ipconfig &#8211; windows networking command explained</title>
		<link>http://www.imrozbaig.com/ipconfig-windows-networking-command-explained/</link>
		<comments>http://www.imrozbaig.com/ipconfig-windows-networking-command-explained/#comments</comments>
		<pubDate>Sat, 22 May 2010 15:02:35 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command line tools]]></category>
		<category><![CDATA[diagnosing network problems]]></category>
		<category><![CDATA[networking tips]]></category>
		<category><![CDATA[troubleshooting internet connection]]></category>
		<category><![CDATA[using ipconfig command]]></category>
		<category><![CDATA[windows xp tips]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=504</guid>
		<description><![CDATA[ipconfig &#8211; windows networking command explained IP Configuration command line Tool for windows (ipconfig) Earlier versions of windows had &#8220;winipcfg&#8221; tool for performing ip configuration activities. &#8220;winipcfg&#8221; was [..]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">ipconfig &#8211; windows networking command explained</p>
<p style="text-align: justify;">IP Configuration command line Tool for windows (ipconfig)</p>
<p style="text-align: justify;">Earlier versions of windows had &#8220;winipcfg&#8221; tool for performing ip configuration activities. &#8220;winipcfg&#8221; was replaced by &#8220;ipconfig&#8221; windows IP configuration tool from windows XP onwards. It is used to display the TCP/IP network configuration values.</p>
<p style="text-align: justify;">To run it, enter &#8220;ipconfig&#8221; in the command prompt. This will display your IP address as follows:</p>
<p style="text-align: justify;"><img title="ipconfig" src="http://img571.imageshack.us/img571/2758/ipconfig.jpg" alt="" width="536" height="338" /></p>
<p style="text-align: justify;">In case your computer is part of a LAN using a router, the IP displayed by this command will be your Computers IP on the LAN and not the IP that connects to teh internrt. To obtain the IP address of your LAN on internet, you can try any DSL Reports whois.</p>
<p style="text-align: justify;">The IP given is the local address on the network. This information can be used in diagnosing network problems. The &#8220;gateway&#8221; or router address on the local network is also displayed by this command.</p>
<p style="text-align: justify;">Various switches that can be used with IPConfig</p>
<p style="text-align: justify;">ipconfig switches can be invoked by entering &#8220;ipconfig /{switch}&#8221;. To display a list of all available switches, enter &#8220;ipconfig/?&#8221; or &#8220;ipconfig -?&#8221;. The most commonly used switches by a home user are :</p>
<ul>
<li>
<div style="text-align: justify;"> all &#8211; to display a detailed ip configuration you can use ipconfig/all</div>
</li>
<li>
<div style="text-align: justify;">release- to release your IP address.</div>
</li>
<li>
<div style="text-align: justify;">renew &#8211; asking your network adapter to renew your machine&#8217;s ip address</div>
</li>
<li>
<div style="text-align: justify;">flushdns- this switch is used to clear all DNS info</div>
</li>
</ul>
<p style="text-align: justify;">The above mentioned switches are very handy for trouble shooting your internet connection issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/ipconfig-windows-networking-command-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Networking Commands</title>
		<link>http://www.imrozbaig.com/common-networking-commands/</link>
		<comments>http://www.imrozbaig.com/common-networking-commands/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 18:14:03 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[common networking commands]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[tracert]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=446</guid>
		<description><![CDATA[The following are common Microsoft Windows network commands ipconfig Ipconfig is a Console Command which can be issued to the Command Line Interpreter (or command prompt) to display [..]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The following are common Microsoft Windows <a href="http://whirlpool.net.au/wiki/?tag=network">network</a> commands</p>
<h3 style="text-align: justify;"><strong>ipconfig</strong></h3>
<p style="text-align: justify;">Ipconfig is a Console Command which can be issued to the Command Line Interpreter (or command prompt) to display the network settings currently assigned to any or all network adapters in the machine. This command can be utilised to verify a network connection as well as to verify your network settings.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/ipconfig.htm" target="_blank">www.computerhope.com/ipconfig.htm</a></p>
<p style="text-align: justify;">For Windows 95,98,ME use winipcfg<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;141698" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;141698</a></p>
<h3><strong>netstat</strong></h3>
<p style="text-align: justify;">Displays active TCP connections, ports on which the computer is listening, Ethernet statistics, the <a href="http://whirlpool.net.au/wiki/?tag=IP">IP</a> routing table, IPv4 statistics (for the IP, ICMP, TCP, and UDP protocols), and IPv6 statistics (for the IPv6, ICMPv6, TCP over IPv6, and UDP over IPv6 protocols). Used without parameters, netstat displays active TCP connections.</p>
<p style="text-align: justify;"><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netstat.mspx" target="_blank">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netstat.mspx</a></p>
<h3><strong>tracert</strong></h3>
<p style="text-align: justify;">The tracert command is used to visually see a network packet being sent and received and the amount of hops required for that packet to get to its destination.</p>
<p style="text-align: justify;">Users with Microsoft Windows 2000 and Windows XP who need additional information network latency and network loss should also consider using the pathping command.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/tracert.htm" target="_blank">www.computerhope.com/tracert.htm</a></p>
<h3><strong><a href="http://whirlpool.net.au/wiki/?tag=ping">ping</a></strong></h3>
<p style="text-align: justify;">Helps in determining TCP/IP Networks IP address as well as determine issues with the network and assists in resolving them.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/pinghlp.htm" target="_blank">www.computerhope.com/pinghlp.htm</a></p>
<h3><strong>pathping</strong></h3>
<p style="text-align: justify;">Provides information about network latency and network loss at intermediate hops between a source and destination. Pathping sends multiple Echo Request messages to each router between a source and destination over a period of time and then computes results based on the packets returned from each router.</p>
<p style="text-align: justify;"><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/pathping.mspx?mfr=true" target="_blank">www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/pathping.mspx?mfr=true</a></p>
<h3><strong>telnet</strong></h3>
<p style="text-align: justify;">Telnet is software that allows users to remotely access another computer such as a server, network device, or other computer. With telnet users can connect to a device or computer, manage a network device, setup a device, transfer files, etc.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/software/telnet.htm#03" target="_blank">www.computerhope.com/software/telnet.htm#03</a></p>
<h3><strong>ftp</strong></h3>
<p style="text-align: justify;">FTP is short for File Transfer Protocol, this page contains additional information about the FTP command and help using that command in Unix and MS-DOS (Windows).</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/software/ftp.htm" target="_blank">www.computerhope.com/software/ftp.htm</a></p>
<h3><strong>route</strong></h3>
<p style="text-align: justify;">The function and syntax of the Windows ROUTE command is similar to the UNIX or Linux route command. Use the command to manually configure the routes in the routing table.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/routehlp.htm" target="_blank">www.computerhope.com/routehlp.htm</a></p>
<h3><strong>arp</strong></h3>
<p style="text-align: justify;">Displays, adds, and removes arp information from network devices.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/arphlp.htm" target="_blank">www.computerhope.com/arphlp.htm</a></p>
<h3><strong>nslookup</strong></h3>
<p style="text-align: justify;">Displays information that you can use to diagnose Domain Name System (DNS) infrastructure. Before using this tool, you should be familiar with how DNS works. The Nslookup command-line tool is available only if you have installed the TCP/IP protocol.</p>
<p style="text-align: justify;"><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nslookup.mspx" target="_blank">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/nslookup.mspx</a></p>
<h3><strong>nbtstat</strong></h3>
<p style="text-align: justify;">MS-DOS utility that displays protocol statistics and current TCP/IP connections using NBT.</p>
<p style="text-align: justify;"><a href="http://www.computerhope.com/nbtstat.htm" target="_blank">www.computerhope.com/nbtstat.htm</a></p>
<p style="text-align: justify;"><strong>netsh</strong><br />
<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netsh.mspx" target="_blank">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netsh.mspx</a></p>
<p style="text-align: justify;">One common way of using netsh is to reset the TCP/IP in Windows 2k/XP</p>
<p style="text-align: justify;">Type this in Run or DOS Window – &#8220;netsh int ip reset&#8221;</p>
<p style="text-align: justify;">In Windows XP you can run a graphical diagnostics by typing &#8220;netsh diag gui&#8221; into the run dialogue box. (This may take a little time to startup)</p>
<h3 style="text-align: justify;"><strong>getmac</strong></h3>
<p style="text-align: justify;">DOS command used to show both local and remote MAC addresses. When run with no parameters (ie. <tt>getmac</tt>) it displays MAC addresses for the local system. When run with the /s parameter (eg. <tt>getmac /s \\foo</tt>) it displays MAC addresses for the remote computer. When the /v parameter is used, it also displays the associated connection name and network adapter name.</p>
<p style="text-align: justify;">Included with Windows XP, Windows 2003 Server, and Windows 2000 Resource Kit. Can be downloaded for the Windows 2000 here: <a href="http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/getmac-o.asp" target="_blank">http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/getmac-o.asp</a></p>
<p style="text-align: justify;"><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/getmac.mspx" target="_blank">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/getmac.mspx</a></p>
<h3><strong>Find All Active/Used IP Addresses on Your Network</strong></h3>
<p style="text-align: justify;">There is a really neat way that you can quite easily find all active/used IP Addresses on your network without the need for any third party applications or worse, pinging each IP Address individually.</p>
<p style="text-align: justify;">Open the Command Prompt and type in the following:</p>
<p style="text-align: justify;">FOR /L %i IN (1,1,254) DO ping <strong>-n 1</strong> 192.168.10.%i | FIND /i &#8220;Reply&#8221;&gt;&gt;c:\ipaddresses.txt</p>
<p style="text-align: justify;">Change 192.168.10 to match you own network.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/common-networking-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing My Pictures and My Music locations in Vista</title>
		<link>http://www.imrozbaig.com/changing-my-pictures-and-my-music-locations-in-vista/</link>
		<comments>http://www.imrozbaig.com/changing-my-pictures-and-my-music-locations-in-vista/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:10:04 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[changing My Music location]]></category>
		<category><![CDATA[Changing My Pictures and My Music in vista]]></category>
		<category><![CDATA[changing my pictures location]]></category>
		<category><![CDATA[windows vista tips]]></category>
		<category><![CDATA[windows vista tricks]]></category>
		<category><![CDATA[Windows Vista tutorials]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=315</guid>
		<description><![CDATA[Changing My Pictures and My Music Normally, when you open up the Start Menu, below Documents, is shown My Pictures and My Music If you want, you can [..]]]></description>
			<content:encoded><![CDATA[<h3>
<h3>Changing My Pictures and My Music</h3>
<p align="left">Normally, when you open up the Start Menu, below <em>Documents, </em>is shown <em>My Pictures </em>and <em>My Music</em></p>
<p align="left">If you want, you can change these to any other locations you may use more frequently.</p>
<ol>
<li>
<p align="left">Sta<em>rt Regedit </em></p>
</li>
<li>
<p align="left">Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders</p>
</li>
<li>
<p align="left">On the right side, change the location for My Pictures and My Music</p>
</li>
<li>
<p align="left">This new location will now show on the start menu</p>
</li>
</ol>
<p><a name="install_no_productid"></a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/changing-my-pictures-and-my-music-locations-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the Desktop Icon Size in Windows Vista</title>
		<link>http://www.imrozbaig.com/changing-the-desktop-icon-size-in-windows-vista/</link>
		<comments>http://www.imrozbaig.com/changing-the-desktop-icon-size-in-windows-vista/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:04:58 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[changing size of desktop icons]]></category>
		<category><![CDATA[Small icons on desktop]]></category>
		<category><![CDATA[Vista icons]]></category>
		<category><![CDATA[windows vista speed up]]></category>
		<category><![CDATA[windows vista tips]]></category>
		<category><![CDATA[windows vista tricks]]></category>
		<category><![CDATA[Windows Vista tutorials]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=313</guid>
		<description><![CDATA[Changing the Desktop Icon Size By default, the icons on the desktop are quite large. To change the size Right click on the Desktop Select View Set it [..]]]></description>
			<content:encoded><![CDATA[<h3><a name="icon_size"></a>Changing the Desktop Icon Size</h3>
<p>By default, the icons on the desktop are quite large.<br />
To change the size</p>
<ol>
<li>Right click on the Desktop</li>
<li>Select View</li>
<li>Set it to <em>Classic Icons</em></li>
</ol>
<p> You can also hold down the Control key while the desktop is displayed</p>
<ol>
<li>Use the wheel mouse to make the icons larger or smaller</li>
<li>This gives more control</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/changing-the-desktop-icon-size-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling Default CD burning feature of Windows Vista</title>
		<link>http://www.imrozbaig.com/disabling-unneeded-windows-features/</link>
		<comments>http://www.imrozbaig.com/disabling-unneeded-windows-features/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 03:59:22 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Speed up windows vista]]></category>
		<category><![CDATA[windows vista tips]]></category>
		<category><![CDATA[windows vista tricks]]></category>
		<category><![CDATA[Windows Vista tutorials]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=309</guid>
		<description><![CDATA[Since most computers come with 3rd party programs that are easier to use than Vista&#8217;s CD/DVD burning, you can turn this off with a simple registry edit. Start [..]]]></description>
			<content:encoded><![CDATA[<p align="left">Since most computers come with 3rd party programs that are easier to use than Vista&#8217;s CD/DVD burning,<br />
you can turn this off with a simple registry edit.</p>
<ol>
<li>
<p align="left">Start Regedit</p>
</li>
<li>
<p align="left">Go to HKEY_CURRENT_USER Software  Microsoft  Windows  CurrentVersion  Policies  Explorer</p>
</li>
<li>
<p align="left">Create a new DWORD key NoCDBurning</p>
</li>
<li>
<p align="left">Give it a value of 1</p>
</li>
<li>
<p align="left">Log off and back on again</p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/disabling-unneeded-windows-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling unnecessary vista features</title>
		<link>http://www.imrozbaig.com/disabling-unnecessary-vista-features/</link>
		<comments>http://www.imrozbaig.com/disabling-unnecessary-vista-features/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 03:56:55 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Speed up windows vista]]></category>
		<category><![CDATA[windows vista tips]]></category>
		<category><![CDATA[windows vista tricks]]></category>
		<category><![CDATA[Windows Vista tutorials]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=307</guid>
		<description><![CDATA[There are likely Windows Features running on the computer you don&#8217;t need. To see what these may be and make any changes you want: Start / Control Panel [..]]]></description>
			<content:encoded><![CDATA[<p align="left">There are likely Windows Features running on the computer you don&#8217;t need.</p>
<p align="left">To see what these may be and make any changes you want:</p>
<ol>
<li>
<p align="left">Start / Control Panel</p>
</li>
<li>
<p align="left"><em>Programs and Features</em></p>
</li>
<li>
<p align="left">Click on <em>Turn Windows features on or off</em></p>
</li>
<li>
<p align="left">It typically takes a little while for this window to populate</p>
</li>
<li>
<p align="left">Hovering the mouse over an entry gives a short description of it</p>
</li>
<li>
<p align="left">From here you can check or uncheck any entries you want.</p>
</li>
<li>
<p align="left">For example, you may not need Windows Fax and Scan</p>
</li>
<li>
<p align="left">Click the OK button when you are done</p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/disabling-unnecessary-vista-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing the Boot Record in Vista</title>
		<link>http://www.imrozbaig.com/fixing-the-boot-record-in-vista/</link>
		<comments>http://www.imrozbaig.com/fixing-the-boot-record-in-vista/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 03:53:59 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Boot record fix]]></category>
		<category><![CDATA[Fixing boot record]]></category>
		<category><![CDATA[Fixing the Boot Record in Vista]]></category>
		<category><![CDATA[Speed up windows vista]]></category>
		<category><![CDATA[Vista tips]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=305</guid>
		<description><![CDATA[If the boot record need to be repaired Boot from the Vista installation CD Although they are likely set correctly, select a language, a time, a currency, a [..]]]></description>
			<content:encoded><![CDATA[<p align="left">If the boot record need to be repaired</p>
<ol>
<li>Boot from the Vista installation CD</li>
<li>Although they are likely set correctly, select a language, a time, a currency, a keyboard or an input method, and then click on Next.</li>
<li>Click <em>Repair your computer</em></li>
<li>Click the operating system, and then click Next.</li>
<li>In System Recovery Options dialog box, click Command Prompt.</li>
<li>At the command prompt, type in  <em>Bootrec </em>with the option you want , and then press the <em>ENTER </em>key.</li>
</ol>
<p><strong>/FixMbr</strong></p>
<p>The /FixMbr option writes a windows vista.<a id="KonaLink0" class="kLink" style="position: static; text-decoration: underline! important;" onclick="adlinkMouseClick(event,this,0);" onmouseover="adlinkMouseOver(event,this,0);" onmouseout="adlinkMouseOut(event,this,0);" href="http://www.onecomputerguy.com/vista_tips.htm#" target="_top"><span id="preLoadWrap0" style="position: relative;"></span></a>-compatible MBR to the system partition. This option does not overwrite the existing partition table. Use this option when you must resolve MBR corruption issues, or when you have to remove non-standard code from the MBR.</p>
<p> </p>
<p><strong>/FixBoot</strong></p>
<p>The /FixBoot option writes a new boot sector to the system partition by using a boot sector that is compatible with Windows Vista. Use this option if one of the following conditions is true:<br />
The boot sector has been replaced with a non-standard Windows Vista boot sector.<br />
The boot sector is damaged.<br />
An earlier Windows operating system has been installed after Windows Vista was installed. In this scenario, the computer starts by using Windows NT Loader (NTLDR) instead of Windows Boot Manager (Bootmgr.exe).</p>
<p align="left">Typically you would run either <em>bootrec /fixmbr</em> or <em>bootrec /fixboot</em></p>
<div id="preLoadLayer0" style="display: none; z-index: 4000; left: -18px; position: absolute; top: -22px;"><img style="border: 0px;" src="http://kona.kontera.com/javascript/lib/imgs/grey_loader.gif" alt="" width="22" height="22" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/fixing-the-boot-record-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up vista</title>
		<link>http://www.imrozbaig.com/speed-up-vista-2/</link>
		<comments>http://www.imrozbaig.com/speed-up-vista-2/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 19:15:34 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Speed up windows vista]]></category>
		<category><![CDATA[Vista tips]]></category>
		<category><![CDATA[Vista tricks]]></category>
		<category><![CDATA[Windows Vista tutorials]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=143</guid>
		<description><![CDATA[Easy ways to speed up and maintain your Windows Vista Want to perform a Vista speed up procedure? I often think of new ways to make my computer run [..]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: justify;">Easy ways to speed up and maintain your Windows Vista</h2>
<p style="text-align: justify;">Want to perform a Vista speed up procedure? I often think of new ways to make my computer run faster. The problem with our lightning quick, just out of the box CPU is it gets slow and sluggish over time. And Windows Vista especially which has a lot of hardware resources that can slow down CPU speeds. Here are some simple speed tweaks you can make to speed up Windows Vista. There is also a program that can perform these functions for you, which can speed up Vista in no time at all.</p>
<p style="text-align: justify;"><strong>Get rid of unused or unneeded programs</strong>. We often download lots of different software that sounds cool but we rarely use. Don&#8217;t fool yourself, just get rid of them. You also want to remove programs from your startup commands that automatically run every time you power Vista on. You can always run these programs from the Start menu if you need to. This will free up a lot of RAM which will improve Windows Vista speed.</p>
<p style="text-align: justify;"><strong>Run a disk defragmenter</strong>. Windows Vista actually comes with a built in defrag software. I would not recommend using it. The program has been universally panned by tech critics alike. I would recommend using software like the program below. Once a month, before you go to bed, run the program and let it go overnight. This is an easy way to speed up Windows Vista.</p>
<p style="text-align: justify;"><strong>Clean Vista registry</strong>. The Vista registry does not have an internal cleaning tool. As you download or install new software and hardware, the registry becomes filled with corrupt and redundant information. This is where a Windows Vista registry cleaner comes in. The #1 step you can take to perform a Vista speed up is scan and remove all errors in your registry. This will clear up the congestion that is slowing down your computer speed.</p>
<p style="text-align: justify;">These are all some Vista speed tweaks that everyone should be conducting to speed up Windows Vista. If you are a little lazy like me, I recommend using software to perform the steps for you. You can completely automate the maintenance of your computer. Not only will it improve Windows Vista speed, it will prevent windows error messages, blue screens, and computer crashing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/speed-up-vista-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up Windows Vista</title>
		<link>http://www.imrozbaig.com/speed-up-vista/</link>
		<comments>http://www.imrozbaig.com/speed-up-vista/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 06:41:47 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Speed up windows vista]]></category>
		<category><![CDATA[windows vista tips]]></category>
		<category><![CDATA[windows vista tricks]]></category>
		<category><![CDATA[Windows Vista tutorials]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=141</guid>
		<description><![CDATA[How to speed up windows Vista Do you want to speed up Vista? Well this is not a surprise. Although Microsoft has made some improvements with their latest [..]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: justify;">How to speed up windows Vista</h2>
<p style="text-align: justify;">Do you want to speed up Vista? Well this is not a surprise. Although Microsoft has made some improvements with their latest OS, Vista can still run very sluggish at times. The problem is Vista cannot perform maintenance on itself. The longer we use our computers the more we need to continually tweak and optimize it in order to speed up Windows Vista. And fortunately for those non computer experts, there is software available to perform the tweaks for you. Here is what you should be doing.</p>
<p style="text-align: justify;">1. Free up as much memory space as you can. This includes hard drive memory and RAM. The best way to do this is target the programs you are not using and remove them. Remove all temporary, partial, and redundant files. Kill those startup programs that launch every time you boot up. This will speed up Vista considerably by increasing RAM availability.</p>
<p style="text-align: justify;">2. Schedule a day to run maintenance features like Windows disk clean up and defragmenter software. Think of these like bringing your car in for a tuneup. Microsoft recommends running each once a month at the least. This will streamline the way Vista processes information and in turn increase Windows Vista speed considerably.</p>
<p style="text-align: justify;">3. Install a Windows Vista registry cleaner and fix all errors. These errors screw with the OS processing. A clean and error free registry will do wonders to speed up Vista performance overall. Vista does not come with a program that can adequately fix up the registry. You need to get one on your own.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/speed-up-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up Browsing</title>
		<link>http://www.imrozbaig.com/speed-up-browsing/</link>
		<comments>http://www.imrozbaig.com/speed-up-browsing/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 22:18:25 +0000</pubDate>
		<dc:creator>imroz</dc:creator>
				<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[imrove speed of browsing on Internet explorer]]></category>
		<category><![CDATA[Increase browsing speed]]></category>
		<category><![CDATA[Speed Up Browsing]]></category>
		<category><![CDATA[speed up IE]]></category>
		<category><![CDATA[Speed Up Internet Browsing]]></category>

		<guid isPermaLink="false">http://imrozbaig.com/?p=63</guid>
		<description><![CDATA[When you connect to a web site your computer sends information back and forth. Some of this information deals with resolving the site name to an IP address, [..]]]></description>
			<content:encoded><![CDATA[<p>When you connect to a web site your computer sends information back and forth. Some of this information deals with resolving the site name to an IP address, the stuff that TCP/IP really deals with, not words. This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site. Although Windows XP and Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size. You can do this with the registry entries below:</p>
<p>Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDnscacheParameters]<br />
&#8220;CacheHashTableBucketSize&#8221;=dword:00000001<br />
&#8220;CacheHashTableSize&#8221;=dword:00000180<br />
&#8220;MaxCacheEntryTtlLimit&#8221;=dword:0000fa00<br />
&#8220;MaxSOACacheEntryTtlLimit&#8221;=dword:0000012d</p>
<p>Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imrozbaig.com/speed-up-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

