mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 21:33:38 +00:00
Use Full Path for Security Options
Previously, the path to "Security Options" was defined as `Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options`. However, there is no such path. There is a path `Computer Configuration\Policies\Windows Settings\Security Settings\Local Policies\Security Options`, at which interactive logon settings may be found. Accordingly, add `Policies` to the path to complete the path.
This commit is contained in:
committed by
GitHub
parent
5c0c5f0f63
commit
a58bfa63af
@ -34,7 +34,7 @@ The **Interactive logon: Prompt user to change password before expiration** poli
|
|||||||
|
|
||||||
### Location
|
### Location
|
||||||
|
|
||||||
Computer Configuration\\Windows Settings\\Security Settings\\Local Policies\\Security Options
|
Computer Configuration\\Policies\\Windows Settings\\Security Settings\\Local Policies\\Security Options
|
||||||
|
|
||||||
### Default values
|
### Default values
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user