Skip to content

Netonkel Tech Blog

Scripts, oneliners and various technical articles

Windows 10

Quick Removal of Windows Store Apps

October 24, 2016 by Sune Gellert

A very dirty oneliner to remove Windows Store Apps from Windows 10 :

Get-AppxPackage | where { $_.name -notmatch "Microsoft.WindowsStore" -and  $_.name -notmatch "Microsoft.WindowsCalculator" } | remove-appxpackage -ea silentlycontinue | out-null
Categories Uncategorized Tags powershell, Windows 10 Leave a comment

Recent Posts

  • SCCM Agent WMIC Commands
  • Changing WSUS application pool settings via Powershell
  • Run multiple SSL enabled services behind single IP on Edgerouter
  • Quick Removal of Windows Store Apps
  • Windows Updates potentially breaking stuff

Recent Comments

  • Sune Gellert on Run multiple SSL enabled services behind single IP on Edgerouter
  • JR on Run multiple SSL enabled services behind single IP on Edgerouter
  • Jonas H on Change Hostnames to UPPER case in SCVMM
  • wordpress on SCVMM error : 23351 : The input string “” for the FirstBootDevice parameter cannot be parsed and may be invalid.
  • Hew on SCVMM error : 23351 : The input string “” for the FirstBootDevice parameter cannot be parsed and may be invalid.

Archives

  • February 2018
  • April 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • April 2016
  • February 2016
  • January 2016
  • November 2015
  • September 2015
  • July 2015
  • October 2013
  • August 2013
  • June 2013
  • April 2013
  • March 2013
  • January 2013

Categories

  • Uncategorized

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2022 Netonkel Tech Blog • Powered by GeneratePress
Scroll back to top