4449 shaares
2 results
tagged
PowerShell
A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
Source : https://sebsauvage.net/links/?x0Sh8Q
Downloads any free app and its dependencies from the Microsoft store.
Very useful if you cannot access the Microsoft store on a computer.
Usage example, to install the HEIF image codec to handle .avif images (hope you know what you are doing):
powershell -c "Set-ExecutionPolicy Unrestricted"
powershell .\Download-AppxFromStore.ps1 https://apps.microsoft.com/store/detail/extensions-dimage-heif/9PMMSR1CGPWG
powershell -c "Set-ExecutionPolicy RemoteSigned"
Then run the installer program downloaded.