Friday, February 28, 2014

How to Delete Temporary Folders in Windows 7


1. Open the 'Start' menu. Type 'Command Prompt' and right-click 'Command Prompt' on the list of programs. Click 'Run as administrator.'
2. Enter the system's administrator password or provide administrative consent, if prompted.
3. Type 'cd C:\Users\%username%\AppData\Local' without quotation marks. Press 'Enter' to run the command. This uses the '%username%' variable to automatically locate your account's folder.
4. Type 'rmdir /S /Q Temp' -- again, without the quotes -- and press 'Enter.' All temporary files in your account are now removed.

No comments:

Post a Comment