นำไปใช้กับ
Windows 10

สรุป

การอัปเดตนี้ทําการปรับปรุงสภาพแวดล้อมการกู้คืน Windows ใน Windows 10 เวอร์ชัน 1507

วิธีรับการอัปเดตนี้

ติดตั้งการอัปเดตนี้

เมื่อต้องการติดตั้งการอัปเดตนี้ ให้ใช้หนึ่งในช่องทางการเผยแพร่ต่อไปนี้

พร้อมใช้

ขั้นตอนต่อไป

ใช่

การอัปเดตนี้สามารถใช้งานผ่านทาง Windows Update ซึ่งจะดาวน์โหลดและติดตั้งการอัปเดตนี้โดยอัตโนมัติ

ข้อกำหนดเบื้องต้น

ไม่มีข้อกำหนดเบื้องต้นสำหรับการปรับใช้การอัปเดตนี้

ข้อมูลการเริ่มระบบใหม่

คุณไม่จําเป็นต้องเริ่มระบบของอุปกรณ์ใหม่หลังจากที่คุณใช้การอัปเดตนี้

ลบข้อมูลออก

การอัปเดตนี้ไม่สามารถลบออกได้เมื่อมีการนําไปใช้กับอิมเมจของ Windows

ข้อมูลการแทนที่การอัปเดต

การอัปเดตนี้แทนการอัปเดตที่ออกมาก่อนหน้านี้ KB5034233

ตรวจสอบการติดตั้งการอัปเดตนี้

หลังจากติดตั้งการอัปเดตนี้ เวอร์ชัน WinRE ที่ติดตั้งบนอุปกรณ์ควรเป็น 10.0.10240.20790

เมื่อต้องการติดตั้ง WinRE เวอร์ชันนี้ ให้เรียกใช้สคริปต์ PowerShell ต่อไปนี้ "GetWinReVersion.ps1" ด้วยข้อมูลประจำตัวของผู้ดูแลระบบ หลังจากเรียกใช้สคริปต์แล้ว คุณจะได้รับเวอร์ชัน WinRE ที่ติดตั้งตามตัวอย่างต่อไปนี้:

สคริปต์ PowerShell GetWinReVersion.ps1

################################################################################################

#

# Copyright (c) Microsoft Corporation.

# Licensed under the MIT License.

#

# THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

# SOFTWARE.

#

################################################################################################
# Function to get WinRE path

function GetWinREPath {

    $WinRELocation = (reagentc /info | Select-String "Windows RE location")

    if ($WinRELocation) {

        return $WinRELocation.ToString().Split(':')[-1].Trim()

    } else {

        Write-Host "Failed to find WinRE path" -ForegroundColor Red

        exit 1

    }

}

 
# Creates and needs to be return the mount directory
function GetMountDir {
    # systemdirve\mnt
    $MountDir = "$env:SystemDrive\mnt"
    if (-not (Test-Path $MountDir)) {
        New-Item -ItemType Directory -Path $MountDir -Force | Out-Null
    }
    return $MountDir
}  

# Function to get WinRE version
function GetWinREVersion {

    $mountedPath = GetMountDir
    $filePath = "$mountedPath\Windows\System32\winpeshl.exe"

    $WinREVersion = (Get-Item $filePath).VersionInfo.FileVersionRaw.Revision

    return [int]$WinREVersion

}


# Main Execution

$WinREPath = GetWinREPath


# Make dir C:\mnt if not exists

$TempDir = GetMountDir


# Get the read write permission for this directory

if (-not (Test-Path $TempDir)) {

    New-Item -ItemType Directory -Path $TempDir -Force | Out-Null

}


# Mount WinRE image

dism /Mount-Image /ImageFile:"$WinREPath\winre.wim" /Index:1 /MountDir:"$TempDir"


$WinREVersion = GetWinREVersion

Write-Host "WinRE Version: $WinREVersion" -ForegroundColor Cyan

dism /Unmount-Image /MountDir:"$TempDir" /Discard

Remove-Item -Path $TempDir -Force -Recurse

