Tuesday, April 1, 2014

how to cancel the sent mail in gmail

how to cancel the sent mail:

Write and Send Your E-mail

Now that Undo Send is enabled, it will work every time you send a new e-mail. You don’t have to do anything unusual beforehand to make it possible to use Undo Send with each e-mail.

Click the “Undo” Button After You Send


remove shortcut virus in usb drives

remove shortcut virus in usb drives:

Issue

I caught a virus on my flash drive at work and it appears to have changed all my file names to short cuts. I believe I’ve cleaned the virus but how do i get my files back so that I can view them?

Solution
* If you did not format your flash drive, then check whether the files are not in hidden mode.
* Click on “Start” –>Run–>type cmd and click on OK.
* Check your external Drive letter in My Computer
* Here I assume your external drive as G:
* Enter this command.
attrib -h -r -s /s /d g:*.*
* Delete the unnecessary shortcuts.
Note: Replace the letter g with your flash drive letter.
Still problem? Write down in comments section.