Batch script to edit Group Policy

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
barkha
Posts: 2
Joined: 18 Dec 2012 23:52

Batch script to edit Group Policy

#1 Post by barkha » 19 Dec 2012 00:08

olease help me to create a batch file to start > gpedit.smc

and navigate to Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignments

Select Change the System Time | Change System Time Properties
click the first user in list to highlight the name and click "Remove", Repeat this process for every name in the list. then click OK to close the window.

Thanks

abc0502
Posts: 1007
Joined: 26 Oct 2011 22:38
Location: Egypt

Re: Batch script to edit Group Policy

#2 Post by abc0502 » 19 Dec 2012 02:26

Mybe some one else has an idea but I don't know if Command lines can do that but AutoIt is capable of doing what you need.


barkha
Posts: 2
Joined: 18 Dec 2012 23:52

Re: Batch script to edit Group Policy

#4 Post by barkha » 20 Dec 2012 02:56

Thanks for your reply, I'am from Identity management and dont have hands on to scripting, can you help me to script this.

Post Reply