I am working on testing a reg file to run via FirstLogonCommands. I begin by testing on a regular OS (to save time) and once it works, I will add to the answer file. The problem is that while I can do a merge, none of the new values actually appear in the registry, and as such, do not actually make the changes. For the normal test, I right-click on the regfile and click Merge. I get no errors. Here is the reg file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer] "HideSCAHealth"=DWORD:00000001 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\URL History] "DaysToSave"=DWORD:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\domain.com] @="" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\domain.com\www] "http"=DWORD:00000002 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\domain.net] @="" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\domain.net\www] "https"=DWORD:00000002 [HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_WEBOC_POPUPMANAGEMENT] "iexplore.exe"=DWORD:00000001 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "HideFileExt"=DWORD:00000000 "Hidden"=DWORD:00000001 The test platform is 7PRO 32. What am I doing wrong? I may try testing using AutoIT as well, but I figure I should know how to do this.