A fresh install of Windows 10 has lots of inbuilt applications (Bloatware) which we do not need. To uninstall these default apps we need to use PowerShell Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage GetOffice: Get-AppxPackage *officehub* | Remove-AppxPackage Mail / Contacts / Calendar: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage Alarm: Get-AppxPackage *windowsalarms* | Remove-AppxPackage 3dBuilder: Get-AppxPackage *3dbuilder* | […]
Posts tagged PowerShell
Server 2012 R2 Core install to Full G...
There are many reason why an organization would want to use a Core install of Windows Server 2012 R2 be it a smaller footprint, or attack surface or even reduced management overhead. Lets face it doing everything over command line just plain sucks and you would rather do it via GUI. If you are like […]
Installing and Configuring Remote Des...
In this post we are going to cover how to install and configure Remote Desktop Services (RDS) in Windows Server 2012, this post will only cover how to get RD Licensing, RD Gateway & RD Session Host configured, we are not however going to cover Virtual Desktop Deployment or RemoteFX in this post. 1. We […]