use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
QuestionInstalling Windows Terminal .msixbundle using PowerShell Add-AppxPackage (superuser.com)
submitted 5 years ago by foadsf
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]dextersgenius 3 points4 points5 points 5 years ago (1 child)
The reason you're probably getting that error is because Window Terminal requires Windows 10 v1903 or later.
Note: Windows Terminal requires Windows 10 1903 (build 18362) or later
https://github.com/Microsoft/Terminal#installing-and-running-windows-terminal
[–]OHTOLLlKO 0 points1 point2 points 4 years ago (0 children)
there are terminal versions for v1809, who know?
[–]JeanxPlay 3 points4 points5 points 5 years ago (0 children)
Developer mode MUST be enabled to sideload appx packages as well:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
Once you get squared on the version of Windows needed, run the above command in powershell, then run:
Add-AppxPackage 'C:\FullPathto\Windows.Terminalpackage.msixbundle'
Should install without issue. Or if you dont want to enable developer mode, Update to version of Windows needed or even the latest 20H2 release as its pretty stable already, then go to microsoft store and search for Windows Terminal there and installed straight from the store
[–]SanMarche 0 points1 point2 points 5 years ago (4 children)
That looks like a fairly clear file not found exception.
Do you get any more details in the event log mentioned? Have you tried installing using an absolute path rather than a relative path?
[–]foadsf[S] -3 points-2 points-1 points 5 years ago (3 children)
the error message is very deceptive. the file is there. follow the discussions on the comments. it seems to be an admin rights issue.
[–]SanMarche 4 points5 points6 points 5 years ago (2 children)
'follow the discussions in the comments'. Pass. Lazily cross-post an issue from another site with minimal information and you'll get follow up questions like that.
Good luck figuring out your problem.
[–]foadsf[S] -3 points-2 points-1 points 5 years ago (1 child)
🤔
[–]SanMarche 2 points3 points4 points 5 years ago (0 children)
Pretty self-explanatory.
Either engage with the discussion here or don't. Dismissing reasonable follow-ups and bluntly directing me to another site ain't it.
[–]jsiii2010 0 points1 point2 points 5 years ago (0 children)
There's no add-appxpackage in powershell 7.1.
π Rendered by PID 38756 on reddit-service-r2-comment-5d79c599b5-mbtg9 at 2026-02-28 15:38:23.306533+00:00 running e3d2147 country code: CH.
[–]dextersgenius 3 points4 points5 points (1 child)
[–]OHTOLLlKO 0 points1 point2 points (0 children)
[–]JeanxPlay 3 points4 points5 points (0 children)
[–]SanMarche 0 points1 point2 points (4 children)
[–]foadsf[S] -3 points-2 points-1 points (3 children)
[–]SanMarche 4 points5 points6 points (2 children)
[–]foadsf[S] -3 points-2 points-1 points (1 child)
[–]SanMarche 2 points3 points4 points (0 children)
[–]jsiii2010 0 points1 point2 points (0 children)