3

I need to keep the same password indefinitely for the administrator account on a Windows Server 2008 machine. I've found Start | Administrative Tools | Local Security Policy, but whether or not I run this as an administrator, the controls for editing things like 'Enforce password history' are greyed out. How can I edit the policy?

(I have the same problem when I access the console via gpedit.msc.)

Tommy Herbert
  • 143
  • 1
  • 1
  • 6

2 Answers2

3

This is how i did it. (for others with the same question)

Start > Run > gpmc.msc

Right click

Default Domain Policy > Edit

Expand:

Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies > Password Policy

You will see the password policies.

Double click on one of them and change to your need!

You may need to run gpupdate for a fast group policy update.

Froggiz
  • 3,013
  • 1
  • 18
  • 30
1

I guess you're on a domain so local policy options aren't available - I think you need the Group Policy Management Console instead.

The path outlined in this earlier SF post is the way to go.

MartW
  • 1,305
  • 10
  • 15