Disable Local Policy by VB

I want to enable/disable Group Policy Local by VB, but I don't kown how to begin using namespace , class, etc... Plese help me.
[128 byte] By [babacoi81] at [2007-12-24]
# 1

Group Policy is set at the Domain level in Active Directory. I suppose with sufficient permissions you could have a VB app that uses LDAP to modify the policies, but if you don't know how to begin using namespaces, classes, etc, you're in way over your head.

LDAP alone can be a nightmare to figure out.

rkimble at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Language...