Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

WMI service cancels Lockdown feature tasks


View products that this article applies to.

Symptoms

The Windows Management Instrumentation (WMI) service cancels Lockdown feature tasks when there is insufficient physical memory available. Lockdown features include Dialog Filter, Embedded Lockdown Manager, Shell Launcher, and Gesture Filter, among others.

Additionally, the following error is returned in this situation:

0x8004106c (=WBEM_E_QUOTA_VIOLATION)

↑ Back to the top


Cause

The calculation for available memory for WMI is based on the available physical memory and a multiplication factor that's determined by the ArbSystemHighMaxLimitFactor registry value. If the user’s configuration reduces the amount of available physical memory, there may not be sufficient physical memory for WMI to run while using the Lockdown tasks.

↑ Back to the top


Resolution

The default value for ArbSystemHighMaxLimitFactor is 0x00000032 (50), which specifies 50 percent of memory. To increase the available physical memory for WMI, set ArbSystemHighMaxLimitFactor to 75 percent of memory, as follows:

HKEY_LOCAL_MACHINE\Software\Microsoft\WBEM\CIMOM
ArbSystemHighMaxLimitFactor (REG_DWORD) 0x0000004b (75)

Note The increase in the default multiplication factor for your specific environment will depend on software settings and hardware resources.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3165342
Revision : 1
Created on : 1/7/2017
Published on : 6/2/2016
Exists online : False
Views : 397