2015年8月2日 星期日
2015年3月12日 星期四
2014年6月10日 星期二
Windows Embedded 8.1 Industry User Account management(3): Create auto logon by using Power Shell script
Step1、To write some command to text editor, for example Notepad, thensave as ”autologon.ps1"
note:For some sample code, please reference
http://embedded-easy.blogspot.tw/2014/06/write-add-new-user-account-powershell.html
http://embedded-easy.blogspot.tw/2014/06/ceate-auto-logon-by-using-power-shell.html
Step2、Running windows PowerShell as administrator。
note:For some sample code, please reference
http://embedded-easy.blogspot.tw/2014/06/write-add-new-user-account-powershell.html
http://embedded-easy.blogspot.tw/2014/06/ceate-auto-logon-by-using-power-shell.html
Step2、Running windows PowerShell as administrator。
2014年6月5日 星期四
Windows Embedded 8.1 Industry Sysprep(2):Using sysprep's answer file to Create auto logon
We know how to create auto logon by using regedit or netplwiz(http://embedded-easy.blogspot.tw/2014/06/how-to-make-auto-logon-on-windows.html),but how to add auto logon by using sysprep we will teach you as following:
How to create a answer file of sysprep by using Windows System Image Manager,
請參考
http://embedded-easy.blogspot.tw/search/label/Lab_Windows%20Embedded%20Industry%208.12014年6月4日 星期三
Windows Embedded 8.1 Industry的帳戶管理(1):How to make Auto logon on Windows Embedded 8.1 Industry
We can make Auto logon on Windows Embedded 8.1 Industry through two method.
Method 1:
Modify registry
Method 1:
Modify registry
1.
Click “Win + R” to open “Run” dialog, input “regedit”
command and click “OK” to run registry setting surface
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月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).
解決方法:
在SYSPREP的answer 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>
2014年2月17日 星期一
Windows Assessment and Deployment kit for WIN8.1 Industry 和WIN8.1 的安裝
一般在Embedded的OPK光碟裡會附上PREINSTALL 的TOOL KIT,但是WIN8.1 INDUSTRY和WIN8.1卻沒有。
不過我們可以從網路上下載。
Windows ADK 會啟用兩個主要案例:Windows 部署和 Windows 評定。
Windows 部署的適用對象是 OEM 和 IT 專業人員,他們會自訂大規模 Windows 安裝並將其自動化 (像是在工廠或整個組織內)。Windows ADK 利用部署工具來支援這個工作 (這類部署工具先前隨附於 OEM 預先安裝套件 (OPK) 和 Windows 自動化安裝套件 (AIK) 中),其中包含 Windows 預先安裝環境、部署映像服務與管理以及 Windows 系統映像管理員。
IT 專業人員可以使用 Windows ADK 中的工具,來加速新版本 Windows 的部署。應用程式相容性工具組 (ACT) 會清查組織內使用的應用程式,以及識別潛在的應用程式相容性問題。利用使用者狀態遷移工具 (USMT),IT 專業人員可以從現有的 Windows 安裝遷移使用者資料。大量啟用管理工具 (VAMT) 能讓 IT 專家在組織中部署 Windows 安裝以及管理電腦的啟用狀態。
評定適用於 OEM、IHV、愛好者以及測量電腦操作特性 (包括效能、可靠性以及功能) 的 IT 專業人員。Windows 評定是可以協助您進行這類測量、診斷問題及判斷如何進行改善的工具。Windows 評定可以在您建立硬體與軟體體驗時識別出潛在的問題,藉此協助您降低支援成本。透過使用這些工具,您可以確定您所開發的硬體與軟體都具有高度的回應性而且是高品質的。
Windows 部署的適用對象是 OEM 和 IT 專業人員,他們會自訂大規模 Windows 安裝並將其自動化 (像是在工廠或整個組織內)。Windows ADK 利用部署工具來支援這個工作 (這類部署工具先前隨附於 OEM 預先安裝套件 (OPK) 和 Windows 自動化安裝套件 (AIK) 中),其中包含 Windows 預先安裝環境、部署映像服務與管理以及 Windows 系統映像管理員。
IT 專業人員可以使用 Windows ADK 中的工具,來加速新版本 Windows 的部署。應用程式相容性工具組 (ACT) 會清查組織內使用的應用程式,以及識別潛在的應用程式相容性問題。利用使用者狀態遷移工具 (USMT),IT 專業人員可以從現有的 Windows 安裝遷移使用者資料。大量啟用管理工具 (VAMT) 能讓 IT 專家在組織中部署 Windows 安裝以及管理電腦的啟用狀態。
評定適用於 OEM、IHV、愛好者以及測量電腦操作特性 (包括效能、可靠性以及功能) 的 IT 專業人員。Windows 評定是可以協助您進行這類測量、診斷問題及判斷如何進行改善的工具。Windows 評定可以在您建立硬體與軟體體驗時識別出潛在的問題,藉此協助您降低支援成本。透過使用這些工具,您可以確定您所開發的硬體與軟體都具有高度的回應性而且是高品質的。
訂閱:
文章 (Atom)





