Sunday, September 28, 2008

5 top test for your PC security





Until and unless you are not attacked by any virus or spyware you think that your computer security is very high but when your PC gets infected it is too late. So if you think that you have a good Internet security why not you go for some Internet Security Tests :1) PopUp Blocker Test : This popup test is is an automated way to check your popup blocker's ability to allow good ads.2) Firewall Test : This test will check your computer for ports that are commonly left open. Open ports could allow your computer to be compromised. This firewall test will also check for open ports known to be used by Viruses and Trojans.3) Firewall Leak Tester : This website, on one hand, enables you to test your software personal firewall thanks to different test programs ('leaktests'), and on the other hand, shows a global vulnerabilities view of the most common personal firewalls in a summary page.Firewall Leak Tester provides also documentation and advices to improve your security dramatically.4) Browser Security Check : This test will check your Browser Security. If you have good browser like Mozilla Firefox you will surely pass this test.5) Online Port Scan : This test will make a scan of all your Open Ports.If you have passed all these tests, congrats and if not do read our tutorials on Internet Security.

How to back up and restore the registry in Windows

Back up the registry

Manual steps to back up the registry in Windows Vista or in Windows XP

Windows Vista

1. Click Start button, type systempropertiesprotection in the Start Search box, and then press ENTER.
If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.

2. Wait for Windows to search for available disks and most recent restore points. In the System Properties dialog box, on the System Protection tab, click Create,

3. Type a name for the restore point and then click Create.

4. After the restore point has been created successfully, click OK two times.

Note If System Restore is turned off, click to select the local disk, click Apply and then click Create.

Windows XP

1. Click Start, click Run, type %SystemRoot%\system32\restore\rstrui.exe, and then click OK.

2. On the Welcome to System Restore page, click Create a restore point, and then click Next.

3. On the Create a Restore Point page, type a name for the restore point and then click Create

4. After the restore point has been created, click Close.

Note If System Restore is turned off, you receive a message that asks whether you want to turn on System Restore now. Click Yes. Then, in the System Properties dialog box, click to clear the Turn off System Restore check box, click OK, and then repeat this step.



Restore the registry

Manual steps to restore the registry in Windows Vista or Windows XP
Use System Restore to undo registry changes in Windows Vista or in Windows XP

Windows Vista

1. Click Start button, type systempropertiesprotection in the Start Search box, and then press ENTER.
If you are prompted for an administrator password or for a confirmation, type the password, or click Allow.

2. In the System Properties dialog box, on the System Protection tab, click System Restore,

3. In the System Restore dialog box select Choose a different restore point, and then click Next

4. Select the restore point that you want to use, and then click Next.

5. Confirm your restore point, and then click Finish System restore restores the selected Windows Vista configuration and then restarts the computer.

6. Log on to the computer. When the System Restore confirmation page appears, click OK.

Windows XP

1. Click Start, click Run, type %SystemRoot%\System32\Restore\Rstrui.exe, and then click OK.

2. On the Welcome to System Restore page, click Restore my computer to an earlier time (if it is not already selected), and then click Next.

3. On the Select a Restore Point page, click the system checkpoint. In the On this list select the restore point area, click an entry that is named "Guided Help (Registry Backup)," and then click Next. If a System Restore message appears that lists configuration changes that System Restore will make, click OK.

4. On the Confirm Restore Point Selection page, click Next. System Restore restores the previous Windows XP configuration and then restarts the computer.

5. Log on to the computer. When the System Restore confirmation page appears, click OK.

Wednesday, September 24, 2008

Book for VB .net

http://qshare.com/get/408744/VB_NET_Language_in_a_Nutshell.pdf.html

Book for java RMI

http://qshare.com/get/408742/OReilly_Java_RMI.pdf.html

IO interfacing with help of java

http://qshare.com/get/408743/OReilly_Java_IO.pdf.html

java_database_programming_with_jdbc

http://qshare.com/get/408745/java_database_programming_with_jdbc.pdf.html

Java Complete Reference

http://qshare.com/get/408723/Java_Complete_Refference.pdf.html

Speed up your browsing of windows 2000 and xp machines

