You Can Fix It

February 25, 2010

Password a Word for Mac document

Filed under: Computer — Tags: , , , — admin @ 10:26 pm

To assign a password to a Word for Mac document, follow these steps:
Click the Word menu
Select Preferences
Click Security in the left side of the dialog box
Enter a password in the box labeled “password to open”
Click OK
Re-enter the password when prompted
Click OK


You can also require a password to modify the document:
In the security section, type a password in the box labeled “password to modify”
Click OK
Re-enter the password when prompted
Click OK


The Protect Document button allows you to safeguard tracked changes, comments, and forms. Simply select what you would like to protect and enter a password. Click OK. Reconfirm the password when prompted.

January 29, 2010

Using the net user command for password change

Filed under: Uncategorized — Tags: , — admin @ 10:23 pm

This will help you to use the net user command to change the user password at a Windows command prompt. This can only be done by administrators can change domain passwords at the Windows command prompt.


To change a user’s password at the command prompt, log on as an administrator and type:


net user user_name * /domain


When you are prompted to type a password for the user, type the new password, not the existing password. After you type the new password, the system prompts you to retype the password to confirm. The password is now changed.


If you are confident in your change you can type the following command:


net user user_name new_password


When you do so, the password changes without prompting you again. This command also enables you to change passwords in a batch file. Non-administrators receive a “System error 5 has occurred. Access is denied” error message when they attempt to change the password.

Powered by WordPress