Sand Man Posted May 20, 2011 Posted May 20, 2011 I've been working on a Windows 7 image for the past few days, getting it up to par with our needs and requirements. After I did all the work, I just remembered I needed to set a local group policy. Is there a way I can do this without having to re-sysprep and re-image the entire system again? Maybe through DISM or unattend.xml? Thanks!
The Glimmerman Posted May 20, 2011 Posted May 20, 2011 What policy needs te be set.What I know is for example the policy setting for: Prevent installation of Removable devicesGPEdit.msc then go to in Local Computer Policy ->Computer Configuration ->Administrative Templates->System -> Device Installation -> Device Installation Restrictions ->Enable/Disable the "Prevent installation of Removable devices".is the same asHKEY_LOCAL_MACHINE » Software » Policies » Microsoft » Windows » DeviceInstall » RestrictionsThe keyname will be DenyRemovableDevices value = 1So I think u should mount the image.Load the registry components from %mount_dir%\windows\system32\config in the registry and add your settings.
Sand Man Posted May 20, 2011 Author Posted May 20, 2011 The policy I need to change:Computer Configuration > Administrative Templates > System > Device Installatioin > Allow remote access to the Plug and Play interface: Enabled.
The Glimmerman Posted May 22, 2011 Posted May 22, 2011 HKEY_LOCAL_MACHINE » Software » Policies » Microsoft » Windows » DeviceInstall » Settings AllowRemoteRPC REG DWORD 1 or 0
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now