Here's a great tip to speed up your browsing of Windows XP machines. Its actually a fix to a bug installed as default in Windows 2000 that scans shared files for Scheduled Tasks. And it turns out that you can experience a delay as long as 30 seconds when you try to view shared files across a network because Windows 2000 is using the extra time to search the remote computer for any Scheduled Tasks. Note that though the fix is originally intended for only those affected, Windows 2000 users will experience that the actual browsing speed of both the Internet & Windows Explorers improve significantly after applying it since it doesn't search for Scheduled Tasks anymore. Here's how :

Open up the Registry and go to :

HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace

Under that branch, select the key :

{D6277990-4C6A-11CF-8D87-00AA0060F5BF}

and delete it.

This is key that instructs Windows to search for Scheduled Tasks. If you like you may want to export the exact branch so that you can restore the key if necessary.

This fix is so effective that it doesn't require a reboot and you can almost immediately determine yourself how much it speeds up your browsing processes.

Solution for open with virus

Hi....
i found the solution of your problemm....
It is because of an autorun.inf file saved in root of your local drive.............
Follow the steps for removing it.......

1) Go to "My Computer"
2) Click Tools > Folder Option.......
3) In Folder Option ... click the "view" tab.....
4) There...Under "Hidden Files and Folder" section.....
click on "Show hidden files and folders"
& click on " Hide protected operating system files" (remove the check from)
CLICK "YES"
Then Click "Apply" and "Ok".....................

Now open your local drive (in which you are facing problem)

Delete the "autorun.inf" file you see in your drive(local drives)....

HOPE......... YOUR PROBLEM IS SOLVED!

Reply me if you face any problem.........
Reply me if this method works

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Reply

Lock folder without any software

lock folder without any softwares.
FOLDER LOCK WID OUT ANY S/W
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End


COPY THIS TO A NOTEPAD AND SAVE IT AS .bat FILE
IT WILL CR8 A FOLDER NAMED LOCKER IN THE SAME LOCATION
TO LOCK THE FOLDER DOBLR CLICK ON THE BAT FILE AGAIN AND VOLLA

Start your pc in 10 secs

Start Ur Pc in 10 sec
Right so u wanna know how to turn the pc on in 10 seconds (may vary)Right heres what u have to do to turn ur pc on in 10 seconds

Right Click on the start button then press R it will take u to Run well go to run
n type Regedit
press enter
this will open Registery Editor
now look for the key

HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Control\ContentIndex

now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000 (75300:hexadecimal)
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer

Each drive is openiing in new window

goto start -> run

type cmd nd press enter
type ur drive letter followed by colon (eg. for D drive type D: nd press enter)
now type attrib -r -a -s -h
delete the autorun.inf file by typin del autorun.inf nd press enter
(donn delete anyother file from C drive except autorun.inf oderwise ya windows may not start, so b careful)
now type attrib +r +a +s +h
repeat da same procedure for each drive


(if after deletin da autorun.inf file still ya drive iz openin in new window, try to rename ya drive name. it may fix ya problem but 1nly after deletin da autrun file)


if still u face any prob den try 2 install sum gud antivirus lyk nod32 or kaspersky, dey will disinfect dese kinda spyware/virus.

increase mozilla speed

basically after getting to the hidden config settings you set the browser to request more data that it usually does.

step 1.Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:

network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it receives.

If you're using a broadband connection you'll load pages MUCH faster now!

Do you want any computer tricks

if u want any computer and orkut tricks then post an email to gopiann@gmail.com or gangii.87@gmail.com

Tuesday, September 23, 2008

restore the registry settings with the help of this software

with the help of this u can resolve the problem like hidden items is disappearing and double window virus
here is the link

http://qshare.com/get/406182/Flash_Disinfector.exe.html

bit defender v2008 anti virus full version

here is the link
http://qshare.com/get/405210/BitDefender_Total_Security_2008.rar.html

make ur windows xp illegal to legal with the help of this software

here is the link to make windows xp illegal to legal

http://s1.qshare.com/get/405185/Windows.Genuine.Advantage.Validation.v1.8.31.0.CRACKED.rar.html

make ur windows speedup while starting

this is the software useful for speedup the startup items in your windows xp
here is the link

http://s1.qshare.com/get/405184/start_up_faster.rar.html

quick heal anti-virus

quickheal is the best anti virus for protecting from virus
here is the quick heal antivirus v9.50
here is the link
http://s1.qshare.com/get/405178/quick_heal.rar.html