sysmain.dll.mui Superfetch 服務主機 7f7632843b13940b34de6b8d6df00cd6

File info

File name: sysmain.dll.mui
Size: 15872 byte
MD5: 7f7632843b13940b34de6b8d6df00cd6
SHA1: 2ce40e6ad963b0dde57dad780d87607aeac178c2
SHA256: fbc30950dfdc3e2bf6115609044ed098d64f24aa4bf53a087b958538177842dc
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Chinese (Traditional) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Traditional) English
1「應用程式啟動預先擷取」是否已啟用 Whether Application Launch Prefetching is enabled
2「操作 API 預先擷取功能」是否已啟用 Whether Operation API Prefetching Functionality is enabled
3「分頁組合」是否已啟用 Whether Page Combining is enabled
4「應用程式預先啟動」是否已啟用 Whether Application PreLaunch is enabled
5是否已啟用記憶體壓縮 Whether Memory Compression is enabled
6操作錄製程式 API 所錄製案例的預先擷取檔案數目上限 The maximum number of prefetch files for scenarios recorded by the Operation Recorder API
7記憶體管理代理程式元件設定 Memory Management Agent Component Configuration
8提供啟用下列任意項目組合的功能:

1. 應用程式啟動預先擷取
2. 操作 API 預先擷取功能
3. 分頁組合
4. 應用程式預先啟動
5. 記憶體壓縮
Provides the capability to enable any combination of the following:

1. Application Launch Prefetching
2. Operation API Prefetching Functionality
3. Page Combining
4. Application PreLaunch
5. Memory Compression
9是否啟用「應用程式啟動預先擷取」。「應用程式啟動預先擷取」可監視在這些案例中存取的資料與程式碼,並使用該資訊將資料與程式碼預先載入到實體記憶體供後續應用程式啟動之用,因此可以加快應用程式的啟動速度 Whether to enable Application Launch Prefetching. Application launch prefetching would would speed up app startup by monitoring the data and code accessed in these cases and use that information to preload the data and code into physical memory for subsequent app startups
10是否啟用「操作錄製程式 API 功能」。「操作錄製程式」可透過公開 Windows 預先擷取機制做為公用介面,來讓應用程式加快重複存取相同檔案資料之操作的速度。
Whether to enable Operation Recorder API Functionality. Operation Recorder enables applications to speed up operations that repeatedly access the same file data by exposing the Windows prefetching mechanism as a public interface.
11是否啟用「分頁組合」。「分頁組合」可透過定期組合實體記憶體中具有相同內容的分頁,來減少作業系統對實體記憶體的使用。
Whether to enable Page Combining. Page Combining helps reduce the physical memory usage of the operating system by periodically combining pages in physical memory that have identical content.
12是否啟用「應用程式預先啟動」。「應用程式預先啟動」可預先啟動使用者接著可能會啟動的應用程式,因此可以減少應用程式切換時間。 Whether to enable Application PreLaunch. Application PreLaunch can speculatively launch applications that the user is likely to use in the near future, thus reducing application switch time.
13是否要啟用「記憶體壓縮」。「記憶體壓縮」是一個 Windows 功能,它可以壓縮未使用的記憶體,以便在 RAM 中存放更多資料。它也可以減少寫入到分頁檔與從分頁檔讀取的資料量,進而改進效能。 Whether to enable Memory Compression. Memory compression is a Windows feature which compresses unused memory to keep more data resident in RAM. It also reduces the amount of data written to and read from the pagefile, thus improving performance.
14提供設定操作錄製程式 API 所錄製案例的預先擷取檔案數目上限的功能。 Provides the ability to set the maximum number of prefetch files for scenarios recorded by the Operation Recorder API.
15傳回下列任意項目的組合是否已啟用:

1. 應用程式啟動預先擷取
2. 操作 API 預先擷取功能
3. 分頁組合
4. 應用程式預先啟動
5. 記憶體壓縮

並傳回操作錄製程式 API 所錄製案例的預先擷取檔案數目上限。
Returns whether any combination of the following are enabled:

1. Application Launch Prefetching
2. Operation API Prefetching Functionality
3. Page Combining
4. Application PreLaunch
5. Memory Compression

and also returns the maximum number of prefetch files for scenarios recorded by the Operation Recorder API.
16已啟用的元件集合,以及操作錄製程式 API 所錄製案例的預先擷取檔案數目上限。 The set of components enabled and the maximum number of prefetch files for scenarios recorded by the Operation Recorder API.
17提供停用下列任意項目組合的功能:

1. 應用程式啟動預先擷取
2. 操作 API 預先擷取功能
3. 分頁組合
4. 應用程式預先啟動
5. 記憶體壓縮
Provides the capability to disable any combination of the following:

1. Application Launch Prefetching
2. Operation API Prefetching Functionality
3. Page Combining
4. Application PreLaunch
5. Memory Compression
18是否停用「應用程式啟動預先擷取」。「應用程式啟動預先擷取」可透過監視在這些案例中存取的資料與程式碼,並使用該資訊將資料與程式碼預先載入到實體記憶體供後續應用程式啟動之用,來加快應用程式啟動速度 Whether to disable Application Launch Prefetching. Application launch prefetching would would speed up app startup by monitoring the data and code accessed in these cases and use that information to preload the data and code into physical memory for subsequent app startups
19是否停用「應用程式預先啟動」。「應用程式預先啟動」可預先啟動使用者接著可能會啟動的應用程式,因此可以減少應用程式切換時間。 Whether to disable Application PreLaunch. Application PreLaunch can speculatively launch applications that the user is likely to use in the near future, thus reducing application switch time.
20是否停用「操作錄製程式 API 功能」。「操作錄製程式」可透過將 Windows 預先擷取機制公開為公用介面,來讓應用程式加快重複存取相同檔案資料之操作的速度。
Whether to disable Operation Recorder API Functionality. Operation Recorder enables applications to speed up operations that repeatedly access the same file data by exposing the Windows prefetching mechanism as a public interface.
21是否停用「分頁組合」。「分頁組合」可透過定期組合實體記憶體中具有相同內容的分頁,來減少作業系統對實體記憶體的使用。
Whether to disable Page Combining. Page Combining helps reduce the physical memory usage of the operating system by periodically combining pages in physical memory that have identical content.
22是否停用記憶體壓縮 (停用將在系統重新啟動之後生效)。「記憶體壓縮」是一個 Windows 功能,它可以壓縮未使用的記憶體,以便在 RAM 中存放更多資料。它也可以減少寫入到分頁檔與從分頁檔讀取的資料量,進而改進效能。 Whether to disable Memory Compression (disabling will take effect after the system is restarted). Memory compression is a Windows feature which compresses unused memory to keep more data resident in RAM. It also reduces the amount of data written to and read from the pagefile, thus improving performance.
23提供下列功能: 針對特定應用程式的應用程式預先啟動進行偵錯 (方式是透過觸發應用程式的預先啟動及結束偵錯模式)。 Provides the ability to debug the application prelaunch of a specific application by triggering the prelaunch to occur and to exit debug mode for the application.
24指定應用程式的套件完整名稱。 Specifies the package full name of the application.
25若指定此參數,指定的應用程式將不再處於偵錯模式。若未指定,應用程式將在偵錯模式中預先啟動。 If this parameter is specified, the specified application will no longer be in debug mode. If not specified, the application will be prelaunched in debug mode.
26指定用來識別套件中之 App 的字串。 Specifies the string identifying the app in the package.
27記憶體管理代理程式 Memory Management Agent
207不明 Unknown
1000Superfetch Superfetch
1001維護和改進一段時間後的系統效能。 Maintains and improves system performance over time.
3000Microsoft Corporation Microsoft Corporation
3001工作集交換評定維護工作 Working set swap assessment maintenance task
3002混合式硬碟快取重新平衡維護工作 Hybrid Drive cache rebalance maintenance task
3003混合式硬碟快取預先填入工作 Hybrid Drive cache prepopulation task
3004保留優先順序靜態資料庫同步維護工作 Reserved Priority static db sync maintenance task
0x11000031回應時間 Response Time
0x30000000資訊 Info
0x31000001開始 Start
0x31000002停止 Stop
0x50000002錯誤 Error
0x50000003警告 Warning
0x700003F8ReadyBoot ReadyBoot
0x700003FBReadyBoost ReadyBoost
0x700003FCHybridDrive HybridDrive
0x90000001Microsoft-Windows-ReadyBoost Microsoft-Windows-ReadyBoost
0x90000002Operational Operational
0x91000001Microsoft-Windows-Superfetch Microsoft-Windows-Superfetch
0x91000002Main Main
0x91000003StoreLog StoreLog
0xB00003E8裝置 (%1) 適合用於 ReadyBoost 快取。隨機讀取速度為 %3 KB/秒。隨機寫入速度為 %4 KB/秒。 The device (%1) is suitable for a ReadyBoost cache. The random read speed is %3 KB/sec. The random write speed is %4 KB/sec.
0xB00003EAThe device (%1) will not be used for a ReadyBoost cache because it is not attached to a supported interface.%n For USB devices, ReadyBoost requires that the device be connected to a USB 2.0 interface.%n The device (%1) will not be used for a ReadyBoost cache because it is not attached to a supported interface.%n For USB devices, ReadyBoost requires that the device be connected to a USB 2.0 interface.%n
0xB00003EB裝置 (%1) 將不會用於 ReadyBoost 快取,因為它沒有足夠的可用空間。可用空間: %2 MB The device (%1) will not be used for a ReadyBoost cache because it does not have enough free space. Free Space: %2 MB
0xB00003EC裝置 (%1) 將不會用於 ReadyBoost 快取,因為它的寫入效能不足: %2 KB/秒。 The device (%1) will not be used for a ReadyBoost cache because it has insufficient write performance: %2 KB/sec.
0xB00003ED裝置 (%1) 將不會用於 ReadyBoost 快取,因為它的讀取效能不足: %2 KB/秒。 The device (%1) will not be used for a ReadyBoost cache because it has insufficient read performance: %2 KB/sec.
0xB00003EEReadyBoost 服務在分析新裝置 (%1) 時發生錯誤。錯誤碼: %2 The ReadyBoost service encountered an error during the analysis of the new device (%1). Error code: %2
0xB00003EF裝置 (%1) 將不會用於 ReadyBoost 快取,因為它的格式不是 FAT、FAT32 或 NTFS。目前格式: %2 The device (%1) will not be used for a ReadyBoost cache because it is not formatted with FAT, FAT32, or NTFS. Current Format:%2
0xB00003F0裝置 (%1) 將不會用於 ReadyBoost 快取,因為裝置上的效能不穩定。快速區域大小: %2 MB。 The device (%1) will not be used for a ReadyBoost cache because it does not exhibit uniform performance across the device. Size of fast region: %2 MB.
0xB00003F1裝置 (%1) 將不會用於 ReadyBoost 快取,因為該裝置太小。大小: %2 MB。大小下限: %3 MB。 The device (%1) will not be used for a ReadyBoost cache because the device is too small. Size: %2 MB. Minimum Size: %3 MB
0xB00003F2已順利在 %2 MB 大小的裝置 (%1) 上建立 ReadyBoost 快取。 A ReadyBoost cache was successfully created on the device (%1) of size %2 MB.
0xB00003F3已為裝置 (%1) 啟用快取。 Caching was enabled for device (%1).
0xB00003F4裝置 (%1) 將不會用於 ReadyBoost 快取,因為 ReadyBoost 快取已存在 (位於裝置 %2 上),且一次只支援一個快取。 The device (%1) will not be used for a ReadyBoost cache because a ReadyBoost cache already exists (on device %2) and only one cache is supported at a given time.
0xB00003F5已順利在裝置 (%1) 上刪除 ReadyBoost 快取。 A ReadyBoost cache was successfully deleted on the device (%1).
0xB00003F6已為裝置 (%1) 停用快取。 Caching was disabled for device (%1).
0xB00003F7Summary of ReadyBoot Performance:%n Io Read Count: %12%n Io Read KB: %3%n Cache Hit Count: %13%n Cache Hit KB: %4%n Cache Hit Percentage: %9%n Cache Fragmentation: %10%n Compressed Data Size KB: %5%n Raw Data Size KB: %6%n Compression Ratio: %11%n Cache Size KB: %14%n Boot Prefetch Time us: %7%n Boot Prefetch Bytes Read: %8%n Boot Timestamp (UTC): %1%n Last Boot Plan Timestamp (UTC): %2%n Last Boot Plan Timestamp (Local): %16 Summary of ReadyBoot Performance:%n Io Read Count: %12%n Io Read KB: %3%n Cache Hit Count: %13%n Cache Hit KB: %4%n Cache Hit Percentage: %9%n Cache Fragmentation: %10%n Compressed Data Size KB: %5%n Raw Data Size KB: %6%n Compression Ratio: %11%n Cache Size KB: %14%n Boot Prefetch Time us: %7%n Boot Prefetch Bytes Read: %8%n Boot Timestamp (UTC): %1%n Last Boot Plan Timestamp (UTC): %2%n Last Boot Plan Timestamp (Local): %16
0xB00003F8Boot plan calculation completed.%n Boot Plan Timestamp (UTC): %1%n Valid Boot Plan Obtained: %2 Boot plan calculation completed.%n Boot Plan Timestamp (UTC): %1%n Valid Boot Plan Obtained: %2
0xB00003F9磁碟重組操作已完成。即將計算開機計劃。磁碟重組時間戳記 (UTC): %1 A defrag. operation has completed. A boot plan will be calculated soon. Defrag. Timestamp (UTC): %1
0xB00003FAReadyBoot disk assessment completed.%n Disk Assessment Timestamp (UTC): %1%n Success: %2 ReadyBoot disk assessment completed.%n Disk Assessment Timestamp (UTC): %1%n Success: %2
0xB00103EB裝置 (%1) 將不會用於 ReadyBoost 快取,因為它沒有足夠的可用空間。可用空間 %2 MB,所需空間 %3 MB。 The device (%1) will not be used for a ReadyBoost cache because it does not have enough free space. Free Space %2 MB, required %3 MB.
0xB00103EF裝置 (%1) 將不會用於 ReadyBoost 快取,因為它的格式不是 FAT、FAT32、exFAT 或 NTFS。 The device (%1) will not be used for a ReadyBoost cache because it is not formatted with FAT, FAT32, exFAT, or NTFS.
0xB00103F7Summary of ReadyBoot Performance:%n Io Read Count: %5%n Io Read Bytes: %1%n Cache Hit Count: %6%n Cache Hit Bytes: %2%n Cache Hit Percentage: %4%n Boot Prefetch Time (us): %8%n Boot Prefetch Bytes: %3%n Boot Prefetch Read Count: %7%n Summary of ReadyBoot Performance:%n Io Read Count: %5%n Io Read Bytes: %1%n Cache Hit Count: %6%n Cache Hit Bytes: %2%n Cache Hit Percentage: %4%n Boot Prefetch Time (us): %8%n Boot Prefetch Bytes: %3%n Boot Prefetch Read Count: %7%n
0xB00103F8開機計劃計算已在 %3 ms 內完成。%n 開機計劃時間戳記: %1%n 原因: %4%n 結果: %2 Boot plan calculation completed in %3 ms.%n Boot Plan Timestamp: %1%n Reason: %4%n Result: %2
0xB00103F9裝置 (%1) 將不會用於 ReadyBoost 快取,因為它會造成搜尋效能降低。 The device (%1) will not be used for a ReadyBoost cache because it incurs seek penalties.
0xB00103FAReadyBoot 磁碟評定已在 %3 毫秒內完成。%n 磁碟評定時間戳記: %1%n 結果: %2 ReadyBoot disk assessment completed in %3 ms.%n Disk Assessment Timestamp: %1%n Result: %2
0xB00103FB裝置 (%1) 將不會用於 ReadyBoost 快取,因為它是遠端、唯讀、虛擬或不支援的裝置。 The device (%1) will not be used for a ReadyBoost cache because it is remote, read-only, virtual, or otherwise unsupported.
0xB00103FC裝置 (%1) 將不會用於 ReadyBoost 快取,因為它包含系統磁碟區。 The device (%1) will not be used for a ReadyBoost cache because it contains a system volume.
0xB00103FD裝置 (%1) 將不會用於 ReadyBoost 快取,因為該裝置包含明確禁止此行為的設定檔。 The device (%1) will not be used for a ReadyBoost cache because it contains a configuration file which explicitly prohibits this.
0xB00103FE裝置 (%1) 不會用於 ReadyBoost 快取,因為 ReadyBoost 驅動程式已連結到它的磁碟區堆疊。 The device (%1) will not be used for a ReadyBoost cache because the ReadyBoost driver is attached to its volume stack.
0xB00103FFThe device (%1) will not be used for a ReadyBoost cache because it is mounted read-only.%n%nThis is usually caused by one of the following reasons:%n* Write-protected devices/media%n* BitLocker group policy settings prohibit write access to non-encrypted removable devices The device (%1) will not be used for a ReadyBoost cache because it is mounted read-only.%n%nThis is usually caused by one of the following reasons:%n* Write-protected devices/media%n* BitLocker group policy settings prohibit write access to non-encrypted removable devices
0xB0010401系統不會將裝置 (%1) 用於 ReadyBoost 快取,因為它是 VHD (虛擬硬碟)。 The device (%1) will not be used for a ReadyBoost cache because it is a VHD (virtual hard disk).
0xB0010402The attach state for volume %6 (Unique Id: %1) has changed.%n Old ReadyBoost State: %2%n New ReadyBoost State: %3%n%n Old Hybrid Drive State: %4%n New Hybrid Drive State: %5%n The attach state for volume %6 (Unique Id: %1) has changed.%n Old ReadyBoost State: %2%n New ReadyBoost State: %3%n%n Old Hybrid Drive State: %4%n New Hybrid Drive State: %5%n
0xB0010403ReadyBoot 已更新系統磁碟區唯一識別碼: %3%n 錯誤碼: %1 ReadyBoot has updated the system volume unique ID: %3%n ErrorCode: %1
0xB0010404固態混合式硬碟 (磁碟編號: %1) 上的快取已停用,因為裝置效能不足。 Caching on the solid state hybrid disk (Disk number: %1) has been disabled due to insufficient device performance.
0xB0010405已在混合式硬碟上執行速度測試。%n測試結果: %1%n錯誤碼: %7 A speed test was performed on the Hybrid Disk.%nTest result: %1%nErrorCode: %7
0xB00203F7Summary of ReadyBoot Performance:%n Io Read Count: %5%n Io Read Bytes: %1%n Cache Hit Count: %6%n Cache Hit Bytes: %2%n Cache Hit Percentage: %4%n Boot Prefetch Time (us): %8%n Boot Prefetch Bytes: %3%n Boot Prefetch Read Count: %7%n Flags: %13%n Sync Prefetch IO Bytes: %9%n Sync Prefetch IO Count: %10%n Sync Prefetch Duration (us): %11%n Post Sync Phase Pend Count: %12%n Summary of ReadyBoot Performance:%n Io Read Count: %5%n Io Read Bytes: %1%n Cache Hit Count: %6%n Cache Hit Bytes: %2%n Cache Hit Percentage: %4%n Boot Prefetch Time (us): %8%n Boot Prefetch Bytes: %3%n Boot Prefetch Read Count: %7%n Flags: %13%n Sync Prefetch IO Bytes: %9%n Sync Prefetch IO Count: %10%n Sync Prefetch Duration (us): %11%n Post Sync Phase Pend Count: %12%n
0xD0000001系統開機完成 System boot completion
0xD0000002磁碟重組 Disk defragmentation
0xD0000003明確使用者要求 Explicit user request
0xD0000004已為此裝置啟用 ReadyBoost 快取。 ReadyBoost caching enabled for this device.
0xD0000005已停用 ReadyBoost 快取,因為裝置具有極高的效能。 ReadyBoost caching disabled due to high performance device.
0xD0000006只會針對 ReadyBoot 啟用 ReadyBoost 快取。 ReadyBoost caching enabled for ReadyBoot only.
0xD0000007已為此裝置停用 ReadyBoost 快取。 ReadyBoost caching disabled for this device.
0xD0000008無法判斷 ReadyBoost 狀態。 ReadyBoost state not determined.
0xD0000009混合式硬碟已停用。 Hybrid Drive disabled.
0xD000000A混合式硬碟已啟用。 Hybrid Drive enabled.
0xD000000B混合式硬碟已啟用,偵測到慢速循序 I/O 效能。 Hybrid Drive enabled, slow sequential I/O performance detected.
0xD000000C混合式硬碟主機提示已暫停,因為裝置效能不足。 Hybrid Drive host hinting suspended due to slow device performance.
0xD000000D混合式硬碟已停用,因為裝置效能不足。 Hybrid Drive disabled due to slow device performance.
0xD000000E無法判斷混合式硬碟狀態。 Hybrid Drive state not determined.
0xD000000F測試尚未完成。 Test inconclusive.
0xD0000010已通過速度測試。 Speed tests passed.
0xD0000011速度對於循序 I/O 快取而言不足。 Speed insufficient for sequential I/O caching.
0xD0000012效能不足,因此無法用於快取。 Performance unacceptable for caching.
0xD0000014無法判斷效能。 Performance not determined.
0xD1000001Prelaunch Prelaunch
0xD1000002Prefetch Prefetch
0xD1000003Successful Successful
0xD1000004ActivationFailed ActivationFailed
0xD1000005Crashed Crashed
0xD1000006SwitchedTo SwitchedTo
0xD1000007Throttled Throttled
0xD1000008Suspended Suspended
0xD1000009NotThrottled NotThrottled
0xD100000ANotAvailable NotAvailable
0xD100000BSameCSSession SameCSSession
0xD100000CPrelaunchedInPastHour PrelaunchedInPastHour
0xD100000DTooBigToBeSwapped TooBigToBeSwapped
0xD100000EBiggerThanWorkingSetLimit BiggerThanWorkingSetLimit
0xD100000FSpeculative Speculative
0xD1000010RPCRequest RPCRequest
0xD1000011Install Install
0xD1000012Filter Filter
0xD1000013Cleanup Cleanup
0xD1000014Duplicate Duplicate
0xD1000015Installed Installed
0xD1000016Uninstalled Uninstalled
0xD1000017PrelaunchApp PrelaunchApp
0xD1000018Other Other
0xD1000019Inbox Inbox
0xD100001AAppStore AppStore
0xD100001BAddApp AddApp
0xD100001CRemoveApp RemoveApp
0xD100001DStartCallback StartCallback
0xD100001EBenefitScore BenefitScore
0xF1000001FreeNetwork FreeNetwork
0xF1000002BackgroundCostNotHigh BackgroundCostNotHigh
0xF1000003ACPowered ACPowered
0xF1000004TaskAlreadyScheduled TaskAlreadyScheduled
0xF1000005SwitchedToRecently SwitchedToRecently
0xF1000006PrefetchedRecently PrefetchedRecently

EXIF

File Name:sysmain.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-s..vice-core.resources_31bf3856ad364e35_10.0.15063.0_zh-tw_aa0c0f9420bcd886\
File Size:16 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:15360
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:Chinese (Traditional)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Superfetch 服務主機
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:Superfetch
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:sysmain.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0

What is sysmain.dll.mui?

sysmain.dll.mui is Multilingual User Interface resource file that contain Chinese (Traditional) language for file sysmain.dll (Superfetch 服務主機).

File version info

File Description:Superfetch 服務主機
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:Superfetch
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:sysmain.dll.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x404, 1200