ข้อมูลไฟล์

เวอร์ชันภาษาอังกฤษ (สหรัฐอเมริกา) ของการอัปเดตซอฟต์แวร์นี้จะติดตั้งไฟล์ที่มีแอตทริบิวต์ต่อไปนี้ การอัปเดตนี้อาจมีไฟล์สำหรับภาษาเพิ่มเติม

ชื่อไฟล์

เวอร์ชันของไฟล์

วันที่

เวลา

ขนาดไฟล์

winload.exe

10.0.10240.20400

11-ธ.ค.-23

23:19

916,320

winload.efi

10.0.10240.20400

11-ธ.ค.-23

23:19

1,043,792

bootmgfw.efi

10.0.10240.20400

11-ธ.ค.-23

23:18

991,040

bootmgr.efi

10.0.10240.20400

11-ธ.ค.-23

23:18

988,064

boot.stl

ไม่ได้กําหนดเวอร์ชัน

8-ส.ค.-23

16:24

10,689

winresume.exe

10.0.10240.20400

11-ธ.ค.-23

23:20

760,272

winresume.efi

10.0.10240.20400

11-ธ.ค.-23

23:20

876,440

BootMenuUX.dll

10.0.10240.20790

9-ก.ย.-24

23:48

156,160

ci.dll

10.0.10240.20400

11-ธ.ค.-23

23:18

553,232

driver.stl

ไม่ได้กําหนดเวอร์ชัน

8-ส.ค.-23

16:17

15,792

fltMgr.sys

10.0.10240.20400

11-ธ.ค.-23

23:18

289,088

hal.dll

10.0.10240.20400

11-ธ.ค.-23

23:18

341,808

halmacpi.dll

10.0.10240.20400

11-ธ.ค.-23

23:18

341,808

cmi2migxml.dll

10.0.10240.20790

10-ก.ย.-24

1:34

149,408

csiagent.dll

10.0.10240.20790

10-ก.ย.-24

1:34

522,656

diagER.dll

10.0.10240.20790

10-ก.ย.-24

1:33

44,472

diagnostic.dll

10.0.10240.20790

10-ก.ย.-24

1:33

145,336

du.dll

10.0.10240.20790

10-ก.ย.-24

1:33

112,056

hwcompat.dll

10.0.10240.20790

10-ก.ย.-24

1:33

169,520

hwcompat.txt

ไม่ได้กําหนดเวอร์ชัน

10-ก.ย.-24

2:09

4,641

hwexclude.txt

ไม่ได้กําหนดเวอร์ชัน

10-ก.ย.-24

2:09

2

migapp.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

597,665

migcore.dll

10.0.10240.20790

10-ก.ย.-24

1:33

6,561,600

mighost.exe

10.0.10240.20790

10-ก.ย.-24

1:33

264,272

migres.dll

10.0.10240.20790

10-ก.ย.-24

1:33

17,864

migisol.dll

10.0.10240.20790

10-ก.ย.-24

1:33

121,760

migstore.dll

10.0.10240.20790

10-ก.ย.-24

1:34

959,408

migsys.dll

10.0.10240.20790

10-ก.ย.-24

1:33

311,736

MXEAgent.dll

10.0.10240.20790

10-ก.ย.-24

1:34

245,680

offline.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

32,142

oscomps.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

435,175

oscomps.woa.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

249,101

osfilter.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:55

20,763

reagent.dll

10.0.10240.20790

10-ก.ย.-24

1:34

847,672

setupplatform.cfg

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:49

1,734

setupplatform.dll

1.40.10240.20790

10-ก.ย.-24

1:33

5,894,736

setupplatform.exe

1.40.10240.20790

10-ก.ย.-24

1:34

153,128

SFCN.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:49

1,824

SFLCID.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:49

1,644

SFLISTW7.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

1,703,322

SFLISTW8.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

2,609,022

SFLISTWB.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

3,173,068

SFLISTWT.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

4,932,206

sflistw8.woa.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

954,506

sflistwb.woa.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

1,150,204

sflistwt.woa.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

2,637,298

SFPAT.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:55

10,488

SFPATPG INF

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:55

462

SFPATW7.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:55

17,679

SFPATW8.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:55

80,101

SFPATWB.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:55

91,918

SFPATWT.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:55

166,618

unattend.dll

10.0.10240.20790

10-ก.ย.-24

1:33

200,632

unbcl.dll

10.0.10240.20790

10-ก.ย.-24

1:33

868,256

upgradeagent.dll

10.0.10240.20790

10-ก.ย.-24

1:34

2,445,864

upgradeagent.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

70,803

upgrade_bulk.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

184,773

upgrade_data.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

31,023

upgrade_frmwrk.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

14,776

upgWow_bulk.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

96,684

uninstall.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

2,039

uninstall_data.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

20:56

8,973

wdsclientapi.dll

10.0.10240.20790

10-ก.ย.-24

1:35

237,120

wdscsl.dll

10.0.10240.20790

10-ก.ย.-24

1:34

53,192

wdsimage.dll

10.0.10240.20790

10-ก.ย.-24

1:34

762,296

wdsutil.dll

10.0.10240.20790

10-ก.ย.-24

1:33

206,640

wpx.dll

10.0.10240.20790

10-ก.ย.-24

1:33

1,055,664

ClipSp.sys

10.0.10240.20400

11-ธ.ค.-23

23:17

495,424

ntdll.dll

10.0.10240.20400

11-ธ.ค.-23

23:18

1,538,112

ntoskrnl.exe

10.0.10240.20400

11-ธ.ค.-23

23:19

6,280,000

pdc.sys

10.0.10240.20400

11-ธ.ค.-23

23:20

83,264

diagtrack.dll

10.0.10240.20790

10-ก.ย.-24

1:34

953,776

diagtrackrunner.exe

10.0.10240.20790

10-ก.ย.-24

1:33

68,648

reagent.admx

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:49

1,240

reagent.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:49

781

SetupPlatform.cfg

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

3,554

wdscore.dll

10.0.10240.20790

10-ก.ย.-24

1:33

204,704

wdstptc.dll

10.0.10240.20790

10-ก.ย.-24

1:35

552,000

compatprovider.dll

10.0.10240.20790

10-ก.ย.-24

1:34

126,392

dismapi.dll

10.0.10240.20790

10-ก.ย.-24

1:34

694,688

dismcore.dll

10.0.10240.20790

10-ก.ย.-24

1:35

315,336

dismcoreps.dll

10.0.10240.20790

10-ก.ย.-24

1:34

78,240

dismprov.dll

10.0.10240.20790

10-ก.ย.-24

1:35

194,976

folderprovider.dll

10.0.10240.20790

10-ก.ย.-24

1:35

51,104

imagingprovider.dll

10.0.10240.20790

10-ก.ย.-24

1:35

158,152

logprovider.dll

10.0.10240.20790

10-ก.ย.-24

1:35

118,080

vhdprovider.dll

10.0.10240.20790

10-ก.ย.-24

1:35

444,360

wimprovider.dll

10.0.10240.20790

10-ก.ย.-24

1:35

454,072

winpeshl.exe

10.0.10240.20790

9-ก.ย.-24

23:46

25,600

wpeutil.dll

10.0.10240.20790

9-ก.ย.-24

23:50

105,472

wpeutil.exe

10.0.10240.20790

9-ก.ย.-24

23:49

10,240

wpeinit.exe

10.0.10240.20790

9-ก.ย.-24

23:46

28,160

startnet.cmd

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:50

9

StartRep.exe

10.0.10240.20790

9-ก.ย.-24

23:44

653,312

RecEnv.exe

10.0.10240.20790

10-ก.ย.-24

1:47

594,864

BootRec.exe

10.0.10240.20790

9-ก.ย.-24

23:44

281,088

ชื่อไฟล์

เวอร์ชันของไฟล์

วันที่

เวลา

ขนาดไฟล์

skci.dll

10.0.10240.20400

11-ธ.ค.-23

23:46

165,424

winload.exe

10.0.10240.20400

12-ธ.ค. 23

0:03

1,135,368

winload.efi

10.0.10240.20400

12-ธ.ค. 23

0:03

1,308,784

bootmgfw.efi

10.0.10240.20400

12-ธ.ค. 23

0:01

1,177,504

bootmgr.efi

10.0.10240.20400

12-ธ.ค. 23

0:01

1,173,808

boot.stl

ไม่ได้กําหนดเวอร์ชัน

8-ส.ค.-23

16:24

10,895

winresume.exe

10.0.10240.20400

12-ธ.ค. 23

0:04

865,656

winresume.efi

10.0.10240.20400

12-ธ.ค. 23

0:03

1,026,760

BootMenuUX.dll

10.0.10240.20790

9-ก.ย.-24

22:09

188,416

ci.dll

10.0.10240.20400

12-ธ.ค. 23

0:01

612,744

driver.stl

ไม่ได้กําหนดเวอร์ชัน

8-ส.ค.-23

16:17

25,628

fltMgr.sys

10.0.10240.20400

12-ธ.ค. 23

0:01

369,968

hal.dll

10.0.10240.20400

12-ธ.ค. 23

0:02

426,816

cmi2migxml.dll

10.0.10240.20790

10-ก.ย.-24

0:31

187,336

csiagent.dll

10.0.10240.20790

10-ก.ย.-24

0:30

681,888

diagER.dll

10.0.10240.20790

10-ก.ย.-24

0:29

53,152

diagnostic.dll

10.0.10240.20790

10-ก.ย.-24

0:29

172,448

du.dll

10.0.10240.20790

10-ก.ย.-24

0:30

135,088

hwcompat.dll

10.0.10240.20790

10-ก.ย.-24

0:28

212,920

hwcompat.txt

ไม่ได้กําหนดเวอร์ชัน

10-ก.ย.-24

1.09

4,805

hwexclude.txt

ไม่ได้กําหนดเวอร์ชัน

10-ก.ย.-24

1.09

2

migapp.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

597,665

migcore.dll

10.0.10240.20790

10-ก.ย.-24

0:29

8,450,976

mighost.exe

10.0.10240.20790

10-ก.ย.-24

0:30

273,448

migres.dll

10.0.10240.20790

10-ก.ย.-24

0:31

17,840

migisol.dll

10.0.10240.20790

10-ก.ย.-24

0:29

153,032

migstore.dll

10.0.10240.20790

10-ก.ย.-24

0:31

1,216,432

migsys.dll

10.0.10240.20790

10-ก.ย.-24

0:29

399,280

MXEAgent.dll

10.0.10240.20790

10-ก.ย.-24

0:30

323,504

offline.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

32,142

oscomps.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

435,175

oscomps.woa.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

249,101

osfilter.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:13

20,763

reagent.dll

10.0.10240.20790

10-ก.ย.-24

0:32

993,224

setupplatform.cfg

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:06

1,734

setupplatform.dll

1.40.10240.20790

10-ก.ย.-24

0:29

7,449,656

setupplatform.exe

1.40.10240.20790

10-ก.ย.-24

0:31

166,976

SFCN.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:06

1,824

SFLCID.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:06

1,644

SFLISTW7.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

1,703,322

SFLISTW8.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

2,609,022

SFLISTWB.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

3,173,068

SFLISTWT.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

4,932,206

sflistw8.woa.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

954,506

sflistwb.woa.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

1,150,204

sflistwt.woa.dat

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

2,637,298

SFPAT.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:13

10,488

SFPATPG INF

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:13

462

SFPATW7.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:13

17,679

SFPATW8.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:13

80,101

SFPATWB.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:13

91,918

SFPATWT.inf

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:13

166,618

unattend.dll

10.0.10240.20790

10-ก.ย.-24

0:29

239,536

unbcl.dll

10.0.10240.20790

10-ก.ย.-24

0:29

1,132,464

upgradeagent.dll

10.0.10240.20790

10-ก.ย.-24

0:31

3,083,320

upgradeagent.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

70,803

upgrade_bulk.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

184,773

upgrade_data.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

31,023

upgrade_frmwrk.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

14,776

upgWow_bulk.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

96,684

uninstall.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

2,039

uninstall_data.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

19:14

8,973

wdsclientapi.dll

10.0.10240.20790

10-ก.ย.-24

0:33

282,152

wdscsl.dll

10.0.10240.20790

10-ก.ย.-24

0:33

61,896

wdsimage.dll

10.0.10240.20790

10-ก.ย.-24

0:33

910,928

wdsutil.dll

10.0.10240.20790

10-ก.ย.-24

0:29

267,576

wpx.dll

10.0.10240.20790

10-ก.ย.-24

0:28

1,297,848

ClipSp.sys

10.0.10240.20400

12-ธ.ค. 23

0:01

598,432

ntdll.dll

10.0.10240.20400

12-ธ.ค. 23

0:02

1,825,456

ntoskrnl.exe

10.0.10240.20400

12-ธ.ค. 23

0:03

8,033,088

pdc.sys

10.0.10240.20400

12-ธ.ค. 23

0:03

99,120

diagtrack.dll

10.0.10240.20790

10-ก.ย.-24

0:30

1,409,440

diagtrackrunner.exe

10.0.10240.20790

10-ก.ย.-24

0:29

71,736

reagent.admx

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:06

1,240

reagent.xml

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:06

781

SetupPlatform.cfg

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

3,554

wdscore.dll

10.0.10240.20790

10-ก.ย.-24

0:29

256,944

wdstptc.dll

10.0.10240.20790

10-ก.ย.-24

0:33

650,280

compatprovider.dll

10.0.10240.20790

10-ก.ย.-24

0:32

166,192

dismapi.dll

10.0.10240.20790

10-ก.ย.-24

0:31

926,640

dismcore.dll

10.0.10240.20790

10-ก.ย.-24

0:32

395,184

dismcoreps.dll

10.0.10240.20790

10-ก.ย.-24

0:31

159,176

dismprov.dll

10.0.10240.20790

10-ก.ย.-24

0:33

257,968

folderprovider.dll

10.0.10240.20790

10-ก.ย.-24

0:32

62,392

imagingprovider.dll

10.0.10240.20790

10-ก.ย.-24

0:33

216,520

logprovider.dll

10.0.10240.20790

10-ก.ย.-24

0:33

148,272

vhdprovider.dll

10.0.10240.20790

10-ก.ย.-24

0:32

564,544

wimprovider.dll

10.0.10240.20790

10-ก.ย.-24

0:32

595,912

winpeshl.exe

10.0.10240.20790

9-ก.ย.-24

22:07

30,720

wpeutil.dll

10.0.10240.20790

9-ก.ย.-24

22:12

123,904

wpeutil.exe

10.0.10240.20790

9-ก.ย.-24

22:11

12,288

wpeinit.exe

10.0.10240.20790

9-ก.ย.-24

22:07

32,256

startnet.cmd

ไม่ได้กําหนดเวอร์ชัน

9-ก.ย.-24

18:07

9

StartRep.exe

10.0.10240.20790

9-ก.ย.-24

22:04

749,056

RecEnv.exe

10.0.10240.20790

10-ก.ย.-24

0:46

695,712

BootRec.exe

10.0.10240.20790

9-ก.ย.-24

22:04

330,752

ntdll.dll

10.0.10240.20400

11-ธ.ค.-23

23:19

1,535,000

การอ้างอิง

คําอธิบายเกี่ยวกับคําศัพท์มาตรฐานที่ใช้เพื่ออธิบายการอัปเดตซอฟต์แวร์ของ Microsoft

คําสําหรับการค้นหา: safeos du

ต้องการความช่วยเหลือเพิ่มเติมหรือไม่

ต้องการตัวเลือกเพิ่มเติมหรือไม่

สํารวจสิทธิประโยชน์ของการสมัครใช้งาน เรียกดูหลักสูตรการฝึกอบรม เรียนรู้วิธีการรักษาความปลอดภัยอุปกรณ์ของคุณ และอื่นๆ