Chris86 Posted January 6, 2008 Share Posted January 6, 2008 (edited) I got some suggestions for you -Empty Space Eraser:****-Turn off computer whene it is finished-Application Cleaner****-Allow user to add files to clean-Updater:(makes is easier to release bug fixes)****-User option:**************-Even the updater check for updates-Task Manager:****-User Options:**************-Choose whene Space Regain cleans the pc(f.ex Every sunday, every week, month...)**************-Registry Backup (Choose if TM shall make a registry backup, with a option to disable. and whene if shall.) -"Right click shell(on a file)"-Menu Shell: ****-Delete with space regain****-Add to Custom Files Deleter Edited January 6, 2008 by Chris86 Link to comment Share on other sites More sharing options...
mrbond007 Posted January 6, 2008 Author Share Posted January 6, 2008 @Chris86 thanks i didn't update this project yet because i was working on a new game. i'll start working on a new update soon Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight Link to comment Share on other sites More sharing options...
KJohn Posted January 7, 2008 Share Posted January 7, 2008 Hi,I think you should warn people this will disrupt Office installation, as it keeps trying to re-install something from original Office disk after running it. ; on 2 of 3 computers I tried; 1 restored by "Restore"; 1 restored from ghost.too scared to try it agian; the one computer whre it worked OK, it seemed to be good;Best, randallthis is caused by shellexecut-ing the uninstall string for some installed applications. I had this kind of problems before (probably a msi issue) but i'm currently working on a different uninstaller. it's too difficult to make a good one . Thanks you for the replyCheersBakimrbond007, the problem randallc is experiencing is because your program deletes the log files present in "<windrive>:\Documents and Settings\All Users\Application Data\Microsoft\OFFICE\DATA" - delete those files manually and randallc's experience will be immediately replicated...I used to have the same problem with my program DiskMax... All you have to do is ensure that those files are not deleted. There are other programs like Office that behave like this when their log files are deleted: you'll know of them only when an user reports it to you... Link to comment Share on other sites More sharing options...
mrbond007 Posted April 11, 2008 Author Share Posted April 11, 2008 A new version soon?There is a bug at the download page, i can't upload any of my projects and i don't know if this has been fixed or not. All i can do is sit and wait ... Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight Link to comment Share on other sites More sharing options...
mrbond007 Posted April 11, 2008 Author Share Posted April 11, 2008 Same here. Maybe you can upload it somewhere else like, FileFront?Another thing, does the new version now clear invalid keys or entries left by uninstalled softwares? I did a quick browse through the registry and i noticed huge amounts of invalid keys or entries left by softwares i uninstalled...even CCleaner did not clean those up Monitoring traces left by uninstallers is a difficult thing todo at the moment, i'll do some research about it. I think i'll upload a new version as soon as the next version of AutoIt is released. Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight Link to comment Share on other sites More sharing options...
mrbond007 Posted April 12, 2008 Author Share Posted April 12, 2008 It's possible but it can be dangerous, i'll have to experiment with that method. Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight Link to comment Share on other sites More sharing options...
Angelia Posted May 1, 2008 Share Posted May 1, 2008 Very nice! Thanks for sharing Link to comment Share on other sites More sharing options...
mrbond007 Posted May 2, 2008 Author Share Posted May 2, 2008 new version is almost ready Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight Link to comment Share on other sites More sharing options...
gseller Posted May 3, 2008 Share Posted May 3, 2008 new version is almost readyPatiently waiting with great expectations.. LOL Link to comment Share on other sites More sharing options...
asionwu Posted May 4, 2008 Share Posted May 4, 2008 So good Link to comment Share on other sites More sharing options...
mrbond007 Posted May 4, 2008 Author Share Posted May 4, 2008 Latest version can be downloaded here : http://rapidshare.com/files/112431857/Space_Regain.zip.htmlRequires latest beta Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight Link to comment Share on other sites More sharing options...
gseller Posted May 4, 2008 Share Posted May 4, 2008 (edited) I give up.. I sat thru and tried about 5 times and each time even tho I know it was right it would not let me download it. If you can send it to me I will host it for you... EDIT:Ok, I finally got to download it... Pretty Sweet!! Thank You for sharing.. Edited May 4, 2008 by gesller Link to comment Share on other sites More sharing options...
Skrip Posted May 5, 2008 Share Posted May 5, 2008 Great job. I did get an error when I click cancel after clicking 'clean' after analyzing in the application cleaner. An array error. And how exactly did you get the cancel buttons to work? What did you do to make them actually abort the task? (I would really rather not go through a few thousand lines of code...) [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left] Link to comment Share on other sites More sharing options...
mrbond007 Posted May 5, 2008 Author Share Posted May 5, 2008 (edited) I give up.. I sat thru and tried about 5 times and each time even tho I know it was right it would not let me download it. If you can send it to me I will host it for you... EDIT:Ok, I finally got to download it... Pretty Sweet!! Thank You for sharing..Probably because the rapidshare server is busy, next time i will upload the file somewhere else. Great job. I did get an error when I click cancel after clicking 'clean' after analyzing in the application cleaner. An array error. And how exactly did you get the cancel buttons to work? What did you do to make them actually abort the task? (I would really rather not go through a few thousand lines of code...)The code isn't perfect yet. When i call a function for example _Analyze_Traces(), i activate the oneventmode and then i set the cancel action to a certain button Func _Analyze_Traces() Local $Files_In_Total, $Size_In_Total, $Files_In_Section, $Size_In_Section, $RecycleBin_Name, $Str For $i = 1 To 85 $Str &= "=" Next Opt("GUIOnEventMode", 1); activate onevent mode GUICtrlSetData($Buttons[2], "Cancel"); change the text of the button GUICtrlSetOnEvent($Buttons[2], "_Cancel"); assign cancel function to the button the scanning/cleaning loops uses while $Break = 0, so when you click on the cancel button, you get $Break =1 and in this case the loop ends and the operation gets canceled. Edited May 5, 2008 by mrbond007 Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight Link to comment Share on other sites More sharing options...
mrbond007 Posted May 5, 2008 Author Share Posted May 5, 2008 Will those minor problems affect the system?Yes if for exmaple you didn't close all open applications like antivirus & firewall before cleaning, i also used beta to compile this script so it may not be that reliable. Projects : Space Regain - Memory Fusion - PWGT - Chip-ITGames : BrainPain - BrainPain Director's Cut - ProSpeed Games Pack (New)Vista vs XP : the forbidden fight Link to comment Share on other sites More sharing options...
gseller Posted May 6, 2008 Share Posted May 6, 2008 No Biggie.. was worth the trouble.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now