Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /home/blog.expertsoftwareteam.com/public_html/wp-content/mu-plugins/index.php(3) : eval()'d code on line 11
how to delete temporary files from windows using command prompt – Tutorials

how to delete temporary files from windows using command prompt

how to delete temporary files from windows using command prompt

Case 1 :

Open Command Prompt

Type Command : cd %temp%

run command : del /s /q *

Press Enter

All temporary files(not in use by any current running processes) will be deleted automatically silently

Case 2 

While we can delete all the files with below method also

using Window R command

run command : del /s /q %temp%\*

 


Posted

in

by

Tags: