so Im using the registry integrator to change the visual effects, I verified that it works by launching the .reg file on my main machine and the visual effects changed with no problem.

After creating an ISO, the visual effects are still their default values.

Is this because the keys im trying to modify are under "HKEY_CURRENT_USER" and not "HKEY_LOCAL_MACHINE"?

Im assuming the "HKEY_CURRENT_USER" folder is created after the registry integrator does its thing.

Heres the reg data Im trying to integrate:

Code:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:3

[HKEY_CURRENT_USER\Control Panel\Desktop]
"UserPreferencesMask"=hex:90,12,03,80,10,00,00,00

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"MinAnimate"="0"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarAnimations"=dword:0

[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"EnableAeroPeek"=dword:0

[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
"AlwaysHibernateThumbnails"=dword:0

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"=dword:0

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ListviewShadow"=dword:0