How clean your temporary files Using CMD

If you Need to delete or clean your junk files. Kindly follow below commands


Step 1:

           Open Command Prompt as Administrator.


Step 2:

         Type rd /s /q %temp%.Make sure you leave a space between them.


Step 3:

         Type rd /s /q C:\windows\temp\.


Step 4:

         Type del /q/f/s %temp%\*.






Comments

Popular posts from this blog

How to use DIR Command

How to Write Your First Batch Script Progarm

How to Set Date Using CMD