8018d58e55a400c1352b432d275fcda2a258318e
Windows
Winget
Requirements
Enable Winget in terminal as administrator :
winget configure --enable
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
Installing libre softwares
Starter pack :
- Firefox ESR (FR)
- 7Zip
- VLC
Launch terminal as administrator and run the following command :
winget configure --file libre-soft-start-pack.yaml --accept-configuration-agreements
Languages
PowerShell
100%