31bfed91215dc89c4a69cf23478310a3225d3588
Windows
Uninstall Windows applications provisioned
Uninstalling Windows applications via winget
Uninstall Windows applications just for the current user. Run the PowerShell script Winget-Remove-BuiltInApps.ps1 located in the powershell folder :
powershell -ExecutionPolicy Bypass -File .\Winget-Remove-BuiltInApps.ps1
Uninstalling completely Windows applications
Uninstall Windows applications just for all users. Run the PowerShell script Remove-BuiltInApps.ps1 located in the powershell folder :
powershell -ExecutionPolicy Bypass -File .\Remove-BuiltInApps.ps1
Languages
PowerShell
100%