reg2
(Reg1145)
1
I believe I’ve seen this talked about before on Spiceworks. Does anyone know of a free Windows 7 cleanup utility to clean up temp files, user accounts, etc?
Thank you.
5 Spice ups
ryanbrown
(Ryan_B)
3
I also like to use the trial of TuneUp Utilities, clean the PC up, then uninstall it.
There is also the built in Disk Cleanup in Windows 7 for the files part of things. Also 360Amigo System Speedup is pretty good. They have a free version.
Mix of CCLeaner as Rdb has said, and defraggler.
Piriform FTW
jrondo4
(jrondo4)
6
I use BleachBit (discovered here on Spiceworks) for business PCs and CCleaner for personal PCs. As far as deleting user profiles, you’ll probably have to delete them from System Properties > Advanced tab > User Profiles.
I’ve found BleachBit to be useful since it has a console executable that you can put on a network share and use for scripting cleanup on users’ PCs (during logon or logoff). I ended up using it after I spent days trying to figure out the most efficient way to script deletion of users’ temporary files. Below is an example of the “code” from my command script:
\\fileserver\it-apps\bleachbit\bleachbit_console.exe -c firefox.* internet_explorer.* google_chrome.* safari.* flash.* java.* silverlight.* >CONS >C:\temp\bleachbit-internet-clean.log
\\fileserver\it-apps\bleachbit\bleachbit_console.exe -c adobe_reader.* microsoft_office.* paint.* >CONS >C:\temp\bleachbit-office-clean.log
\\fileserver\it-apps\bleachbit\bleachbit_console.exe -c system.logs system.memory_dump system.recycle_bin system.tmp system.updates >CONS >C:\temp\bleachbit-system-clean.log
erick
(estylez23)
7
CCleaner Network Edition would works well.
1 Spice up
How is the network edition?
I have not had the chance to try this.
erick
(estylez23)
9
You can remotely push it out, uninstall it and all the features of standard CCleaner are available. Best part is the clean up features are available for ALL user folders and not just the current one like you have with the standard version.