What is the command to clean temporary files from computer?
Some commands that may help you in cleaning up your computer :
you have to type in CMD < RUN < windows key + R
* rd /s /q %temp%
* mkdir %temp%
* rd /s /q c:\windows\temp\
* mkdir c:\windows\temp\
Some commands that may help you in cleaning up your computer :
you have to type in CMD < RUN < windows key + R
* rd /s /q %temp%
* mkdir %temp%
* rd /s /q c:\windows\temp\
* mkdir c:\windows\temp\
command to clean temporary files is :- del /s *tmp