Useful Windows oneliners

When creating a Windows 8 Image, you can remove the Windows Modern Apps with powershell

import-module DISM
Get-AppXProvisionedPackage -online | RemoveAppxProvisionedPackage -online