Monday, July 26, 2010

E-Maid!

Hello everyone,

Yeah..Me, a pathetic Blogger, but i try to let you know of my discoveries...you need to let me know when you find out how to do something right?

I missed you all, i know its supposed to be all techie..but this weekend i went on holiday to Mombasa Kenya and fell deeply madly in love with Mtwapa.. Its my next project to have a small get away cottage there.

But right now i hold this great idea that i need to breakdown to a list of activities. Trust me you will all love this.

I want to make an E-Maid. like someone who will do things you don't have time to do. Code you don't have time to run through, need help with a small task like DB Design, or even design of a whole system. Thats the coding part. On systems administrations the E-Maid will get you instructions on how to do anything you want to do with your network and systems, and/or even do it for you.. The E-Maid will be your "online mboch" Mboch is Kenyan slang for the term 'house help'.

Am not sure if this will just be a company, but I'll probably need to automate/make an app for it.

Please let me know if your ideas, suggestions and comments on this.

This is all i line with the Blog's theme "Don't struggle, i already did"

Tuesday, July 13, 2010

Enabled Disabled regedit and disabled taskmanager ;)

First method (This worked instantly for me..)

Type this command in Run box and press Ok.

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

Second method

Using Group Policy editor. Once again in the Run box, type gpedit.msc and press Ok. Go to User Configuration-Administrative Templates-System, double click Disable registry editing tools and set it to Not Configured. Exit Group Policy editor.

UPDATE: Start your computer in safe mode with command prompt and type the following command to enable registry editor:-

reg delete HKCU\software\microsoft\windows\currentversion\policies\system /v “DisableRegistryTools”
and run HKLM\software\microsoft\windows\currentversion\policies\system /v “DisableRegistryTools”

After you have run both commands your registry editor should be enabled


This does work!!!!! Believe it or not...
then now we need to fix what caused the problem.. Which is Brontok Virus...this is what causes the taskmanager and regedit functions to be disabled.

If anyone knows how to do this...please leave a comment letting us know how to do it..