顯示具有 Windows Embedded 8.1 Industry 標籤的文章。 顯示所有文章
顯示具有 Windows Embedded 8.1 Industry 標籤的文章。 顯示所有文章

2015年8月2日 星期日

Windows Embedded 8.1 Industry Update 安裝MUI

In this paper, I will show how to add a language pack from downloading by network.

Step 1Download Language pack
1Click Control PanelàAdd a language


2015年3月12日 星期四

Windows embedded 8.1 Industry Activation

一、在未啟動前,使用以下的command,可以得到相關的資訊:
cscript slmgr.vbs /dlv

2014年7月8日 星期二

Windows Embedded 8.1 Industry 如何disable Lock Screen(鎖定畫面)與Lock Screen(鎖定畫面)的簡介

鎖定畫面概觀
鎖定畫面會在您鎖定裝置、重新啟動裝置或從睡眠狀態喚醒裝置時顯示。這是使用者可以自訂的介面,不僅能傳達資訊,也能防止其他人未經授權就使用您的電腦。
Windows 8 鎖定畫面有三個基本用途:
1.       防止在觸控裝置意外登入
2.       提供使用者個人化介面
3.       向使用者顯示輕量資訊:
a.       日期和時間
b.      網路與電池狀態
c.     來自有限應用程式集合的通知




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

Step2Running 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.1


2014年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


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).

解決方法:
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>

2014年2月17日 星期一

Windows Assessment and Deployment kit for WIN8.1 Industry 和WIN8.1 的安裝

 一般在EmbeddedOPK光碟裡會附上PREINSTALL TOOL KIT,但是WIN8.1 INDUSTRYWIN8.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 安裝以及管理電腦的啟用狀態。

評定適用於 OEMIHV、愛好者以及測量電腦操作特性 (包括效能、可靠性以及功能) IT 專業人員。Windows 評定是可以協助您進行這類測量、診斷問題及判斷如何進行改善的工具。Windows 評定可以在您建立硬體與軟體體驗時識別出潛在的問題,藉此協助您降低支援成本。透過使用這些工具,您可以確定您所開發的硬體與軟體都具有高度的回應性而且是高品質的。