Jump to content

Recommended Posts

Posted

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 CMDLINES

file 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 then

run the batch file second work differntly?

let me know.


Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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