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%\*

 

* The Content stated above is for informational purpose only. Expert Software Team is not responsible if any part of content found meaningless in any manner or condition.