3

It seems that some Windows editions don't include the GUI secpol.msc tool.
I would like to change some data at Local Security Policy, like, for example, Create a token object.
How can I do that?
All I have found until now is the secedit command-line tool, but it allows only export/import of a complete tree, not changing specific parameters.
Command-line method prefered, please, but GUI allowed too.

1 Answers1

2

Try: gpedit.msc: under Computer Configuration --> Windows Configuration --> Security policies.
By default it's only installed on Windows 7 Professional, Enterprise and Ultimate editions. But you can follow this tutorial to install it on other version.

enter image description here

chaput
  • 441
  • 1
    The answer is correct. It is logical that the Group Policies Editor should include the Security Policies tool, but it wasn't obvious for me. Thanks, @chaput . – Sopalajo de Arrierez Mar 19 '14 at 15:48