Jump to content

Why some registry tweaks are not registered?


Recommended Posts

Hi,

I'm using the cmdline.txt to append my registry tweaks to the Default User. However, I notice some of the registry tweaks are not updated in the registry when I look at the registry after the unattended installation is finish. If I append the registry tweak from the same file (win_hkcu.reg) again, it works fine. Anyone else experience this inconsistent when trying to append the registry tweaks to the Default User during the cmdline.txt? What is the cause of the problem?

Here is a simple of my main.cmd that is executed for the registry tweaks:

ECHO Importing Registry Tweaks
START /wait REGEDIT /s /u ".\Tweaks\SFC_OS.reg"
START /wait REGEDIT /s /u ".\Tweaks\win_00.reg"
START /wait REGEDIT /s /u ".\Tweaks\win_hkcu.reg"
START /wait REGEDIT /s /u ".\Tweaks\win_hkcr.reg"
START /wait REGEDIT /s /u ".\Tweaks\win_hklm.reg"
START /wait REGEDIT /s /u ".\Tweaks\win_ie.reg"
START /wait REGEDIT /s /u ".\Tweaks\win_wmp.reg"
ECHO DONE
ECHO.

Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...