How to Delete temporary files with Command Prompt

image

Open CMD


Type the following In the below Sequence


rd /s /q %temp%


mkdir %temp%


rd /s /q c:\windows\temp\


mkdir c:\windows\temp\

No comments:

Post a Comment