-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winget not found - problems with active directory accounts and using winget #4804
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
@unclesam87 - Have you tried using Edit: Whoops, didn’t read far enough; Now I see it at the bottom |
I'm not sure, but could a Group Policy setting be causing an issue? |
We built the
|
thank u! this function has to be run for every user who tries to run winget right? or can we automate this a bit? |
You could leverage the Microsoft.WinGet.Client PowerShell module to automate the process of ensuring the latest stable version of WinGet is installed using the Repair-WinGetPackageManager cmdlet: |
Brief description of your issue
We like to use Winget to supply computers with complete software. Unfortunately, we are currently unable to install Winget in such a way that it is available to all users. This is a big problem for our admins (they are in a local admin group, but use domain accounts).
Whenever they start an administrative cmd, they get an error that Winget cannot be found. This is our current code to install Winget on the devices:
If you have any better ideas or if it is a feature that is missing, please mark it - we are grateful for everything!
And thanks for all the work on Winget!
Translated with DeepL.com (free version)
Steps to reproduce
install winget and use an different user from that system
Expected behavior
install winget and use it with every user (even ones that comes later to that system as an domain user;))
Actual behavior
winget couldnt be found
Environment
The text was updated successfully, but these errors were encountered: