Jump to content



Photo

Space regain


  • Please log in to reply
136 replies to this topic

#1 mrbond007

mrbond007

    License To Script

  • Active Members
  • PipPipPipPipPipPip
  • 422 posts

Posted 14 May 2007 - 09:08 AM

Space Regain is one Huge Secure Cleaning Tool that cleans huge areas of you PC. Helps you protect your privacy and enhance your pc's performance as well. Originally designed for XP but changed to support older versions as well. Normal programs don't clean enough junk from your hard drive, forcing you to use 2 or more cleaning tools in order to get the job right done.
Space Regain does what most cleaning tools can't do, and it doesn't contains spyware, adware or nagging shareware reminders.

What's supported at this moment is :
* Traces Cleaner : Cleans different areas of Windows including the 2 giants IE and FireFox
* Applications Cleaner : Cleans traces of 500+ popular programs including traces left by AutoIt and SciTe which normally aren't found in any other cleaning tools :)
* Junk Files Cleaner : Search and clean 80 different kinds of junk files
* Custom Files Deleter : Choose which files you want to delete
* Startup Manager : Shows which programs run on startup and allows you do stop them (dangerous)
* Uninstall Manager : Shows informations about already installed software on your computer and allows you to remove or uninstall them
* Registry Manager : Shows all files types found in the registry. for XP you will also see the "New File" Tpyes displayed as well
* Registry Cleaner : Search and remove invalid references found in the registry
* Traces Inspector : Collects sensitive informations found in the registry and in the hard drive
* Lightining Fast Index.Dat Inspector : Show the contents of the evil index.dat files
* Registry Backup : Create and restore registry backups
* Empty Space Eraser : cleans the free space of your hard drive to make already deleted files unrecoverable
* XP Optimizer : Optimizes your PC (XP Only), simillair to using Tools like "Microsoft Bootvis"

And if that wasn't enough Secure Cleaning has been added to Space Regain (already demonstrated in my AU3-SD Script) in order to stop both software and hardware recovery tools (example : undelete tools).Time to protect your privacy, if you are at work and you don't want your boss to find out what you did, if you are at home spyied on by wife, kids or parents, then use Space Regain.

Make sure that you read the help file that iv'e included inside as well.
Friendly Reminder : Looking directly at the source code might make your eyes or brain hurt, so beware.
Note : Deleting Internet Explorer's Index.Dat files requires you to restart your PC

Get it here :
http://www.autoitscript.com/forum/index.ph...amp;showfile=59

Latest version can be download here :
http://rapidshare.com/files/112431857/Space_Regain.zip.html
http://www.box.net/shared/4jlhvypgcs
Requires latest beta

Edited by mrbond007, 05 May 2008 - 07:26 AM.








#2 mrbond007

mrbond007

    License To Script

  • Active Members
  • PipPipPipPipPipPip
  • 422 posts

Posted 14 May 2007 - 09:08 AM

Todo List :
Add a new option (current state : slowwwww) :)
Add more sections to clean
RE-Improve Space Regain (done)
Complete optimization of source code (100% complete)
Make a decent Help File (100% complete)
Complete the index.dat deletion sequence (100% completed)
Improve the registry cleaner (100% complete not that easy)
Add secure deletion to the Applications section (100% completed)
Add Swap File Deletion (discontinued) XP sucks
Add Custom File Deletion (100% complete)
Improve Startup Manager (100% completed)
Add Cancel Buttons (100% completed)
Add PC Optimization after cleaning for XP Only (100% completed)
Fix small bugs(100% completed)
Fix Free Space Eraser(100% completed)

Edited by mrbond007, 04 May 2008 - 09:58 AM.


#3 SmiLe

SmiLe

    Seeker

  • Active Members
  • 16 posts

Posted 14 May 2007 - 03:11 PM

Hi!

This is very interesting, but...

(589) : ==> Subscript used with non-Array variable.: For $i = 1 To $drives[0] For $i = 1 To $drives^ ERROR


I have 1 fixed drive (1 hard disk) on my laptop.

#4 mrbond007

mrbond007

    License To Script

  • Active Members
  • PipPipPipPipPipPip
  • 422 posts

Posted 14 May 2007 - 07:22 PM

I'll fix this in the next version.
If somebody finds any bugs please let me know

#5 Dethredic

Dethredic

    http://gunnewiek.com/

  • Active Members
  • PipPipPipPipPipPip
  • 2,029 posts

Posted 14 May 2007 - 09:33 PM

Nice
Posted Image"Its not about the 30 inch 1080p display, or the SLI 8800 ultras, or the DDR3 memory. It's about when you turn on your PC, does it return the favor?"Math is like sex. Sure, it may give some practical results, but that is not why we do it

#6 Skrip

Skrip

    Psychonaut

  • Active Members
  • PipPipPipPipPipPip
  • 2,340 posts

Posted 15 May 2007 - 12:14 AM

Hi!

This is very interesting, but...

(589) : ==> Subscript used with non-Array variable.: For $i = 1 To $drives[0] For $i = 1 To $drives^ ERROR

I have 1 fixed drive (1 hard disk) on my laptop.

me too.

We're trapped in the belly of this horrible machine.And the machine is bleeding to death...


#7 mrbond007

