Jul 29
After a virus attack in pcs, the folder options from the windows explorer is missing and we are unable to show all the files including the hidden ones. So here’s the trick to restore it back:

Go to Run –>gpedit.msc
User Configuration –> Administrative Templates –> Windows Components –> Windows Explorer
Enable and then Disable “Removes Folder Options menu from Tools menu”

Close all windows explorer windows and then open again.. most probably your folder options is back

Jul 27
If you want to search for an exact phrase enclose it in speech marks ie, if you were looking for gourmet recipes you could enter “gourmet recipes”, the speech marks tell the search engine that you only want results that include that exact phrase instead of results that include both words in any order.

Firstly try and narrow down the results by including all the important keywords ie if you were looking for a website about fishing in spain, and you just entered fishing then you would have lots of results that may not be suitable, in the same way if you just entered spain you would again get a lot of results that were not appropriate.

Different search engines use different methods of returning results, for instance Google® uses a method called pagerank, this system returns results by working out a pages popularity by how many other pages link to that page, in other words if a certain website/page has a lot of different websites/pages linking to it and the content matches your search it will be higher in the results, it even checks to see if the websites/pages that link to it are of the same search criteria !! So you always get results that meet your original search as close as possible.

If you don’t get results using all the keywords then try taking out certain keywords from your search, especially if you are enclosing your search in speech marks.

Jul 25

How can you tell if an online company is legit when you’re thinking of buying something? Well, there are some key things to look out for:

If you get an unsolicited email about a product from a company you don’t know, then DEFINATELY do your homework before you buy. Check out their reputation, or see if the same product is available from an online business you trust.

Since web addresses can change, look on the site for an address and phone number. Know where to complain or contact if you are dissatisfied or have a question. You might also want to review the Privacy Policy to make sure they won’t sell your information to marketers.

Read the refund and return policy (if the website does not have one). Can the item be returned? What if it is opened? Is there a restocking fee? What about damaged merchandise.

If the site displays the BBB Online Reliability logo, click it and read the popup (hold your Ctrl key if you have a pop-up stopper) to make sure the company is currently participating.

Keep a record of your online purchase. Print out the page with the seller’s name, address, and phone number. Print out the page about the item you ordered. Print any email confirmation messages you get and any follow-up messages about problems in shipping.

Jul 25

Basically, anything that is executable (able to run). You’re generally safe with picture files, text files, and the like. However, it still pays to scan first.

Here is a very short list of the most common to watch out for:

exe
zip
scr
vbs
bat
com
pif
asp
doc
xls

Those are the most common; don’t misinterpret this to mean that if you get one of these files it’s automatically a virus. A “.zip” file may be nothing more than a set of compressed files your friend sent you to look at. A “doc” or “xls” file may simply be an MS Office file. It’s just that these type of files could also be viruses.

A couple other virus tricks you need to be aware of. First, MS Office files can contain what are called “Macro Viruses”. Without getting into too much detail, these files can run a “macro” (a macro is a mini-program run from within another program) that can be as destructive as any “regular” virus. So, my advice on MS Office attachments is not to open them unless you are expecting them. If they just show up, verify with the sender first.

The other trick you need to look out for is an extra extension added to an attached file. For example, you may have something like “mypicture.jpg.vbs”. In fact, if you don’t have your computer set to view file extensions, it may just look like “mypicture.jpg” and omit that last “vbs” part.

This may appear to be a jpg picture file, but it’s actually a Visual Basic Script file. If executed, it will happily infect your computer with a virus.

So, be careful out there.

Jul 24
If you have a un-registered file type and want to view it with Explorer’s Right-click
you can add your program to the right-click options by:
  1. Starting Regedit
  2. Go to HKEY_CLASS_ROOT / Unknown
  3. Highlight the Shell Folder below it
  4. Right click on Shell and create a New Key
  5. Name it anything you want (For example NOTEPAD)
  6. Create a New Key under that named command
  7. Highlight the Command key
  8. Double click on the Default value in the right hand panel
  9. In Value Data, enter the path and filename of the program you want to use to open the file type
  10. For example: C:\WINDOWS\NOTEPAD.EXE %1
  11. Click on OK

In this example, when you right click on a file in Explorer, NOTEPAD will show up as an option.