Disable-MMAgent
Disables application launch prefetching, operation recorder API functionality, page combining, and application prelaunch.
Disable-MMAgent
[-ApplicationLaunchPrefetching]
[-ApplicationPreLaunch]
[-OperationAPI]
[-PageCombining]
[-CimSession <CimSession[]>]
[-ThrottleLimit <Int32>]
[-AsJob]
[<CommonParameters>]
The Disable-MMAgent cmdlet disables any or all of the following features:
Application launch prefetching
Operation recorder API functionality
Page combining
Application prelaunching
For more details on what these features do, see Enable-MMAgent.
PS C:\> Disable-MMAgent -ApplicationLaunchPrefetching
This command disables application launch prefetching on the local computer.
Disables application launch prefetching.
If you do not specify this parameter, application launch prefetching remains in its current state, either enabled or disabled.
Type: | SwitchParameter |
Aliases: | alp |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Disables application prelaunch.
If you do not specify this parameter, application prelaunch remains in its current state, either enabled or disabled.
Type: | SwitchParameter |
Aliases: | apl |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
ps_cimcommon_asjob
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227967 or Get-CimSessionhttp://go.microsoft.com/fwlink/p/?LinkId=227966 cmdlet. The default is the current session on the local computer.
Type: | CimSession[] |
Aliases: | Session |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Disables operation recorder API functionality.
If you do not specify this parameter, operation recorder API functionality remains in its current state, either enabled or disabled.
For more information about the Operation Recorder API, see Operation Recorderhttp://msdn.microsoft.com/library/windows/desktop/hh437575(v=VS.85).aspx on MSDN (http://msdn.microsoft.com/library/windows/desktop/hh437575(v=VS.85).aspx)
Type: | SwitchParameter |
Aliases: | oa |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Disables page combining.
If you do not specify this parameter, page combining remains in its current state, either enabled or disabled.
Type: | SwitchParameter |
Aliases: | pc |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
If this parameter is omitted or a value of 0
is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
Type: | Int32 |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |