Search This Blog

Thursday, November 18, 2010

Recover damaged word documents

There are various techniques and third party tools that can be used to deal with corrupted word document. Before trying a third party tool to recover a damaged word document, here are few simple techniques that can help you recover your damaged files effectively and quickly.

One of the most common causes of Microsoft word documents


getting corrupted is damage to the Normal.dot file. This

file is also referred to as the global template to recover a file. To check this:

Open damaged word document. Click Files – Option – Add-ins – Template – Go

If the document templete box has an entry other than the ‘Normal’, then click ‘Attach’ button. Look for the Normal file in the attach templates and click open. Click Ok to close the dialogue box and close Word.

Now, click Start button and enter the text winword /a in the Run search box. This will open Word without loading any add-ins (troubleshooting mode of Word). If your document doesn’t cause any earlier problem, it means some add-ins that causes the problem. Save this document as a new file and open the Word as normal.

Another very simple technique is changing the format of the damaged file to another extension. Open Word and click File - Save as.

Save the file with a different extension by selecting from the save as type dropdown list menu. For example, Rich text format, it will save the file in an ordinary text file without formatting. Exit the word and start it once again and open the converted file. Save the file in the Original word format.

Saturday, November 13, 2010

WINDOW SHORTCUT

Close All Running Programs With a Click Without Any Software

Sometimes you may want to close all running programs on your Windows PC for several reasons. But closing each and every program is a cumbersome job, right? What about if you can do this with a click? Here is a simple trick to close all running programs with a click of a button. To do that, all you need to create a desktop shortcut that will terminate all running programs.

Right click on the DESTOP select ‘New’ and then ‘Shortcut’. Copy and paste the command shown below

taskkill /F /FI "USERNAME eq Jorin" /FI "IMAGENAME ne explorer.exe" /FI "IMAGENAME ne dwm.exe"

Then click ‘Next’ and Finish the settings. Right click on this newly created shortcut and select properties to change the icon.Click change icon button and choose a desired icon.

At last if u wana close all running programs just click on that task kill shortcut icon terminate all running programs.

Note:- Change Jorin with the computer name of yours.