Would occasionally like to use MS/HP recovery functions, but as a consequence of total long-time reliance on ATI don't know how

I've already tried to solve this problem through the HP forum, see https://bit.ly/2LNwGKu (german), but was forced to give up because the solutions offered 'didn't work for me', and I don't understand the background good enough to assess which of my problems are owed to MS and what to ATI, or the interaction of these two.
As described there, my present situation is that both my (identical) ProBook 440 G4 notebooks with Windows 10 do boot and work; they also boot from flash drive into ATI (if so desired); but if I click F11 in the startup menu, then I don't get into system recovery - instead, I see a blue screen and an error code 0xc0000225, telling me my machine needs to be repaired.
After confirming that I actually have a partition called recovery, I was then advised by HP to repair an erroneous entry in the boot menu, and this was to be done according to https://bit.ly/2F2M7xV What looked like a target-oriented procedure on the home straight ended after a few minutes without success, because again everything is 'different for me', doesn't work as described.
If I were in the developped world, I would just go and find an IT expert and book a personal session to have this mess sorted out, but in the exotic tropics with a likewise language where I happen to be, this is not a viable option. Is there anything promising we could try to do over a distance?


- Log in to post comments

Hi there, and thank you. I've just skimmed the answers there. My impression is, basically, that they recommend you to set the recovery partition active, then go from there.
While this sounds kind of logical, the first thing that comes to my mind is, how will it boot henceforth? Or do I have a chance in the process to undo this change before I need to work my computer again?
The next thing is that, even if I wanted to try that, I can't seem to set it active - all is greyed out. And it's not just a free-version Minitool thing - same goes for Windows.
So yes, I think I feel a bit mentally exhausted presently, so tend to give it a rest. After all, ATI works fine since our last effort .)
- Log in to post comments

Don, I didn't see much discussion about 'after' setting the HP recovery partition active other than it seemed to suggest this caused the MBR to be rewritten and put back the F11 on boot.
Provided you have a Windows Install or Repair disc or USB stick that you can use to get to a Command prompt, then you could use Diskpart commands to change the Active partition if that was needed.
The commands would be:
diskpart (to invoke the utility at a command or powershell prompt)
list disk (to identify the drive you are working with, i.e. 1)
select disk 1 (using the drive number identified above)
list partition (to see all the partitions on the selected disk)
Note: Look for a partition with '*' on the left edge - this is the current Active one!
select partition ? (using the number of the partition you want to change)
detail partition (to see the current detailed status of the selected partition)
active (to mark the selected partition as active)
PS E:\powershell> diskpart Microsoft DiskPart version 10.0.17763.1 Copyright (C) Microsoft Corporation. On computer: DELLSTUDIO DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 931 GB 2048 KB Disk 1 Online 186 GB 1024 KB DISKPART> select disk 0 Disk 0 is now the selected disk. DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 OEM 141 MB 31 KB * Partition 2 Primary 72 GB 142 MB Partition 3 Primary 73 GB 72 GB Partition 0 Extended 786 GB 145 GB Partition 4 Logical 147 GB 145 GB Partition 5 Logical 15 GB 292 GB Partition 6 Logical 67 GB 307 GB Partition 7 Logical 10 GB 374 GB Partition 8 Logical 492 GB 384 GB Partition 9 Logical 28 GB 877 GB Partition 10 Logical 21 GB 906 GB Partition 11 Logical 4059 MB 927 GB DISKPART> detail partition Partition 2 Type : 07 Hidden: No Active: Yes Offset in Bytes: 148897792 Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- * Volume 1 D Windows10ne NTFS Partition 72 GB Healthy System DISKPART> help Microsoft DiskPart version 10.0.17763.1 ACTIVE - Mark the selected partition as active.
- Log in to post comments

