A
A
Adel1ne2015-10-28 11:55:04
Windows
Adel1ne, 2015-10-28 11:55:04

How to find and change a specific local group policy setting through the registry?

Hello!
Can you tell me how to find a specific local group policy setting in the registry?
For example, in the branch:
Computer Configuration \ Windows Settings \ Security Settings \ Local Policies \ Security Settings,
there is a setting:
Interactive logon: Remind users of password expiration in advance
I need to reset it so that it never reminds me, but do it is necessary through the register.
I have a script in which some local group policy settings are changed through the registry, but it is difficult to understand by analogy where to look for the specific setting I need.
For example, here:
' Local security policy. Shutdown: Clearing the Virtual Memory Page File WshShell.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown",1,"REG_DWORD"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nirvimel, 2015-10-28
@Adel1ne

  1. Take a full registry dump:regedit /e c:\output_1.reg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question