rss
twitter
    Find out what I'm doing, Follow Me :) Aypn26

Sunday, 24 July 2011

How To Block Sites On Computer Without Using Software


In this tutorial, you will learn how to block sites on computer. There are thousands of softwares are available on internet to block sites but, in this tutorial, you are gonna learn how to block sites on computer without using any software.

It is very easy to block sites on computer without any software. This trick will work on Windows XP,Windows Vista, and Windows 7. I have tried this trick on all windows and it really works. Follow the steps below to learn how to block sites on computer.
  • Go to Run(Windows Key + R)
  • Type C:/windows/system32/drivers/etc/hosts
  • Hit enter
  • Open the file as Notepad
  • Type 127.0.0.1 www.yoursitedomain.com below 127.0.0.1 local host
  • Save it.
  • Done!

Friday, 22 July 2011

Firefox 6.0 Beta 2 & Thunderbird 6.0 Beta 1-Free Downloads...


The Web is all about innovation, and Firefox sets the pace with dozens of new features to deliver a faster, more secure and customizable Web browsing experience for all.
User Experience. The enhancements to Firefox provide the best possible browsing experience on the Web. The new Firefox smart location bar, affectionately known as the "Awesome Bar," learns as people use it, adapting to user preferences and offering better fitting matches over time.
Performance. Firefox is built on top of the powerful new Gecko platform, resulting in a safer, easier to use and more personal product.
Security. Firefox raises the bar for security. The new malware and phishing protection helps protect from viruses, worms, trojans and spyware to keep people safe on the Web.
Customization. Everyone uses the Web differently, and Firefox lets users customize their browser with more than 5,000 add-ons.
DownloadDownload Here=> Download Firefox 6.0 Beta 2 FIREFOX 6.2 Beta 2Download Thunderbird 6.0 Beta 1 THUNDERBIRD 6.0 Beta1


Thunderbird is a great email client from the same people who brought you the Firefox browser.
Thunderbird gives you IMAP/POP support, a built-in RSS reader, support for HTML mail, powerful quick search, saved search folders, advanced message filtering, message grouping, labels, return receipts, smart address book LDAP address completion, import tools, and the ability to manage multiple e-mail and newsgroup accounts.
  • Tabbed email
  • An Archive feature similar to the one in GMail
  • Lightning fast search
  • Smart folders

Ccleaner-Download Free!!!!

CCleaner is a freeware system optimization, privacy and cleaning tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. Additionally it contains a fully featured registry cleaner. But the best part is that it's fast (normally taking less than a second to run) and contains NO Spyware or Adware! :)

Cleans the following:
  • Internet Explorer
  • Firefox
  • Google Chrome
  • Opera
  • Safari
  • Windows - Recycle Bin, Recent Documents, Temporary files and Log files.
  • Registry cleaner
  • Third-party applications
  • 100% Spyware FREE

Click Download!!!-SYSCARE

Thursday, 21 July 2011

system recover (ntldr missing)


The Windows XP CDs has a tool called the Recovery Console which can be used to repair errors that prevent Windows XP from starting using the command line.

Insert the Windows CD and start the computer.
When the Welcome to Setup screen appears, press R.
Type a number corresponding to the Windows installation you wish to repair (this means windows partition,usually 1) and press Enter.
When prompted, type the administrator password and press Enter.if there is no password leave it blank and press Enter
From the command prompt, copy NTLDR and NTDETECT.COM from the i386 folder of the CD to the root folder of the hard drive. In the example commands given below, C: is the hard drive and D: is the CD-ROM drive. You will need to change the drive letters if appropriate:
COPY D:\I386\NTLDR C:\
COPY D:\I386\NTDETECT.COM C:\
Remove the Windows XP CD from the drive and restart the computer.

Your ntldr missing problem will be solved

Increase Computer Startup Speed


One of the Main Reason that slow down the startup speed is the "Huge list of Startup Programmes". Some programme by default create a startup entry, such as Yahoo Messenger, Windows Live Messenger Skype etc.. It is not possible to find all your startup programme if you Go Start > Programmes > Startup. If you can disable unwanted startup programmes, your computer's start up speed will increase. please do as follows.

Press Win Key + R or Start > Run

Type msconfig presss ok

'System Configuration Utility' will open. Click on "Startup" Tab
That's where you will see the huge list of Start up Programme. You can get more detail of a Particular Programme by looking at Command and Location

What to Disable and What not to Disable?

In fact you can disable all Programme, But we recommand you to keep the Programme such as Antivirus, Spy ware removal Programme. If you have Norton Anti-vius Programme installed in your computer.
Click on Service Tab

Check "Hide Microsoft Srevices" Now Disable all the service, except the service you want to run background when computer start up such Antivirus, Spyware Removal and Firewall Software.

After you have completed the work with disabling start up Programme and services, Press Ok. You will be asked to restart the Computer. When you start the computer next time, you will get Notification window about your "System Configuration Utility". You 'check' not to show this notification again and press ok. That's it.

Remove autorun.inf virusus using command prompt


use "attrib" to check for Viruses or Malware

"attrib" is a very useful tool to check if your hard drives even your usb disks have been infected by a virus.

You will know if a Malware is inside your hard drive just by looking at the attributes of each files and the file that has the attributes of +s +h +r

The function of attrib is to set and remove file attributes (read-only, archive, system and hidden).

start attrib

To start attrib

Go to Start Menu > Run

Type cmd (cmd stands for command prompt)

Press Enter key

The Command Prompt will appear showing us where is our location in the directory.

using attrib

To use attrib

Go to command prompt

1 then Go to the root of the directory first by typing cd\ then press enter.(because this is always the target of Malware / Virus)

2. Type attrib and press Enter key

+s - meaning it is a system file (which also means that you cannot delete it just by using the delete command)

+h - means it is hidden (so you cannot delete it)

+r - means it is a read only file ( which also means that you cannot delete it just by using the delete command)

Now we need to set the attributes of autorun.inf to -s -h -r (so that we can manually delete it)

Type attrib -s -h -r autorun.inf in command prompt and press enter.( be sure to include -s -h -r because you cannot change the attributes using only -s or -h or -r alone)

Type attrib again to check if your changes have been commited

If the autorun.inf file has no more attributes, you can now delete it by typing del autorun.inf

Repeat these steps for removing virusus from the other partitions,external hard disks or usb drives.
NOTE : when autorun.inf keeps coming back even if you already deleted it, be sure to check your Task Manager by pressing CTRL + ALT + DELETE ( a virus is still running as a process. that’s why you cannot delete it. KILL the process first by selecting it and clicking End Process.use process killing softwares like runscanner or autoruns to view suspected process.