-
Brief description of your issuei installed app isntaller using the ms store link given in documentation but i dont see it in the search bar. i even tried the winget command in cmd but it doesnt work. in the windows app it shows i have installed it. i tried to install manually but i dont understand what to do with the admx and adml file. i dont have admin privileges and i am on a guest account. i also mentioned both cmd and search bar bug because i assume theyre corellated. im not al that experienced in coding or command line.Steps to reproducegiven in desriptionExpected behaviori expected it to download power tools in cmd and show up in search bar.Actual behaviorbut it shows winget is not recognized as internal or external command and does not show up in the search bar. Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@thaynos in order to get the version of the App Installer with the Windows Package Manager from the Microsoft Store, you must be running on an Insider build of Windows, or have joined the Windows Package Manager Insider program. You can also directly install the 1.0 release from GitHub. You can check to see which version is installed via PowerShell with the following command: You should open PowerShell directly rather than executing it in Windows Terminal If you see the following error: You should open PowerShell directly rather than executing it in Command Prompt if you see the following error: |
Beta Was this translation helpful? Give feedback.
-
The output for Example output:
|
Beta Was this translation helpful? Give feedback.
-
also i think the reason why it never showed in search bar is because it never installed in the first place. but i always click on isntall and it shows gettign ready to install but then it just disappears. |
Beta Was this translation helpful? Give feedback.
@thaynos in order to get the version of the App Installer with the Windows Package Manager from the Microsoft Store, you must be running on an Insider build of Windows, or have joined the Windows Package Manager Insider program. You can also directly install the 1.0 release from GitHub.
You can check to see which version is installed via PowerShell with the following command:
Get-AppxPackage microsoft.desktopappinstaller
You should open PowerShell directly rather than executing it in Windows Terminal If you see the following error:
Get-AppxPackage: The 'Get-AppxPackage' command was found in the module 'Appx', but the module could not be loaded. For more information, run 'Import-Module Appx'.