enabler - re-enable stuff disabled by virus

AtYourService

Member
Reaction score
12
Location
CT
theres a blog i frequently check called ghacks that had a post about a program made in .net that re-enabled disabled reg entries that were caused by viruses etc , they touted the program as "portable" even though it had .net dependancies (they also offer a download with the .net files which come in at a whopping 50mb) We all know we can do the same things with a simple batch or vbs file. well i like assembly too and since i was complaining on the file size for something simple i decided to make the program
so here's the resulting 6.5kb file http://www.whatsmypass.com/enabler.exe

alls you basically do is open the program, check mark the things you want re-enabled (regedit,cmd prompt,taskmgr,folder option) and hit the enable button

let me know what you guys think
 
theres a blog i frequently check called ghacks that had a post about a program made in .net that re-enabled disabled reg entries that were caused by viruses etc , they touted the program as "portable" even though it had .net dependancies (they also offer a download with the .net files which come in at a whopping 50mb) We all know we can do the same things with a simple batch or vbs file. well i like assembly too and since i was complaining on the file size for something simple i decided to make the program
so here's the resulting 6.5kb file http://www.whatsmypass.com/enabler.exe

alls you basically do is open the program, check mark the things you want re-enabled (regedit,cmd prompt,taskmgr,folder option) and hit the enable button

let me know what you guys think

Can you make it so it determines if they are enabled/disabled in the first place. Checks in place or removed depending on current status ?
 
yea if i have time this weekend ill add some more code, wasnt sure if anyone was interested in a program like this so i just threw something together quick
 
I would use it as well.. I'm quite fond of your assembly skills/projects mate lol

Maybe once your all done move it to the Repair Tools of the Week ...

What OS are supported ?
 
added enable run box
and by accident i reversed the taskmanager code so it actually disabled task manager instead of enabled :eek:

so redownload the newer version at same link
still a work in progress , besides the stuff enabled already anything else i should add

@iisjman07 i commented on that post, i forgot all about it
 
was bored today so i added loading icons from shell32.dll to the form
you can redownload from the same link http://www.whatsmypass.com/enabler.exe
enabler.png


still debating on adding if the key is there to checkmark the boxes
maybe if i got time this week i can add the code
has anyone had problems with it yet
 
this didnt before, but is not being picked up by Sophos as

File "C:\Documents and Settings\...\Local Settings\Temporary Internet Files\Content.IE5\3A2LANN1\enabler[1].exe" belongs to virus/spyware 'Mal/Packer'.

How shall I get around this? If i place on my USB toolkit, it will get removed at first scan?
 
Here are a few apps to look at if you want to get some ideas for the code/ui. http://sourceforge.net/search/?type_of_search=soft&words=virus+registry

My Tevics script also re-enables stuff, but it doesn't have nitty-gritty options though, just a 'Reset-the-registry' function because I don't see the need (for a technician) to have to go through and pick what items should be enabled.

Why does it matter if task-manager and the run box were disabled but not the registry editing? Just turn it all on. ;)
 
Great tool so far, thanks! One thing that I have not found on any tools of this type is the option to re-enable the taskbar. I have had a hell of a time getting the stinking taskbar back sometimes. Is that something that can be added? I have no programming skills whatsoever so I don't even know if this is a reasonable request. Thanks again, this looks to be the start of a great tool!
 
Great tool so far, thanks! One thing that I have not found on any tools of this type is the option to re-enable the taskbar. I have had a hell of a time getting the stinking taskbar back sometimes. Is that something that can be added? I have no programming skills whatsoever so I don't even know if this is a reasonable request. Thanks again, this looks to be the start of a great tool!

http://www.kellys-korner-xp.com/regs_edits/nodesktop.reg

yea av's never liked FSG because virus writers used it to compress the .exes all the time
it had greater compression than upx though :/

i compressed it with upx now its 8kb and i made it start with checkboxes checked ,and icons to let you know if the function failed
and added manifest to prompt for admin rights on vista and win7
 
Last edited:
Cool, thanks. It kinda reminds me of Taskbar Replair Plus which is partially free, maybe look there for more ideas on fixes that can be added so we all benefit from a better app, thanks again! :cool:
 
Back
Top