<?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 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/delete-files/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>
		<item>
		<title>How to delete files and folders from CMD in Windows 10</title>
		<link>https://www.osradar.com/how-to-delete-files-and-folders-from-cmd-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-delete-files-and-folders-from-cmd-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Sat, 07 Mar 2020 00:47:51 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[delete files]]></category>
		<category><![CDATA[delete folder]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://windowsmen.com/?p=855</guid>

					<description><![CDATA[<p>Hi, how are you? Windows was born with the purpose of providing users with a graphical interface when using the computer. In fact, in the old DOS or MS-DOS systems everything was controlled by commands. However, Windows came with an intuitive graphical interface that took advantage of the use of a new peripheral known as [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-delete-files-and-folders-from-cmd-in-windows-10/">How to delete files and folders from CMD 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, how are you? Windows was born with the purpose of providing users with a graphical interface when using the computer. In fact, in the old DOS or MS-DOS systems everything was controlled by commands. However, Windows came with an intuitive graphical interface that took advantage of the use of a new peripheral known as the mouse. Currently, all users use Windows with a mouse and navigate through files and folders using the file explorer. On the other hand, it is still possible to do it classically with the CMD. Consequently, we will see how to delete files and folders from CMD in <a href="https://www.microsoft.com/en-us/software-download/windows10" target="_blank" rel="noreferrer noopener" aria-label="Windows 10 (opens in a new tab)">Windows 10</a>.</p>



<h2>Use CMD to delete folders and files</h2>



<p>The idea of a terminal is traditionally associated with Linux operating systems. However, Windows also has its own terminal inherited from MS-DOS. This is known as Command Prompt. You will probably have used the <strong>PING</strong> command to check internet connectivity or <strong>cd</strong> to go to the hard drive directories. However, we will see how to delete folders and files using the CMD. Although it is more comfortable to use the graphical interface, it is always convenient to have this method. Because, sometimes the search button is broken. With this in mind we will use the DEL command. Next, please use the CD command to enter the directory. The syntax is as follows:</p>



<pre class="wp-block-preformatted"> DEL /F /A file.extension</pre>



<p>Please remember to replace the file name with its respective extension. To enter the cmd, just press the Win+Q combination and type CMD.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/del.jpg" alt="Run a CMD" class="wp-image-862"/><figcaption>Run a CMD</figcaption></figure>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/del2.jpg" alt="Delete a file with the DEL command" class="wp-image-865"/><figcaption>Delete a file with the DEL command</figcaption></figure>



<p>The /F switch allows you to force the file to be deleted. While the /A allows to delete only the files marked as <em>ready for archiving</em> by Windows.</p>



<h2>How to delete folders with CMD</h2>



<p>To delete folders, the process is similar to that of deleting files. However, the change is to use the RD command. Similarly, use the CD command to enter the directory where the folder to be deleted is located. To delete folders, the process is similar to that of deleting files. However, the change is to use the RD command. Similarly, use the CD command to enter the directory where the folder to be deleted is located. The syntax is as follows:</p>



<pre class="wp-block-preformatted"> RD /S folder</pre>



<p>Please remember to replace folder with the name of the folder to be deleted.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/del3.jpg" alt="Delete a folder using the RD command." class="wp-image-867"/><figcaption>Delete a folder using the RD command.</figcaption></figure>



<p>The /S parameter indicates that we will also delete all subfolders within the folder.  If it is not used and there is a folder inside, it will not delete the main folder.</p>



<h2>What to do if there is an error message that prevents you from deleting the folder</h2>



<p>It is likely that when you use the DEl or RD command, the system will throw an error message that prevents you from doing the task. This usually happens because of a permission problem. Specifically, when you try to delete a folder you don&#8217;t own. Or when trying to delete a system folder. In those cases, CMD will not allow you to delete the folder or file. To solve this problem, just open CMD with administrator privileges:</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/03/del-1.jpg" alt="Runs a CMD with administrator privileges " class="wp-image-868"/><figcaption>Runs a CMD with administrator privileges </figcaption></figure>



<p>In this way, it is possible to delete any type of folder or file. The exception is if you try to delete a protected system file.</p>



<h2>Conclusion</h2>



<p>In the final analysis, we saw how to delete files and folders from the CMD in Windows 10. If you like to manage your computer with the terminal, then this is your option. Before saying goodbye, I invite you to our post about an <a href="https://windowsmen.com/switch-is-a-free-alternative-dock-for-windows-10/" target="_blank" rel="noreferrer noopener" aria-label="alternative dock (opens in a new tab)">alternative dock</a> for Windows 10. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-delete-files-and-folders-from-cmd-in-windows-10/">How to delete files and folders from CMD 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-delete-files-and-folders-from-cmd-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to use DupeKill to delete duplicate files in Windows 10</title>
		<link>https://www.osradar.com/how-to-use-dupekill-to-delete-duplicate-files-in-windows-10/</link>
					<comments>https://www.osradar.com/how-to-use-dupekill-to-delete-duplicate-files-in-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Tue, 04 Feb 2020 22:28:13 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[clean windows]]></category>
		<category><![CDATA[clean windows 10]]></category>
		<category><![CDATA[delete duplicated files]]></category>
		<category><![CDATA[delete files]]></category>
		<category><![CDATA[dupekill]]></category>
		<category><![CDATA[duplicated files]]></category>
		<category><![CDATA[erase duplicated files]]></category>
		<category><![CDATA[erase files]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://windowsmen.com/?p=146</guid>

					<description><![CDATA[<p>Hi, how are you? Storage space is a concern among Windows 10 users. Even though we have a large storage device, it&#8217;s likely that it will end up getting full. This is going to be a big problem. Under those circumstances, you can try to uninstall applications, run the Windows cleanup function or delete unnecessary [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-dupekill-to-delete-duplicate-files-in-windows-10/">How to use DupeKill to delete duplicate 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, how are you? Storage space is a concern among Windows 10 users. Even though we have a large storage device, it&#8217;s likely that it will end up getting full. This is going to be a big problem. Under those circumstances, you can try to uninstall applications, run the Windows cleanup function or delete unnecessary data. However, there are programs that can help us free up unnecessary data. For that reason, let&#8217;s see how to use DupeKill to delete duplicate files in Windows 10.</p>



<h2>How to free up disk space with DupeKill</h2>



<p>As mentioned above, this free application allows you to search for duplicate files on your computer. Consequently, it is possible to delete them quickly. The utility of this tool is that it allows you to discover that there are duplicate files on the hard disk. In this way, it is possible to free up storage space. In the first place, please go to the project page to <a rel="noreferrer noopener" aria-label="download (opens in a new tab)" href="https://cresstone.com/apps/DupeKill/#appInfo" target="_blank">download</a> the latest version.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/dupe.jpg" alt="Download the latest version of DupeKill." class="wp-image-148"/><figcaption>Download the latest version of DupeKill.</figcaption></figure>



<p>Please note that the file comes in a compressed format, so once downloaded you will have to decompress it. With this intention, you can use some program like 7zip or WinRar. On the other hand, the program is portable. Consequently, when running it for the first time, it asks where to save the configuration.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/dupe2.jpg" alt="Location of the settings" class="wp-image-149"/><figcaption>Location of the settings.</figcaption></figure>



<p>In the configuration window, two saving options are displayed. First, you can save the settings in the application directory. This is for easy handling of the program. Second, you can save it to the profile directory. Please note that you must remember the configuration directory. Since there is no uninstaller, you can delete the program by deleting this folder.</p>



<h2>Launching DupeKill</h2>



<p>After installing the program, it will be launched immediately. In the Look in section, you can include the drive, directory or folder where you will look for the files. It is highly recommended to select the option to include subfolders in the search. Once the parameters are set, press the Scan button to start the search. The search time will depend on the selected unit and the number of files present.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/dupe3.jpg" alt="DupeKill initial screen" class="wp-image-151"/><figcaption>DupeKill initial screen</figcaption></figure>



<p>Once the search is complete, the list of duplicate files is displayed. In addition, the file properties are displayed. Likewise, we see size, name, path, creation and modification date. Once the search is complete, the list of duplicate files is displayed. In addition, the file properties are displayed. Likewise, we see size, name, path, creation and modification date. </p>



<p>But the most interesting option is the one related to the recommended actions for the files. You can keep or delete them, and the program also shows the number of duplicate files. Finally, by double-clicking on the file, we can execute it, open its folder, copy the path, delete it, move it or save it.</p>



<figure class="wp-block-image size-large"><img src="https://windowsmen.com/wp-content/uploads/2020/02/dupe4.jpg" alt="" class="wp-image-153"/><figcaption>Additional actions in DupeKill</figcaption></figure>



<h2>Enabling advanced search.</h2>



<p>The program has an interesting advanced search function. To enable it, just click on the search bar. Immediately a window will be displayed, where it is possible to enter different search criteria, such as include and exclude folders, limit the size or set a date range. It is also possible to select the type of file to be searched. Consequently, this tool makes the search more specific. </p>



<p>Ultimately we have seen how to use DupeKill to delete duplicate files in Windows 10. This way it is possible to increase the storage space on hard disks. In my case, I gained more than 8GB of storage. And best of all, I didn&#8217;t know I had such an amount of duplicate files. Well, that&#8217;s all for now, before I say goodbye I invite you to check our post about <a rel="noreferrer noopener" aria-label="PowerToys  (opens in a new tab)" href="https://windowsmen.com/install-the-powertoys-in-windows-10/" target="_blank">PowerToys </a>in Windows 10. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-use-dupekill-to-delete-duplicate-files-in-windows-10/">How to use DupeKill to delete duplicate 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-use-dupekill-to-delete-duplicate-files-in-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
