microsoft.public.windowsxp.embedded
  Home FAQ Contact Sign in
microsoft.public.windowsxp.embedded only
 
Advanced search
March 2008
motuwethfrsasuw
     12 9
3456789 10
10111213141516 11
17181920212223 12
24252627282930 13
31       14
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... embedded Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  fbwfmgr /addexclusion         


Author: ArtRab
Date: Mar 20, 2008 13:47

With fbwf enabled, I tried to add an additional exclusion for a directory
such as:

fbwfmgr /addexclusion C: \Program Files\Test X

When I do this at the command line it doesn't accept it. Perhaps this is due
to the spaces in the dir names. Does anyone know how to add paths with spaces
other than rebuilding the XPe image.

Thanks,

Art
1 Comment
  NTLDR missing when using different drive to boot         


Author: flamey
Date: Mar 20, 2008 11:03

I have two hard drives on the PC, and I've created PMQ file while 200gb drive
was primary, and 70 gb drive was secondary. I went ahead and created image,
and loaded it - works.

Now I want to make 70 gb drive primary (bootable, C:) and 200gb drive my
data drive, but when I load image on system in this configuration I get
"NTLDR missing" on boot.

Is there a way to fix this in configuration file, I have to recreate
everything from the beginning?
2 Comments
  Hotfix???         


Author: Tom
Date: Mar 20, 2008 08:21

Does anyone know if this is a hotfix that can be applied to Xpe? We use
Citrix very much so. Thanks.

http://support.microsoft.com/default.aspx/kb/839953/en-us
4 Comments
  C# Problem         


Author: Reinhard Achleitner
Date: Mar 20, 2008 07:21

Hi!

I'm a beginner in creating embedded images, but after one week work, i'm
getting in :-)

But there is a problem i can't solve yet. I want to get the mac address with
c# on the machine. .net 1.1 is installed, but following code hangs at foreach:

ManagementClass oMClass = new ManagementClass
("Win32_NetworkAdapterConfiguration");

ManagementObjectCollection colMObj = oMClass.GetInstances();
foreach(ManagementObject objMO in colMObj)
{
MessageBox.Show(objMO["MacAddress"].ToString());
}

The same code works well on my developing machine, but not on the XP Embedded.
Have i forgotten a component?

kind regards

Reinhard
4 Comments
  WinXPe without reboot         


Author: mateusz.zajakala
Date: Mar 20, 2008 01:58

Hello,

I have WinXPe on kiosk device. Recently costumer reported me, that
after 2-3 weeks kiosk "hangs", so he has to reboot device. After
reboot everything works just fine... until next 2-3 weeks pass. I
wonder if there are some memory issues? How long can WinXPe works
without reboot?

Thanks for answers or ideas in advice,
Mateusz Zajakala
no comments