How do I enable Windows 95 machines to use Group policies?

John Savill

March 4, 1999

1 Min Read
ITPro Today logo

A. A. Copy the file grouppol.dll from the windows9x installation CD to the system folder of each Windows 9x machine, e.g. c:windowssystem. You also need to apply the changes as supplied in the grouppol.reg file (in the same directory as grouppol.dll). This needs to be run by entering

C:> regedit grouppol.reg

This adds the following entries (if you have problems check they exist)

- Registry key: HKEY_LOCAL_MACHINENetworkLogon
Value name (STRING): PolicyHandler
Value data: GROUPPOL.DLL, ProcessPolicies

- Registry key: HKEY_LOCAL_MACHINESystemCurrentControlSetServices MSNP32NetworkProvider
Value name (STRING): GroupFcn
Value data: GROUPPOL.DLL, NTGetUserGroups

- Registry key: HKEY_LOCAL_MACHINESystemCurrentControlSetServices NWNP32NetworkProvider
Value name (STRING): GroupFcn
Value data: GROUPPOL.DLL, NWGetUserGroups

This could be automated by adding the copy and the registry update to a logon script. A grouppol.inf is also supplied which enables you to install copletely by right clicking on it and selecting install.

All of the above is performed if you install the Windows 9x system policy editor on a machine.

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like