日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 运维知识 > windows >内容正文

windows

试图抓取非英文windows操作系统镜像时PE无法正常启动解决方法

發布時間:2024/9/20 windows 38 豆豆
生活随笔 收集整理的這篇文章主要介紹了 试图抓取非英文windows操作系统镜像时PE无法正常启动解决方法 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
[url]http://support.microsoft.com/kb/952573/en-us[/url] MS有機器翻譯,不知道和機器翻譯比,手工翻譯效果如何

SYMPTOMS

When you use Windows Preinstallation Environment (Windows PE) to perform an p_w_picpath capture operation of a non-U.S. English version of a Microsoft Windows operating system, the reference computer does not start Windows PE. Instead, the system starts the operating system mini-setup process. 當你使用winpe抓取一個非英文版的windows鏡像時,相關電腦并沒有啟動PE,而是啟動了一個最小安裝進程(通常就是Sysprep后的設定)

Note This problem also occurs when you try to update a non-U.S. English version of a Windows operating system. 注意,這個問題也出現在試圖升級一個非英文版本的windows ?

CAUSE

This problem occurs because the Ztibcdutility.vbs script file runs the Bcdedit.exe tool to update the boot configuration database. The Ztibcdutility.vbs script file expects a response of "Successfully" after the Bcdedit.exe operation. If the primary operating system language is not U.S. English, the returned response does not contain the English word “Successfully." Therefore, the boot configuration database is not appropriately updated. 這個問題出現是因為Ztibcdutility.vbs腳本運行Bcdedit.exe工具來升級啟動配置數據庫。ZtiBcdutility.vbs腳本期望Bcdedit.exe執行后回應一個“Successfully”.如果操作系統不是英文版的,回應里并不包括“successfully”(比如回應“成功”)。因此,啟動配置數據庫并沒有得到正常更新。

RESOLUTION

To resolve this problem, follow these steps:
1.On the distribution share, double-click the Scripts folder.打開Distribution目錄里的Scripts目錄
2.Right-click the Ztibcdutility.vbs script file, and then click Edit編輯Ztibcdutility.vbs.
3.Locate the following code that contains the CreateNewRamDiskEntry function.If iRetVal <> Failure ThenarrTemp = split(iRetVal, " ")sNewGuid = arrTemp(2)ElseCreateNewRamDiskEntry = iRetVal Exit FunctionEnd If Delete the original code, and then use the following code to replace it.If iRetVal <> Failure ThenDim aGuidTemp arrTemp = split(iRetVal, "{")aGuidTemp = split(arrTemp(1), "}")sNewGuid = "{" & aGuidTemp(0) & "}"ElseCreateNewRamDiskEntry = iRetVal Exit FunctionEnd If
4.Locate the RunBCDEdit function.
5.Use the following code to replace the original RunBCDEdit function. Function RunBcdEdit (sCommand, bCapture)Dim iRetVal, oExec, sLine,oExec1, sLine1,arrTemp1Dim resBcdEdit = oEnv.Item("SystemRoot") & "\system32\bcdedit.exe" If not oFSO.FileExists(sBcdEdit) ThenSetBcdError ("Unable to locate bcdedit.exe")RunBcdEdit = FailureExit FunctionEnd IfsCommand = sBcdEdit & " " & sCommandSet oExec = oShell.Exec(sCommand)sLine = oExec.StdOut.ReadLineif bCapture = True TheniRetVal = sLineElseiRetVal = SuccessEnd IfRunBcdEdit = iRetVal End Function
?

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. ?

MORE INFORMATION

Steps to reproduce the problem重現步驟

Method 1
1.In Windows PE, configure a Task Sequence to capture an operating system.使用TS配置抓取鏡像
2.Deploy a non-U.S. English version of a Windows operating system.
After the System Preparation (Sysprep) step occurs, the computer should restart Windows PE. Instead, the computer starts the operating system mini-setup process.部署一個非英文版的windows,Sysprep后重啟系統
Method 2
1.Start a Lite Touch Installation from an existing non-U.S. English version of a Windows operating system.在一個非英文版的系統里啟動LTI
2.After the "Apply Windows PE" step occurs, the computer should restart Windows PE. However, the computer restarts the current operating system.“Apply windows pe”步驟發生,電腦沒有重啟PE,卻重啟了原來的操作系統

轉載于:https://blog.51cto.com/xmuxsp/81667

總結

以上是生活随笔為你收集整理的试图抓取非英文windows操作系统镜像时PE无法正常启动解决方法的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。