<?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>delete files securely Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/delete-files-securely/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 30 Jul 2020 03:56:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to securely delete files in Windows 10</title>
		<link>https://www.osradar.com/how-to-securely-delete-files-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-securely-delete-files-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Fri, 31 Jul 2020 03:56:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[delete files]]></category>
		<category><![CDATA[delete files securely]]></category>
		<category><![CDATA[sdelete]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=22091</guid>

					<description><![CDATA[<p>Hi! Deleting files and folders is one of the most common tasks we perform. Usually, you just have to right-click on the mouse and select Delete. However, when you delete an item, it does not disappear completely from the system. Since it remains in an area of the hard disk even if it is not [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-securely-delete-files-in-windows-10/">How to securely delete files 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>Hi! Deleting files and folders is one of the most common tasks we perform. Usually, you just have to right-click on the mouse and select Delete. However, when you delete an item, it does not disappear completely from the system. Since it remains in an area of the hard disk even if it is not shown. For that reason, today we will see the Sdelete application. This software uses the cleaning standard used by the Department of Defense. Consequently, when an element is removed, it disappears permanently. This happens because Sdelete safely removes the data from the item. Well, come with me to see how to securely delete files in Windows 10.</p>



<h2>How to use Sdelete to securely delete files in Windows</h2>



<p>The first thing you have to do is <a aria-label="undefined (opens in a new tab)" href="https://docs.microsoft.com/en-us/sysinternals/downloads/sdelete" target="_blank" rel="noreferrer noopener">download</a> the program from this link. It&#8217;s a zipped file with two executables in it. Then you have to extract them and put them in the following path: <strong>C:\Windows\System32</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/07/sd-1-1024x787.png" alt="Extract the two executable files" class="wp-image-22093" srcset="https://www.osradar.com/wp-content/uploads/2020/07/sd-1-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/07/sd-1-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/sd-1-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/sd-1-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/07/sd-1-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/07/sd-1-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/07/sd-1.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Extract the two executable files</figcaption></figure>



<h2>First steps with Sdelete</h2>



<p>Next we will see how Sdelete works. To securely delete a file, please use the following syntax:</p>



<pre class="wp-block-preformatted">sdelete.exe -p 3 -s "file or folder"</pre>



<p>The -p parameter indicates the number of passes Sdelete will make to destroy the data. In this example, we will use 3 passes. Additionally, the -s parameter applies to subfolders. Obviously, these commands must be run from a CMD with administrator privileges.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/07/sd2.png" alt="Deleting folder with 3 passes" class="wp-image-22095" srcset="https://www.osradar.com/wp-content/uploads/2020/07/sd2.png 979w, https://www.osradar.com/wp-content/uploads/2020/07/sd2-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2020/07/sd2-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2020/07/sd2-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Deleting folder with 3 passes</figcaption></figure>



<p>It is also possible to safely clean the free space on the disk. With this intention, overwrite the free space by running the following:</p>



<pre class="wp-block-preformatted">sdelete.exe -c d:</pre>



<p>This command will delete the free space in order to prevent the files from being recovered. Please note that you have to replace <strong><em>d</em></strong> with the desired unit.</p>



<h2>Conclusion</h2>



<p>In this way, we have seen how to securely delete files in Windows 10. Undoubtedly, security is increased when a sensitive or personnel file is permanently deleted. Mostly if we share the computer or sell it. This will make the file deleted with this technology, can not be recovered by file recovery programs. Well, this is it! Before I go, I invite you to check our post about <a href="https://www.osradar.com/how-to-check-the-windows-10-uptime/" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">Windows 10 startup time</a>. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-securely-delete-files-in-windows-10/">How to securely delete files 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-securely-delete-files-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
