顯示具有 Windows Embedded Standard 2009 標籤的文章。 顯示所有文章
顯示具有 Windows Embedded Standard 2009 標籤的文章。 顯示所有文章

2014年6月15日 星期日

測試版的WES2009的效能降低問題!!!更改system32\wpabaln.exe的名稱是可以確實提升效能!!!

測試版的WES2009在一段時間後,就會遇到效能降低問題。
更改system32\wpabaln.exe的名稱是可以確實提升效能,如以下的圖示說明

1.   更改wpabaln.exe名稱前
效能明顯把wpabaln.exe給拖下來,CPU使用率達到100%.


WES2009 如何disable standby button


ACPI power ButtonACPI Sleep Button componentdisable




2014年6月6日 星期五

2013年11月18日 星期一

WES2009無法安裝VGA driver:import Intel Graphics Media Accelerator Driver(igxp32.inf ;VGA DRIVER for Intel Atom D400、D500、N400 series)。



情境:WES2009使用component designerimport Intel Graphics Media Accelerator Driver(igxp32.inf VGA DRIVER for Intel Atom D400D500N400 series)
問題:會出現以下錯誤訊息。


2013年11月15日 星期五

如何在WES2009移除MSN Messenger


可以參考以下的作法:


1Remove Internet Explorer Components

Internet Explorer dedicates a percentage of your available disk space for temporary Internet files. This cache is typically around 10 percent of your total available disk space and is not reflected in footprint size estimates. This can lead to a full disk situation on an embedded system that is in use. The new re-factoring changes give you options to address this problem.

Many features in Windows Embedded Standard used to depend on Internet Explorer. These features include:

  • .NET Framework 1.1
  • Help and Support Services
  • HTML Rendering Engine
  • IMAPI - CD Burning
  • Internet Connection Wizard
  • Microsoft Vector Graphics Rendering (VML)
  • Outlook Express
  • Shell Namespace Extensions
  • Soap Client Runtime
  • Windows .Net Messenger
  • Windows Media Player 10.0

Windows Movie Maker



2013年3月8日 星期五

如何在WES2009 disable訊息視窗(Message Box and Balloon Pop-Up)

Message Box and Balloon Pop-Up Interception

如每次在插入新的硬體時,都會出現以下新增硬體精靈視窗,要如何將新增硬體精靈視窗關閉?如何在之後插入新硬體時,不會跳出此視窗,這時我們需使用Message Box and Balloon Pop-Up Interception


可以參考以下的三種作法。

方法一:
Suppressing Balloon Pop-Ups (Windows Embedded Standard 2009)
Balloon pop-ups typically appear when new programs and hardware are installed, when disk space becomes limited, and when tools such as .NET Messenger are included in a run-time image. If you do not want balloon pop-ups to appear in your run-time image, you can prevent them either by changing the settings of the User Interface Core component, or by setting values in the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced registry key.
By setting registry values, you can choose which balloon pop-ups to suppress. You can prevent all balloon pop-ups appearing by disabling the EnableBalloonTips registry value. You can prevent just the "New programs installed" balloon pop-ups appearing by disabling the Start_NotifyNewApps registry. These registry values are not included by default in most run-time images and must be added.

2012年9月12日 星期三

如何安裝device driver到wes2009---使用後置安裝


參考Intel的drvier安裝方法
http://www.intel.com/support/graphics/sb/CS-030331.htm
 

How to manually install a driver in Microsoft Windows XP*

To manually install the Intel® Graphics Driver in the Microsoft Windows XP* operating system, follow these steps:




Note

These steps can also be referred to as the "Have Disk" installation steps.






2.    Unzip the file to a designated location or folder using these steps:

a.    Right-click the ZIP file.

b.    Click Extract All (or select WinZip* and an Extract option).
Follow the prompts to extract or unpack the files to a folder of your choice. The folder should have the unpacked items such as the example in Figure 1.


2011年5月27日 星期五

(較早期的做法)Creating an Embedded Recovery CD by Using Windows PE and SDI

2011 realse

Creating an Embedded Recovery CD by Using Windows PE and SDI

Step 1: Install and Boot Until You Have a Master Image
Once you have deployed the image to your device, you need to boot the device. This allows you to:
Verify that your device and applications work properly.
All extraneous applications have been removed – remove any internal diagnostic, testing, or debugging applications that you don't want to appear on the customer's device.
The run-time image has been resealed so that a new and unique SID is created on each device when the image is deployed.
The image is available offline on a drive accessible from your development computer. This can be a mounted SDI volume, a folder on your development computer, or a Universal Naming Convention (UNC) network path.

(最早期的方法)Windows XP Embedded Creating an Embedded Recovery CD by Using Windows PE and xopy command

2010 release

Creating an Embedded Recovery CD by Using Windows PE and xopy command

Step 1: Install and Boot Until You Have a Master Image
Once you have deployed the image to your device, you need to boot the device. This allows you to:
Verify that your device and applications work properly.
All extraneous applications have been removed – remove any internal diagnostic, testing, or debugging applications that you don't want to appear on the customer's device.
The run-time image has been resealed so that a new and unique SID is created on each device when the image is deployed.
The image is available offline on a drive accessible from your development computer. This can be a mounted SDI volume, a folder on your development computer, or a Universal Naming Convention (UNC) network path.