April 18, 200620 yr Heres the deal, ANY help would be appreciatedI've search this board for like 100 topics on regtweaks but no success, close, but not done.I've tried the bat file way, and now I'm looking at the nlite.inf file, what is the most effective way to install regtweaks as early into the setup process without screwing it up, or it actually WORKING. (Trying to figure out the nlite.inf way as of right now.)I want to test one with this script:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]"SubVersionNumber"="a""ProductName"="Microsoft Windows XP""CurrentVersion"="5.1""CurrentBuildNumber"="2600""BuildLab"="2600.xpsp1.020828-1920""CSDVersion"="Service Pack 1"edited of course hehbut the nlite.inf has entries such as HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DisableCAD",0x00010001,0HKLM,"SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE","iexplore.exe",0x00010001,0HKLM,"SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE","explorer.exe",0x00010001,0nothing like mine tweak I want to add.Please helpthanks!
April 18, 200620 yr Well the first part is a reg file...to apply this just use the following command:REGEDIT /S "PATH\File.reg"But I don't know why you would want to change those entries...The second is only part of an INF file...the AddReg part.Just google about creating and installing INF from a command line.As far as when to implement these...I would say CMDLINES.TXT
April 18, 200620 yr Heres something to play with but be careful with theseHIVE*.inf, you'll find them in I386, those are read at end of file copy so its pretty early on. Theres a lot of other thins can be done early on but you'll have to do some researching for what you want to do.
Create an account or sign in to comment