I hadn't used the Store much but other things had installed fine, like Ubuntu. This is not the only way to install this app, as it's open source, you could build and install it yourself, but why bother? Plus I might want to use Store for something else and didn't want a broken system.
Long story short, it appears that the Terminal installer requires encryption to be supported (although it's free and open source!?), and somehow mine was not enabled. Even after doing a registry hack, when I restarted it was disabled again. I had to run these two commands, which were hard to track down, to get it to finally stick, and then I could install.
Instructions:
- Open Windows Powershell as Administrator (right-click menu)
- Run: Set-ItemProperty HKLM:SYSTEM\CurrentControlSet\Control\FileSystem NtfsDisableEncryption -Value 0
- Run: fsutil behavior set disableencryption 0
- Restart
- Check that it's set properly (0) with: Get-ItemProperty HKLM:SYSTEM\CurrentControlSet\Control\FileSystem NtfsDisableEncryption
Now you should be able to install Windows Terminal and other apps throwing the same error.
Links I used, which may help if this isn't your solution:
- https://support.microsoft.com/en-ph/help/4027498/microsoft-store-fix-problems-with-apps
- https://answers.microsoft.com/en-us/windows/forum/all/windows-10-store-fails-with-0x80073cf9/b8ec2724-b087-4599-8651-0b35760962d6
- https://www.thewindowsclub.com/fix-windows-10-store-error-0x80073cf9/#:~:text=Error%20code%200x80073CF9%20denotes%20Severity,do%20to%20fix%20the%20problem.&text=Run%20an%20SFC%20scan%20as,to%20repair%20corrupt%20system%20files.&text=At%20times%2C%20downloads%20don't%20work%20right%20with%20wireless%20connections.
- This comment on the above got me going in the right direction, but was only half right: http://disq.us/p/273p2ke
- https://www.thewindowsclub.com/error-0x80073cf9-this-app-couldnt-be-installed/
- Closer: https://github.com/microsoft/terminal/issues/4761
- Hooray! https://www.technipages.com/disable-windows-file-encryption-efs
No comments:
Post a Comment