Sunday, March 1, 2009

HOW TO ENABLE DISABLED REGISTRY IN XP

Some times Registry is disabled in Xp due to virus or whatever... Here is a way u can re enable it
u must be Admin not a limited user on ur machine for this.


Goto run type gpedit.msc
hit enter
now on left pane select User configuration
then select Administrative templates
then select system
now look on right pane
Double click on Prevent acess to Registry editing tools option
select option Disabled
click OK
thats all Registry will be enabled.

HOW TO ENABLE TASK MANAGER WHEN IT IS DISABLED...

U might have seen some times when u try to access taskmanager error pops up
"Your taskmanager is disabled by ur administrator" though u are the admin.
here is way to solve it.
u must be Admin not limited user on ur machine for this

Goto run type gpedit.msc
hit enter
now on left pane select User configuration
then select Administrative templates
then select system
then select CLT-ALT-DEL option
double click it now look on right pane
Double click on Remove Task manager
select option Disabled
click OK
thats all taskmanager will be enabled.

INFORMATION ABOUT WEBSITES

So here is a way that can help u to elicit much information about any website.
Further it depends upon u how u use that info.
what u have to do it just open Google then in search bar type the following

site:www.example.com

here u replace example with name of website whose information u want. then hit enter now c carefully at search results they will be very helpful for hackers ;-)

i tried this following one and the amazing results.

site:www.hotmail.com
JUST TRY IT OUT////

HOW TO REMOVE AUTORUN.INF VIRUS?

First of all it is not virus but it is modified and then used by virus. Autorun.inf is the primary instruction file associated with the Autorun function. Autorun.inf itself is a simple text-based configuration file that tells the operating system which executable to start, which icon to use, and which additional menu commands to make available.
eg: whenever we insert CD/DVD a small window pops up and asks what action to take it is basically done by autorun.inf file. now the virus simply modifies it so that it executes the virus intentionally.
Here is a way to manually remove it if antivirus fails. type the following code in notepad :

cd\
c:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
d:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
e:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
f:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
g:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
h:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
i:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf
j:
attrib -r -s -h autorun.inf
del /q /f /s autorun.inf


u can also change the code depending upon the drive letters u have in this code drive letters included are c,d,e,f,g,h,i,j,k,l,m u can add or reduce some.
Now save the file with name Clean.bat now click it to remove the autorun.inf file.
Basically this code will unhide the autorun.inf files and then delete them.