How can you make changes to group policy through a batch file in Windows XP?

JackBurton

Lifer
Jul 18, 2000
15,993
14
81
Alright guys, I need to make some group policy changes to several computers that have been deployed. How do you create a batch file that will make certain changes in the local group policy?
 

Brazen

Diamond Member
Jul 14, 2000
4,259
0
0
I take it you don't have an Active Directory domain?

Well, there is always AutoIT for all your scripting needs.
 

JackBurton

Lifer
Jul 18, 2000
15,993
14
81
Yeah, this is an AD environment, but I just needed to make a change on this one machine for now. I'll see if I can do it through AutoIt.
 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
netsh scripts should be able to do it. Or make the change on the domain, and it will affect the computers, assuming you set it on the correct containers and such.