2014年5月31日 星期六

Windows Embedded 8.1 Industry的帳戶管理(2):Auto logon to keep your password has never expired

2014/6/1
The message “Your password has expired and must be changed” maybe be showed when we set the "auto logon"  enable and expire the period of password age.


You can solve this issue  through two method as following

2014年5月29日 星期四

WES7使用ICE設定registry(搭配Synchronous Command),以便在安裝階段自動設定系統的註冊檔(registry)

We use the Synchronous Command function from ICE to run a registry writing. It can improve the EWF performance.

參照以下的做法在WES7(Windows Embedded Standard 7)使用Synchronous Command加入.reg file,使其在安裝階段自動設定系統的註冊檔(registry)

Note:以下範例為提升EWF的performance的registry設定。 

1、設定註冊值以修改系統設定,以便當Enhanced Write Filter (EWF) 啟動時不會影響系統效能。


2014年5月28日 星期三

WES7 LAB:WES7安裝好後如何利用Configuration Set加入language MUI和新功能


目的:
在傳統Embedded System 中一旦映像檔製作完成後就很難再加入新的功能,但在WES 7中我們可在映像檔製作完成後再利用DISM工具將缺少的功能與語系再加入映像檔中,可避免映像檔重製的問題 。
本lab利用ICE建立新功能和language的Configuration Set,並且利用匯入該Configuration Set,最後經由Change display language進行完整的語系切換

時間:120 分鐘

需求:請先Build好一個WES7英文版OS並將其在Target device安裝好.

工具:
l   Image Configuration Editor(ICE)

實作:
一、利用ICE工具將Windows Media Player 12元件提出.
1.按下【開始】->【所有程式】->Windows Embedded Standard 7->Image Configuration EditorPS:如果出現提示訊息,請選擇繼續執行程式.

2014年5月27日 星期二

Windows Embedded 8.1 Industry sysprep(1):using sysprep's answer file to keep all detected devices driver (如繪圖驅動)

The Windows Embedded 8.1 Industry can create an sysprep’s answer file to solve a problem for devices driver that are not detected on the destination computer (如繪圖驅動不見的問題) after clone(sysprep).

解決方法:
SYSPREPanswer file加入入以下的設定。
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="generalize">
<component name="Microsoft-Windows-PnpSysprep" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
<DoNotCleanUpNonPresentDevices>true</DoNotCleanUpNonPresentDevices>
<PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
</component>
       
    </settings> 
</unattend>

Windows XP系列的Windows Embedded OS(xp、wes2009、POSReady2009)技術支援到期時間為何

可以參考以下微軟的官網

What does the end of support of Windows XP mean for Windows Embedded?
17 Feb 2014 9:00 AM
  • Comments 0
Posted By Dave Massy
Senior Program Manager
As many of you are probably already aware — and as my colleague Barb Edson explained in a blog post last April — Windows XP reaches End of Support on April 8, 2014, which is just a few weeks away. As a result, there will be no new security updates, non-security hotfixes, free or paid assisted support options, or online technical content updates. Please click here for more details.

2014年5月22日 星期四

建立文章摘要、客製化文章摘要的「繼續閱讀」連結

