Note : Do Not Copy The Hash (#)
# Get-ExecutionPolicy (Check Restrictions Command)
# Set-ExecutionPolicy Unrestricted (Unrestrict Command)
# Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted
# Install-Script -Name winget-install -Force
# winget-install.ps1
https://apps.microsoft.com/
https://store.rg-adguard.net/
# irm "link" -o 'app'sname'.appx (Download Command)
# Add-AppxPackage .\'app'sname'.appx (Installation Command)
uninstall winget
check if winget is installed: Get-AppxPackage Microsoft.DesktopAppInstaller
If it appears in the list, uninstall it using: Get-AppxPackage Microsoft.DesktopAppInstaller | Remove-AppxPackage