Saturday, March 21, 2015

windows - How can I clean up junk files from my computer?



I'm getting a new laptop, and giving mine to a co-worker. How can I clean out all the junk & temp files?



(A clean Windows install is not an option.)


Answer



Create a new user account and delete the old one, that should take care of a lot of clutter/rubbish.




If it doesn't delete the folder from Documents & Settings, deleting the account will at least mean you can safely delete it.



Then let CCleaner delete EVERYTHING (just tick every box in the settings) and defrag the system when it's done.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...