-
dealing with exe drivers.
i haven't try the driver integration. i can't really test the drivers using virtualbox. how do people test drivers anyway?
-
hide user account on logon screen
control userpasswords2 works nicely. thanks all.
-
Test nLite on a Virtual Machine? Tell a VM newbie what to do?
i like VirtualBox (freeware) over VMware.
-
dealing with exe drivers.
thanks for the replies. i didn't enable the email notification. i didn't think anyone responded. MrJinje, you mean installing the EXE files by itself without nLite integration?
-
hide user account on logon screen
yes, TweakUI works. i got lazy of clicking to the "userlist" to check so i used the find function on regedit. i checked with the virtualbox to confirm if the userlist exist on my original winlite.iso. it checked out that i went to the wrong "winlogon" key. question, if i am using someone's computer, can i get the computer to display all user accounts with installing TweakUI?
-
hide user account on logon screen
thanks for the trying, johnhc. it looks like i went to the wrong winlogon. i didn't know there is more than one winlogon key in regedit. it is easier to do a find on regedit for "userlist" instead of clicking your way to "userlist".
-
hide user account on logon screen
sorry, i should be more specific. SpecialAccounts and UserList were key and user accounts were value set DWORD to zero. This is a fresh install. I didn't think I would experience this problem so nothing was saved. I will go back to see the generated Winlite.iso can tell me anything.
-
hide user account on logon screen
i would like to hide user account on logon screen. from the search, it keeps on showing "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList" but after nLite there is no "SpecialAccounts". manually creating "SpecialAccounts\Userlist" with DWORD Value to 0 does not work. any help would be greatly appreciated it. thanks.
-
dealing with exe drivers.
i would like to check if i can take the chipset drivers from the 3 folders shown from the jpg below for Drivers via WINNT.SIF method. can i just ignore the files in the red square. if it is ok, can i do the same thing with nividia exe driver as well. thanks in advance.
-
syntax questions
in the below example, where is the program alcohol is placed? thanks in advance. REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f
-
syntax questions
i am reading from unattended page at "http://unattended.msfn.org/unattended.xp/view/web/31/" it says "Place cmdow.exe into the \$OEM\$$\System32\ directory". since i don't have directories after \$OEM\ do i need to create directories. window has been modified with nLite. another question. it says "REG ADD %KEY% /V TITLE /D "Installing Applications" /f". does /D mean D drive? thanks.