Menu
Home
Forums
Current Activity
New posts
Search forums
What's new
New posts
Latest activity
News & Features
The Marketplace
Cars for Sale
Engine and Performance
Chassis and Wheels
Exterior and Body
Interior and Cockpit
ICE - In Car Entertainment
Car Shops and Services
Toys and Wares
All Other Stuff
Jobs and Vacancies
Looking For
Members
Log in
Register
What's new
Search
Search
Search titles only
By:
Current Activity
New posts
Search forums
Menu
Log in
Register
Reply to thread
See what others are reading now! Try Forums >
Current Activity
Home
Forums
Main Forums
General Talk
windows xp embedded?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="sakuraguy" data-source="post: 334012" data-attributes="member: 6441"><p><strong>Differences Between Windows XP Embedded and Windows XP Professional</strong></p><p></p><p>Microsoft® Windows® XP Embedded is a componentized version of the Microsoft® Windows® XP Professional operating system that brings the rich feature set of Windows XP Professional to embedded devices. However, there are some differences between Windows XP Professional and Windows XP Embedded. The major difference is that Windows XP Embedded is engineered specifically to support embedded devices and their manufacturers. This white paper describes Windows XP Embedded solutions for common embedded scenarios, and describes Windows XP Professional features that Windows XP Embedded does not include.</p><p></p><p>Introduction</p><p>Microsoft® Windows® XP Embedded brings the stability, security, and the rich feature set of Microsoft® Windows® XP Professional to embedded devices. Windows XP Embedded is a componentized version of the Windows XP Professional operating system that was created for embedded devices. Windows-based applications can run on Windows XP Embedded, and embedded application developers can use the Windows API set to write applications, just like Windows XP Professional developers do.</p><p></p><p>However, there are differences between Windows XP Embedded and Windows XP Professional. Most importantly, Windows XP Embedded is engineered for embedded devices, and to support the work of the application developers and OEMs who build embedded devices. Windows XP Embedded provides solutions to support embedded scenarios, including point-of-sale devices, Windows-based terminals, and kiosks. </p><p></p><p>Componentization makes it easy to build fixed-function devices, and to reduce the footprint of a target run-time image. You can use Windows XP Embedded to build a run-time image that includes only the Windows components that your device requires. As long as you include the required dependencies in your run-time image, you can maintain the application compatibility that you need to run your applications.</p><p></p><p>Componentization also makes it easier to reduce security risks by designing run-time operating systems with limited surface area. The smaller the footprint of your run-time image, the smaller the surface area of the operating system. Less surface area means less risk of intrusion. For example, if you do not require networking capabilities, you can exclude networking components from your run-time image. </p><p></p><p>This white paper describes specific embedded scenarios and the solutions that Windows XP Embedded provides for them. This white paper also describes some Windows XP Professional features that Windows XP Embedded does not include.</p><p></p><p>Windows XP Embedded Solutions for Common Embedded Scenarios</p><p>Windows XP Embedded supports the development of embedded devices and applications by providing solutions for common embedded scenarios. This section describes some common embedded scenarios and the solutions that Windows XP Embedded provides for them.</p><p></p><p>Manage Run-Time Images</p><p>Windows XP Embedded provides tools to help you manage your run-time images. Use System Deployment Image (SDI) in Windows XP Embedded to create file-backed virtual disk drives to serve as a staging area for your run-time images. This feature uses a disk image (.sdi) file that is located on an existing file system to simulate a storage medium. You can use SDI to create, add, connect, remove, and disconnect virtual disk drives. The storage medium can be used in both online and offline modes. </p><p></p><p>For more information about how to create a file-backed virtual disk drive, see SDI.</p><p></p><p>Protect Disk Volumes</p><p>Embedded device disk volumes often require protection against improper disk write operations. Windows XP Embedded provides Enhanced Write Filter (EWF) as a solution for this scenario. EWF protects the contents of disk volumes by redirecting write operations to a different storage location, which is called an overlay. This strategy allows write operations to be made without affecting the original contents of a disk volume. Configuration information about the EWF-protected volumes on a device is stored in unpartitioned disk space on the same disk. You can use EWF on devices that start from a bootable CD-ROM because EWF allows read-only media, including CD-ROM and flash, to boot and run. </p><p></p><p>For more information about how to reduce the wear on a compact flash device by using EWF, see How to Configure EWF for Compact Flash.</p><p></p><p>Boot and Run an Operating System from a CD-ROM</p><p>Embedded OEMs can create a bootable CD-ROM when a run-time image is ready to be deployed. Your deployment scenario could call for a single CD-ROM image to be duplicated and used on many target systems. Or maybe you want to run your operating system from read-only media to protect your file system from corruption. Windows XP Embedded supports both of these scenarios by implementing the El Torito Bootable CD-ROM specification. </p><p></p><p>For more information about how to create a bootable CD-ROM, see How to Create a Bootable CD-ROM.</p><p></p><p>Boot a Device Over a Network</p><p>Some embedded scenarios require network booting and configuration of devices. For example, devices that do not contain a hard disk may require a remote boot. Windows XP Embedded supports remote booting by providing the Remote Boot service. The Remote Boot service uses the Pre-boot Execution Environment (PXE) protocol to boot a device over a network. The PXE communicates with the server and retrieves a boot image over a network. </p><p></p><p>For more information about how to remotely boot a device, see Remote Boot.</p><p></p><p>Service a Run-Time Image Remotely</p><p>Servicing embedded devices after deployment can be difficult. Windows XP Embedded provides a solution in Device Update Agent (DUA). DUA is a lightweight service that performs administrative tasks such as copying files, creating registry keys, and executing processes. DUA runs on the device operating system and works by polling a specific remote or local path for a script file. </p><p></p><p>You can also use Microsoft® Systems Management Server (SMS) to service embedded devices running Windows XP Embedded. SMS is used to manage clients in large, enterprise-level Windows environments. For information about SMS, see Systems Management Server 2003 SP1 Product Overview on the Microsoft Web site.</p><p></p><p>For more information about how to remotely service a device, see Managing and Servicing a Run-Time Image.</p><p></p><p>Create Single-User Environments</p><p>A single-user environment can be the best option for some embedded device scenarios, for example, in small footprint situations where users have only limited access to the file system. Windows XP Embedded provides a solution for this scenario with Minlogon, a feature that provides Windows logon support. Minlogon does not differentiate between different levels of access privileges and therefore does not support user accounts or administrator accounts. Nor does Minlogon provide authentication verification or domain joining. </p><p></p><p>For more information about how to create a single-user environment, see Building a Minlogon Baseline Configuration.</p><p></p><p>Windows XP Professional Features That Windows XP Embedded Does Not Include</p><p>Even though Windows XP Embedded is built from the same binary files that Windows XP Professional uses, Windows XP Embedded does not share all the features of Windows Professional. Some features in Windows XP Professional are not appropriate for embedded device scenarios. The following Windows XP Professional features are not included in Windows XP Embedded: </p><p></p><p>Windows File Protection (WFP) </p><p>On Windows XP Professional, WFP prevents system files from being overwritten unless the files that are being installed are digitally signed by Microsoft. Windows XP Embedded does not enforce system file protection, however, because embedded device users do not typically install software. There are also some benefits to excluding WFP from Windows XP Professional. For example, Device Update Agent (DUA), a management tool that was created specifically to support embedded scenarios, performs better when WFP is not included in a run-time image. Another benefit of not including WFP in Windows XP Embedded is a reduced footprint. However, because Windows XP Embedded does not include WFP, it is critical for run-time images to be built with the correct versions of system files. </p><p></p><p>Windows XP Tour </p><p>Windows XP Professional includes an interactive, animated tour of the operating system. This tour is not appropriate for end users of embedded devices that run highly customized Windows-based operating systems, so it is not included in Windows XP Embedded. </p><p></p><p>Windows Setup </p><p>Windows XP Embedded does not include certain user interface and infrastructure elements that Windows Setup uses to install Windows XP Professional. Windows XP Embedded does not support the Control Panel user interface that is used to install additional Windows operating system components, for example, the Add/Remove Windows Components option in Control Panel. </p><p></p><p>Online product activation </p><p>Windows XP Embedded does not include online product activation. Instead, Windows XP Embedded-based run-time images are activated by using a run-time product key in the Windows Embedded Studio tools. </p><p></p><p>Out-Of-Box Experience (OOBE) </p><p>Windows XP Professional includes welcome screens and wizards to help new users set up Internet connections and other operating system features. These are not included in Windows XP Embedded because of the highly customized nature of Windows XP Embedded-based operating systems. </p><p></p><p>Windows Update </p><p>Windows XP Embedded does not use the Windows Update Web site (http://www.windowsupdate.com) to detect and patch software components. However, Windows Update can be used with a corporate server running Microsoft® Software Update Services (SUS). </p><p></p><p>System files that support upgrade scenarios </p><p>Windows XP Embedded does not include system files that support upgrade scenarios to Windows XP Professional from Windows 98 or Windows 2000. These files are not necessary in Windows XP Embedded because embedded run-time operating systems are not upgraded in the same way as desktop operating systems such as Windows XP Professional. </p><p></p><p>Obsolete Windows Image Acquisition files </p><p>Windows XP Embedded does not include older versions of Windows Image Acquisition system files. These files are not necessary in Windows XP Embedded and their absence does not affect application compatibility. </p><p></p><p>MSN® Explorer </p><p>MSN Explorer is included in Windows XP Professional, but no longer ships in Windows XP Embedded. </p><p></p><p>Microsoft® Java Virtual Machine </p><p>Microsoft Java Virtual Machine is included in Windows XP Professional Service Pack 1, but is not included in Windows XP Embedded.</p><p></p><p>Source: <a href="http://www.microsoft.com" target="_blank">www.microsoft.com</a></p></blockquote><p></p>
[QUOTE="sakuraguy, post: 334012, member: 6441"] [b]Differences Between Windows XP Embedded and Windows XP Professional[/b] Microsoft® Windows® XP Embedded is a componentized version of the Microsoft® Windows® XP Professional operating system that brings the rich feature set of Windows XP Professional to embedded devices. However, there are some differences between Windows XP Professional and Windows XP Embedded. The major difference is that Windows XP Embedded is engineered specifically to support embedded devices and their manufacturers. This white paper describes Windows XP Embedded solutions for common embedded scenarios, and describes Windows XP Professional features that Windows XP Embedded does not include. Introduction Microsoft® Windows® XP Embedded brings the stability, security, and the rich feature set of Microsoft® Windows® XP Professional to embedded devices. Windows XP Embedded is a componentized version of the Windows XP Professional operating system that was created for embedded devices. Windows-based applications can run on Windows XP Embedded, and embedded application developers can use the Windows API set to write applications, just like Windows XP Professional developers do. However, there are differences between Windows XP Embedded and Windows XP Professional. Most importantly, Windows XP Embedded is engineered for embedded devices, and to support the work of the application developers and OEMs who build embedded devices. Windows XP Embedded provides solutions to support embedded scenarios, including point-of-sale devices, Windows-based terminals, and kiosks. Componentization makes it easy to build fixed-function devices, and to reduce the footprint of a target run-time image. You can use Windows XP Embedded to build a run-time image that includes only the Windows components that your device requires. As long as you include the required dependencies in your run-time image, you can maintain the application compatibility that you need to run your applications. Componentization also makes it easier to reduce security risks by designing run-time operating systems with limited surface area. The smaller the footprint of your run-time image, the smaller the surface area of the operating system. Less surface area means less risk of intrusion. For example, if you do not require networking capabilities, you can exclude networking components from your run-time image. This white paper describes specific embedded scenarios and the solutions that Windows XP Embedded provides for them. This white paper also describes some Windows XP Professional features that Windows XP Embedded does not include. Windows XP Embedded Solutions for Common Embedded Scenarios Windows XP Embedded supports the development of embedded devices and applications by providing solutions for common embedded scenarios. This section describes some common embedded scenarios and the solutions that Windows XP Embedded provides for them. Manage Run-Time Images Windows XP Embedded provides tools to help you manage your run-time images. Use System Deployment Image (SDI) in Windows XP Embedded to create file-backed virtual disk drives to serve as a staging area for your run-time images. This feature uses a disk image (.sdi) file that is located on an existing file system to simulate a storage medium. You can use SDI to create, add, connect, remove, and disconnect virtual disk drives. The storage medium can be used in both online and offline modes. For more information about how to create a file-backed virtual disk drive, see SDI. Protect Disk Volumes Embedded device disk volumes often require protection against improper disk write operations. Windows XP Embedded provides Enhanced Write Filter (EWF) as a solution for this scenario. EWF protects the contents of disk volumes by redirecting write operations to a different storage location, which is called an overlay. This strategy allows write operations to be made without affecting the original contents of a disk volume. Configuration information about the EWF-protected volumes on a device is stored in unpartitioned disk space on the same disk. You can use EWF on devices that start from a bootable CD-ROM because EWF allows read-only media, including CD-ROM and flash, to boot and run. For more information about how to reduce the wear on a compact flash device by using EWF, see How to Configure EWF for Compact Flash. Boot and Run an Operating System from a CD-ROM Embedded OEMs can create a bootable CD-ROM when a run-time image is ready to be deployed. Your deployment scenario could call for a single CD-ROM image to be duplicated and used on many target systems. Or maybe you want to run your operating system from read-only media to protect your file system from corruption. Windows XP Embedded supports both of these scenarios by implementing the El Torito Bootable CD-ROM specification. For more information about how to create a bootable CD-ROM, see How to Create a Bootable CD-ROM. Boot a Device Over a Network Some embedded scenarios require network booting and configuration of devices. For example, devices that do not contain a hard disk may require a remote boot. Windows XP Embedded supports remote booting by providing the Remote Boot service. The Remote Boot service uses the Pre-boot Execution Environment (PXE) protocol to boot a device over a network. The PXE communicates with the server and retrieves a boot image over a network. For more information about how to remotely boot a device, see Remote Boot. Service a Run-Time Image Remotely Servicing embedded devices after deployment can be difficult. Windows XP Embedded provides a solution in Device Update Agent (DUA). DUA is a lightweight service that performs administrative tasks such as copying files, creating registry keys, and executing processes. DUA runs on the device operating system and works by polling a specific remote or local path for a script file. You can also use Microsoft® Systems Management Server (SMS) to service embedded devices running Windows XP Embedded. SMS is used to manage clients in large, enterprise-level Windows environments. For information about SMS, see Systems Management Server 2003 SP1 Product Overview on the Microsoft Web site. For more information about how to remotely service a device, see Managing and Servicing a Run-Time Image. Create Single-User Environments A single-user environment can be the best option for some embedded device scenarios, for example, in small footprint situations where users have only limited access to the file system. Windows XP Embedded provides a solution for this scenario with Minlogon, a feature that provides Windows logon support. Minlogon does not differentiate between different levels of access privileges and therefore does not support user accounts or administrator accounts. Nor does Minlogon provide authentication verification or domain joining. For more information about how to create a single-user environment, see Building a Minlogon Baseline Configuration. Windows XP Professional Features That Windows XP Embedded Does Not Include Even though Windows XP Embedded is built from the same binary files that Windows XP Professional uses, Windows XP Embedded does not share all the features of Windows Professional. Some features in Windows XP Professional are not appropriate for embedded device scenarios. The following Windows XP Professional features are not included in Windows XP Embedded: Windows File Protection (WFP) On Windows XP Professional, WFP prevents system files from being overwritten unless the files that are being installed are digitally signed by Microsoft. Windows XP Embedded does not enforce system file protection, however, because embedded device users do not typically install software. There are also some benefits to excluding WFP from Windows XP Professional. For example, Device Update Agent (DUA), a management tool that was created specifically to support embedded scenarios, performs better when WFP is not included in a run-time image. Another benefit of not including WFP in Windows XP Embedded is a reduced footprint. However, because Windows XP Embedded does not include WFP, it is critical for run-time images to be built with the correct versions of system files. Windows XP Tour Windows XP Professional includes an interactive, animated tour of the operating system. This tour is not appropriate for end users of embedded devices that run highly customized Windows-based operating systems, so it is not included in Windows XP Embedded. Windows Setup Windows XP Embedded does not include certain user interface and infrastructure elements that Windows Setup uses to install Windows XP Professional. Windows XP Embedded does not support the Control Panel user interface that is used to install additional Windows operating system components, for example, the Add/Remove Windows Components option in Control Panel. Online product activation Windows XP Embedded does not include online product activation. Instead, Windows XP Embedded-based run-time images are activated by using a run-time product key in the Windows Embedded Studio tools. Out-Of-Box Experience (OOBE) Windows XP Professional includes welcome screens and wizards to help new users set up Internet connections and other operating system features. These are not included in Windows XP Embedded because of the highly customized nature of Windows XP Embedded-based operating systems. Windows Update Windows XP Embedded does not use the Windows Update Web site (http://www.windowsupdate.com) to detect and patch software components. However, Windows Update can be used with a corporate server running Microsoft® Software Update Services (SUS). System files that support upgrade scenarios Windows XP Embedded does not include system files that support upgrade scenarios to Windows XP Professional from Windows 98 or Windows 2000. These files are not necessary in Windows XP Embedded because embedded run-time operating systems are not upgraded in the same way as desktop operating systems such as Windows XP Professional. Obsolete Windows Image Acquisition files Windows XP Embedded does not include older versions of Windows Image Acquisition system files. These files are not necessary in Windows XP Embedded and their absence does not affect application compatibility. MSN® Explorer MSN Explorer is included in Windows XP Professional, but no longer ships in Windows XP Embedded. Microsoft® Java Virtual Machine Microsoft Java Virtual Machine is included in Windows XP Professional Service Pack 1, but is not included in Windows XP Embedded. Source: [url]www.microsoft.com[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
The Marketplace Latest
Perodua Alza convert new facelift body parts
Started by
jeff6126
Exterior and Body
BMW E60 Msport Body Kit
Started by
jeff6126
Exterior and Body
BMW F30 M3 mperformance front skirt lip
Started by
jeff6126
Exterior and Body
Honda City 2014~19year Drive68 body kit
Started by
jeff6126
Exterior and Body
Perodua Alza gear up body kit / spoiler
Started by
jeff6126
Exterior and Body
Proton Saga Mix body kit
Started by
jeff6126
Exterior and Body
Mitsubishi Lancer JS GTwing spoiler
Started by
jeff6126
Exterior and Body
Honda Civic FD TypeR body kit
Started by
jeff6126
Exterior and Body
Proton Satria GTi body kit / Evo front bonnet hood
Started by
jeff6126
Exterior and Body
BMW F30 gts front bonnet hood with scoop
Started by
jeff6126
Exterior and Body
Posts refresh every 5 minutes
Nissan Sentra Tuned by IMPUL now on sale at selected Nissan outlets nationwide
https://www.zerotohundred.com/wp-content/uploads/2010/07/Front.jpg
Edaran Tan Chong Motor Sdn Bhd has introduced the Nissan Sentra tuned by IMPUL. The new upgraded Sentra continues to hone its reputation as a...
LED tail lights
Anyone here know where can i find the LED tail light for this type of car??
Lexus Is250 @ Altezza
Hye guys.
I found lexus IS250 in motortrader...have a look..
http://www.motortrader.com.my/asp/search/search.asp?category%5Fid=28&page=9
the price is not bad..hehehee...
Recent Posts
Performance Tire Prices(Pls Contribute The Price & Location to buy)
Started by
JINEIL2EN
Car Modification
Tire Price list Zth
Started by
xbalance2002
Wheel And Tyre
Paging for Hyundai Coupe owner, CCGT @ 28th May 2005
Started by
BlackSamurai
The Hyundai Coupe Club
New GR Yaris Automatic & GR Supra Track Edition Now in Malaysia
Started by
The_Mechanic
News and Features
2025 Volvo EX90 Wins World Luxury Car Award
Started by
The_Mechanic
News and Features
Search
Online now
Karlosqxr
Enjoying Zerotohundred?
Log-in
for an ad-less experience
Home
Forums
Main Forums
General Talk
windows xp embedded?