Ben,
For a specific user you may open user's ntuser.dat offline and change the
appropriate registry settings you set in .DEFAULT hive.
Or you may do a batch file for a specific user (either <reg /LOAD keyname
ntuser.dat> or Autologon/<regedit.exe /s .reg>) to change necessary
settings.
KM
B> KM,
B> Many thanks.
B> I managed to get the file to build in using what Laurent suggested.
B> I had actually tried the approach you mentioned, but I might have
B> put both parts into one field.
B> And especially thanks for the registry key for the admin!
B> Now all I need to do is figure out how to add the run, find, etc
B> (stuff I hid in the .default user) back to a single specific user.
B> Ben
>> -----Original Message-----
>> Hi Ben,
>> I assume you have adedd "Administrator Account" to your
B> image. By default,
>> the Administrator account is not displayed on the
B> Welcome Screen. Add this
>> registry value
B> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
>> NT\CurrentVersion\Winlogon\SpecialAccounts\UserList],"Adm
B> inistrator"=1
>> (dword value).
>> For adding "Extra File" you may use SrcPath/SrcName
B> extended properties to
>> specify the actual paths to your source files (in "Add
B> an Extra File to the
>> Configuration" dialog click on "Advanced" button).
>> Hope this helps.
>> KM,
>> BSquare Corp.
B>>> Howdy folks, I have done a few searches and found
B> references to some
B>>> nice stuff dealing with setting the hidden status
B> on various items
B>>> from the start menu, and am in the middle of
B> setting up a couple of
B>>> mostly idiot proof accounts, but I have a question.
B>>> I have read that I need to set the items visible to
B> the account that
B>>> I want to still be able to have access to them.
B>>> I set up the HKEY_USER\.DEFAULT to hide the items,
B> but there is no
B>>> listing for the other user accounts I have created,
B> and when I try
B>>> to add registry settings under the user account, it
B> laughs at me.
B>>> On a realted note, when I log off on my test device,
B> I see the user
B>>> accounts, but not the administrator account to log
B> in with, how do I
B>>> get it to show up? I am using the friendly logon
B> component, but
B>>> could not see a setting that seemed to be related...
B>>> My final question is with adding an extra file.
B>>> I keep getting an error that it could not find the
B> file at the end
B>>> of the build process. And the file is not included
B> in the image. I
B>>> have tried moving the source file into my dev
B> directory, and tried
B>>> deleting the item and recreating it, to no avail.
B> Is there a
B>>> special trick for this?
B>>> Thanks in Advance,
B>>> Ben
>> .
|