cumminbk Posted October 6, 2005 Posted October 6, 2005 Alright i import my registry tweaks at the end of a batch file that is called with CMDLINES. Now should i instead import the registry tweaks in a seperate line of the CMDLINESfile or just leave them to be imported from the batch file. The reason i ask is that not all my registry tweaks are imported properly when called from the batch file. Would calling them in teh first line of my CMDLINES file and thenrun the batch file second work differntly?let me know.
Doc Symbiosis Posted October 6, 2005 Posted October 6, 2005 How do you import the regtweaks and which one aren't working?It could be, that you import the regtweaks to late, so that not only the default user profile exists and so the regtweaks referring to HKCU only applies to the logged in user. So this is my cmdlines.txt[COMMANDS]"useraccounts.cmd""REGEDIT /S regtweaks.reg""daemontools.cmd""Runonceex.cmd"When you do it this way, the regtweaks are imported at a time, when only the default user profile exists and so the tweaks referring to HKCU are used for every user.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now