File name: | sysmain.dll.mui |
Size: | 18432 byte |
MD5: | fc4cc816a4604e5769606843b64b5567 |
SHA1: | 2db0863a9172656b5170276b0723e6c97b6c2347 |
SHA256: | 50bd97ec0aec3dd68efd7ccb4b2ff12189bc3b3021563ec49b80ba3d4e805c23 |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in Korean 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 | Korean | 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 | 메모리 압축을 사용하도록 설정할지 여부입니다. 메모리 압축은 RAM에 상주하는 데이터를 늘리기 위해 사용하지 않는 메모리를 압축하는 Windows 기능입니다. 또한 페이지 파일에서 쓰고 읽는 데이터의 양을 줄이므로 성능이 향상됩니다. | 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 | 메모리 압축을 사용하지 않도록 설정할지 여부입니다(이 설정은 시스템이 다시 시작된 후 적용됨). 메모리 압축은 더 많은 데이터가 RAM에 상주할 수 있도록 사용하지 않는 메모리를 압축하는 Windows 기능입니다. 또한 페이지 파일에서 쓰고 읽는 데이터의 양을 줄이므로 성능이 향상됩니다. | 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 | 패키지의 앱을 식별하는 문자열을 지정합니다. | Specifies the string identifying the app in the package. |
27 | 메모리 관리 에이전트 | Memory Management Agent |
207 | 알 수 없음 | Unknown |
1000 | Superfetch | Superfetch |
1001 | 지속적으로 시스템 성능을 유지하고 향상시킵니다. | Maintains and improves system performance over time. |
3000 | Microsoft Corporation | Microsoft Corporation |
3001 | 작업 집합 교환 평가 유지 관리 작업 | Working set swap assessment maintenance task |
3002 | 하이브리드 드라이브 캐시 리밸런스 유지 관리 작업 | Hybrid Drive cache rebalance maintenance task |
3003 | 하이브리드 드라이브 캐시 미리 채우기 작업 | Hybrid Drive cache prepopulation task |
3004 | 예약된 우선 순위 정적 DB 동기화 유지 관리 작업 | Reserved Priority static db sync maintenance task |
0x11000031 | 응답 시간 | Response Time |
0x30000000 | 정보 | Info |
0x31000001 | 시작 | Start |
0x31000002 | 중지 | Stop |
0x50000002 | 오류 | Error |
0x50000003 | 경고 | Warning |
0x700003F8 | ReadyBoot | ReadyBoot |
0x700003FB | ReadyBoost | ReadyBoost |
0x700003FC | HybridDrive | HybridDrive |
0x90000001 | Microsoft-Windows-ReadyBoost | Microsoft-Windows-ReadyBoost |
0x90000002 | Operational | Operational |
0x91000001 | Microsoft-Windows-Superfetch | Microsoft-Windows-Superfetch |
0x91000002 | Main | Main |
0x91000003 | StoreLog | StoreLog |
0xB00003E8 | 장치(%1)가 ReadyBoost 캐시에 적합합니다. 임의 읽기 속도는 %3KB/초입니다. 임의 쓰기 속도는 %4KB/초입니다. | 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. |
0xB00003EA | 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 | 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 캐시에 사용되지 않습니다. 사용 가능한 공간: %2MB | The device (%1) will not be used for a ReadyBoost cache because it does not have enough free space. Free Space: %2 MB |
0xB00003EC | 쓰기 성능(%2KB/초)이 떨어져서 장치(%1)가 ReadyBoost 캐시에 사용되지 않습니다. | The device (%1) will not be used for a ReadyBoost cache because it has insufficient write performance: %2 KB/sec. |
0xB00003ED | 읽기 성능(%2KB/초)이 떨어져서 장치(%1)가 ReadyBoost 캐시에 사용되지 않습니다. | The device (%1) will not be used for a ReadyBoost cache because it has insufficient read performance: %2 KB/sec. |
0xB00003EE | 새 장치(%1)를 분석하는 동안 ReadyBoost 서비스에 오류가 발생했습니다. 오류 코드: %2 | The ReadyBoost service encountered an error during the analysis of the new device (%1). Error code: %2 |
0xB00003EF | 장치(%1)가 FAT, FAT32 또는 NTFS로 포맷되지 않았기 때문에 ReadyBoost 캐시에 사용되지 않습니다. 현재 포맷:%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 캐시에 사용되지 않습니다. 빠른 영역 크기: %2MB. | 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. 최소 크기: %3MB | 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 | %2MB 크기의 장치(%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 | ReadyBoost 캐시가 %2 장치에 이미 있으며 주어진 시간에 캐시 하나만 지원되므로 장치(%1)는 ReadyBoost 캐시에 사용되지 않습니다. | 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). |
0xB00003F7 | 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 | 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 |
0xB00003F8 | Boot 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 |
0xB00003FA | ReadyBoot 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 캐시에 사용되지 않습니다. 사용 가능한 공간은 %2MB인데 필요한 공간은 %3MB입니다. | 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)가 FAT, FAT32, exFAT 또는 NTFS로 포맷되지 않아 ReadyBoost 캐시에 사용되지 않습니다. | The device (%1) will not be used for a ReadyBoost cache because it is not formatted with FAT, FAT32, exFAT, or NTFS. |
0xB00103F7 | 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 | 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 | 부팅 계획 계산이 %3ms 안에 완료되었습니다.%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. |
0xB00103FA | ReadyBoot 디스크 평가가 %3ms 안에 완료되었습니다.%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 | ReadyBoost 드라이버가 볼륨 스택에 연결되어 있으므로 장치(%1)가 ReadyBoost 캐시에 사용되지 않습니다. | The device (%1) will not be used for a ReadyBoost cache because the ReadyBoost driver is attached to its volume stack. |
0xB00103FF | 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 | 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)는 VHD(가상 하드 디스크)이므로 ReadyBoost 캐시에 대해 사용되지 않습니다. | The device (%1) will not be used for a ReadyBoost cache because it is a VHD (virtual hard disk). |
0xB0010402 | 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 | 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 |
0xB0010403 | ReadyBoot가 시스템 볼륨 고유 ID %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 |
0xB00203F7 | 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 | 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 | ReadyBoost에만 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. |
0xD1000001 | Prelaunch | Prelaunch |
0xD1000002 | Prefetch | Prefetch |
0xD1000003 | Successful | Successful |
0xD1000004 | ActivationFailed | ActivationFailed |
0xD1000005 | Crashed | Crashed |
0xD1000006 | SwitchedTo | SwitchedTo |
0xD1000007 | Throttled | Throttled |
0xD1000008 | Suspended | Suspended |
0xD1000009 | NotThrottled | NotThrottled |
0xD100000A | NotAvailable | NotAvailable |
0xD100000B | SameCSSession | SameCSSession |
0xD100000C | PrelaunchedInPastHour | PrelaunchedInPastHour |
0xD100000D | TooBigToBeSwapped | TooBigToBeSwapped |
0xD100000E | BiggerThanWorkingSetLimit | BiggerThanWorkingSetLimit |
0xD100000F | Speculative | Speculative |
0xD1000010 | RPCRequest | RPCRequest |
0xD1000011 | Install | Install |
0xD1000012 | Filter | Filter |
0xD1000013 | Cleanup | Cleanup |
0xD1000014 | Duplicate | Duplicate |
0xD1000015 | Installed | Installed |
0xD1000016 | Uninstalled | Uninstalled |
0xD1000017 | PrelaunchApp | PrelaunchApp |
0xD1000018 | Other | Other |
0xD1000019 | Inbox | Inbox |
0xD100001A | AppStore | AppStore |
0xD100001B | AddApp | AddApp |
0xD100001C | RemoveApp | RemoveApp |
0xD100001D | StartCallback | StartCallback |
0xD100001E | BenefitScore | BenefitScore |
0xF1000001 | FreeNetwork | FreeNetwork |
0xF1000002 | BackgroundCostNotHigh | BackgroundCostNotHigh |
0xF1000003 | ACPowered | ACPowered |
0xF1000004 | TaskAlreadyScheduled | TaskAlreadyScheduled |
0xF1000005 | SwitchedToRecently | SwitchedToRecently |
0xF1000006 | PrefetchedRecently | PrefetchedRecently |
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: | 0x412, 1200 |