I am using windows 7. I never installed any software to C drive. However some something just keeps eating C drive without my permission. How can I clean my C drive without re-installing my OS? Also, I believe there are lots of junks which are not deleted when I uninstalled the programs. I tried CCleaner but it cannot find them. Is there a way to find them?
Asked
Active
Viewed 1,857 times
2 Answers
0
Well, Visual Studio installs it's files into %APPDATA% or %LOCALAPPDATA% folders and into C:\ProgramData folder in Windows Vista/7/8. Things like help always come there. So check your registry (especially check HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders and other entries like Explorer\Shell Folders) and decide to move these folders to another drive.
You can make this by two paths:
- change value of registry variable (advantage is that it is available in any Windows version)
- or move the folder and create link (unix way, advantage is that you can move only specific folder and retain others).
Danatela
- 504