PC Review


Reply
 
 
=?Utf-8?B?RGF2aWQgTW9yZ2Fu?=
Guest
Posts: n/a
 
      14th Apr 2006
Since nobody responded to my Computer Name post, I was wondering if y'all
could fill me in on how fbreseal works, so I can see about finding a
workaround. I assume setupcl.exe changes the SIDs on the filesystem. Does
setupcn.exe change
the computer name, autologin, etc?

Does the FBA broker calls to setupcn and setupcl? What Registry state tells
Windows to run these programs? Can I put my own executable in the same spot
to call SetComputerName before the OS reads the computer name, and tell
fbreseal to leave the computer name alone?

Thanks for any help,

David
 
Reply With Quote
 
 
 
 
Sean Liming \(eMVP\)
Guest
Posts: n/a
 
      14th Apr 2006

fbreseal will change the autologin (enable /disable) and the computer name
(Unique name / or leave the default.). There are options to set these in the
extended properties. With the computer name if you have a name already
there, i.e. mysystem, a name of mysystem -###### will be generated. You can
tell fbreseal not to change the name so you can have another app set it
later.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit.


"David Morgan" <(E-Mail Removed)> wrote in message
news:1EA4F8E6-A12B-4C8A-A7EE-(E-Mail Removed)...
> Since nobody responded to my Computer Name post, I was wondering if y'all
> could fill me in on how fbreseal works, so I can see about finding a
> workaround. I assume setupcl.exe changes the SIDs on the filesystem.
> Does
> setupcn.exe change
> the computer name, autologin, etc?
>
> Does the FBA broker calls to setupcn and setupcl? What Registry state
> tells
> Windows to run these programs? Can I put my own executable in the same
> spot
> to call SetComputerName before the OS reads the computer name, and tell
> fbreseal to leave the computer name alone?
>
> Thanks for any help,
>
> David



 
Reply With Quote
 
=?Utf-8?B?RGF2aWQgTW9yZ2Fu?=
Guest
Posts: n/a
 
      14th Apr 2006
I am building a diskless cluster utilizing the Remote Boot infrastructure,
and would like to push out the same image to all the nodes, yet
deterministically set the Computer Name of each node. I would like to insert
my own code to set the Computer Name instead of letting setupcn.exe do it
automatically.

Browsing the registry after reseal, I found setupcn and setupcl in the
SetupExecute key under the Session Manager. I would like to disable setupcn
from changing the computer name (using the fbreseal params) and set it myself
with a simple app which queries a device on the serial port, and then sets
the name in the registry.

Since I'm running diskless, I can't preserve any state through reboots, and
I really don't want to keep N SDI images.

Thanks,

David

"Sean Liming (eMVP)" wrote:

>
> fbreseal will change the autologin (enable /disable) and the computer name
> (Unique name / or leave the default.). There are options to set these in the
> extended properties. With the computer name if you have a name already
> there, i.e. mysystem, a name of mysystem -###### will be generated. You can
> tell fbreseal not to change the name so you can have another app set it
> later.
>
> Regards,
>
> Sean Liming
> www.sjjmicro.com / www.seanliming.com
> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
> Toolkit.
>
>
> "David Morgan" <(E-Mail Removed)> wrote in message
> news:1EA4F8E6-A12B-4C8A-A7EE-(E-Mail Removed)...
> > Since nobody responded to my Computer Name post, I was wondering if y'all
> > could fill me in on how fbreseal works, so I can see about finding a
> > workaround. I assume setupcl.exe changes the SIDs on the filesystem.
> > Does
> > setupcn.exe change
> > the computer name, autologin, etc?
> >
> > Does the FBA broker calls to setupcn and setupcl? What Registry state
> > tells
> > Windows to run these programs? Can I put my own executable in the same
> > spot
> > to call SetComputerName before the OS reads the computer name, and tell
> > fbreseal to leave the computer name alone?
> >
> > Thanks for any help,
> >
> > David

>
>
>

 
Reply With Quote
 
Matt Kellner \(MS\)
Guest
Posts: n/a
 
      18th Apr 2006
Hi David. When you configure the System Cloning component, simply select
the option to keep the computer name, and the name will remain the same as
before the reseal. I don't know about the specifics of your technical query
about setupcn and setupcl, but if you have set the "Keep Computer Name"
option (Property cmiGenerateComputerName = 0), the name will not change on
boot. Then you just need to run your app to enact the name change.

Hope this helps clarify the situation. =)

--
Matt Kellner ((E-Mail Removed))
SDET, Windows Embedded Group

This posting is provided "AS IS" with no warranties, and confers no rights.
===============================