Thanks for trying again to get me on my feet, but there must be some kind of block on my end which prevents me from reaching the necessary insight. In case you have some pedagogic patience left:
What I have learned in the course of the years of practical computer work is that there is the motherboard steered by the BIOS, whose settings can be accessed by the user through interrupting the boot process. (Just for the sake of completeness: On top of the BIOS, the operating system will be installed, and on it the user's software.)
Thus I understand that, by interrupting the boot process, I can instruct the computer to boot from a different medium - like a USB stick, as is the case with ATI. Then, the pertaining user interface is loaded from there, and after making the choices, fx the image stored is transferred. This would be done if something is wrong with the OS or user software. (All this according to my understanding.)
So this was this principle. The other working principle, the one regarding recovery, I don't as yet understand. And asking for my Windows install or repair disk or USB stick only adds to my confusion. I bought both notebooks with Windows (pre-) installed, there was no disk included. It doesn't have a disk drive either, but I bought an external one, for the very occasional situations where I actually need a disk.
So do I understand that I would need that (thus Windows install or repair disk/USB)? How would I get it then? I have all the purchase documentation, if this should have been included. And obviously, I would prefer to do this with a USB stick, rather than some disk.
As you said 'Provided you have a Windows Install or Repair disc...', I skipped the rest of your algorithm for today. I could get back to it the moment the condition mentioned by you is met on my end.
I tried to be logical, but what I said is evidently based on my present state of knowledge. If you can see where my deficits in this situation are, please do not hesitate to point at them! Of course I assume that this is something which can be understood within several minutes of reading and trying, thus doesn't require a semester of university studies.
- Log in to post comments

Don, you have Windows 10 installed & working per your initial post, and also have ATI installed - I presume this is ATI 2019 given your post to this forum.
In my signature, follow the link copied below:
MVP Log Viewer & Custom ATI PE Builder available from Community Tools page.
Download the MVP Custom ATI PE Builder tool and then extract the zip file contents to the root of your main drive, i.e. C:\ which should then give you a folder C:\MVP_ATIPEBuilder_v182 shown in Explorer. Open this folder and right-click on MVP_ATIPEBuilder.exe and take the option to 'Run as Administrator' to launch the standalone program (no install is needed).
Follow the prompts shown for the program and select to create the rescue media from your installed Windows Recovery Environment (WinRE). Note: you will need a spare USB stick to use for the rescue media of size 2GB minimum (max 32GB) which will be formatted as FAT32 by the program.
This MVP Custom WinPE rescue media will also give you a Windows Command Prompt to use with the earlier diskpart commands I gave you.
If you want to make a copy of the Windows 10 Install media then you can download the Windows Media Creation tool from Microsoft for this purpose. Note: this will be a large download of around 5GB size.
- Log in to post comments

This looks promising indeed! However, shortly after starting the MVP_ATIPEBuilder.exe file in my C:\ATI_PE_BUILDER path, then taking option 2 and seeing him confirming admin priv and announcing a system scan and preparation, he disappears with a hardly visible explanation (can't tell you the contents) - and every time.
The first time, I thought it might have to do with the wifi/WLAN (I found something there which looked like a warning), so changed my connection to LAN, but nothing has changed.
This is quite unfortunate and so unexpected. I see no warning in your message. Did you foresee that?
Re 'Don, you have Windows 10 installed & working per your initial post, and also have ATI installed - I presume this is ATI 2019 given your post to this forum': both YES.
And thank you for not having given up on me (yet). I will try what is within my force to reach the goal...
- Log in to post comments

Don, look in the C:\MVP_ATIPEBuilder_v182\Logs folder where you should find a text log for each attempt to use the program, which should throw more light on what is happening.
- Log in to post comments


Don, not sure that it should make a real difference, but try moving the MVP_ATIPEBuilder_v182 folder to the C:\ root folder instead of having it as a sub-folder of C:\ATI_PE_BUILDER\ as shown in your image.
Also please ensure that you are using 'Run as Administrator' when launching the program.
- Log in to post comments

Direct root directory or not: I had the same feeling, after I originally extracted the zip file (true to my routine) to the desktop, but then I changed that and it ended up in directly the root directory. That was prior to my feedback.
After your response I checked again, and I noticed that the folder was wrapped in another homonymous folder, so I deleted the upper folder and moved the 2nd folder up.
Still the result is the same, see attachment 1. But there is one little hint I can give you: Due to my getting used to the extremely short error message, I could see that it had something to do with the syntax. - PS: This time, I managed to take a screenshot (att 2), a fraction of a second before the end, and containing the error message.
I can confirm again that I've run it as admin, and also that your software is confirming that this is the case - a few seconds before it ends.
Attachment | Size |
---|---|
484801-162443.jpg | 65.72 KB |
484801-162446.jpg | 83.96 KB |
- Log in to post comments

Don, it looks like the MVP tool isn't handling your language version of Windows, so I would need to pass this particular issue on to the program owner to see if he can resolve that. To do this, I have created a small Powershell script to collect some further information that the program was looking for at the point where it looks to be crashing out!
If you can extract the MVPinfo.ps1 file from the attached zip file then launch PowerShell on your computer. To run the script, change to the folder where the script file is located, then type:
.\MVPinfo.ps1 in the PowerShell window and press enter. You will see it create output in the form similar to the output from my computer shown below:
Please copy the output and post it to this topic
Attachment | Size |
---|---|
484804-162449.zip | 349 bytes |
- Log in to post comments

This is getting exciting .) Hope this is what you mean:
OSLanguage=1031
Caption=Microsoft Windows 10 Pro
Version=10.0.16299
BuildNumber=16299
OSArchitecture=64-Bit
WindowsDirectory=C:\WINDOWS
CSName=DESKTOP-VGMRR4V
UUID=E02A234B-2BA7-C5C5-0866-E09F5149A6BE
Attachment | Size |
---|---|
484845-162454.jpg | 525.92 KB |
- Log in to post comments

Don, thanks for the information. I got in touch with the MVP tool owner who also asked for you to check the following from your computer.
reagentc /info (to show the status of the Windows Recovery Environment)
and
bcdedit /enum all (to see how the Windows Boot Configuration looks currently ref your HP recovery partition).
I have modified the powerscript file to collect this further information - updated version attached.
The script will produce a text output file named MVPinfo.txt
Attachment | Size |
---|---|
484873-162475.zip | 554 bytes |
- Log in to post comments

While we indeed got a text file through this operation, the Powershell screen was filled with red ink. Is this what you wanted? You know that I don't understand a thing of what you're doing, right?
========================================================================================
OSLanguage=1031
Caption=Microsoft Windows 10 Pro
Version=10.0.16299
BuildNumber=16299
WindowsDirectory=C:\WINDOWS
CSName=DESKTOP-VGMRR4V
UUID=E02A234B-2BA7-C5C5-0866-E09F5149A6BE
========================================================================================
Konfigurationsinformationen zur Windows-Wiederherstellungsumgebung (WinRE) und
zur Systemwiederherstellung:
WinRE-Status: Disabled
WinRE-Ort:
Startkonfigurationsdaten-ID: a4584227-d6a4-11e7-a485-bfdd3dcd43b1
Ort des Wiederherstellungsimages:
Index des Wiederherstellungsimages: 0
Ort des benutzerdefinierten Images:
Index des benutzerdefinierten Images: 0
========================================================================================
Start-Manager für Firmware
--------------------------
Bezeichner {fwbootmgr}
displayorder {bootmgr}
{8ffd06f8-9438-11e7-b7c8-e5b541933ea6}
{8ffd06f9-9438-11e7-b7c8-e5b541933ea6}
{8ffd06f5-9438-11e7-b7c8-e5b541933ea6}
{99fd7471-fa06-11e8-baaa-806e6f6e6963}
{8ffd06eb-9438-11e7-b7c8-e5b541933ea6}
{8ffd06ec-9438-11e7-b7c8-e5b541933ea6}
{8ffd06ed-9438-11e7-b7c8-e5b541933ea6}
{8ffd06ee-9438-11e7-b7c8-e5b541933ea6}
{8ffd06ef-9438-11e7-b7c8-e5b541933ea6}
{8ffd06f0-9438-11e7-b7c8-e5b541933ea6}
{8ffd06f1-9438-11e7-b7c8-e5b541933ea6}
{8ffd06f2-9438-11e7-b7c8-e5b541933ea6}
{8ffd06f3-9438-11e7-b7c8-e5b541933ea6}
{8ffd06f4-9438-11e7-b7c8-e5b541933ea6}
{8ffd06f7-9438-11e7-b7c8-e5b541933ea6}
timeout 0
Windows-Start-Manager
---------------------
Bezeichner {bootmgr}
device partition=\Device\HarddiskVolume2
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale de-DE
inherit {globalsettings}
default {current}
resumeobject {8ffd06fe-9438-11e7-b7c8-e5b541933ea6}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06eb-9438-11e7-b7c8-e5b541933ea6}
description Startup Menu
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06ec-9438-11e7-b7c8-e5b541933ea6}
description System Information
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06ed-9438-11e7-b7c8-e5b541933ea6}
description Bios Setup
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06ee-9438-11e7-b7c8-e5b541933ea6}
description 3rd Party Option ROM Management
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06ef-9438-11e7-b7c8-e5b541933ea6}
description System Diagnostics
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06f0-9438-11e7-b7c8-e5b541933ea6}
description System Diagnostics
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06f1-9438-11e7-b7c8-e5b541933ea6}
description System Diagnostics
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06f2-9438-11e7-b7c8-e5b541933ea6}
description System Diagnostics
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06f3-9438-11e7-b7c8-e5b541933ea6}
description Boot Menu
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06f4-9438-11e7-b7c8-e5b541933ea6}
description HP Recovery
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06f5-9438-11e7-b7c8-e5b541933ea6}
description SanDisk SD8SN8U-256G-1006
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06f7-9438-11e7-b7c8-e5b541933ea6}
description Network Boot
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06f8-9438-11e7-b7c8-e5b541933ea6}
description USB:
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {8ffd06f9-9438-11e7-b7c8-e5b541933ea6}
description USB:
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {99fd7471-fa06-11e8-baaa-806e6f6e6963}
description Intel Corporation: Realtek PXE B02 D00
Firmwareanwendung (101fffff)
----------------------------
Bezeichner {99fd78ea-fa06-11e8-baaa-c8d3ffe0c95d}
device partition=\Device\HarddiskVolume2
path EFI\Microsoft\Boot\bootmgfw.efi
description EFI\Microsoft\Boot\bootmgfw.efi
Windows-Startladeprogramm
-------------------------
Bezeichner {00170be8-a70a-4824-a8c1-417a0fd19059}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {00860a78-457a-4636-8c6b-6f9ed959ba66}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {00b6a74e-91cb-47a6-8c2f-27d1d2b400e3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {01e7ce3a-3f24-4623-a215-06bd8bad063a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {026633f6-7c5d-4ba0-92b9-2382c5564507}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {02d8956b-bee5-4c75-8c1a-ffbfc08fd76e}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {047fb47f-0344-46ca-8f81-60efee5494cf}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {0a760e6a-9077-4c2b-9ed2-f62fbc9535e1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {0c5c890b-850d-4195-8512-39734501d913}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {0d6e94f9-6cce-44a1-8468-d04881406321}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {0d9259f6-66f4-4f75-aec8-4d8fbfce8289}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {0e0fee48-a507-406e-bdfc-b22efb29a064}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {0e32315f-0592-4420-b6a5-d190c522a5b5}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1181ecc0-f115-477b-9929-4ff7cfb50bac}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {11b70404-f567-4562-ade9-106bebd15830}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {121684a5-c430-4306-b913-769d35535e54}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {141512c3-dc46-48ab-948b-1042f62e11a4}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {15bbc214-51f3-4251-8cff-8d0cc00ff997}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {168a3ca9-b627-48e2-9957-85514e3f8fee}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {17b75da1-95e1-470d-a097-2f2267853fa2}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1805a2f5-0aa3-4a02-a1f1-e54f27f5b106}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1a356416-1d3b-4b61-85cc-cb5da03fb0a8}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1a5d6863-ac85-4493-878e-f2d1a228ef6f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1ab7e00a-0861-407a-b9da-0cf9a99a1ab7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1c2a5f1f-2831-4883-8e33-796414a73456}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1d63719d-79e0-4ca6-bf5a-22497a7d2f80}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1e2a3abf-7c77-43de-b5d1-0ddadc38dfec}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1e42b410-a904-4d0b-adb7-7e8be9e91a2b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1e4b50af-c0c7-4055-afff-87452bf621c3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1f08cb24-9d1a-451f-be81-978dd124fc5a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {1f645b1c-b7ec-4abc-8040-0f82273c31f5}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {21355854-45f6-4919-b9c8-10b0824e956d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {21ca96bd-8bc7-48e2-a6f1-d46d71ac2ae0}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {21fac31a-c195-4f80-90a6-d3b7d58d70f6}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {223e963a-f489-48fc-8d1a-d4f62658da05}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {225f808b-d48e-4cd9-96ca-c770d5f9801a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {247e27ed-dd4c-46e6-ac1e-2fac825330c1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {24b1f1fe-e99a-45f6-b786-7bcfdb1e46e3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {250472d7-a8de-4686-8e9d-a335aa138312}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {25209e3a-1943-4c50-bc20-e9043eea7afd}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {26637ce8-ea68-457e-a49c-33f6482adfa7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {26e496c0-8614-4350-91bb-5e44fc4f504b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {285098c3-4eba-475d-b4d7-c55a364e2e88}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2886ba7a-5e60-4c7c-960d-57cf097e550b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {28daa8e4-fc2a-447a-92a0-52d4770ff9ef}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {28f7b05b-dc32-45ed-af82-057300947ed2}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {290b0027-762e-46d8-adbf-92ab5713656f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2a383053-928d-474b-bfe4-3e6b5a60a981}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2abb6674-927b-4e0c-9cb2-ee7d70386e7f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2b1205f7-3fff-4a5d-97f0-52e67f30fe3c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2b4e71a2-a9c7-4fcd-8b18-201000ba10db}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2b798fce-1585-4126-be1c-e5bf54e14258}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2c4e7846-5010-4f97-af4f-cf333fc6dbef}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2f1203e8-1f18-429d-9a37-9ef8e3384791}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2f449d40-883f-4a81-a670-b82cf95efff4}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2f9daac2-5905-4b70-872c-2c910102a910}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {2fedcc19-cbdb-4662-a742-3c5c89bd49e3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {30522f95-1b7e-4792-affe-dc7b30e2d404}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {30e266e9-e59d-4257-88e6-0022b8f52183}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {310d653f-1c7c-4327-9d66-b16eebfc04e4}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {317b7738-1a25-4915-949b-38527926e111}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {31f63cf6-d85f-4406-b53a-373241c52208}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {32cd0db2-bd77-4a00-b629-b1bd25df6c44}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3301931e-550a-454e-ad4b-04bb99510e34}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {33710bab-53ed-4806-b57f-616566b90df8}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3393d2cb-86d4-4401-b9f7-102f447e1e0a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {34015e04-cf26-4967-b530-36871fd72a5e}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {35094be7-75e8-48c9-ac46-da49fac03ccf}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3606ca82-0538-453a-a18d-223175be6032}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {374ce2e4-8f44-4312-bddc-ac62d4604343}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {37b0d510-9ad2-41f9-b9d3-ff93848e411f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {37ccb416-86bb-43fd-ac3e-4d95d73c9734}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {39046219-04bb-4826-8aca-5536756e85a7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {39b8917e-877c-43a4-a8f4-f53d9ede3ac3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {39fb5c15-cc67-4c27-81b1-985061e36a60}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3a84fe3c-492e-4ee6-b100-670e6793bf49}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3be97a9b-ed81-4888-90f0-3308a387eaf0}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3c015a52-48e0-4bef-bde7-0b393f4e9ed2}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3c47daba-ddf6-43e8-a82c-8c0bd45d932d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3c9b7604-c104-40fb-94d5-031c9dc06f08}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3d154d64-a023-4a55-914b-7bfe493e4796}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3ddeeef5-fa6a-4079-bfd7-d637e271cfcf}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3e91f1bc-70f7-4afe-b6a2-0f4f27b3060a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {3ec48a51-bfeb-49a5-808e-8f0f4a15462e}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4062f447-f946-4801-bc13-cdb3a92082e7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {40b0467c-f6bf-4611-991e-a4b93e90732a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {41f5fda7-ebe5-4c00-ac86-b080f086361a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {42485ac2-dcde-4498-acee-7b1ec9c8826d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {43a22058-9a01-46f8-912b-e039dc414cbf}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {43f15840-b05a-468c-8461-4ac9d4308ea2}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4461898a-6455-4f71-837c-eb6330d8cbf0}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4513b0db-b90d-4ba9-9726-b8d732ca2880}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {45b76a88-7422-49ef-a0df-35719fb56115}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {468179a5-b58e-42d2-b196-63f5e908a15f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {47146564-6d44-4a84-960f-e90afea12736}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {475e71a3-8bfc-4469-ae6d-33fb0e96b335}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {479c370d-9dc8-4be5-a223-a3ad36127347}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4a0017ed-833a-4d1c-83a0-46bf3118fc99}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4a88dad8-c9f9-425a-9302-fc34f1f949c1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4aae24ee-61fe-4ee3-be90-e05cb8118814}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4b300aee-5d1f-4af4-8c31-a20999905c41}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4b77348b-934e-4461-804e-18906dc21c97}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4bcf07a4-86d2-44e7-9da7-9220b191c056}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4d52dfd5-4728-4f2e-83da-fb6689a833d1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4d574acf-5f60-4e3b-9e76-13e8c20bae4a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4d60abf5-46a2-4b85-be75-c853bc6773b9}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4f158b7e-fbc4-46e6-a255-a5da0eae5b98}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4fbb6074-452c-4fe2-ae7d-4bec07bc101b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {4fe51013-1d52-4eef-836d-ee30599fd602}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {527209cb-61e0-48f9-bff7-e060779e6ff8}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {532711b3-0380-4147-b438-edf27e2e0997}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {5392132d-ce79-4390-9669-93a7954f09e9}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {54d37123-eddc-48b6-87cc-2f5a6998b1ab}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {5541d112-df8d-4f2e-ba30-3db563f7153a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {55d84ac3-9efa-4fa1-89ef-ef969d58527d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {55ebf499-9acd-4937-9165-a8e45c5e2d97}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {5647d659-f85c-4a1f-93ab-298bbbde1530}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {56bbca0e-cae3-43e3-a605-c636a7ea522c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {57b8d30d-1a87-4f11-aff4-3541ec4202dc}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {57ed4991-61b5-4bd2-8966-e4051e78157e}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {583e9292-ffa5-4e52-a757-33c3a5eb16de}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {5a0c81fd-ae53-4ec2-a256-48b58b999a3f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {5a27c263-2a1d-467e-a2da-9f4348bdc1b5}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {5c7e5a24-f9c0-4bd1-8928-ac36c5204a19}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {5e0f9f2b-088b-40b7-bc10-7eb5eb6727b8}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {5e4ff5b2-400b-4694-9911-b482b02b7048}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6024080f-eec1-405a-a938-cb3feb531eaa}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6038b2bb-3c7d-41ae-9074-466522b05999}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {60bd4dfd-0bfd-4c83-b22a-7c4e5ff26702}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6250abe2-0d96-4894-b4a4-85a037cf922d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {626b8bbd-dba2-4fb1-b992-f88a5c529b99}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6405ac8b-92f5-4838-b453-c29bfd4b27db}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {64cbc688-4bc2-4ec6-9ab4-a0d93b852180}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {64d02625-87ec-43c9-be52-7b77f7216bd0}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {657fb722-e84c-4518-8d6c-10d9ca868cf9}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6587b82b-f303-48c1-9f12-1528796ac0f1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {65e84303-9f25-42b2-b4c6-344a7ff1b158}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {66c390e4-9fa2-4263-9686-62b97eb69f90}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6707aa22-1c7b-40b9-836c-d03af949f05b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {69c2e395-081f-4c5d-b475-53d6640b6c28}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6a2413c5-c974-49f5-a40f-cbc62ede0c0b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6a48e26c-922a-49db-b5f5-073bb01ec5a1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6acc45f1-8fbb-4a0d-9020-dd930aeb43b4}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6bc086dc-552e-4cc1-bdb9-11565da6602f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6c22091b-0120-47f2-baf7-70c90ee43ea3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6c27bad0-9500-4b01-8304-380d33a54bd9}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6d26cdd0-92a6-47a0-bf6d-f5300bdd358b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6e950215-d371-47a4-bcc5-fdfe03407925}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6e97c687-f9ff-4f42-bcdc-e5ba7c86cd5e}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {6fd13bc6-9cb8-4f84-b5ac-88770a408142}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7023145f-eb1c-4ea5-9ff3-027a96a88294}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {70447fcc-158a-44b6-ad85-3f1658b15767}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7109fd4a-3a14-48f8-aef1-07bbc49d07d3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {71532298-6f74-4a89-a972-40e0a0a46a22}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {71610f3b-5fea-4a1e-8a89-842be1405f86}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {72a7bdbf-2384-4ae1-8c31-90c12ecd9127}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {734d0ad4-60d7-4f43-9cc3-d796edc409bb}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {73d29d91-b3e3-49dd-b5dc-6375a2f14533}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7480438e-9be0-484c-8f19-41400f02461f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {74c6f69c-d314-4f40-8ce8-b485c71a7eab}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {74df2346-ded6-4138-ae72-c3f5ff57f393}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {756b4758-a9ff-4709-affd-9955eae6fd3f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {77ab389d-92b6-47a2-8268-f53405262672}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {77d9e08c-5009-4776-9569-d59e564df864}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {77e1c391-83be-4a50-93f9-8e64473425b4}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {78626ffb-9893-4e41-b8a7-92d2af035aa7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {79359d6e-9dd4-4585-9c63-2794028d92bb}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {793a88df-e504-46ed-b63d-df9c6ecfc492}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {79f6d3b5-c0ba-41a6-ae66-5fc265f5f395}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {79fe0b16-7ff7-4bd1-beb6-e01807e59f52}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7b701c44-fbfd-467d-8ca0-baff3dc01901}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7b93fdf5-aa13-4e48-848e-a582bacb7ce7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7bd08785-9bf4-45ed-a8fc-90cf58db2269}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7c7e7cfb-df87-4e42-9147-ea0508f89af9}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7dc8f506-0c0d-46e1-b050-ab80d3a3303d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7ddcac0f-1037-4e58-9fd5-e5328e3d298a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7e2f5591-f806-4351-ba3b-182832366ff0}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {7f1dea9e-d3d9-4922-916b-a34f7cd053e4}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {80023275-b10f-4270-bf44-880cb99e0b89}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8043d231-4b66-4f47-9f96-e3e7c912a420}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8067a17b-9031-440d-9174-9c8d3419f5d1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8179eb91-a958-445b-8ea1-9951cb8a8ae9}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {82a7c319-cd62-4f1e-99c8-9566a0695e8f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {82bb75a3-2227-4a05-8d11-3bfecc84422c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8433749a-4a23-47e2-a8e9-17bf8ba95c4a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {849e55b8-6001-49ae-82b9-869c536b7953}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {84e38e25-35ac-4c05-bd19-1e4da1b08d8a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {85ef6965-6621-4c8b-8434-fa99c244f4e3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {86a6f242-3e19-44c5-90a3-1d7db3c561da}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8805b1ab-0360-403a-80ad-e1a7a9d5a2bc}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {88224411-8cf4-438b-9cc8-d4013d46e1f6}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8932ace0-7d76-4234-951a-b1c70a6c9cf3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {89ed6ed4-d34d-433d-a9a4-685193568a27}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8a82ec35-be9f-42de-9e5d-929fa98dedfa}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8ac5832d-70ab-42a1-897b-3f9f286ee678}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8ad8101c-4f29-4d2f-9908-45faeb2fe197}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8c10e439-b30b-4b2c-9ac1-2aecd187f6a1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8d30a4cd-751e-4227-9f96-67d050fa2c63}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8e164a9c-1519-4b1d-acca-ad34e22bd821}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8eceb9c9-a53b-40f4-a474-d65c6cc2cba5}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {8fb9b59e-1bb7-4dbc-938c-84ba862bf561}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {current}
device partition=C:
path \WINDOWS\system32\winload.efi
description Windows 10
locale de-DE
inherit {bootloadersettings}
recoverysequence {a4584227-d6a4-11e7-a485-bfdd3dcd43b1}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \WINDOWS
resumeobject {8ffd06fe-9438-11e7-b7c8-e5b541933ea6}
nx OptIn
bootmenupolicy Standard
Windows-Startladeprogramm
-------------------------
Bezeichner {901e2b6e-23a6-4a3f-a029-0d484fa38167}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {909852da-5842-4772-8f46-7cdb19500685}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {90a237ee-8ca5-4371-806e-ac32abf48bd8}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {91a56dd2-bf8e-4e37-921b-d2e0eae775db}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9217914f-1213-473a-a134-fdb220c1b2d1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9222a149-5d8c-4fdb-a7d0-cbfb88f77cf7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {92c66d6a-0230-44b2-9cf6-357891eaa5f9}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9322a216-238d-4278-8755-51a48c386023}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9325730c-0978-4f28-a4d6-437c60373779}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {950d6765-0a71-403a-b17e-b75ee54f0b9b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {953d00c9-b064-46b6-a6bf-ed25f93c789f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {956880db-0967-456c-9b09-dc21351d2885}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {95736aa9-10ab-42f2-a25f-4240d448f281}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {95c40f34-077f-4104-a33d-1954d3926c5b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9600ae4d-a888-4dbe-91f3-22ef71487b14}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {960fec4d-3de9-4b92-b021-097ff97f8aed}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {972ea640-d683-41e5-9e45-fbbe8a403adb}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {97617f3a-5d38-4e52-bfc4-414002dfb119}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {980b731e-99b7-42db-961c-7b28e7cd697b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9850d902-3304-4eed-98f9-6891a71753a4}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {994e197b-d849-45fe-903a-ce4b92a06759}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9a8a518d-780e-433e-9c14-39ba90d614f8}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9b3942f0-23a1-452b-af23-a0dba1d042ea}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9b74e73f-2f49-4f9e-ba1b-a5524ca28f09}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9b7b6f40-89c0-48fa-9033-06db95a5e702}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9bbf3754-5189-4b44-ad40-b70fe03fed78}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9bc32247-3939-4ff6-b473-93d7b200e257}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9c04baa0-cfea-44b6-a201-8c734252cefa}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9c0f5999-4588-4dd0-abb1-07c663ad7090}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {9f675176-6a57-42b5-9520-a0d38452b1ef}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a06933c3-fd01-4948-841f-8f2add3a02cd}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a090d30e-41d2-4c67-9f9b-d8771ce47f17}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a11c512f-0c12-4c0f-b87a-6df7876563d1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a16fe09d-2fea-43cb-ab70-d92ddbddbbe2}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a1f600e7-6483-48db-ac50-387b6cc9963b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a21ff4b3-1cd5-4f3a-a510-3db39f1bc538}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a2316635-3dfe-4dac-9971-31a441faff42}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a279f360-24d9-4226-baa5-6a6f2824bd56}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a27dbb9d-c67f-4dc2-9ab0-8b745d1f599b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a2c56f60-4209-466b-8fe1-904f085349c1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a3dfe556-b1ed-4601-918f-53692fb30730}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a4584227-d6a4-11e7-a485-bfdd3dcd43b1}
device ramdisk=[unknown]\Recovery\WindowsRE\Winre.wim,{a4584228-d6a4-11e7-a485-bfdd3dcd43b1}
path \windows\system32\winload.efi
description Windows Recovery Environment
locale de-DE
inherit {bootloadersettings}
displaymessage Recovery
osdevice ramdisk=[unknown]\Recovery\WindowsRE\Winre.wim,{a4584228-d6a4-11e7-a485-bfdd3dcd43b1}
systemroot \windows
nx OptIn
bootmenupolicy Standard
winpe Yes
Windows-Startladeprogramm
-------------------------
Bezeichner {a45d2c92-7414-41af-b979-d15ff7dc48f6}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a55cefab-8b92-4b6b-967c-fadc7cad6176}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a5656de4-eceb-482f-8c12-a3ae12ab3b97}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a579fb0e-4f99-4dcf-ade3-b75e69392faf}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a6fb4aae-7553-438a-8b7f-1a5e83c51eaa}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {a90f5255-0a18-4bf2-82d3-142d14680a8d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {aa29189f-55aa-4049-921c-9d874c9ba35b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ac4e8cb0-ed7c-4433-916b-a3fbb547678e}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ac6bb8b1-b2a0-4564-94b9-8c9301f8bf1c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ace5c41f-c22f-4a14-90dd-b619c1871def}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ad122a22-1c96-40d6-8a1c-92b5122e5a7a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ae4151c7-0986-4eb1-95fd-ec1b422c670d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ae46a7ad-dc7f-4190-a1d8-c7655f6b5d56}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {aeaecec7-0eec-4ab2-98a4-82ad23639575}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {aedd9596-5770-4f46-8d07-621019fb3f95}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {af4aac55-9e62-46c4-a62f-bd614bb67f57}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b1286d8d-6e90-46f7-b5b6-ca595e20254b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b1ea0cb8-8f2d-4330-b3e9-739e845786e3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b23610be-3ab3-4bbb-95e2-d2e7d83c4538}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b29f3cc1-bbaf-4fe8-bb44-98f8b7d00e61}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b2c4d83b-f425-4828-ab04-cde9bb76c7f6}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b320420a-329c-45e4-bfc4-45dd76a9d78b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b33e21fd-65bc-40ee-81d5-4ff3f1ebbf9d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b3b9a7c5-ae54-44a4-975d-b77e5ff6b994}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b3e694ab-65c5-41df-8b17-074ec5af0652}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b46ac51f-2601-4cf2-8eec-a6fc46673035}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b5d67e84-aa5a-4d61-99f9-932156f71e2c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b61f4c02-f4de-438b-8b9a-bea86dd02174}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b6b9df36-eb86-440d-a7c2-288e5d9e087e}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b6dda28c-79fb-40a4-8c37-e29c1c087f7f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b7261550-a3d6-4f42-a6f2-43421486922a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b756d6db-1862-4cf1-b6d4-bdfa66fa9bcd}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {b918d7fa-4408-4740-9d94-41dea2619807}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ba3d44f8-ad9c-488c-8d76-ac20fd7b1471}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {bb0437ba-f414-4ece-9ff0-66275d9639cd}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {bb9d2421-9105-4c80-9ac5-20a5eaf18435}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {bbffe4b2-d6ab-4667-9c4a-724e2dc9d078}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {bde32401-18b3-4240-adb5-4f9d69d7b005}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {be17dffe-debf-4264-8557-ad16f3ed3ea0}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {be341f57-980c-4a7d-8f32-c8e5cf0997e9}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {be7a675b-c586-4d18-9ffa-8c39d2b57513}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {be8698fa-c35d-4987-b30d-8cd37d51150d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {bf430466-221f-4c7d-b57e-ececa38d241c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c04e4a00-f575-4f04-be35-19ae429c67ee}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c243c672-1dbb-441e-ae12-f4dd2dd401a6}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c428596e-7247-400e-b8fe-de0d8ccc0ba1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c49113cc-b81a-4644-993a-cbf80bf247b3}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c5ab69cc-6b57-4d55-8850-ed5d3b973015}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c60d5e31-051f-43b8-9025-fe4fae900f77}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c6cb6a8c-e4b9-498a-98f6-7da1b8568964}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c6cd0a72-2d2b-4394-bf01-ab5dbf5f7e80}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c7356a2d-c980-4d1a-96b2-13014b9d5290}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c963deca-5314-4fed-b5a3-1228ffb36b87}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c9a4e896-47c3-4521-8bd9-e1b973403ab7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {c9e59fdb-9507-4ad2-9724-7463d658c477}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ca01e39d-80c1-4ec8-a5dd-0ccaf446a19f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ca69e52a-2453-450b-bbd6-69263ef9984f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {cbfc9fa3-353c-483a-9d24-b3b8cb9f742a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {cc3387a7-4d46-4281-99eb-f6d99bb00611}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ccc1386d-a94f-44a5-88b0-4f627fae3c1c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {cccc5278-3961-4e1c-b6b8-d5390b63c102}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {cd528448-a9ee-4d79-b8eb-5636a84afd74}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ce61e554-d3f2-4e96-bb44-6298f54b7e54}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {cfa0be3d-811f-4b13-a74a-2de66765692a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d00e3f11-6d07-44fa-bfcf-cd3cbddd63e0}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d0a2defd-a2ba-49d7-b89b-889ff45ed06f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d0e3356a-0a50-4cbb-9585-8779135e4282}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d107d8e6-e931-42f8-bdd6-5ca75e29fc53}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d253ccc5-2664-4ef7-a947-5bf5eb1e6acd}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d31f6c35-0fa0-48de-a398-e827b4f51d79}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d4dd66ad-b2b0-4183-9c75-f81f39071f71}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d50bf539-08bd-4dc1-be5e-23fc8477e5a5}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d538706f-e70e-467c-ab53-46c3ccfd1e2c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d56301e6-371f-48f0-a637-53925cae1814}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {d669bf17-8f2d-4388-9ea7-3283723215c4}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {dca36259-68ec-4773-a32e-4e76f0a2c8aa}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {dca88df5-35e9-4df2-b8f5-f8761cebd77f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {df38a29d-1e79-4c80-a92a-c3c5aaa737be}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {df8d1977-6e45-4067-800b-7cd1dbfbcf88}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e0001e3d-b637-4e19-af9c-358693e456bb}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e212a5a7-3074-40cb-bef6-f666c2e9edfb}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e2da1a01-3305-47de-9f1b-a19a20b2e0e5}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e2fed9bc-3649-46a8-985c-f4264df9c2c8}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e3e77b3d-74f6-4382-902d-761457ca7f1e}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e3f45406-11ea-40b7-83bb-2ed756a9267c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e4ade6ce-ef01-4159-a9c0-a00cbec243f0}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e6051b44-ff7b-4b6a-b8de-5a9987715f90}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e70f1839-92db-4cbd-aa21-4f526a23a30b}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e76752f9-73e1-4f9c-8e6f-934de6ae7462}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e7711b88-a672-49c3-bdbf-9b30870bc872}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e7954561-f333-470f-bf2a-170fb8e914a7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e85e136d-bb9b-43e4-b1c3-ca4ad0b02f6c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e91a2080-c19a-4089-a882-0eb857224ede}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {e9a2f3ad-a1d9-409c-9735-f7a6be8e5800}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ea2b5ae3-7583-4b30-a3e9-344b1eda33aa}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ea436ec5-2eb5-4526-9ff9-67d0d36de497}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ea72e3cc-dd90-4541-8c7d-7636403d5baa}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {eb110d00-9ef0-4d6f-84f5-4777fbc5a118}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ebf623df-bfb9-4cea-9bc2-bc9f4063c130}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {ee06ca3e-4da9-44e0-a166-7b562db34b59}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {eea966b9-7a65-4925-add6-a28d6733361f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f0f9f064-d39c-41bf-b41a-0ff8d8a471fe}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f19b8854-d0ad-427b-9f19-e2f156915f19}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f2b0bda1-4db9-4f80-b988-1cd4052b5bf7}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f2ca2b2d-95b1-41b8-8ac5-4e91f6a06a46}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f5db7126-b9db-42f7-84da-4eb3dc551aaa}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f80ac9f9-fe2c-4614-b56c-f885950decee}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f877f94d-9e3b-4c6d-a4e1-47946e75b476}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f87966e5-db93-41dd-9836-fdadf8628c3f}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f8b40219-23f4-4478-b715-6af44d831c85}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {f8d4657d-95f3-43a1-8bc4-22bb06bb2cf1}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fa03efe3-2da6-4b5d-b689-4878c12f6345}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fa6f0a69-67e5-4be6-89c9-9d7a41642baf}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fb05a7c3-2614-40eb-a4a0-bf1ee419696e}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fb304fca-36af-49c5-a4c4-5ee3b35014cf}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fbbf4e6b-61c9-4a24-ab6e-8d48ae21115a}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fc7ff75c-9b5b-4ebc-b314-8adeba93ba4d}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fcc60319-6f84-4f3a-a043-132220413d60}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fd2d9009-bcec-4954-90b3-e0431178fb10}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fd31ef72-cf67-4072-8be3-1d108935c0a5}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fd3b8e4c-2c79-4bb5-a504-32d90eafd76c}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Windows-Startladeprogramm
-------------------------
Bezeichner {fe84f037-5072-4755-8420-ba2b3aaee754}
device unknown
path \Windows\system32\winload.efi
description Windows
osdevice unknown
systemroot \Windows
Wiederaufnahme aus dem Ruhezustand
----------------------------------
Bezeichner {8ffd06fe-9438-11e7-b7c8-e5b541933ea6}
device partition=C:
path \WINDOWS\system32\winresume.efi
description Windows Resume Application
locale de-DE
inherit {resumeloadersettings}
recoverysequence {a4584227-d6a4-11e7-a485-bfdd3dcd43b1}
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
filedevice partition=C:
filepath \hiberfil.sys
bootmenupolicy Standard
debugoptionenabled No
Windows-Speichertestprogramm
----------------------------
Bezeichner {memdiag}
device partition=\Device\HarddiskVolume2
path \EFI\Microsoft\Boot\memtest.efi
description Windows-Speicherdiagnose
locale de-DE
inherit {globalsettings}
badmemoryaccess Yes
EMS-Einstellungen
-----------------
Bezeichner {emssettings}
bootems No
Debuggereinstellungen
---------------------
Bezeichner {dbgsettings}
debugtype Local
RAM-Defekte
-----------
Bezeichner {badmemory}
Globale Einstellungen
---------------------
Bezeichner {globalsettings}
inherit {dbgsettings}
{emssettings}
{badmemory}
Startladeprogramm-Einstellungen
-------------------------------
Bezeichner {bootloadersettings}
inherit {globalsettings}
{hypervisorsettings}
Hypervisoreinstellungen
-----------------------
Bezeichner {hypervisorsettings}
hypervisordebugtype Serial
hypervisordebugport 1
hypervisorbaudrate 115200
Einstellungen zur Ladeprogrammfortsetzung
-----------------------------------------
Bezeichner {resumeloadersettings}
inherit {globalsettings}
Geräteoptionen
--------------
Bezeichner {a4584228-d6a4-11e7-a485-bfdd3dcd43b1}
description Windows Recovery
ramdisksdidevice unknown
ramdisksdipath \Recovery\WindowsRE\boot.sdi
========================================================================================
Attachment | Size |
---|---|
484879-162479.jpg | 460.05 KB |
- Log in to post comments

Don, thanks for the new information.
One immediate observation is that the Windows Recovery Environment on your computer is disabled, so this alone would stop the MVP Custom ATIPE tool from being able to use it to create the boot media.
Konfigurationsinformationen zur Windows-Wiederherstellungsumgebung (WinRE) und
zur Systemwiederherstellung:
WinRE-Status: Disabled
To create the MVP media, you would need to download & install the Windows 10 ADK to provide the required PE components.
As previously mentioned, you could download / use the Microsoft Media Creation tool to create a Windows 10 install USB stick to use too.
Your BCD file looks to have a lot of extra entries for unknown devices, so would probably need to be rebuilt to make a clean start. Take a look at the commercial EasyUEFI tool that may offer an alternative method of resolving the various issues encountered here.
- Log in to post comments

I'm pulling out here, despite of a taste of frustration after so much energy invested.
Thanks a lot Steve for your effort!
- Log in to post comments

Don, one last thing that you should try using either an Administrator command or powershell window.
Type the command: reagentc /enable
See webpage: Restore Windows RE in Windows 7, 8, 8.1 and 10 - where this advise was sourced from.
- Log in to post comments