In MS word if you go to the tools menu then select 'protect document' you can set the password to protect the document from editing. Useful feature if it s a memo or a form that needs to be passed about and you don't want anyone to make changes to it.
Now what happens if you forget the password and you need to make changes to the document?
For this instructable you will need.
1) A protected word document.
2) Ms Word.
3) Text Editor (like WordPad or Notepad).
4) Hex editor (Like WinHex).
Remove these ads by
Signing UpStep 1Method 1: Copy contents of the document into a new document.
Open the protected document do a Ctrl + A to select everything in the document.
Do a Ctrl + C to copy the selected area
Open a new document
Do a Ctrl + V to paste the selected area
Save the new document.
The new document is ready for you to make changes.
| « Previous Step | Download PDFView All Steps | Next Step » |










































I tried it on a file with edit protection in word 2010
At this stage I opened it up in Notepad++ and I found the password was shown as all zeros (was not blank in word however). So couldnt use the hex approach.
So I just deleted the two xml lines referring to protection, re opened in word and it seems to be fine. Note that you have to reset the view mode from web to normal otherwise the document looks odd on screen.
I also noticed that openoffice ignores the protection.
If you're using Word XP/2003 there is a short-cut. Try this:-
(courtesy of http://itmanager.blogs.com/notes/2005/04/how_to_crack_un.html )
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:
ReadOnly
19E8E61E
To remove the protection:
-Just remove 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.
Cheers, Rob.
L