HOW DO i REINSTALL winget ?

Anonymous
2025-01-01T22:18:33+00:00

HOW DO i REINSTALL winget ?

***moved from Windows / Windows 10 / Files, folders, and storage***

Windows for business | Windows Client for IT Pros | Performance | Windows desktop and shell experience

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

22 answers

Sort by: Most helpful
  1. Anonymous
    2025-01-02T23:00:00+00:00

    C:\Windows\System32>winget install app installer

    Agreements for Windows App [9N1F85V9T8BN] Version Unknown Version: Unknown Publisher: Microsoft Corp. Publisher Url: https://windows365.microsoft.com Publisher Support Url: https://info.microsoft.com/ww-landing-Windows-365-Contact-Me.html?LCID=en-us License: https://learn.microsoft.com/legal/windows-app/windows-app-license-terms Privacy Url: https://privacy.microsoft.com/en-US/privacystatement Agreements: Category: Productivity Pricing: Free Free Trial: No Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction Seizure Warning: https://aka.ms/microsoft-store-seizure-warning Store License Terms: https://aka.ms/microsoft-store-license Agreements for APK Installers [9P2JFQ43FPPG] Version Unknown Version: Unknown Publisher: wherewhere Publisher Url: https://github.com/Paving-Base/APK-Installer Publisher Support Url: https://github.com/Paving-Base License: ms-windows-store://pdp/?ProductId=9P2JFQ43FPPG Privacy Url: https://github.com/Paving-Base/APK-Installer/blob/main/Privacy.md Copyright: https://github.com/Paving-Base/APK-Installer/blob/main/LICENSE Agreements: Category: Developer tools Pricing: Free Free Trial: No Terms of Transaction: https://aka.ms/microsoft-store-terms-of-transaction Seizure Warning: https://aka.ms/microsoft-store-seizure-warning Store License Terms: https://aka.ms/microsoft-store-license The publisher requires that you view the above information and accept the agreements before installing. Do you agree to the terms? [Y] Yes [N] No: Y (1/2) Found Windows App [9N1F85V9T8BN] Version Unknown This package is provided through Microsoft Store. winget may need to acquire the package from Microsoft Store on behalf of the current user. Starting package install... ██████████████████████████████ 100% Successfully installed (2/2) Found APK Installers [9P2JFQ43FPPG] Version Unknown This package is provided through Microsoft Store. winget may need to acquire the package from Microsoft Store on behalf of the current user. Starting package install... ██████████████████████████████ 100% Successfully installed

    0 comments No comments
  2. Anonymous
    2025-01-03T03:28:11+00:00

    The outputs show winget is working correctly.

    0 comments No comments
  3. Anonymous
    2025-01-03T03:38:00+00:00

    C:\Windows\System32>Winget Upgrade --all
    No installed package found matching input criteria.

    C:\Windows\System32>

    Also, how do I do this ?
    Add-ProvisionedAppPackage -online -PackagePath "C:\DesktopAppInstaller.msixbundle" -skiplicense

    What do I tell it to instal? How do I tell it what...?

    Add-ProvisionedAppPackage -online -PackagePath "C:\DesktopAppInstaller.msixbundle" -skiplicense
    
    0 comments No comments
  4. Anonymous
    2025-01-03T03:45:18+00:00

    Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

    PS C:\Users\EQUUS\OneDrive\Desktop> winget upgrade --all
    PS C:\Users\EQUUS\OneDrive\Desktop>

    0 comments No comments
  5. Anonymous
    2025-01-03T16:09:42+00:00

    Maybe there are no updates available for any apps?

    Per Microsoft: "Some applications do not provide a version. They are always latest. Because the Windows Package Manager cannot identify if there is a newer version of the app, an upgrade will not be possible."

    You can try installing an older version of 7-Zip (for testing purposes) and run the "winget upgrade" command to see if an update is available.

    0 comments No comments