Home >System Tutorial >Windows Series >How to Change Password Policy on Windows Server 2008 R2
Modifying Windows Server 2008 R2 Password Policy: A Step-by-Step Guide
Windows Server 2008 R2 enforces strict password policies, but you can adjust these settings to suit your needs. This guide details how to modify password policies for both local and domain environments.
I. Adjusting Local Password Policy
To change the local password policy, log in as an administrator and follow these steps:
Open the Run dialog (Start > Run or Win R) and type gpedit.msc
. Click OK to launch the Local Group Policy Editor.
Navigate to: Computer Configuration
> Windows Settings
> Security Settings
> Account Policies
> Password Policy
.
II. Modifying Domain Password Policy
For computers joined to a domain, you must modify the policy on the Domain Controller.
Open the Run dialog (Win R) and type gpmc.msc
. Press Enter to open the Group Policy Management Console.
Expand the Domains
folder to locate your domain.
Expand your domain, then the Group Policy Objects
folder, and select Default Domain Policy
.
In the right pane, click the Settings
tab.
Navigate to: Windows Settings
> Security Settings
> Account Policies
> Password Policy
.
Right-click Password Policy
and select Edit
.
The Group Policy Management Editor opens. Navigate to: Computer Configuration
> Policies
> Windows Settings
> Security Settings
> Account Policies
> Password Policy
.
cmd
, and press Enter to open Command Prompt. Execute the command gpupdate /force
to apply the updated policy.This completes the process of modifying the password policy on Windows Server 2008 R2. Remember to restart your server or affected machines for the changes to fully take effect in some cases.
The above is the detailed content of How to Change Password Policy on Windows Server 2008 R2. For more information, please follow other related articles on the PHP Chinese website!