"David Morgan" <(E-Mail Removed)> wrote in message
news:04A26DBE-6AAD-4323-8989-(E-Mail Removed)...
>I am building a diskless cluster utilizing the Remote Boot infrastructure,
> and would like to push out the same image to all the nodes, yet
> deterministically set the Computer Name of each node. I would like to
> insert
> my own code to set the Computer Name instead of letting setupcn.exe do it
> automatically.
>
> Browsing the registry after reseal, I found setupcn and setupcl in the
> SetupExecute key under the Session Manager. I would like to disable
> setupcn
> from changing the computer name (using the fbreseal params) and set it
> myself
> with a simple app which queries a device on the serial port, and then sets
> the name in the registry.
>
> Since I'm running diskless, I can't preserve any state through reboots,
> and
> I really don't want to keep N SDI images.
>
> Thanks,
>
> David
>
> "Sean Liming (eMVP)" wrote:
>
>>
>> fbreseal will change the autologin (enable /disable) and the computer
>> name
>> (Unique name / or leave the default.). There are options to set these in
>> the
>> extended properties. With the computer name if you have a name already
>> there, i.e. mysystem, a name of mysystem -###### will be generated. You
>> can
>> tell fbreseal not to change the name so you can have another app set it
>> later.
>>
>> Regards,
>>
>> Sean Liming
>> www.sjjmicro.com / www.seanliming.com
>> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
>> Toolkit.
>>
>>
>> "David Morgan" <(E-Mail Removed)> wrote in message
>> news:1EA4F8E6-A12B-4C8A-A7EE-(E-Mail Removed)...
>> > Since nobody responded to my Computer Name post, I was wondering if
>> > y'all
>> > could fill me in on how fbreseal works, so I can see about finding a
>> > workaround. I assume setupcl.exe changes the SIDs on the filesystem.
>> > Does
>> > setupcn.exe change
>> > the computer name, autologin, etc?
>> >
>> > Does the FBA broker calls to setupcn and setupcl? What Registry state
>> > tells
>> > Windows to run these programs? Can I put my own executable in the same
>> > spot
>> > to call SetComputerName before the OS reads the computer name, and tell
>> > fbreseal to leave the computer name alone?
>> >
>> > Thanks for any help,
>> >
>> > David

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?RGF2aWQgTW9yZ2Fu?=
Guest
Posts: n/a
 
      19th Apr 2006
Hi Matt,

Thanks for the reply. If I add my app to the SetupExecute key after setupcn
and setupcl, can I simply run SetComputerName and have it take effect without
a reboot?

Thanks,

David

"Matt Kellner (MS)" wrote:

> Hi David. When you configure the System Cloning component, simply select
> the option to keep the computer name, and the name will remain the same as
> before the reseal. I don't know about the specifics of your technical query
> about setupcn and setupcl, but if you have set the "Keep Computer Name"
> option (Property cmiGenerateComputerName = 0), the name will not change on
> boot. Then you just need to run your app to enact the name change.
>
> Hope this helps clarify the situation. =)
>
> --
> Matt Kellner ((E-Mail Removed))
> SDET, Windows Embedded Group
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> ===============================
>
> "David Morgan" <(E-Mail Removed)> wrote in message
> news:04A26DBE-6AAD-4323-8989-(E-Mail Removed)...
> >I am building a diskless cluster utilizing the Remote Boot infrastructure,
> > and would like to push out the same image to all the nodes, yet
> > deterministically set the Computer Name of each node. I would like to
> > insert
> > my own code to set the Computer Name instead of letting setupcn.exe do it
> > automatically.
> >
> > Browsing the registry after reseal, I found setupcn and setupcl in the
> > SetupExecute key under the Session Manager. I would like to disable
> > setupcn
> > from changing the computer name (using the fbreseal params) and set it
> > myself
> > with a simple app which queries a device on the serial port, and then sets
> > the name in the registry.
> >
> > Since I'm running diskless, I can't preserve any state through reboots,
> > and
> > I really don't want to keep N SDI images.
> >
> > Thanks,
> >
> > David
> >
> > "Sean Liming (eMVP)" wrote:
> >
> >>
> >> fbreseal will change the autologin (enable /disable) and the computer
> >> name
> >> (Unique name / or leave the default.). There are options to set these in
> >> the
> >> extended properties. With the computer name if you have a name already
> >> there, i.e. mysystem, a name of mysystem -###### will be generated. You
> >> can
> >> tell fbreseal not to change the name so you can have another app set it
> >> later.
> >>
> >> Regards,
> >>
> >> Sean Liming
> >> www.sjjmicro.com / www.seanliming.com
> >> XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
> >> Toolkit.
> >>
> >>
> >> "David Morgan" <(E-Mail Removed)> wrote in message
> >> news:1EA4F8E6-A12B-4C8A-A7EE-(E-Mail Removed)...
> >> > Since nobody responded to my Computer Name post, I was wondering if
> >> > y'all
> >> > could fill me in on how fbreseal works, so I can see about finding a
> >> > workaround. I assume setupcl.exe changes the SIDs on the filesystem.
> >> > Does
> >> > setupcn.exe change
> >> > the computer name, autologin, etc?
> >> >
> >> > Does the FBA broker calls to setupcn and setupcl? What Registry state
> >> > tells
> >> > Windows to run these programs? Can I put my own executable in the same
> >> > spot
> >> > to call SetComputerName before the OS reads the computer name, and tell
> >> > fbreseal to leave the computer name alone?
> >> >
> >> > Thanks for any help,
> >> >
> >> > David
> >>
> >>
> >>

>
>
>

 
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
Fbreseal Mike Warren Windows XP Embedded 5 28th Jun 2008 05:51 AM
Is fbreseal really necessary??? =?Utf-8?B?TXVza2V0aWVy?= Windows XP Embedded 6 2nd May 2006 08:12 AM
What is going on with fbreseal? =?Utf-8?B?V2lsbGlhbSBTdWxsaXZhbg==?= Windows XP Embedded 2 19th May 2005 01:56 PM
fbreseal.exe Darren Windows XP Embedded 2 7th Jun 2004 08:35 PM
FBReseal.exe =?iso-8859-1?Q?Grabher_G=FCnter?= Windows XP Embedded 6 24th Feb 2004 11:06 AM


Features
 

Advertising
 

Newsgroups
 


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