PC Review


Reply
Thread Tools Rate Thread

A couple of questions.

 
 
Ben
Guest
Posts: n/a
 
      10th Dec 2003
Howdy folks, I have done a few searches and found
references to some nice stuff dealing with setting the
hidden status on various items from the start menu, and
am in the middle of setting up a couple of mostly idiot
proof accounts, but I have a question.
I have read that I need to set the items visible to the
account that I want to still be able to have access to
them.
I set up the HKEY_USER\.DEFAULT to hide the items, but
there is no listing for the other user accounts I have
created, and when I try to add registry settings under
the user account, it laughs at me.

On a realted note, when I log off on my test device, I
see the user accounts, but not the administrator account
to log in with, how do I get it to show up? I am using
the friendly logon component, but could not see a setting
that seemed to be related...

My final question is with adding an extra file.
I keep getting an error that it could not find the file
at the end of the build process. And the file is not
included in the image. I have tried moving the source
file into my dev directory, and tried deleting the item
and recreating it, to no avail. Is there a special trick
for this?

Thanks in Advance,
Ben
 
Reply With Quote
 
 
 
 
KM
Guest
Posts: n/a
 
      10th Dec 2003
Hi Ben,

I assume you have adedd "Administrator Account" to your image. By default,
the Administrator account is not displayed on the Welcome Screen. Add this
registry value [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\SpecialAccounts\UserList],"Administrator"=1
(dword value).

For adding "Extra File" you may use SrcPath/SrcName extended properties to
specify the actual paths to your source files (in "Add 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 references to some
B> nice stuff dealing with setting the hidden status on various items
B> from the start menu, and am in the middle of 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 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, but there is no
B> listing for the other user accounts I have created, and when I try
B> to add registry settings under the user account, it laughs at me.

B> On a realted note, when I log off on my test device, I see the user
B> accounts, but not the administrator account to log in with, how do I
B> get it to show up? I am using the friendly logon 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 file at the end
B> of the build process. And the file is not included in the image. I
B> have tried moving the source file into my dev directory, and tried
B> deleting the item and recreating it, to no avail. Is there a
B> special trick for this?

B> Thanks in Advance,
B> Ben


 
Reply With Quote
 
Laurent LOIE \(EURILOGIC\)
Guest
Posts: n/a
 
      11th Dec 2003
Hi,

go into Tools/Options dialog box then find and fill the "extra files folder"
setting box !
put in there your extra files added to your configuration

you're welcome

Laurent LOIE
XP-E Technical Black Belt consultant
EURILOGIC TECHNOLOGIES. FRANCE.


"Ben" <(E-Mail Removed)> a écrit dans le message de
news:041901c3bf66$26e9ece0$(E-Mail Removed)...
> .../...
> My final question is with adding an extra file.
> I keep getting an error that it could not find the file
> at the end of the build process. And the file is not
> included in the image. I have tried moving the source
> file into my dev directory, and tried deleting the item
> and recreating it, to no avail. Is there a special trick
> for this?
>
> Thanks in Advance,
> Ben



 
Reply With Quote
 
Laurent LOIE \(EURILOGIC\)
Guest
Posts: n/a
 
      11th Dec 2003
Hi,

go into Tools/Options dialog box then find and fill the "extra files folder"
setting box !
put in there your extra files added to your configuration

you're welcome

Laurent LOIE
XP-E Technical Black Belt consultant
EURILOGIC TECHNOLOGIES. FRANCE.


"Ben" <(E-Mail Removed)> a écrit dans le message de
news:041901c3bf66$26e9ece0$(E-Mail Removed)...
> .../...
> My final question is with adding an extra file.
> I keep getting an error that it could not find the file
> at the end of the build process. And the file is not
> included in the image. I have tried moving the source
> file into my dev directory, and tried deleting the item
> and recreating it, to no avail. Is there a special trick
> for this?
>
> Thanks in Advance,
> Ben



 
Reply With Quote
 
Ben
Guest
Posts: n/a
 
      11th Dec 2003
Laurent,

Many thanks. That did the trick!

Ben

>-----Original Message-----
>Hi,
>
>go into Tools/Options dialog box then find and fill

the "extra files folder"
>setting box !
>put in there your extra files added to your configuration
>
>you're welcome
>
>Laurent LOIE
>XP-E Technical Black Belt consultant
>EURILOGIC TECHNOLOGIES. FRANCE.
>
>
>"Ben" <(E-Mail Removed)> a écrit dans

le message de
>news:041901c3bf66$26e9ece0$(E-Mail Removed)...
>> .../...
>> My final question is with adding an extra file.
>> I keep getting an error that it could not find the file
>> at the end of the build process. And the file is not
>> included in the image. I have tried moving the source
>> file into my dev directory, and tried deleting the item
>> and recreating it, to no avail. Is there a special

trick
>> for this?
>>
>> Thanks in Advance,
>> Ben

>
>
>.
>

 
Reply With Quote
 
Ben
Guest
Posts: n/a
 
      11th Dec 2003
KM,

Many thanks.
I managed to get the file to build in using what Laurent
suggested. I had actually tried the approach you
mentioned, but I might have put both parts into one field.

And especially thanks for the registry key for the admin!

Now all I need to do is figure out how to add the run,
find, etc (stuff I hid in the .default user) back to a
single specific user.

Ben

>-----Original Message-----
>Hi Ben,
>
>I assume you have adedd "Administrator Account" to your

image. By default,
>the Administrator account is not displayed on the

Welcome Screen. Add this
>registry value

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
>NT\CurrentVersion\Winlogon\SpecialAccounts\UserList],"Adm

inistrator"=1
>(dword value).
>
>For adding "Extra File" you may use SrcPath/SrcName

extended properties to
>specify the actual paths to your source files (in "Add

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

references to some
> B> nice stuff dealing with setting the hidden status

on various items
> B> from the start menu, and am in the middle of

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

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,

but there is no
> B> listing for the other user accounts I have created,

and when I try
> B> to add registry settings under the user account, it

laughs at me.
>
> B> On a realted note, when I log off on my test device,

I see the user
> B> accounts, but not the administrator account to log

in with, how do I
> B> get it to show up? I am using the friendly logon

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

file at the end
> B> of the build process. And the file is not included

in the image. I
> B> have tried moving the source file into my dev

directory, and tried
> B> deleting the item and recreating it, to no avail.

Is there a
> B> special trick for this?
>
> B> Thanks in Advance,
> B> Ben
>
>
>.
>

 
Reply With Quote
 
KM
Guest
Posts: n/a
 
      11th Dec 2003
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


>> .



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
couple of questions cjbarron5 Microsoft Excel Misc 10 2nd Jun 2008 01:46 AM
Couple of Questions Toysforfids Microsoft Excel Misc 4 14th Sep 2006 05:20 AM
Couple of questions Alon Brodski Windows XP Networking 0 12th Jun 2004 10:07 AM
a couple of questions please...... =?Utf-8?B?Y2F0aGVyaW5lc2Vl?= Windows XP General 4 18th Jan 2004 01:51 AM
A couple of questions Vel Microsoft Access Getting Started 1 19th Sep 2003 05:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:21 PM.