Tips & tricks

PowerShell

True PowerShell Admin

Get-AppxPackage *Microsoft.GetHelp* -AllUsers| Remove-AppxPackage
Get-AppxPackage *Microsoft.YourPhone* -AllUsers | Remove-AppxPackage
Get-AppxPackage *Microsoft.People* -AllUsers | Remove-AppxPackage
Get-AppxPackage *officehub* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Get-AppxPackage *Maps* | Remove-AppxPackage
Get-AppxPackage -allusers Microsoft.549981C3F5F10 | Remove-AppxPackage
Get-AppxPackage -name “Microsoft.Office.Desktop” | Remove-AppxPackage
Get-AppxPackage *Microsoft.GetHelp* -AllUsers | Remove-AppxPackage
Get-AppxPackage -allusers Microsoft.SkypeApp | Remove-AppxPackage
Get-AppxPackage -Name Microsoft.MicrosoftOfficeHub | Remove-AppxPackage
Get-AppxPackage *bingweather* | Remove-AppxPackage

Windows Debloader Utility

Thanks to Chris Titus for sharing is work
https://github.com/ChrisTitusTech/winutil?tab=readme-ov-file
  Launch Command
  Simple way
  irm https://christitus.com/win | iex
  Courtesy of the issue raised at: #144
  or by executing:
  iwr -useb https://christitus.com/win | iex
  if for some reason this site is not reachable from your country please try running it directly from github
  irm https://raw.githubusercontent.com/ChrisTitusTech/winutil/main/winutil.ps1 | iex
Chris Titus Win Utility

How to setup a Trunk in FreePBX

coming soon

How to setup 3CX self hosted for FREE

coming soon

How to

coming soon