<?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>privacity Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/privacity/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 08 Oct 2019 00:47:07 +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>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>
