Automatic email Scanning is designed to protect against viruses that arrive by email, before they can cause damage.Scheduled and on-Demand Scanning allow you to run a scan at any time, or to schedule scans at pre-selected intervals to meet your needs.Real-time Scanning proactively helps CA Anti-Virus provides comprehensive protection against viruses, worms and Trojan horse programs.Key Features Supports up to 3 PC’s Helps detect viruses, worms and Trojans Scans emails automatically Helps defend against emerging viruses Helps protect files, downloads and attachments stop viruses by scanning files when they are opened, closed, or saved to your PC.
PC
iPhone Dev Team releases 2.2 jailbreak
Just two days after Apple released its iPhone 2.2 update, the iPhone Dev Team has released a so-called jailbreak of the firmware. The 2.2 update for the iPhone 3G contains such an update, so running the vanilla updater straight away with iTunes will reprogram and update the baseband.
3 months Avira AntiVir Premium Security Suite License for Free!
After Kaspersky,Bit Defender ..its now turn of Avira Premium suite for freebies.The new Avira Premium Security Suite protects you in a comprehensive way against the dangers from the Internet. In addition, the integrated firewall wards off attacks such as DoS attacks (Denial of Service attacks) or port scans.Now with AntiSpam, AntiPhishing and Rootkit protection.Now PC Advisor is offering a promotion for free license of Avira Premium Security Suite for three (3) monthsTo get ur 3 months license follow the simple steps as below.
Norton AntiVirus 2009 90-Day OEM Version Download
Pulse updates for up-to-the-minute protectionDelivered every 5 to 15 minutes to detect and eliminate new threats Intelligence-driven for faster, fewer, shorter scansBy leveraging a unique online intelligence system, Norton Insight targets only those files at risk Blocks online identity theftBuy, bank, and browse online wherever and whenever you want Secure network connectionsMonitor your home network and more safely connect to Wi-Fis Blocks threats and hackersTwo-way firewall automatically makes security decisions for you Norton AntiVirus 2009 hits all the right performance notes and its award-winning protection technologies should start to win back even jaded anti-Symantec folks.
Download Standalone Yahoo Messenger 9 Offline Installer
Messenger (9.0.0.2034), you will end up with a small installer file which will in turn need to be installed and run to download the full setup files for Y! Messenger setup initiator downloads if you download the partial installer from Yahoo!.You can Download the Latest Yahoo Messenger 9 offline installer here
Lock Any Folder Without Any Software or tool
Note- Its different from invisible as well hidden folder….here u need to have a password with which u can open your folderhere is the codecls@ECHO OFFtitle Folder Lockerif EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCKif NOT EXIST Locker goto MDLOCKER:CONFIRMecho Are you sure u want to Lock the folder(Y/N)set/p “cho=>”if %cho%==Y goto LOCKif %cho%==y goto LOCKif %cho%==n goto ENDif %cho%==N goto ENDecho Invalid choice.goto CONFIRM:LOCKren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”echo Folder lockedgoto End:UNLOCKecho stuff by satishecho Enter password to Unlock folderset/p “pass=>”if NOT %pass%==TYPE UR PASSWORD HERE goto FAILattrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Lockerecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Locker created successfullygoto End:EndInstructions::1) Copy the give code in a note pad and save the note pad in your pc with the name name.bat (that is with the extension of .bat).