Hướng dẫn mở khóa file word doc, docx
Some authors (for example, of forms to be filled out) "lock" their documents under Windows. This is annoying, as it prevents you from fixing errors or adding anything to the document.
If you web-search on "unlocking word document," you get a bunch of pages with advice that doesn't work under Windows, or pointers to paid software. Here is a method that works, and is free:
-
Open your document in Word, then save it in ".xml" format.
-
Open the .xml doc in wordpad, emacs, or your favorite text editor.
-
Search for the string w:enforcement="1".
-
Replace the "1" with a "0" to disable enforcement (i.e., unlock the document).
-
Save the document from your text editor.
-
Open the .xml document in Word.
-
Choose "Save as..." and save it as a .doc or .docx file.
Your Word document can now be edited normally. Enjoy!