<?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>hard disk Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/hard-disk/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>
		<item>
		<title>How to hide Hard Disk Drive in Windows 10</title>
		<link>https://www.osradar.com/how-to-hide-hard-disk-drive-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-hide-hard-disk-drive-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Roger Polanco]]></dc:creator>
		<pubDate>Wed, 31 Jul 2019 15:27:31 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[privacity]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">http://www.googez.com/?p=441</guid>

					<description><![CDATA[<p>Hello there. Today we will talk about privacy in Windows 10. Specifically in relation to Hard Disk Drives. As we know, all the essential information for system works is found in it. In the same way, our personal information, data, maybe photos or videos, or just simply sensible information that we would like to maintain [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-hide-hard-disk-drive-in-windows-10/">How to hide Hard Disk Drive in Windows 10</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 there. Today we will talk about privacy in Windows 10. Specifically in relation to <a rel="noreferrer noopener" aria-label="Hard Disk Drives. (opens in a new tab)" href="https://searchstorage.techtarget.com/definition/hard-disk" target="_blank">Hard Disk Drives.</a>  As we know, all the essential information for system works is found in it. In the same way, our personal information, data, maybe photos or videos, or just simply sensible information that we would like to maintain private. This becomes very important when we use shared equipment.  With this in mind, keep our files save from thirds is very important and for that reason, Windows gives us tools to hide hard disk drives. Let´s do to show you how to hide Hard Disk Drive in Windows 10.</p>



<h2>Using CMD  to hide Hard Disk Drive </h2>



<p>In order to open CMD, we need to type on the searching bar <em>CMD</em> to run a Command Prompt.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk.jpg" alt="Opening a Command Prompt" class="wp-image-442"/><figcaption>Opening a Command Prompt</figcaption></figure>



<p>Once CMD is open, we need to input the next commands:</p>



<pre class="wp-block-preformatted">dispart
List Volume</pre>



<p>Now all currently active drives to be deployed in Windows 10. See image below:</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk2.jpg" alt="Diskpart showing all disk drives available" class="wp-image-444"/><figcaption>Diskpart showing all disk drives available</figcaption></figure>



<p>This information can check it, into File Explorer:</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk3-1024x438.jpg" alt="File Explorer showing all of the Hard Drives" class="wp-image-446"/><figcaption>File Explorer showing all of the Hard Drives</figcaption></figure>



<p>Now, we need to select which unit we want to hide. In my case is Unit E. With this in mind, we can select it by choosing the number (<em>select volume 3</em>) or letter assigned (<em>select volume E</em>).  Any of these commands have to be typed on Command Prompt. In this case, I selected volume 3.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk4.jpg" alt="CMD running diskpart. Selectin volume 3" class="wp-image-449"/><figcaption>CMD running diskpart. Selecting volume 3</figcaption></figure>



<p>Once the unit had been selected, we have to delete the letter assigned to the disk in order to hide it.  To the end that, just type in CMD the nex command:</p>



<pre class="wp-block-preformatted">remove letter E</pre>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk5.jpg" alt="MD running diskpart command. Removing unit´s letter to hide hard disk drive" class="wp-image-450"/><figcaption>CMD running diskpart command. Removing unit´s letter to hide hard disk drive</figcaption></figure>



<p>This is it, we can open File Explorer and check that the unit is not there anymore.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk6-1024x412.jpg" alt="Unit &quot;E&quot; is hidden." class="wp-image-451"/><figcaption>Unit &#8220;E&#8221; is hidden.</figcaption></figure>



<p>At the same time, if we want to restore visibility the unit again, just repeat same proceed through <em>diskpart</em> to select unit desired (<em>3 or E</em>), but we need to execute the next command:</p>



<pre class="wp-block-preformatted">assign letter E</pre>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk7.jpg" alt="CMD running diskpart command to assign unit´s letter. " class="wp-image-452"/><figcaption>CMD running diskpart command to assign unit´s letter. </figcaption></figure>



<p>Once again, we can open File Explorer to see how the unit has been restored to visibility.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk8-1024x414.jpg" alt="File Explorer showing Unit E once again" class="wp-image-453"/><figcaption>File Explorer showing Unit E once again</figcaption></figure>



<h2>Using Disk Management </h2>



<p>Previously, we see how to hide a Hard Disk Unit using CMD, but Windows provide us a graphical tool too, called <em>Disk Management</em>. Let´s do it! In the first place open File Explorer, and do right-click on<em> This PC, </em>a menu will show up, and we have select <em>manage.</em>  </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk9.jpg" alt="Manage This PC to open Computer Management" class="wp-image-454"/><figcaption>Manage This PC to open Computer Management</figcaption></figure>



<p>A new window with the Computer Management will appear with several options inside. On the left side under <em>Storage, </em>select <em>Disk Management. </em>Them, please do right-click on the desired unit, and click <em>Change Drive Letters and Path</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk10-1024x708.jpg" alt="" class="wp-image-455"/></figure>



<p>On the next window, we have to select <em>Remove</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk11-1.jpg" alt="Removing drive letter to hide hard disk drive" class="wp-image-457"/><figcaption>Removing drive letter to hide hard disk drive</figcaption></figure>



<p>Now, we select the Remove option to remove the drive and hide it from the system. We will see the following message that we will accept to complete the process:</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk12.jpg" alt="A warning sign" class="wp-image-458"/><figcaption>A warning sign</figcaption></figure>



<p>We open File Explorer and see that the unit is not visible anymore.</p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk13-1024x414.jpg" alt="File explorer with Hard Disk Drive hidden." class="wp-image-459"/><figcaption>File explorer with Hard Disk Drive hidden.</figcaption></figure>



<p>Once again, if we want to restore visibility to the unit, just repeat the same process to select it, dor right-click on it and select <em>Change Drive Letters and Path</em>, and select <em>Add</em></p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk14.jpg" alt="Add a letter to the drive" class="wp-image-460"/><figcaption>Add a letter to the drive</figcaption></figure>



<p>On the next window, we must <em>Assign the following drive letter, </em>and can select the same (E) in order to restore visibility.  </p>



<figure class="wp-block-image"><img src="http://www.googez.com/wp-content/uploads/2019/07/disk8-1-1024x414.jpg" alt="The file explores showing unit previously hidden" class="wp-image-461"/><figcaption>The file explores showing unit previously hidden</figcaption></figure>



<p>That is it, we can see two different ways of hiding Hard Disk, I hope you have enjoyed this tutorial. Also, I invite you to visit my post about how to change <a href="http://www.googez.com/how-to-change-the-default-system-font-on-windows-10/" target="_blank" rel="noreferrer noopener" aria-label="the default windows font. (opens in a new tab)">the default windows font.</a></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-hide-hard-disk-drive-in-windows-10/">How to hide Hard Disk Drive in Windows 10</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/how-to-hide-hard-disk-drive-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