mrbond007

    License To Script

  • Active Members
  • PipPipPipPipPipPip
  • 422 posts

Posted 15 May 2007 - 08:55 AM

can be fixed with this :

$drives = DriveGetDrive("Removable") If Not @error Then     For $i = 1 To $drives[0]         GUICtrlCreateListViewItem(StringUpper($drives[$i]), $list4)     Next EndIf


#8 Lord_Doominik

Lord_Doominik

    Prodigy

  • Active Members
  • PipPipPip
  • 194 posts

Posted 15 May 2007 - 05:10 PM

whoa, great job! got much more space now =)=)=)
but a stop and pause function would be nice!

Edited by Lord_Doominik, 15 May 2007 - 05:16 PM.


#9 mrbond007

mrbond007

    License To Script

  • Active Members
  • PipPipPipPipPipPip
  • 422 posts

Posted 15 May 2007 - 05:28 PM

@Lord Doominik
Don't worry , this is still the first version. I'm working on improving it a lot.
The next version will rock :)

#10 SmiLe

SmiLe

    Seeker

  • Active Members
  • 16 posts

Posted 15 May 2007 - 07:24 PM

Thank you for this very useful "all-in-one" system cleaner. Nice job! :)

#11 SalazarCheats

SalazarCheats

    Prodigy

  • Active Members
  • PipPipPip
  • 198 posts

Posted 15 May 2007 - 10:12 PM

vwery good but it could do with being abple to clean everything.. not just stuff uu have programed in to it..

Or tell pople how to add there own if they use autoit
Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes

#12 microsoft

microsoft

    Wayfarer

  • Active Members
  • Pip
  • 67 posts

Posted 16 May 2007 - 09:09 AM

Thank you :)

#13 mrbond007

mrbond007

    License To Script

  • Active Members
  • PipPipPipPipPipPip
  • 422 posts

Posted 16 May 2007 - 10:20 AM

vwery good but it could do with being abple to clean everything.. not just stuff uu have programed in to it..

Or tell pople how to add there own if they use autoit


If you are talking about adding Custom File Deletion, then i'm currently working on it.
If not please let me know which more functions you like to see

#14 Lord_Doominik

Lord_Doominik

    Prodigy

  • Active Members
  • PipPipPip
  • 194 posts

Posted 16 May 2007 - 11:49 AM

hm, i think the software remover could be improved. there are much softwares listed, which i don't have anymore/never had on my computer. also the size of the marked program could be shown. like the windows tool for that.

#15 mrbond007

mrbond007

    License To Script

  • Active Members
  • PipPipPipPipPipPip
  • 422 posts

Posted 16 May 2007 - 12:13 PM

Oké i'll improve the Software Manager, but calculating the size of the application can sometimes be different from the one windows does.

#16 nitekram

nitekram

    Ng1-Nf3

  • Active Members
  • PipPipPipPipPipPip
  • 1,626 posts

Posted 16 May 2007 - 12:39 PM

Oké i'll improve the Software Manager, but calculating the size of the application can sometimes be different from the one windows does.

Looks really nice - I found that the select all and unsect all does not work on the junk files tab.

I am going to play some more.

EDIT - OK found that it does work once you analize a type of file

Edited by nitekram, 16 May 2007 - 12:42 PM.


#17 SalazarCheats

SalazarCheats

    Prodigy

  • Active Members
  • PipPipPip
  • 198 posts

Posted 16 May 2007 - 03:36 PM

If you are talking about adding Custom File Deletion, then i'm currently working on it.
If not please let me know which more functions you like to see




yea thats wot i meen...

YOu know when you have someting 100% compleat... do u upload the file then with that upsat in it or do you wait untill evrything isdone on your to do list!!!
Ok im 14 with a spelling age of a 9 year old... that explanes all my spelling mistakes

#18 November

November

    Learnig AutoIT everyday...

  • Active Members
  • PipPipPipPipPipPip
  • 438 posts

Posted 16 May 2007 - 03:55 PM

Very nice
Excelente job.

There one little bug... nothing much... i just try for a little while :

Seach for ivalid and replace for invalid!

Nothing more to say...

Once again... great job m8!

Cheers
Old ScriptologyVisual Ping 1.8 - Mass Ping Program with export to txt delimited. *** UPDATED ***Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code.Desktop 2 RGB - Pick a color in the desktop and get the RGB code.ShootIT 1.0 - Screen Capture full and partial screenCommon sense isn't that common after all.

#19 mrbond007

mrbond007

    License To Script

  • Active Members
  • PipPipPipPipPipPip
  • 422 posts

Posted 17 May 2007 - 09:23 AM

yea thats wot i meen...

YOu know when you have someting 100% compleat... do u upload the file then with that upsat in it or do you wait untill evrything isdone on your to do list!!!


when i'm finished with all section i'll upload a new version.
It's not nice to upload one section everyday :)

#20 mrbond007

mrbond007

    License To Script

  • Active Members
  • PipPipPipPipPipPip
  • 422 posts

Posted 17 May 2007 - 09:24 AM

Very nice
Excelente job.

There one little bug... nothing much... i just try for a little while :

Seach for ivalid and replace for invalid!

Nothing more to say...

Once again... great job m8!

Cheers


Ya these things happen when you're working on a big project all alone :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users