Jump to content

reg question, please help


Recommended Posts

Heres the deal, ANY help would be appreciated

I'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 heh

but the nlite.inf has entries such as

HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","DisableCAD",0x00010001,0

HKLM,"SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE","iexplore.exe",0x00010001,0

HKLM,"SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE","explorer.exe",0x00010001,0

nothing like mine tweak I want to add.

Please help

thanks!

Link to comment
Share on other sites


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

Link to comment
Share on other sites

Heres something to play with but be careful with these

HIVE*.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.

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...