Useful Windows oneliners

- Posted in Uncategorized by
When creating a Windows 8 Image, you can remove the Windows Modern Apps with powershell import-module DISM Get-AppXProvisionedPackage -online | RemoveAppxProvisionedPackage -online

Useful Mac defaults and oneliners

- Posted in Uncategorized by
Set Extended Print/Save dialog defaults write /Library/Preferences/.GlobalPreferences NSNavPanelExpandedStateForSaveMode 1 defaults write /Library/Preferences/.GlobalPreferences