繼續閱讀功能可讓blog中的文章在首頁中以較精簡的文章摘要方式呈現,而且可以經由點選[閱讀更多的連結來呈現整篇的文章。
經又透過「文章編輯器」來建立建立文章摘要的呈現方式,不需變更HTML程式碼,既簡單又快速。而且經由簡單的建立CSS類別,文章摘要的呈現方式可以經由套用該CSS類別而呈現不同的變化。

Step 1、建立繼續閱讀標示
1、進入文章編輯器

2014年5月21日 星期三

"HELLO WORLD" programming of HTML & HTML+CSS

1、HTML

<!-- <!DOCTYPE> 聲明位於文檔中的最前面的位置,處於 <html> 標籤之前。此標籤可告知流覽器文檔使用哪種 HTML XHTML 規範。
-->

  •  Sample code 如下:
<!DOCTYPE html>
<html lang="en">
    <head>
    </head>
    <body>
        <h1>Hello World!</h1>
    </body>
</html>


Lab: Windows Embedded Industry 8.1 Using Windows® System Image Manager (Windows SIM) create an sysprep ’s answer file(unattend file)

Step 1Install Windows ADK 
You can download the tool from the URL
How to setup it, please reference following

Step 2To use Windows® System Image Manager (Windows SIM) creates an answer file

1To get the Windows image file

  • copy ” install.wim” from Windows Embedded Industry 8.1 OPK DVDthe path is \sources\install.wim





2014年5月16日 星期五

製作Blogspot標題的logo圖片(with PhotoImpact)

步驟一、利用PhotoImpact做出標題Logo
一、新增一張透明底圖:
1、開啟PhotoImapct後,檔案→開新檔案→開新影像。



2、設定圖像屬性:
l   選擇透明底色(因為要搭配部落格底部顏色)
依照你大概想做的大小來選擇寬高

3、產生透明底圖

2014年5月12日 星期一

WE8S(Windows Embedded 8 Standard)使用Catalog Manager管理(add、delete)module

l   使用Catalog Manager匯入、更新module

Step1在開發電腦,開啟一個command prompt window

Step2、使用catman.exeimportcatalog
Note:依開發機器的系統架構不同(x8664bit),輸入如以下的commands;取代 <file_path> filefolder的完整路徑 ;取代<catalog_path> 為要匯入modulecatalog的完整路徑。
For a 32-bit OS:
C:\Program Files\Windows Embedded 8 Standard\Toolset\Embedded Tools\catman.exe /import <file_path> <catalog_path>
For a 64-bit OS:
C:\Program Files (x86)\Windows Embedded 8 Standard\Toolset\Embedded Tools\catman.exe /import <file_path> <catalog_path>



Step3經由ICE查看有無匯入

2014年5月11日 星期日

How to Make Windows Automatically Login with a administrator Account?

Step 1 active an administrator account

1、按下[開始]按鈕 ,在程式集中找出[命令提示字元],按滑鼠右鍵,選擇[以系統管理員身分執行]

2、出現以系統管理員身分執行的[命令提示字元],輸入 net user administrator /active:yes 完成後按 Enter 鍵,此命令用來啟用 Administrator 帳戶


3、我們可以到[管理帳戶]中得知 Administrator 帳戶已啟用。


2014年5月6日 星期二

Microsoft Windows embedded 8.1 系列(win8.1、wes8、 win8.1 industry)的Windows edition系統資訊顯示的windows 8.1字樣。

我們可以經由以下的資訊來了解windows embedded 8.1 系列(win8.1、wes8、 win8.1 industry),哪 些版本會秀出embedded 的字眼。

1、WIN Pro Embedded 8.1
WIN Pro Embedded 8.1列的Windows edition並不會有embedded 的字樣。



2014年5月5日 星期一

WE8S (Windows Embedded 8 Standard) 匯入、更新module到catalog的兩種方法

l  使用module Designer匯入、更新module


Note:Image Configuration Editor (ICE)Catalog Manager (Catman.exe)允許保持catalog的更新,經由匯入custom modulesOS module new OS modules. 以下是可以匯入到catalog的有效targets
·         Custom modules
·         MSU packages
·         CAB packages
可以target 單獨的filesfolders(包含所有的有效contents)匯入到catalog at once.
需求
已經安裝Windows Embedded 8 Standard Toolkit (Standard 8 Toolkit)在開發電腦。
有權限經由本機或網路讀寫 catalog
NoteThe default location of the catalog is %systemdrive%\Windows Embedded Catalog.

2014年5月2日 星期五

如何確認Windows embedded 8 Standard(WE8S)的module有被建立

在按下create建後,module就會被建立,並且被存儲,可以就以下幾方面來確認: