Sunday, November 2, 2014

command line - My Windows edition has no "secpol.msc". How can I edit security policies?



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.


Answer



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


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...