Posted by: Sohail Ahmed Shaikh on: September 27, 2008
Ever run into situation where someone sends you a read-only password protected Word document, but wants you to make changes?
Here’s how to crack it if you are using the newer versions of Word:
If you are using office XP or 2003, you can change the view to HTML-Code using Microsoft Script-Editor by pressing the [Alt]+[Shift]+[F11] key combination.
Search for “Password” and you will find somethimg like this:
<w:DocumentProtection>ReadOnly</w:DocumentProtection>
<w:UnprotectPassword>19E8E61E</w:UnprotectPassword>
To remove the protection:
-Just remowe those two lines, and after saving the document , the protection is gone.
To remove the password:
-replace the Password, here “19E8E61E”, with “00000000″, save the Document and close “Script-Editor”.
Alternative you can save your document as .html and use a html-Editor
Thanks a lot. Good tip
Absolutely Spot on. Thanks for this info. It has saved me ages re writing one of my docs. Thanks again.
Wonderful! I just needed to increase the maximum size of a form field created outside our office and could do so without having to recreate the whole protected thing.
Spot on! I had never thought of going into the html code. What a brilliantly simple solution. Thanks.
1 | kumar
March 14, 2009 at 8:33 am
but not find by Alt]+[Shift]+[F11] key