Skip to content

Netonkel Tech Blog

Scripts, oneliners and various technical articles

Month: October 2016

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

Windows Updates potentially breaking stuff

October 12, 2016 by Sune Gellert

I’ve been running into several updates, especially the past year or so, which breaks Windows one way or another.
So I’ve decided to make a list of those, at least for myself, to keep track.
KB3063109 Updates HyperV Integration Services to 6.3.9600.18080, caused BSOD 0x0000007B (INACCESSIBLE_BOOT_DEVICE) on multiple VMs running 2012R2

 

Categories Uncategorized Tags Windows, WSUS 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
© 2021 Netonkel Tech Blog • Powered by GeneratePress
Scroll back to top