Joined
·
126 Posts
Yet another Windows 11 related question, and again about offline-install.
Yes, as we all know, Windows 11 is not at all designed to be used on an completely offline PC, but that's exactly what I want to be able to achieve.
I got already most things running perfectly.
But I just found out, that when I install Windows 11 offline, it will not install any Inbox Apps like Notepad, Paint, Maps, etc.
There are just placeholders that say something like "Here will be a super cool new App", or something like that, because it tries to download it, but can't obviously.
This is my main question:
So, how would I get the Inbox Apps without internet?
What is the best way and best source to get all Inbox Apps offline at once (like, are they hidden somewhere on the Windows 11 install medium)?
Now follows a pretty long text, that explains what I already did.
You can skip reading that, if you already have a better idea on how to install the Apps.
I found that all of the Apps are in Microsoft Store, and there are some sketchy websites that allow downloading these from the Microsoft Store as .appx installs.
Well, I didn't like that idea of downloading all single Apps one by one, because it would take much too long.
Then I learned about the "Language and Optional Features ISO", that apparently only Insiders get, but I really don't know but I managed to get it from the official Microsoft server without being an Insider, by following some guide on the Microsoft website itself. I really wish to share it, but I literally lost the link to it. I am surprised that Microsoft would do that, but here I am, having the official Language and Optional Features ISO..
But that is beside the point, because the point is, that I am having now the Language and Optional Features ISO, which contains literally every single Inbox App from Windows 11.
Sadly, again I came to a problem there: I can't install them, because not even the App Installer is installed. Which means I need to install the App Installer by using this PowerShell command:
Add-AppxPackage c:\path\to\app.appx
I used that command to install the App Installer, and installed some Apps from the Language and Optional Features ISO.
Most of them work now, all is fine, but some give me some warning that App Installer has no rights to install it.
So my questions about that are:
1. Is the Language and Optional Features ISO the best source of the Apps, or are they somewhere hidden on the Windows 11 install medium?
2. Can the PowerShell command install it? Has PowerShell the rights to install any App that the App Installer can't?
3. And do I really have to install each App one by one? Or is there a command on how to install all .appx files at once?
Yes, as we all know, Windows 11 is not at all designed to be used on an completely offline PC, but that's exactly what I want to be able to achieve.
I got already most things running perfectly.
But I just found out, that when I install Windows 11 offline, it will not install any Inbox Apps like Notepad, Paint, Maps, etc.
There are just placeholders that say something like "Here will be a super cool new App", or something like that, because it tries to download it, but can't obviously.
This is my main question:
So, how would I get the Inbox Apps without internet?
What is the best way and best source to get all Inbox Apps offline at once (like, are they hidden somewhere on the Windows 11 install medium)?
Now follows a pretty long text, that explains what I already did.
You can skip reading that, if you already have a better idea on how to install the Apps.
I found that all of the Apps are in Microsoft Store, and there are some sketchy websites that allow downloading these from the Microsoft Store as .appx installs.
Well, I didn't like that idea of downloading all single Apps one by one, because it would take much too long.
Then I learned about the "Language and Optional Features ISO", that apparently only Insiders get, but I really don't know but I managed to get it from the official Microsoft server without being an Insider, by following some guide on the Microsoft website itself. I really wish to share it, but I literally lost the link to it. I am surprised that Microsoft would do that, but here I am, having the official Language and Optional Features ISO..
But that is beside the point, because the point is, that I am having now the Language and Optional Features ISO, which contains literally every single Inbox App from Windows 11.
Sadly, again I came to a problem there: I can't install them, because not even the App Installer is installed. Which means I need to install the App Installer by using this PowerShell command:
Add-AppxPackage c:\path\to\app.appx
I used that command to install the App Installer, and installed some Apps from the Language and Optional Features ISO.
Most of them work now, all is fine, but some give me some warning that App Installer has no rights to install it.
So my questions about that are:
1. Is the Language and Optional Features ISO the best source of the Apps, or are they somewhere hidden on the Windows 11 install medium?
2. Can the PowerShell command install it? Has PowerShell the rights to install any App that the App Installer can't?
3. And do I really have to install each App one by one? Or is there a command on how to install all .appx files at once?