<?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>dard drive Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/dard-drive/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 28 Jul 2021 17:36:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>Hard disk consumes a lot of resources</title>
		<link>https://www.osradar.com/hard-disk-consumes-a-lot-of-resources/</link>
					<comments>https://www.osradar.com/hard-disk-consumes-a-lot-of-resources/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Wed, 04 Aug 2021 21:34:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[dard drive]]></category>
		<category><![CDATA[hard disk]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=31466</guid>

					<description><![CDATA[<p>Hello! Many users have reported problems with hard disk loading. Indeed, it has been noted up to 100% usage in the task manager. Even without an apparent reason. As a result, the computer works very slow. It can even freeze completely. On the other hand, it is easy to notice this problem. In fact, just [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/hard-disk-consumes-a-lot-of-resources/">Hard disk consumes a lot of resources</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! Many users have reported problems with hard disk loading. Indeed, it has been noted up to 100% usage in the task manager. Even without an apparent reason. As a result, the computer works very slow. It can even freeze completely. On the other hand, it is easy to notice this problem. In fact, just go to the task manager and check the percentage of hard disk usage. It can be very high, often even reaching 100%. Then we notice that the hard disk consumes a lot of resources.</p>



<h2>How to fix a hard disk that consumes a lot of resources</h2>



<p>As already mentioned, this can be a serious problem. It could completely freeze the computer. In addition, it has several possible causes. Therefore, there are also several possible causes.</p>



<h3>Disabling the SuperFetch service</h3>



<p>This is an integrated Windows service. In addition, its main function is to reduce the time it takes for the computer to boot. Likewise, it minimizes the loading times of the main apps. However, it has been identified as a possible cause of excessive hard disk usage. So the first thing to do is to disable this service. Keeping in mind that it is possible to re-enable it. With this in mind, open a command prompt with administrator privileges.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="786" height="681" src="https://www.osradar.com/wp-content/uploads/2021/07/100.png" alt="Launching a command prompt with administrator privileges." class="wp-image-31467" srcset="https://www.osradar.com/wp-content/uploads/2021/07/100.png 786w, https://www.osradar.com/wp-content/uploads/2021/07/100-300x260.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/100-768x665.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/100-696x603.png 696w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Launching a command prompt with administrator privileges.</figcaption></figure>



<p>Then, you just have to run the following command:</p>



<pre class="wp-block-preformatted">sc stop "SysMain" &amp; sc config "SysMain" start=disabled</pre>



<figure class="wp-block-image size-full"><img loading="lazy" width="675" height="496" src="https://www.osradar.com/wp-content/uploads/2021/07/101.png" alt="Deactivating the Superfetch service" class="wp-image-31468" srcset="https://www.osradar.com/wp-content/uploads/2021/07/101.png 675w, https://www.osradar.com/wp-content/uploads/2021/07/101-300x220.png 300w" sizes="(max-width: 675px) 100vw, 675px" /><figcaption>Deactivating the Superfetch service</figcaption></figure>



<p>We told you that it is possible to revert this action. In case you want to reactivate it, please run the following command:</p>



<pre class="wp-block-preformatted">sc config "SysMain" start=auto &amp; sc start "SysMain"</pre>



<figure class="wp-block-image size-full"><img loading="lazy" width="979" height="496" src="https://www.osradar.com/wp-content/uploads/2021/07/102.png" alt="Reactivating the superfetch service" class="wp-image-31470" srcset="https://www.osradar.com/wp-content/uploads/2021/07/102.png 979w, https://www.osradar.com/wp-content/uploads/2021/07/102-300x152.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/102-768x389.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/102-696x353.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Reactivating the superfetch service</figcaption></figure>



<h3>Check the status of the hard disk</h3>



<p>It is also possible that the file structure of the disk has been compromised. This usually happens in <a href="https://www.microsoft.com/en-us/software-download/windows10" target="_blank" rel="noreferrer noopener">Windows</a>. Fortunately, the solution is very simple. Just open a command prompt with administrator privileges and run the following command:</p>



<pre class="wp-block-preformatted">chkdsk.exe /f /r
</pre>



<figure class="wp-block-image size-full"><img loading="lazy" width="979" height="496" src="https://www.osradar.com/wp-content/uploads/2021/07/103.png" alt="" class="wp-image-31478" srcset="https://www.osradar.com/wp-content/uploads/2021/07/103.png 979w, https://www.osradar.com/wp-content/uploads/2021/07/103-300x152.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/103-768x389.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/103-696x353.png 696w" sizes="(max-width: 979px) 100vw, 979px" /></figure>



<p>Please see our tutorial on how to <a href="https://www.osradar.com/how-to-check-disk-in-windows-10/" target="_blank" rel="noreferrer noopener">check </a>the hard disk status in Windows 10.</p>



<h3>Resets the computer&#8217;s virtual memory</h3>



<p>Virtual memory is an extension of ram memory. In fact, it is a combination of it with a portion of the hard disk. When the RAM memory is full, it starts using this virtual memory. Because it is not volatile, it sometimes gives problems. Therefore, it is advisable to restart it. It is a somewhat cumbersome process, but easy to do. Please follow the steps below. The first thing you have to do is to go to the system properties. With this in mind, press the Win+Pause combination. Once there, click on <strong>Advanced system settings.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="https://www.osradar.com/wp-content/uploads/2021/07/104-1024x787.png" alt="System properties" class="wp-image-31472" srcset="https://www.osradar.com/wp-content/uploads/2021/07/104-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/07/104-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/104-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/104-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/07/104-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/07/104.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>System properties</figcaption></figure>



<p>In the next window, just click on the <strong>Advanced</strong> tab. Then, in the <strong>Performance </strong>section, click on <strong>Settings.</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" width="412" height="468" src="https://www.osradar.com/wp-content/uploads/2021/07/105.png" alt="" class="wp-image-31473" srcset="https://www.osradar.com/wp-content/uploads/2021/07/105.png 412w, https://www.osradar.com/wp-content/uploads/2021/07/105-264x300.png 264w" sizes="(max-width: 412px) 100vw, 412px" /></figure>



<p>Once again, click on the <strong>Advanced</strong> tab. Next, in the <strong>Virtual Memory </strong>section click on <strong>Change.</strong></p>



<figure class="wp-block-image size-full"><img loading="lazy" width="419" height="602" src="https://www.osradar.com/wp-content/uploads/2021/07/106.png" alt="Performance options" class="wp-image-31474" srcset="https://www.osradar.com/wp-content/uploads/2021/07/106.png 419w, https://www.osradar.com/wp-content/uploads/2021/07/106-209x300.png 209w" sizes="(max-width: 419px) 100vw, 419px" /><figcaption>Performance options</figcaption></figure>



<p>In the next window, uncheck the box <em>Automatically manage paging file size for all drives.</em> Now scroll down and select <em>No paging file.</em> Finally press Set and OK.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="396" height="531" src="https://www.osradar.com/wp-content/uploads/2021/07/107.png" alt="Deleting the page file" class="wp-image-31475" srcset="https://www.osradar.com/wp-content/uploads/2021/07/107.png 396w, https://www.osradar.com/wp-content/uploads/2021/07/107-224x300.png 224w" sizes="(max-width: 396px) 100vw, 396px" /><figcaption>Deleting the page file</figcaption></figure>



<p>Finally, reboot and restart the computer. Now repeat the process and leave the values as they were before.</p>



<h3>Deletes temporary files.</h3>



<p>Sometimes, temporary files are responsible for this behavior. It is therefore a good idea to delete them. To do so, press the Win+R key combination and run <em>temp</em>.</p>



<figure class="wp-block-image size-full"><img loading="lazy" width="399" height="206" src="https://www.osradar.com/wp-content/uploads/2021/07/108.png" alt="" class="wp-image-31476" srcset="https://www.osradar.com/wp-content/uploads/2021/07/108.png 399w, https://www.osradar.com/wp-content/uploads/2021/07/108-300x155.png 300w" sizes="(max-width: 399px) 100vw, 399px" /></figure>



<p>Now, select all of them and delete them.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="628" src="https://www.osradar.com/wp-content/uploads/2021/07/109-1-1024x628.png" alt="" class="wp-image-31479" srcset="https://www.osradar.com/wp-content/uploads/2021/07/109-1-1024x628.png 1024w, https://www.osradar.com/wp-content/uploads/2021/07/109-1-300x184.png 300w, https://www.osradar.com/wp-content/uploads/2021/07/109-1-768x471.png 768w, https://www.osradar.com/wp-content/uploads/2021/07/109-1-696x427.png 696w, https://www.osradar.com/wp-content/uploads/2021/07/109-1-1068x655.png 1068w, https://www.osradar.com/wp-content/uploads/2021/07/109-1.png 1141w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Okay, we have seen that the hard disk consumes a lot of resources. The most important thing is that we learned how to fix it. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/hard-disk-consumes-a-lot-of-resources/">Hard disk consumes a lot of resources</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/hard-disk-consumes-a-lot-of-resources/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
