Improve Windows security with these three tips

Locking down password changes


Another step you can take to improve security and also cut down on help desk calls is to prevent users from changing their passwords until prompted to do so when the password expires.

This may not seem like a necessary security measure, but consider what could happen if a user's password were stolen or hacked. The unauthorised user could then immediately change the user's password and effectively lock that person out of the network.

By preventing such password changes, you can thwart hackers or others from hijacking user accounts and you can also cut down on the number of calls the help desk receives from users who have changed their passwords and forgotten the new one.

There are two different ways you can lock down users from changing their passwords unless prompted by Windows-individually via a registry setting or globally via a Group Policy setting.

Perform the following steps to require a system prompt for password changes for a group of users:

  1. Start the Microsoft Management Console (MMC) by choosing Start | Run, typing mmc, and clicking OK.
  2. On the File menu, choose Add/Remove Snap-in | Add | Active Directory Users and Computers | Add.
  3. Click Close and then OK. The left pane will display the new snap-in.
  4. Expand the snap-in, select the group to which the policy applies, right-click, and choose Properties.
  5. On the Group Policy tab, select the Group Policy Object and click Edit. If no policies are listed, click New to create a new policy and then click Edit.
  6. Expand the policy folder and then expand the subfolders down to System.
  7. Select Logon/Logoff.
  8. Right-click the Disable Change Password policy and then choose Properties.
  9. On the Policy tab, select the Enabled option and then click OK.
  10. Close the Group Policy window and then close the console.
  11. At the command prompt, type the following: Secedit /refreshpolicy user_policy /enforce
  12. Press [Enter].

To enforce the same password policy for individual users, perform the following procedures to configure the option in the registry:

  1. Run the Registry Editor.
  2. Navigate to the registry key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies.
  3. Click the System key. If the System key does not exist, create it by choosing Edit | New and then selecting Key. This will create a new folder called New Key #1. Rename the key to System.
  4. Select the System and then choose Edit | New | DWORD Value.
  5. Type DisableChangePassword.
  6. Press [Enter].
  7. Double-click the new key.
  8. Change the value setting to 1.
  9. Click OK.
  10. Close Regedit.

    For additional details on setting this password policy, see Microsoft Knowledge Base article 309799.

    Securing data

    These tips are simple steps you can take to restrict access to sensitive data and better secure your network. They take little time and effort to implement and can protect your organization's data.

    TechRepublic is the online community and information resource for all IT professionals, from support staff to executives. We offer in-depth technical articles written for IT professionals by IT professionals. In addition to articles on everything from Windows to e-mail to fire walls, we offer IT industry analysis, downloads, management tips, discussion forums, and e-newsletters.

    ©2001 TechRepublic, Inc.

Advertisement

Talkback 0 comments

Sponsored content

Power Centre - Content from our premier sponsors

Blogs

  • Chris Duckett Get extensions going in Firefox, redux
    Previously on Null Pointer we looked at getting extensions working in Firefox betas, and that was great until the fine folks at Firefox changed their minds.
  • Array How reliable is IP telephony?
    Have you ever heard a weird kind of hissing, crackling or popping noise when calling someone on an IP telephony line? How rare is the phenomenon these days?
  • Array Forget the NBN, 100Mbps is already here
    Telstra and TransACT will shortly begin offering 100Mbps broadband to many customers. By moving early, the companies have not only raised the bar for Australia's broadband services, but thrown down a challenge to a government that now faces increased pressure to deliver the NBN as promised.
  • More blogs »

Tags

Back to top

Featured