0

Remove all Hyperlinks From MS Word {At once}

These two nifty macros enable you to delete the embedded hyperlinks that are generated when typing URLS or copying information from the web.


Ever copy and paste something from the Internet and then into Word only to get the hyperlinks embedded? You can removed them easily with the Macros below.

Word

Hit [ALT]+[F11] to open the Visual Basic Editor

Go to “Insert” > “Module” and in the pop-up window copy:

Sub RemoveHyperlinks()
Dim oField As Field
For Each oField In ActiveDocument.Fields
If oField.Type = wdFieldHyperlink Then
oField.Unlink
End If
Next
Set oField = Nothing
End Sub

Then click “File” > Close and return to Microsoft Word

You can now run the Macro in Word by going to:

Tools > Macro > Macro and then Run “RemoveAllHyperlinks” and you are done...!!!
0

Windows Xp Service Pack -> Change

Many times, new softwares, games require you to have the latest service packs to install. There's a way to bypass that.

For example, the latest GTA IV requires that


You can change your service pack 2 to display 3, or vice-versa.


Step 1: Open the run option from the start meny and type in 'regedit' and press enter
Make a backup of your registry (just in case)
Step 3: Browse to "HKEY_LOCAL_MACHINE\SYSTEM\ CurrentControlSet\ Control\ Windows"
Step 4: Modify the value of "CSDVersion" from "0x00000200" (SP2) to the Windows XP SP3 value of "0x00000300"
Step 5: Close registry editor
Step 6: Reboot your computer
0

E-mail Tracking

If you ever wondered whether mails you sent ever gets read or just sent to trash, you can use a mail tracking service like MailTracking.com which allows email tracking.
They send you a email notification whenever the recipient reads your email. Notification includes many details including following…
* Date and time opened
* Location of recipient (per their ISP city /town)
* How long the email was read for
* How many times your email was opened
* If your email was forwarded, or opened on a different computer
Now how to use this service in simplest way…
Create an account with them first.
Then next time, whenever you send mail to abc@xyz.com just add .mailtracking.com to the email address. So in this case email address will become abc@xyz.com.mailtracking.com
Now whenever abc@xyz.com read your email, you will receive notification mail from mailtracking.comHow it works…
* Basically the change in email address will route email through mailtracking.com' server.
* They add a small (around 3×3 pixel) white image which is almost invisible to human eyes in email body. The image will be hosted on mailtracking servers and a unique image is kept for each email message.
* So when someone opens email that image also get downloaded. Now mailtracking server logs the browser request for image (note that the request goes in background) and thus can mail you details which mentioned above.
Note:MailTracking.com is not free. You can start with free account as I did. You get 25 credits(1 credit = 1 email) in free account.
Till then enjoy
N Happy Surfing………!!!!!!!!!
0

View Contents of Rar File before Download

Most of the files we download from the Internet are in Zip or Rar format. We wouldn’t like if we download an archive to find that the file we are looking for is not there. And it is also such a waste of Bandwidth and time to download a whole archive just for a single file. Archview is a Firefox addon that lets you preview the contents of an Archive before downloading. And using it you can even download a single file from the archive.
Currently it supports only RAR, ZIP and ISO format but that should be enough as they are the 2 most popular and common formats being used today. Archview adds itself to the stats bar and becomes active when the user clicks on a zip or rar link. It displays the contents almost instantly and presents the files of the archive in an XML or HTML interface. And what’s more, it even lets you download individual files for an archive, now no need to download a 10 MB archive for a file of 100 Kb that is inside.
The future version will also add support for the 7z format. It supports Firefox 2 and Firefox 3. It is definitely a great add on that can save you a lot of bandwidth.
Link:
https://addons.mozilla.org/en-US/firefox/addon/5028
Screen Shot:
https://addons.mozilla.org/en-US/firefox/images/p/14140/1180087129