Popular Posts

Monday, October 10, 2011

how to safe urself from hackers 100%

Here's my Top 10 list of steps you should take to protect your information and your computing resources from the bad boys and girls of cyberspace.

Back up everything! You are not invulnerable. Catastrophic data loss can happen to you -- one worm or Trojan is all it takes.

Choose passwords that are reasonably hard to guess -- don't just append a few numbers to a no-brainer. Always change default passwords.

Use an antivirus product like AVG or Norton, and set it to update daily.
Update your OS religiously and be vigilant in applying all security patches released by the software manufacturer.

Avoid hacker-bait apps like Internet Explorer and disable automatic scripting on your e-mail client.

Use encryption software like PGP (pretty good privacy) when sending sensitive e-mail. You can also use it to protect your entire hard drive.

Install a spyware detection app -- or even several. Programs that can be set to run frequently, like SpyCop, are ideal.

Use a personal firewall. Configure it to prevent other computers, networks and sites from connecting to you, and specify which programs are allowed to connect to the net automatically.

Disable any system services you're not using, especially apps that could give others remote access to your computer (like Remote Desktop, RealVNC and NetBIOS).

Secure your wireless networks. At home, enable WPA (Wi-Fi protected access) with a password of at least 20 characters. Configure your laptop to connect in Infrastructure mode only, and don't add networks unless they use WPA.

Hackers are becoming more sophisticated in conjuring up new ways to hijack your system by exploiting technical vulnerabilities or human nature. Don't become the next victim of unscrupulous cyberspace intruders.

Friday, September 30, 2011

HOW TO SEE IS THAT A VIRUS ATTACHMENT?

HOW TO SEE IS THAT A VIRUS ATTACHMENT?
To identification of virus attachment:

a). it has a small size ( <150KB )
b). it has extension file name such as below:

*.scr
*.clp
*.pif
*.bat
*.exe
*.com
*.txt
*.doc
*.lhz
*.rhz

and some time it's compressed by *.zip file.

Also by the fake name HotMovie.MPEG_ _________ scr.

Actualy the file is virus file with extension .scr


HOW TO SEE IS THAT AN EMAIL VIRUS?

 You are would able to understand an email virus from their SUBJECT, most of them contains an amazing statement or unsusal word, such as below:

Weah ^_^ Smile)
Hokki=)
Hi Smile
ello!=))
Hello -Smile)
Hey, dude, it's me ^_^
access Mpeg
Re:your text
Re:Text message
Re:Msg reply
Re:Is that your document?
Re:Hot Movie(MPEG)
Re:Information. ..
Re;Important info
Re:This is your photos!Smile

and more, and more...

If you received emails with the subject matter as above, you
should delete even with out openin.


NOTE:

Don't have words in ur email subject which resembles a virus mail Otherwise your email would be deleted by recipient[s] .

BEAWARE it's dangerous.

*** If one of your file is infected by virus, it will change into function of a virus and might infecte all files in your hard disk.

Wednesday, September 28, 2011

How To Block Websties Without using any Software

How To Block Websties Without using any Software

Code:

1. Browse C:\WINDOWS\system32\drivers\etc

2.  Find the file named "HOSTS"

3.  Open it in notepad

4.  Under "127.0.0.1 localhost" Add 127.0.0.2  www.sitenameyouwantblocked.com , and that site

 will no longer be  accessable.

5.  Done!

Friday, May 13, 2011

How to Get Kaspersky license forever

1) First of all delete the existing key if you have.

2) Go to Setting, then select Option, Uncheck the "Enable Self Defense" and click OK.

3) Now right-click the kaspersky icon from taskbar and click on "Exit".

4) You will get a promt like this . Click "Yes".

5) Now goto run and type in "regedit".

6) Now goto HKEY_LOCAL_MACHINE ---->SOFTWARE ---->KASPERSKYLAB ---->PROTECTED ---->AVP9 ---->ENVIRONMENT .

7) Now in the right hand side you can see PCID. Double click it and change the last two values before the flower bracket and click ok.eg:- The last two values are "D7"... So i change it to "F9"...

8) Now open kaspersky again.

9) Select "Activate Trial License" and click next.

10) Now enable Self-Defence and you are good to go.

Thursday, May 12, 2011

How To Install Windows XP On A Removable Hard Drive

Removable hard drives are the ideal choice for computer users that need quite a bit of extra space. For large amounts of data storage,
a removable hard drive is a cheaper option than a flash or zip drive. There are two kinds of removable storage: internal and external hard drives.
The internal hard drive connects the same way that your main hard drive does, so using one of these requires an extra IDE connector in your computer.
External hard drives generally come with cases that make them USB adaptable to easily connect and disconnect them. In either case,
it is generally a simple process to put Windows XP on the storage device.

1
Connect the hard drive to your computer and start it as you normally would.

2
Insert the Windows XP installation disk,
and follow the instructions until you reach a part where it gives you the option to either perform a new installation or upgrade an existing installation.
Choose to perform a new installation.

3
Click on "Advanced Settings" in the next window.
This will allow you to select a location for the Windows XP installation. Select the removable hard drive you want to put Windows on.
Note that you may need to format the hard drive before installing Windows.

4
Follow the Windows XP setup instructions. The setup wizard will guide you through the rest of the process.

Friday, March 18, 2011

Speed Up Ur Internet connection

Speed Up Internet

Windows 2k/XP

1. First, open the Windows Registry using Regedit, and (after backing up) navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\ServiceProvider
2. Note the following lines (all hex dwords):
Class = 008 ( biggrin.gif - indicates that TCP/IP is a name service provider, don't change
LocalPriority = 1f3 (499) - local names cache
HostsPriority = 1f4 (500) - the HOSTS file
DnsPriority = 7d0 (2000) - DNS
NetbtPriority = 7d1 (2001) - NetBT name-resolution, including WINS
3. What we're aiming to do is increase the priority of the last 4 settings, while keeping their order. The valid range is from -32768 to +32767 and lower numbers mean higher priority compared to other services. What we're aiming at is lower numbers without going to extremes, something like what's shown below should work well:
4. Change the "Priority" lines to:
LocalPriority = 005 (5) - local names cache
HostsPriority = 006 (6) - the HOSTS file
DnsPriority = 007 (7) - DNS
NetbtPriority = 008 ( biggrin.gif - NetBT name-resolution, including WINS
5. Reboot for changes to take effect

2. Windows 9x/ME

1. The tweak is essentialy the same as in Windows 2000/XP, just the location in the Registry is slightly different. For a more detailed description see the Windows 2000/XP section above
2. Open the Windows Registry using Regedit, and (after backing up) navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\VxD\MSTCP\ServiceProvider
3. You should see the following settings:
Class=hex:08,00,00,00

LocalPriority=hex:f3,01,00,00
HostsPriority=hex:f4,01,00,00
DnsPriority=hex:d0,07,00,00
NetbtPriority=hex:d1,07,00,00
4. The "priority" lines should be changed to:
LocalPriority=hex:05,00,00,00
HostsPriority=hex:06,00,00,00
DnsPriority=hex:07,00,00,00
NetbtPriority=hex:08,00,00,00
5. Reboot for changes to take effect

3. System.ini IRQ Tweak - Windows 9x/ME ONLY

1. Find your Network Card's IRQ

1. In order to add the entry to your System.ini file, you'd first have to find your NIC's IRQ
2. Right-click on My Computer icon on your Desktop, then left-click on Properties (a shortcut for that would be to press the 'Windows' + 'Pause' keys). Navigate to Device Manager and double-click on Computer. Under "View Resources" you will find a list of IRQs, each with description of the device that's using it. Note the IRQ number used by your Network Adapter

2. Adding the entry to System.ini

1. Once you've found the IRQ of your Network Card, you need to reserve some RAM for its use, by adding an entry to the System.ini file. You can edit the file in any text editor, however the easiest way is to use Windows' built in "System Configuration Editor"
2. Navigate to Start > Run and type sysedit . Find the [386enh] Section in the System.ini file and add Irq[n]=4096 under it, where [n] is the IRQ number of your NIC and 4096 is the amount of RAM you want to reserve in Kbytes. We recommend using 4096, however you can experiment with different values if you want. Save changes in the file, exit and reboot for changes to take effect.
Note: If you choose to try different values, keep in mind that reserving too much RAM for your NIC will decrease the amount of RAM available for applications, while reserving too little might not give the desired effect

3. Additional Thoughts
1. The only negative effect of the System.ini IRQ tweak is that it will reduce the amount of RAM available for running applications a bit, by reserving some specifically for your Network Card's use. The gain in performance usually outweighs the negative effect by far, considering any Computer with 32Mb of RAM or more
2. This tweak may or may not work for you. It is not a documented tweak by Windows
3. Keep in mind that if you add hardware to your system the IRQ of the Network Adapter might change, in which case you will need to modify the setting in System.ini
4. In systems with multiple NICs, you might want to add the setting for both IRQs. Also, you could reserve RAM for other IRQs if you wish, just use common sense and don't forget it reduces the amount of RAM available for running applications
5. If you are using an USB device, it does not have a specific IRQ, however you can try adding the entry using the IRQ of the USB Controller
6. For internal Cable Modems, you'd have to add the entry using the IRQ of your modem, rather than the IRQ of a Network Card

Increase Hard Drive Speeds in XP

Simple Tweaking and also works with Windows 2003...

NOTE: I only recommend doing this if you have 256mb of RAM or higher.

STEP 1: Start > Run > then type SYSEDIT.EXE

STEP 2: Expand the system.ini file window.

STEP 3: Scroll down almost to the end of the file till you find a line called [386enh]


STEP 4: Press Enter to make one blank line, and in that line type

Irq14=4096


NOTE: The above info for the new line is case sensitive



STEP 6: Select File > Save


STEP 7: Close SYSEDIT and reboot your computer


NOTE: Once your computer has been rebooted, you should notice a change in your hdd's performance. I have tested this on IDE hdd's and it has worked fine. I've read in a few locations online that it could possibly work for SCSI disks but I don't have any to attempt the theory. If someone does test it and can vouch for the SCSI's improved performance, please let me know.

How To Create A "Shut Down" Desktop Shortcut

Have you ever wished there was a quicker, simpler way to shut down your computer? Do you wish you could sidestep the whole process of clicking "Turn Off" or "Shut Down" from the "Start" menu, only to have to click it again on the dialog box that comes up? Following are some simple steps to help you create a desktop shortcut so you can shut down in one swift step.

Step 1

Right click anywhere on your desktop, making sure your cursor is not on an icon. Point to "New" and then click on "Shortcut."

Step 2

A "Create Shortcut" wizard will pop up. In the field following "Type the Location of the Item:" enter the following: %windir%\System32\shutdown.exe -s -f -t 00. Simply copy and paste this code, starting with the first % and ending with the 00 (but not the period).

Step 3

Click "Next." Under "Type a Name for This Shortcut:" enter "Shutdown."

Step 4

Click Finish. A new icon called "Shutdown" will appear on your desktop.

Step 5

If you want to customize the icon, right click it and then click on "Properties." Go to the "Shortcut" tab and click the "Change Icon" button.

Step 6

In the dialog box that opens, click on the icon you wish to use. Click "OK", and then "Apply", and then "OK" again.

Step 7

When you are ready to shut down your computer, simply double click your new shortcut.

Arrange windows on your desktop

In Windows, you can arrange windows side by side, which can be especially helpful when comparing two documents or when moving files from one place to another. Note: If you’re using a nonstandard setup (such as dual monitors), the tricks below may not work as expected.

Windows 7
Drag the title bar of a window to the left or right side of the screen until an outline of the expanded window appears.

Release the mouse to expand the window.

Repeat steps 1 and 2 with another window to arrange the windows side by side.

To return a window to its original size click the Maximize button in the window’s title bar and the window expands to full size.

Windows Vista and Windows XP
In Windows Vista and Windows XP, it’s easy to display any two (or more) windows side by side on the desktop, all equally sized. Press and hold the Ctrl key and click two or more of the window buttons on the taskbar that you want to open. Release the Ctrl key, right-click, and then do one of the following:

Windows Vista users, click Show Windows Side by Side.
Windows XP, Tile Vertically command.

how to uninstal deep freezer

To uninstall the software Deep Freeze must first be disabled and then uninstalled.
To disable Deep Freeze:
Hold down the shift key and double-click on the Deep Freeze icon. Alternatively, you can press Crtl-Alt-Shift-F6. You should now see a password dialog.
Enter your password and click OK. If you have not yet entered a password you should be able to click OK without entering anything. You should now see a dialog with boot options.
Select "Boot thawed" and click OK. This will disable Deep Freeze on the next reboot.
Reboot your machine. After the machine reboots you are ready to uninstall Deep Freeze.
To uninstall:
Locate the installation file you used to install Deep Freeze to this machine. By default the name of this file is called "DF5Std.exe" for versions 5.X and "DF6Std.exe" for versions 6.X.
Run the installation file (DF5Std.exe or DF6Std.exe).
Select the option to "Uninstall"
The software should uninstall and reboot the machine. When the machine reboots, Deep Freeze should be uninstalled

LinkWithin

Related Posts Plugin for WordPress, Blogger...
Blogger Tips And Tricks|Latest Tips For Bloggers Free Backlinks