G
Guest
I have a registry file that I use to setup multiple computers. I use it to
apply visual settings and to basicly setup the user account as I want it.
As an example here is one of the keys I import:
Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects
"VisualFXSetting"=dword:00000003
By default the VisualFXSetting can be found under HKEY_CURRENT_USER,
HKEY_LOCAL_MACHINE and HKEY_USERS\S-1-5-21(continues with random numbers)
Right now I can apply the reg changes to HKLM and HKCU but I don't know how
to get it to automatically detect and change the key for the HKU since it is
different on each machine. Which means instead of spending 3 seconds
configuring an account I have to go through and manually configure all of the
various settings that are controlled by those keys.
I need to know how to automatically detect and change the VisualFXSetting
under the HKU key, or if there is a way to automatically find all instances
of "VisualFXSetting" and have them all changed to the same setting.
apply visual settings and to basicly setup the user account as I want it.
As an example here is one of the keys I import:
Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects
"VisualFXSetting"=dword:00000003
By default the VisualFXSetting can be found under HKEY_CURRENT_USER,
HKEY_LOCAL_MACHINE and HKEY_USERS\S-1-5-21(continues with random numbers)
Right now I can apply the reg changes to HKLM and HKCU but I don't know how
to get it to automatically detect and change the key for the HKU since it is
different on each machine. Which means instead of spending 3 seconds
configuring an account I have to go through and manually configure all of the
various settings that are controlled by those keys.
I need to know how to automatically detect and change the VisualFXSetting
under the HKU key, or if there is a way to automatically find all instances
of "VisualFXSetting" and have them all changed to the same setting.