<?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>The Future of ICT &#187; disk</title>
	<atom:link href="http://www.4ict.com/tag/disk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4ict.com</link>
	<description>Information, Communication and Technology for Your Update</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:03:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How (and Why) to Partition Your Hard Drives</title>
		<link>http://www.4ict.com/2010/01/07/how-and-why-to-partition-your-hard-drive/</link>
		<comments>http://www.4ict.com/2010/01/07/how-and-why-to-partition-your-hard-drive/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 13:20:30 +0000</pubDate>
		<dc:creator>Akbar</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[Partitioning]]></category>

		<guid isPermaLink="false">http://www.4ict.com/?p=179</guid>
		<description><![CDATA[Disk partitioning&#8211;separating one physical hard drive into multiple independent volumes&#8211;can relieve all sorts of computer-related headaches, and thanks to the Disk Management tool included with Windows 7 and Vista, you can perform the task without expensive third-party software. Here&#8217;s how to use Disk Management to make the most of your hard drive. Why Partitioning Your [...]]]></description>
			<content:encoded><![CDATA[<p>Disk partitioning&#8211;separating one physical hard drive into multiple independent volumes&#8211;can relieve all sorts of computer-related headaches, and thanks to the Disk Management tool included with Windows 7 and Vista, you can perform the task without expensive third-party software. Here&#8217;s how to use Disk Management to make the most of your hard drive.<br />
<span id="more-179"></span></p>
<h2>Why Partitioning Your Hard Drive Makes Sense</h2>
<p>Most PCs come from the factory with a single partition on their hard drive, meaning that it shows up as one drive in the Computer window (as C:, typically). But keeping your data, applications, and operating system on the same partition can be risky because, if something happens to the partition&#8217;s index file (the file that tells your computer where the various pieces of your data are located), your computer won&#8217;t be able to boot up off that drive&#8211;and even if you boot up with a recovery disc or external drive, you won&#8217;t be able to access the rest of your data.</p>
<p>Partitioning your hard drive essentially tells your computer to treat portions of that drive as separate entities. If you keep your system and apps on a partition separate from your data (documents, music, video, and the like), the data will be easier to back up (because your backup utility won&#8217;t bother to copy the system and apps, which you can reinstall from the discs or redownload from an online source). In addition, you&#8217;ll be less likely to lose your data in an accident; and if you ever need to reformat and reinstall Windows, you won&#8217;t have to worry about restoring your data backups.</p>
<p>You can also set up an emergency partition. Suppose that Windows unexpectedly croaks and you don&#8217;t have your emergency boot disc handy. If you&#8217;ve created a bootable partition that&#8217;s large enough to contain a stripped-down OS and a handful of diagnostic tools, you can use it to rescue your data and salvage your computer. Some computer manufacturers (Lenovo, for example) supply a built-in emergency partition on some of their PCs, but you can make your own, if your PC lacks one.</p>
<p>Finally, partitioning lets you try out other operating systems&#8211;like Linux, for example. Generally, two operating systems can&#8217;t coexist on the same volume without stepping on one another&#8217;s toes, so you won&#8217;t be able to dual-boot Linux or ease into Windows 7 if you&#8217;re on a single-volume system.</p>
<h2>How to Partition Your Hard Drive</h2>
<p><strong>Note:</strong> Users with complicated hard-drive configurations, RAID arrays, or the Windows XP operating system will likely need more-powerful partitioning software than Microsoft&#8217;s Disk Management tool&#8211;EaseUs Partition Master is a good place to start.</p>
<p>First, back up your data. The partitioning process shouldn&#8217;t delete any data, but you can&#8217;t be too careful when working with your hard drive.</p>
<p>Open the Disk Management tool by slecting <em>Control Panel, Administrative Tools, Computer Management</em>. An entry for Disk Management should show up underneath the Storage heading on the left-hand side.</p>
<p>Click <em>Disk Management</em>, and you should see a list of your existing drives and partitions (if applicable). To create a new partition, choose a disk that has free storage space, right-click it, and select <em>Shrink Volume</em>. Bear in mind that you can safely shrink only basic disks; if you try to shrink dynamic disks (such as RAID arrays) that are formatted with the NTFS file system, you&#8217;ll risk losing your data.</p>
<p>Type in the amount of space you want to shrink the disk by. The number you choose depends on what you want to use the other partition for. If you plan to dual-boot another version of Windows, for example, you&#8217;ll want a lot of space (Windows 7 requires at least 16GB of available space, for example); but if you&#8217;re setting aside room for an emergency recovery partition, you won&#8217;t need nearly as much space.</p>
<p>If you plan to install an OS in this partition (Windows or otherwise), you&#8217;ll probably have to stop here&#8211;your operating system installer will likely insist on making the partition itself during the installation process.</p>
<p>Once you&#8217;ve cleared the necessary space, it should show up in the Disk Management window as Unallocated Space. Right-click this entry, select <em>New Simple Volume,</em> and let the resulting wizard guide you through the remaiing steps of the process. Generally, you&#8217;ll want to format the new partition as NTFS; and unless you&#8217;re using this partition for archiving purposes, you won&#8217;t need to enable file and folder compression for the whole drive. (If you decide to enable compression later, you can do it easily enough: In the Disk Management tool, right-click the partition and select <em>Properties, Compress this drive to save space</em>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4ict.com/2010/01/07/how-and-why-to-partition-your-hard-drive/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ten Quick And Easy Ways That To Speed Up Your Computer!</title>
		<link>http://www.4ict.com/2010/01/03/ten-quick-and-easy-ways-that-to-speed-up-your-computer/</link>
		<comments>http://www.4ict.com/2010/01/03/ten-quick-and-easy-ways-that-to-speed-up-your-computer/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 01:45:41 +0000</pubDate>
		<dc:creator>freetraffic</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://www.4ict.com/2010/01/03/ten-quick-and-easy-ways-that-to-speed-up-your-computer/</guid>
		<description><![CDATA[Several folks are interested in making the foremost of their hardware. So here are ten simple recommendations on how to create your Windows XP laptop run faster while not having to purchase additional hardware. 1. Defrag Disk to Speed Up Access to Information One amongs the factors that slow the performance of the pc is [...]]]></description>
			<content:encoded><![CDATA[<p>Several folks are interested in making the foremost of their hardware. So here are ten simple recommendations on how to create your Windows XP laptop run faster while not having to purchase additional hardware.</p>
<p>1. Defrag Disk to Speed Up Access to Information</p>
<p>One amongs the factors that slow the performance of the pc is disk fragmentation. When files are fragmented, the computer must search the onerous disk when the file is opened to piece it back together. To speed up the response time, you should monthly run Disk Defragmenter, a Windows utility that defrags and consolidates fragmented files for quicker pc response.<br />
<span id="more-108"></span><br />
* Follow Begin &gt; All Programs &gt; Accessories &gt; System Tools &gt; Disk Defragmenter</p>
<p>* Click the drives you would like to defrag and click on Analyze</p>
<p>* Click Defragment<br />
2. Detect and Repair Disk Errors</p>
<p>Over time, your arduous disk develops dangerous sectors. Bad sectors bog down exhausting disk performance and sometimes create knowledge writing tough or even impossible. To detect and repair disk errors, Windows includes a built-in tool known as the Error Checking utility. It’ll search the hard disk for unhealthy sectors and system errors and repair them for faster performance.</p>
<p>* Follow Begin &gt; My Laptop</p>
<p>* In My Pc right-click the laborious disk you want to scan and click on Properties</p>
<p>* Click the Tools tab</p>
<p>* Click Check Currently</p>
<p>* Choose the Scan for and try recovery of unhealthy sectors check box</p>
<p>* Click Start<br />
3. Disable Indexing Services</p>
<p>Indexing Services could be a very little application that uses a heap of CPU. By indexing and updating lists of all the files on the pc, it helps you to try to to a search for one thing faster as it scans the index list. However if you recognize where your files are, you can disable this system service. It won’t do any hurt to you machine, whether or not you search typically or not terribly often.</p>
<p>* Move to Begin</p>
<p>* Click Settings</p>
<p>* Click Control Panel</p>
<p>* Double-click Add/Take away Programs</p>
<p>* Click the Add/Take away Window Elements</p>
<p>* Uncheck the Indexing services</p>
<p>* Click Next<br />
4. Optimize Show Settings</p>
<p>Windows XP may be a looker. But it costs you system resources that are used to show all the visual things and effects. Windows appearance fine if you disable most of the settings and leave the subsequent:</p>
<p>* Show shadows beneath menus</p>
<p>* Show shadows below mouse pointer</p>
<p>* Show translucent selection rectangle</p>
<p>* Use drop shadows for icons labels on the desktop</p>
<p>* Use visual designs on windows and buttons<br />
6. Disable Performance Counters</p>
<p>Windows XP encompasses a performance monitor utility which monitors several areas of your PC’s performance. These utilities take up system resources thus disabling may be a good idea.</p>
<p>* Download and install the Extensible Performance Counter List (http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/exctrlst-o.asp)</p>
<p>* Then select each counter in flip in the ‘Extensible performance counters’ window and clear the ‘performance counters enabled’ checkbox at the bottom button below<br />
7. Optimize Your Pagefile</p>
<p>You&#8217;ll be able to optimize your pagefile. Setting a mounted size to your pagefile saves the operating system from the requirement to resize the pagefile.</p>
<p>* Right click on My Pc and choose Properties</p>
<p>* Select the Advanced tab</p>
<p>* Underneath Performance opt for the Settings button</p>
<p>* Select the Advanced tab again and underneath Virtual Memory choose Amendment</p>
<p>* Highlight the drive containing your page file and create the initial Size of the file the same as the Most Size of the file.<br />
8. Remove Fonts for Speed</p>
<p>Fonts, particularly TrueType fonts, use quite a bit of system resources. For optimal performance, trim your fonts down to just people who you wish to use a day and fonts that applications might require.</p>
<p>* Open Control Panel</p>
<p>* Open Fonts folder</p>
<p>* Move fonts you don’t want to a brief directory (e.g. C:\FONTBKUP?) just in case you need or need to bring some of them back. The more fonts you uninstall, the a lot of system resources you will gain.<br />
9. Use a Flash Memory to Boost Performance</p>
<p>To boost performance, you wish to install further RAM memory. It’ll let you boot your OS abundant quicker and run many applications and access information quicker. There is no best and additional technically elegant means to do it than use eBoostr (http://www.eboostr.com).</p>
<p>eBoostr could be a little program that lets you improve a performance of any pc, powered by Windows XP in much the same approach as Vista’s ReadyBoost. With eBoostr, if you have a flash drive, like a USB flash thumb drive or an SD card, you can use it to create your computer run better. Merely plug in a very flash drive through a USB socket and Windows XP can use eBoostr to utilize the flash memory to enhance performance.</p>
<p>The product shows the best results for frequently used applications and knowledge, which becomes a great feature for folks who are using workplace programs, graphics applications or developer tools. It’ll surely attract a special attention of laptop homeowners as laptop upgrade is usually additional complicated and laptop onerous drives are by definition slower than those of desktops.<br />
10. Perform a Boot Defragment</p>
<p>There is a easy approach to hurry up XP startup: create your system do a boot defragment, which can put all the boot files next to one another on your hard disk. When boot files are in close proximity to one another, your system will start faster.</p>
<p>On most systems, boot defragment should be enabled by default, but it might not be on yours, or it might have been changed inadvertently. To create sure that boot defragment is enabled:<br />
* Run the Registry Editor</p>
<p>* Move to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction</p>
<p>* Set the Enable string worth to Y if it is not already set to Y.</p>
<p>* Exit the Registry</p>
<p>* Reboot</p>
<p>To get an amazing NDS/NDSL Flashcards device, visit this site: <strong><em><a href="http://www.0shippingzone.com/r4ds-r4ds-p-338.html" target="_blank">r4</a></em></strong>. The <strong><em><a href="http://www.0shippingzone.com/r4ds-r4ds-p-338.html" target="_blank">r4</a></em></strong> cartridge is the current top-of-the-line in DS SLOT-1 flash carts. Get it now&#8230; <strong><em><a href="http://www.0shippingzone.com/r4ds-r4ds-p-338.html" target="_blank">r4</a></em></strong>: Revolution for DS!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4ict.com/2010/01/03/ten-quick-and-easy-ways-that-to-speed-up-your-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
