< Back

Disable-UevAppxPackage

Wed Jan 30, 2019 6:05 pm

NAME Disable-UevAppxPackage



SYNOPSIS

Disables UE-V synchronization of Windows 8 apps.





SYNTAX

Disable-UevAppxPackage [-PackageFamilyName] <String[]> [-CurrentComputerUser] [-Confirm] [-WhatIf] [<CommonParameters>]



Disable-UevAppxPackage [-PackageFamilyName] <String[]> -Computer [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Disable-UevAppxPackage cmdlet disables Microsoft User Experience Virtualization (UE-V) synchronization of Windows???? 8 apps. The cmdlet adds a setting

to the computer or user sections of the registry that disables the package family names of Windows 8 apps that you specify. If you do not specify the

Computer or CurrentComputerUser parameters, the cmdlet disables the package family names of Windows 8 apps for the current user.





PARAMETERS

-Computer <SwitchParameter>

Indicates that the cmdlet disables the Windows 8 apps that you specify for all users on the computer.



Required? true

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-CurrentComputerUser [<SwitchParameter>]

Indicates that the cmdlet disables the Windows 8 apps that you specify for the current user only.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-PackageFamilyName <String[]>

Specifies an array of package families. The cmdlet disables the package families of Windows 8 apps that you specify.



Required? true

Position? 1

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS











OUTPUTS











Example 1: Disable synchronization of a Windows 8 app



PS C:\\>Disable-UevAppxPackage -Computer -PackageFamilyName "Microsoft.BingFinance"



This command disables synchronization of the Bing Finance app for all users on the computer.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=826039

Clear-UevAppxPackage

Enable-UevAppxPackage

Get-UevAppxPackage