5 steps to help avoid instant message viruses

Using an instant messaging (IM) program—such as Windows Live Messenger (formerly MSN Messenger), Windows Messenger, AOL Instant Messenger, Yahoo Messenger, or others—you and a friend can type messages to each other and see the messages almost immediately. Because IM is so popular, virus writers can use it to spread malicious programs. Understanding instant message viruses Like e-mail viruses, instant message viruses are malicious programs that are designed to travel through IM. These viruses are spread, in most cases, when a person opens an infected ... Read more..

January 22nd, 2012 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

10 tips for dealing with game cyberbullies and griefers

Known as griefers, snerts, cheese players, twinks, or just plain cyberbullies, chances are one of these ne'er-do-wells has bothered a kid near you at least once while playing online multiplayer video games such as Halo 2, EverQuest, The Sims Online, SOCOM, and Star Wars Galaxies. Griefers are the Internet equivalent of playground bullies, who find fun in embarrassing and pushing around others. What griefers do Typical griefer behavior includes: taunting others, especially beginners; thwarting fellow teammates in the game; using inappropriate language; cheating; ... Read more..

January 21st, 2012 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Explanation of Regsvr32 usage and error messages

SUMMARY loadTOCNode(1, \'summary\'); You can use the Regsvr32 tool (Regsvr32.exe) to register and unregister OLE controls such as DLL or ActiveX Controls (OCX) files that are self-registerable. This may be necessary to troubleshoot some issues with Windows, Microsoft Internet Explorer, or other programs. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); Regsvr32.exe is included with Microsoft Internet Explorer 3.0 or later versions, Windows 95 OEM Service Release 2 (OSR2) or later versions, and Windows NT 4.0 Service Pack 5 (SP5) or later versions. Regsvr32.exe is ... Read more..

January 19th, 2012 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

Description of the standard terminology that is used to describe Microsoft software updates

SUMMARY loadTOCNode(1, \'summary\'); This article describes the standard terminology that Microsoft is adopting to describe software updates. This terminology is also included in the Microsoft Security and Privacy Glossary. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); Microsoft is adopting the following standard terminology to describe software updates: ConnectorDefinition: A connector is a software component that is designed to support connections between software. Critical UpdateDefinition: A critical update is a broadly released fix for a specific problem that addresses a critical, non-security-related bug. Additional ... Read more..

January 13th, 2012 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Disable right mouse click on your site or pictures

This is Perfect for stoping people copying your site content and pictures If you want to disable the right click mouse button on your pages , please read the following JavaScript Code to Disable Right Mouse Click <SCRIPT LANGUAGE="JavaScript"> function noRightClick(buttonClicked) { if (navigator.appName == 'Netscape' && (buttonClicked.which == 2 || buttonClicked.which == 3)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 3 || event.button == 2)) { alert("Your Message Goes Here"); return false; } return true; } document.onmousedown=noRightClick; document.onmouseup=noRightClick; if (document.layers) window.captureEvents(Event.MOUSEDOWN); if (document.layers) window.captureEvents(Event.MOUSEUP); window.onmousedown=noRightClick; window.onmouseup=noRightClick; </script> Please note A message will appear when anyone clicks the ... Read more..

January 9th, 2012 admin Posted in Misc Tips, Programing and Coding No Comments »

AddThis Social Bookmark Button

Improve your family’s Web security in 4 steps

Although no technology can be a replacement for parental involvement, there are ways to use Microsoft software to help protect your children from inappropriate content. Here are some tips for protecting your children's privacy and safety when they're using the computer. Step 1: Decide where your child can and can't go on the Internet It's a good idea to check out some sites for kids. Pay particular interest to sites that collect personal information. If you don't agree with the privacy statement of a ... Read more..

January 3rd, 2012 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Online safety tips for kids ages 11 to 14

Children who are 11-14 years old generally have accepting attitudes. Kids at this age may be very capable at following commands on the computer, using the mouse, and playing computer games. They are, however, highly dependent on adults or older siblings to help them interpret online information. When your kids are at this young age you should supervise their computer use and use tools such as Windows Live OneCare Family Safety or Windows Vista Parental Controls. Safety tips Here are some safety tips to ... Read more..

December 28th, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Online safety tips for kids up to age 10

If your children are between the ages of 2 and 10 years old, the Internet is a great place for them to learn and to play. When your kids are at this young age, you should supervise their computer use. It's also a good idea to use tools such as Windows Live OneCare Family Safety or Windows Vista Parental Controls. Safety tips Here are some safety tips to consider when you go online with your 2-10 year old: 1. It's never too early to foster ... Read more..

December 22nd, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Virus scanning recommendations for computers that are running Windows Server 2003, Windows 2000, or Windows XP

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. INTRODUCTION loadTOCNode(1, \'summary\'); This article contains recommendations that may help you protect a computer that is running Microsoft Windows Server 2003, Microsoft Windows 2000, or Microsoft Windows XP from viruses. This article also contains information to help you minimize the effect of antivirus software ... Read more..

December 3rd, 2011 admin Posted in Misc Tips, XP HowTo, XP Tips No Comments »

AddThis Social Bookmark Button

Computer viruses: description, prevention, and recovery

This article discusses the following: How to determine whether your computer is infected with a computer virus, a worm, or a trojan How to recover from an infection How to prevent future infections from a computer virus MORE INFORMATION loadTOCNode(1, 'moreinformation'); What is a computer virus? loadTOCNode(2, 'moreinformation'); A computer virus is a small software program that spreads from one computer to another computer and that interferes with computer operation. A computer virus may corrupt or delete data on a computer, use ... Read more..

November 29th, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

DOS and Windows IP Command Lines

Display Connection Configuration: ipconfig /all Display DNS Cache Info Configuration: ipconfig /displaydns Clear DNS Cache: ipconfig /flushdns Release All IP Address Connections: ipconfig /release Renew All IP Address Connections: ipconfig /renew Re-Register the DNS connections: ipconfig /registerdns Change/Modify DHCP Class ID: ipconfig /setclassid Network Connections: control netconnections Network Setup Wizard: netsetup.cpl Test Connectivity: ping www.ossmall.info Trace IP address Route: tracert Displays the TCP/IP protocol sessions: netstat Display Local Route: route Display Resolved MAC Addresses: arp Display Name of Computer Currently on: hostname Display DHCP Class Information: ipconfig /showclassid Read more..

November 27th, 2011 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

What is Discoverable ?

On a network, a state in which a computer can be detected by other computers. In this state, certain Windows Firewall ports on the computer are open. In Bluetooth technology, a state in which a Bluetooth enabled device sends out radio signals to advertise its location to other devices and computers. Read more..

November 24th, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

How to handle suspicious e-mail

Follow these guidelines to help protect yourself from phishing scams sent through e-mail. 1. If you think you've received a phishing e-mail message, do not respond to it. 2. Report suspicious e-mail. Report the e-mail to the faked or "spoofed" organization. Contact the organization directly-not through the e-mail you received-and ask for confirmation. Or call the organization's toll-free number and speak to a customer service representative. Report the e-mail to the proper authorities, including the FBI, the Federal Trade Commission (FTC), and the Anti-Phishing ... Read more..

November 20th, 2011 admin Posted in Misc Tips, Vista Tips, XP Tips No Comments »

AddThis Social Bookmark Button

Help keep spam out of your inbox

Use e-mail software with built-in spam filtering Microsoft SmartScreen is an intelligent spam-filtering solution that is integrated across all Microsoft e-mail platforms, including: • Microsoft Office Outlook 2003 • Microsoft Office Outlook 2007 • Windows Live Hotmail • Windows Live Mail • Windows Mail SmartScreen technology determines how to distinguish between legitimate e-mail messages and spam by using extensive user input from hundreds of thousands of MSN Hotmail and Windows Live Hotmail users. The result is that more legitimate e-mails reach you and upwards of 95% ... Read more..

October 28th, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Home Wireless Network Tips

Home Wireless Network Tips 1. Position your wireless router (or wireless access point) in a central location. 2. Move the router off the floor and away from walls and metal objects (such as metal file cabinets). 3. Replace your router's antenna. (May not be possible) 4. Replace your computer's wireless network adapter. (May not be possible) 5. Add a wireless repeater. 6. Change your wireless channel. 7. Reduce wireless interference. 9. Pick equipment from a single vendor. (Router and Adapter) 10. Upgrade 802.11b devices to 802.11g. Source: Microsoft Read more..

October 12th, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Where To Find the MAC Address | Nokia N800/N810

This HowTo is for those who need the MAC address of the phone the wireless routing . 1. Enter Task Navigator, click Applications , then Settings and after that go to Control panel. 2. ClickAbout product. 3. You will see the  MAC address of the phone near the WLAN MAC address zone Enjoy Read more..

October 10th, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Overview of FAT, HPFS, and NTFS File Systems

This article explains the differences between FAT, HPFS, and NTFS under Windows NT, and their advantages and disadvantages. It is divided into the following sections: FAT Overview HPFS Overview NTFS Overview NOTE: HPFS is only supported under Windows NT versions 3.1, 3.5, and 3.51. Windows NT 4.0 does not support and cannot access HPFS partitions. Also, the FAT32 file system is only supported in the Windows 98/95 and Windows 2000. MORE INFORMATION loadTOCNode(1, \'moreinformation\'); FAT OVERVIEW loadTOCNode(2, \'moreinformation\'); FAT is by far the most simplistic ... Read more..

October 6th, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

Nokia trick

Put the following code : It will not only show the firmware but also the imei of your phone. When it was last repaired, how long you have used it for, how long it will last for but also allow you to enter a date of purchase.   turn on your Nokia and then just enter *#9270689#   An oldie but goldie trick Read more..

September 29th, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button

CECT T689 hidden trick

CECT T689 hidden trick Type :    *#3646633# You will get to a hidden factory screen where you can edit some phone parameters. For the people that had troubles with the sound (too low) this is the only solution It worked for me , and i share it with you . Read more..

September 19th, 2011 admin Posted in Misc Tips 4 Comments »

AddThis Social Bookmark Button

Google Tricks and Easter Egs

Enter each word below in the Google search engine , and click the "I'm feeling lucky" button You will be surprised  of the result google l33t google loco google gothic elgoog ewmew fudd xx-klingon xx-piglatin google bsd google linux google easter egg Read more..

May 9th, 2011 admin Posted in Misc Tips No Comments »

AddThis Social Bookmark Button


Page 1 of 212