Jump to content

Registry keys


Fred_Leonard

Recommended Posts

I hope this is an OK place to post this question. (I searched the forums for "registry" first and didn't find where to post it.)

I have made a valid boot CD with nLite before, and now I want an updated one with IE7 and WMP11.

(Direct X 9 still fails though)

I have made an untested ISO with no errors after removing DX9, but I want to add some registry keys before burning.

Mainly the one to fix a MS bug (feature) that won't allow you to log into a PC remotely (admin shares, etc) even if you supply the correct administrator password.

This was a nasty one to find, but now that I have the key, I want it built into the CD.

I see in nLite, there is an option built in to fix the other MS bug/feature that blocks passwords in URLs.

(Yes these are intentional MS bugs! Just because MS can't control viruses doesn't mean they need to amputate everything to the point of the OS not working. These mentioned features work just fin in UNIX).

The key I want to add is;

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]

"forceguest"=dword:00000000

I would like this added in future versions of nLite as the URL fix was, but for now, how can I get it in manually?

Thanks!

Link to comment
Share on other sites


Thanks, but I was really hoping to avoid a reg file and run once.

I like how clean nLite is as far as setting tweaks during the build process.

If there is some way to add my own, that would be ideal, and hopefully they can build this into a future version since it's such a bad problem.

Meanwhile, if there's a way to edit an INI file, or something a little cleaner, I would like to do so.

Is this even possible?

Thanks again

Fred

Link to comment
Share on other sites

Thanks, but I was really hoping to avoid a reg file and run once.

I like how clean nLite is as far as setting tweaks during the build process.

If there is some way to add my own, that would be ideal, and hopefully they can build this into a future version since it's such a bad problem.

Meanwhile, if there's a way to edit an INI file, or something a little cleaner, I would like to do so.

Is this even possible?

Thanks again

Fred

Go into unattended part of nlite and go to RunOnce tab. In there just add the line

REG ADD HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa /v forceguest /t dword /d 00000000

Your only other option is to check nlite.inf (in i386 folder) and see where the registry tweaks are applied, and add it there, or add it into one of the registry inf's on the cd, like hivesft.inf, hivedef.inf, etc.

Edited by Speeddymon
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...