ae6b9f3b940ed614a727b7e9edf1012cdbfb3170
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%