<keywords content="Windows 10,Optimisation"/>
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage -AllUsers | where-object {$_.name –notlike "*store*"} | Remove-AppxPackage
Get-AppxPackage -AllUsers |select Name,PackageFullName
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall
![]() |