misc/FAQ.md

91 lines
3.8 KiB
Markdown
Raw Normal View History

2023-11-03 00:02:07 +01:00
Frequently Asked Questions
==========================
2023-11-03 01:14:06 +01:00
## What is the official UUP dump website address?
2023-11-03 00:02:07 +01:00
UUP dump officially operates under the https://uupdump.net address.
There are many copies which are hosted without our knowledge nor authorization. These use a modified and outdated version of our code which may cause incorrect downloads. In addition, due to the way UUP dump is structured, it is extremely easy for these websites to inject malware in a non-obvious way.
## Where is the source code of the website?
The source code of the website has been made private due to the above concerns, as we do not wish to be liable for any damages caused by copies of UUP dump not hosted by us.
While the website code itself is no longer open source, many parts out of which it is made are.
2023-10-18 22:06:19 +02:00
2023-11-07 20:30:50 +01:00
## I want to retrieve some data from UUP dump in an automatic manner
For this purpose we host an official instance of the [UUP dump JSON API](https://git.uupdump.net/uup-dump/json-api). You can access it at https://api.uupdump.net.
For instruction how to use it, please refer to the documentation found in the repository.
2023-10-18 22:06:19 +02:00
## Which build do I choose?
This is a question only **you** can answer.
## Which build entry do I choose?
Most builds will be available as one of the following:
2023-11-07 20:30:50 +01:00
* Cumulative Update (AKA „***Update** for [...]*”)
2023-10-18 22:06:19 +02:00
* Feature Update (AKA „***Upgrade** to [...]*” or no special name at all)
If you want to create an updated image or you're not sure, choose the **Feature Update**.
So: _Cumulative Updates generally aren't very useful, avoid them._
2023-11-03 00:02:07 +01:00
2023-10-18 22:06:19 +02:00
## How do I choose Enterprise/Education or other editions?
Select their **base edition** first.
| Virtual Edition | Base Edition |
|---------------------- |-------------- |
| Enterprise | Pro |
| Education | Pro |
| Pro Education | Pro |
| Pro for Workstations | Pro |
| IoT Enterprise | Pro |
| Home Single Language | Home |
You can select the **virtual editions** after you choose to **add additional editions** (third **Download method**).
## "There are no languages available for this build."?
This means the chosen entry is **not** a complete build of Windows.
It's probably one of the following:
* standalone update.
* Server build without metadata
Those entries **cannot** be made into Windows images. Their files can sometimes be useful though.
If you see this on a regular build of Windows or Windows Server, that means it's metadata ESD is unavailable.
2023-11-03 00:02:07 +01:00
## "This update has known issues preventing the creation of a working ISO."?
This means the chosen entry contains some data, **but not all**, required to create a properly working Windows image.
While it would possible to build ISO image out of this entry, the Windows installation made out of it would be unusable.
2023-10-18 22:06:19 +02:00
## Debloat?
No. Don't.
## There's a build with a `(2)` in its name. What does this mean?
Most often that the build was pushed to more than one channel.
Alternatively this could be a build of a different release type that was mistaken for a duplicate.
2023-11-03 00:02:07 +01:00
## Help! My Windows copy is missing "Windows Security" app or "Settings" app does not open.
This applies only to Windows 11, version 22H2 and later.
A cause of this is a failed conversion process or a conversion done on an unsupported platform. You'll need to redo the process and reinstall Windows to fix this.
Alternatively if you don't want to reinstall or can't, you may try one of the following steps.
### Fix not working "Settings" app or a missing "Microsoft Store" app
Open the Command Prompt as an administrator and type `wsreset -i`. The issue should be fixed in a few minutes.
### Fix missing "Windows Security"
Go to the UUP dump page for the build you installed and using the **Browse files** section search for `SecHealthUI`. Download and install that `appx` package to fix the issue.