<?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>clean temp files Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/clean-temp-files/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 30 Apr 2021 18:49:47 +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 clean up temporary files with CMD.</title>
		<link>https://www.osradar.com/how-to-clean-up-temporary-files-with-cmd/</link>
					<comments>https://www.osradar.com/how-to-clean-up-temporary-files-with-cmd/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Wed, 05 May 2021 21:46:00 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[clean temp files]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[temp files]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=29760</guid>

					<description><![CDATA[<p>Hello! As we open applications and files, a set of elements are created. Indeed, these items are called temporary files. Specifically, they are elements linked to the object to facilitate access at the next access. Consequently, the data will be loaded in a more efficient way. However, as time goes by, these files accumulate in [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-clean-up-temporary-files-with-cmd/">How to clean up temporary files with CMD.</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! As we open applications and files, a set of elements are created. Indeed, these items are called temporary files. Specifically, they are elements linked to the object to facilitate access at the next access. Consequently, the data will be loaded in a more efficient way. However, as time goes by, these files accumulate in the <a href="https://www.microsoft.com/en-us/software-download/windows10" target="_blank" rel="noreferrer noopener">system.</a> As a result, they can cause problems. So today we will show you how to clean up temporary files with CMD.</p>



<h2>How to delete temporary files in Windows 10 using CMD.</h2>



<p>Cleaning Windows is a very necessary task. Therefore, we have already shown you how to do it <a href="https://www.osradar.com/how-to-clean-up-windows-10-junk-files/" target="_blank" rel="noreferrer noopener">graphically.</a> However, if you are fond of the command line, or have problems with the desktop, then you can try this solution. The first thing you have to do is to open a command prompt with administrator privileges. With this intention, press the Win+Q combination to open the search button. Please type CMD and select the option with administrator privileges.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="791" height="682" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/04/cmd.png" alt="Opening a command prompt with administrator privileges. " class="wp-image-29761" srcset="https://www.osradar.com/wp-content/uploads/2021/04/cmd.png 791w, https://www.osradar.com/wp-content/uploads/2021/04/cmd-300x259.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/cmd-768x662.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/cmd-696x600.png 696w" sizes="(max-width: 791px) 100vw, 791px" /><figcaption>Opening a command prompt with administrator privileges.</figcaption></figure>



<p>The first thing you have to do is to go to the specific folder where you will delete the files. With this in mind, run the following commands:</p>



<pre class="wp-block-preformatted">cd..
cd..</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/04/cmd2.png" alt="Going to the root folder of the system. " class="wp-image-29762" srcset="https://www.osradar.com/wp-content/uploads/2021/04/cmd2.png 979w, https://www.osradar.com/wp-content/uploads/2021/04/cmd2-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/cmd2-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/cmd2-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Going to the root folder of the system.</figcaption></figure>



<p>Now we are going to delete the temporary files using the command:</p>



<pre class="wp-block-preformatted">del *.tmp /s /f /q</pre>



<p>Let us explain briefly what each command does:</p>



<ul><li>/s: it deletes specific files from the current directory and all subdirectories. Additionally, it displays the names of the files as they are deleted.</li><li>/f: this is a parameter that forces the deletion of read-only files.</li><li>/q: this is the silent mode, i.e. it does not ask for confirmation of the deletion.</li></ul>



<h3>Some additional parameters to be used:</h3>



<ul><li>/p: Requests confirmation before deleting the file specified in the console.</li><li>/?: displays the command prompt help for the command</li></ul>



<p>Now, let&#8217;s see the command in action.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/04/cmd3.png" alt="Deleting Windows 10 temporary files with CMD." class="wp-image-29763" srcset="https://www.osradar.com/wp-content/uploads/2021/04/cmd3.png 979w, https://www.osradar.com/wp-content/uploads/2021/04/cmd3-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/04/cmd3-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/04/cmd3-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Deleting Windows 10 temporary files with CMD.</figcaption></figure>



<p>After a while, CMD will have finished the work.</p>



<p>Finally, complete the cleaning with the steps described in this <a href="https://www.osradar.com/how-to-clean-up-windows-10-junk-files/" target="_blank" rel="noreferrer noopener">tutorial.</a> Okay, in the end, we have seen how to clean up the temporary files with CMD. This is a good way to keep the system running. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-clean-up-temporary-files-with-cmd/">How to clean up temporary files with CMD.</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-clean-up-temporary-files-with-cmd/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
