naturekid Posted October 15, 2005 Posted October 15, 2005 Hi,doe anyone of you know how to get these settings when installing unattended? Maybe a regtweak?andGreetz,Joerg
ender341 Posted October 15, 2005 Posted October 15, 2005 I know the first ones are in the registry tweak sticky somewere, though i don't know where. or you can always use regshot to look at the changes that happen when you change thoses settings.As for the second pic are you trying to get it to modify the boot.ini?if so you could try a batch and copy it (i don't think it works to put it in the $1 file, trhough im not sure).
matthewk Posted October 15, 2005 Posted October 15, 2005 Look here for your settings for B:[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]A is trickier. I haven't been able to figure it out.
DL. Posted October 16, 2005 Posted October 16, 2005 (edited) You can find most Windows-settings by comparing the registry before and after the setting has been done:1. Open the window where the setting can be done2. Run regedit and export the entire registry3. Set and apply the setting as you want it, preferably one setting at a time (keep regedit running)4. Switch back to regedit and export once again, this time to another filename (don't overwrite the first one)5. Run cmd and go to the folder where the exported files are6. From the prompt: fc /u before.reg after.regRepeat for all settings you want to find out.Notes:Don't do anything else while doing this (no clicking around, opening files & progs and so on, but you can listen to music if you want) since it will access/change the registry and probably make it harder to see the changes you wanted to see.It's preferable to save the exported files to for example B.reg and A.reg in the root of the drive for less writing (you could also write a batch).There are other progs to do it, but this is the way to do using Windows built-in tools.Not all settings can be found by using this method or these progs.Check out the tweak threads, you can find many of the settings there. Edited October 16, 2005 by DL.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now