pbatard / rufus

The Reliable USB Formatting Utility
https://rufus.ie
GNU General Public License v3.0
29.26k stars 2.59k forks source link

Unable to create file: Windows error code 0x00000003 for autorun.inf #2039

Closed Windows10User2 closed 2 years ago

Windows10User2 commented 2 years ago



Checklist

Additionally (if applicable):

Issue description

Every time I try to write ISO files (in this case, Windows 11's installers) to USB flash drives in +3.9 Rufus versions, a window opens during the process stating explorer.exe is being used and Rufus is unable to finish writing to the USB flash drives. Many users complain about this problem in the internet affecting the latest versions of Rufus so I don't know why wasn't it fixed yet.

Log

<FULL LOG>
pbatard commented 2 years ago

so I don't know why wasn't it fixed yet.

Because it's not explorer but another process that you need to identify yourself.

Rufus tries to provide a list of processes that are accessing the drive when it detects that it's unable to write to it because another application has taken a lock, but there's only so many processes Windows allows Rufus to list.

Explorer is usually always listed as a process, because the Windows file explorer will obviously be displaying the drive, but you will usually see it flagged as r which means read-only, and therefore it is not the culprit. But we do list it for completion. The problem is that, unlike what is the case on Linux and other OSes, Windows allows some processes to operate at the system level and not be listed, so you end up in the situation where, when an application like Rufus tries to help its users try to find out what application is preventing Rufus from writing to a drive, the reality is as follows:

The result: Users like yourselves think that Rufus is complaining about explorer.exe accessing the drive, whereas all Rufus does is give you a NON EXHAUSTIVE list of the processes it can list that are accessing the drive to try to help you the one that is the culprit, it case it can help.

Considering that you chose not to attach a log, I'm going to assert that you ran into this in which case you probably want to check this, paying attention, there again, to the fact that the list provided is NOT AN EXHAUSTIVE ONE instead of jumping to the conclusion that Rufus is doing a bad job.

There's only so much I can do to try to help you when an external application is preventing access to a USB drive, which is what I do when I am trying to list all the processes that have read or write access to the drive (which at least explorer.exe almost always has), so, before pointing the finger at the application, you need to understand that there may be more that needs to be interpreted from what is being reported to you, especially when Microsoft has decided that even applications running with elevated privileges should not have the ability to identify all the processes that are running on a computer and that are accessing a drive.

Oh, and especially if you want to complain, the log is NOT optional.

Windows10User2 commented 2 years ago

so I don't know why wasn't it fixed yet.

Because it's not explorer but another process that you need to identify yourself.

Rufus tries to provide a list of processes that are accessing the drive when it detects that it's unable to write to it because another application has taken a lock, but there's only so many processes Windows allows Rufus to list.

Explorer is usually always listed as a process, because the Windows file explorer will obviously be displaying the drive, but you will usually see it flagged as r which means read-only, and therefore it is not the culprit. But we do list it for completion. The problem is that, unlike what is the case on Linux and other OSes, Windows allows some processes to operate at the system level and not be listed, so you end up in the situation where, when an application like Rufus tries to help its users try to find out what application is preventing Rufus from writing to a drive, the reality is as follows:

  • explorer.exe (r) → The WIndows File Explorer application, which only has the drive as read-only and is NOT an issue
  • "? ? ?" (rw) → The ACTUAL application responsible for locking the drive, that operates as the system/kernel level and that Windows will not provide the name of when attempting to list processes.

The result: Users like yourselves think that Rufus is complaining about explorer.exe accessing the drive, whereas all Rufus does is give you a NON EXHAUSTIVE list of the processes it can list that are accessing the drive to try to help you the one that is the culprit, it case it can help.

Considering that you chose not to attach a log, I'm going to assert that you ran into this in which case you probably want to check this, paying attention, there again, to the fact that the list provided is NOT AN EXHAUSTIVE ONE instead of jumping to the conclusion that Rufus is doing a bad job.

There's only so much I can do to try to help you when an external application is preventing access to a USB drive, which is what I do when I am trying to list all the processes that have read or write access to the drive (which at least explorer.exe almost always has), so, before pointing the finger at the application, you need to understand that there may be more that needs to be interpreted from what is being reported to you, especially when Microsoft has decided that even applications running with elevated privileges should not have the ability to identify all the processes that are running on a computer and that are accessing a drive.

Oh, and especially if you want to complain, the log is NOT optional.

Where can I find Rufus' log?

Also, I can't run Rufus twice, i.e., nothing happens after running it for the second time after closing it the first time. I have to download it again and if I want to use it again after running and closing it, I have to redownload it and so on.

pbatard commented 2 years ago

Where can I find Rufus' log?

Per the check list that you quoted but chose to disregard:

  • [ ] I clicked the 'Log' button or pressed Ctrl-L in Rufus, and copy/pasted the log into the line that says <FULL LOG> below.

The Log button can be found left of the START button.

Also, I can't run Rufus twice, i.e., nothing happens after running it for the second time after closing it the first time. I have to download it again and if I want to use it again after running and closing it, I have to redownload it and so on.

Then you are the only person to ever report such behaviour, so chances are that you are missing something, or there's something very specific to your environment or the manner in which you run Rufus.

If you really do find that Rufus doesn't launch the second time, please install and run DebugView and copy/paste the log you get from Rufus there (since Rufus also sends its log to the global Windows debug facility) as it should tell precisely what is happening.

Please do not assume that your issues are widespread ones that everybody else is facing, and that we are somehow choosing not to do anything about. Instead, consider that chances are that you are in a minority of people facing these issues and that, if you really want to help us address them, you should follow the check list and especially provide a log when requested, as this is the ONLY WAY we can get enough insight into what is really going on in your environment, and potentially address it.

Windows10User2 commented 2 years ago

Where can I find Rufus' log?

Per the check list that you quoted but chose to disregard:

  • [ ] I clicked the 'Log' button or pressed Ctrl-L in Rufus, and copy/pasted the log into the line that says <FULL LOG> below.

The Log button can be found left of the START button.

Also, I can't run Rufus twice, i.e., nothing happens after running it for the second time after closing it the first time. I have to download it again and if I want to use it again after running and closing it, I have to redownload it and so on.

Then you are the only person to ever report such behaviour, so chances are that you are missing something, or there's something very specific to your environment or the manner in which you run Rufus.

If you really do find that Rufus doesn't launch the second time, please install and run DebugView and copy/paste the log you get from Rufus there (since Rufus also sends its log to the global Windows debug facility) as it should tell precisely what is happening.

Please do not assume that your issues are widespread ones that everybody else is facing, and that we are somehow choosing not to do anything about. Instead, consider that chances are that you are in a minority of people facing these issues and that, if you really want to help us address them, you should follow the check list and especially provide a log when requested, as this is the ONLY WAY we can get enough insight into what is really going on in your environment, and potentially address it.

I disregarded the log because I don't even know where it was, don't you think? And I did search for the first problem and I didn't get results unlike what you stated.

Since when I assumed this second problem was widespread?

Also, I didn't understand how can I use cheat codes in Rufus in order to try to bypass it the first problem. Not only GitHub and Rufus' site explanations aren't user-friendly at all (they're very complex for me), but also english isn't even my native language.

pbatard commented 2 years ago

I disregarded the LOG because I don't even know where it was, don't you think?

You are supposed to go through each step of the check list as you create the issue. According to your description, your issue is something that you can replicate every time, which means that you can access the log from Rufus, either through the Log button (there are tooltips over each button that indicate what they are for) or using Ctrl-L with your keyboard. So what you are supposed to do is: Replicate the error you describe in Rufus, and once you see the error, access the log as described by the check list, as you will be able to save or copy it, so that you can attach it to the issue.

I really cannot stress enough how there really isn't much I can do if you don't provide the log, and I believe that, even if English isn't your first language, the steps described in the check list should be enough to guide you through accessing and copying the log.

Since when I assumed this second problem was widespread?

Let me quote what you wrote when you opened the issue:

Many users complain about this problem in the internet affecting the latest versions of Rufus so I don't know why wasn't it fixed yet.

This pretty much implies that you consider that the problem is widespread, since you assert that if affects "many users" and furthermore, you imply that because you assert that it is a widespread issue, it should have been fixed by now.

There aren't that many ways to interpret your statement above besides concluding that you believe that many people are affected by the issue (in other words, that the problem is widespread) and that you believe that the developer of the application is doing a bad job as a result, because they appear not to have fixed an issue that you do allege is widespread.

but also english isn't even my native language.

That's fine. From what I am seeing, your english should be good enough to follow the check list and access the log so that you can provide its data. The check list gives you two different methods of accessing the log, and repeats, in 3 different locations and 3 different ways ("I clicked the Log button...", "The log I am copying...", "<FULL LOG>") how you are required provide a log, so I'm afraid that, even if your English isn't very good, you should at least get some idea that providing a log is required if you want your issue to be addressed properly.

Windows10User2 commented 2 years ago

I disregarded the LOG because I don't even know where it was, don't you think?

You are supposed to go through each step of the check list as you create the issue. According to your description, your issue is something that you can replicate every time, which means that you can access the log from Rufus, either through the Log button (there are tooltips over each button that indicate what they are for) or using Ctrl-L with your keyboard. So what you are supposed to do is: Replicate the error you describe in Rufus, and once you see the error, access the log as described by the check list, as you will be able to save or copy it, so that you can attach it to the issue.

I really cannot stress enough how there really isn't much I can do if you don't provide the log, and I believe that, even if English isn't your first language, the steps described in the check list should be enough to guide you through accessing and copying the log.

Since when I assumed this second problem was widespread?

Let me quote what you wrote when you opened the issue:

Many users complain about this problem in the internet affecting the latest versions of Rufus so I don't know why wasn't it fixed yet.

This pretty much implies that you consider that the problem is widespread, since you assert that if affects "many users" and furthermore, you imply that because you assert that it is a widespread issue, it should have been fixed by now.

There aren't that many ways to interpret your statement above besides concluding that you believe that many people are affected by the issue (in other words, that the problem is widespread) and that you believe that the developer of the application is doing a bad job as a result, because they appear not to have fixed an issue that you do allege is widespread.

but also english isn't even my native language.

That's fine. From what I am seeing, your english should be good enough to follow the check list and access the log so that you can provide its data. The check list gives you two different methods of accessing the log, and repeats, in 3 different locations and 3 different ways ("I clicked the Log button...", "The log I am copying...", "<FULL LOG>") how you are required provide a log, so I'm afraid that, even if your English isn't very good, you should at least get some idea that providing a log is required if you want your issue to be addressed properly.

But like I said, I assumed the first problem was widespread (not being able to write to USB), not the second one (unable to run Rufus). How can I use a cheat code to bypass this error, and if so, which one should I use, "CTRL ,"?

Anyway, I guess one can find out in the log what causes the first issue but regarding the second issue, how can I access the log if I can't even open Rufus?

I didn't post the log because I didn't know where to find it but when I have it, should I paste it in the first post or in a new one, and how? Should I copy its content? Also, when Rufus was working, if I left the "Remove requirement (...)" setting checked when the used Windows 11 image already bypassed that step, I'd have a error when installing Windows 11 in the beginning.

EDIT: Here you have the log:

Rufus x86 v3.20.1929
Windows version: Windows 11 Enterprise, 64-bit (Build 22000.918)
Syslinux versions: 4.07/2013-07-25, 6.04/pre1
Grub versions: 0.4.6a, 2.06
System locale ID: 0x0816 (pt-PT)
Will use default UI locale 0x0816
SetLGP: Successfully set NoDriveTypeAutorun policy to 0x0000009E
Localization set to 'pt-PT'
Found USB 2.0 device 'Generic Flash Disk USB Device' (058F:6387)
1 device found
Disk type: Removable, Disk size: 16 GB, Sector size: 512 bytes
Cylinders: 1975, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 2
Disk ID: 0x00AB0A50
Drive has a Rufus Master Boot Record
Partition 1:
  Type: NTFS (0x07)
  Detected File System: NTFS
  Size: 15.1 GB (16252862976 bytes)
  Start Sector: 63, Boot: Yes
Partition 2:
  Type: Rufus Extra (0xea)
  Detected File System: (Unrecognized)
  Size: 31.5 KB (32256 bytes)
  Start Sector: 31743936, Boot: No
Scanning image...
ISO analysis:
  Image is a UDF image
Disk image analysis:
  Image does not have a Boot Marker
ISO label: 'NTLite'
  Detected: Windows 11 ISO (Build 22000.820)
  Size: 3.7 GB (Projected)
  Note: File on disk is larger than reported ISO size by 558 KB...
  Uses: EFI
  Uses: Bootmgr (BIOS and UEFI)
  Uses: Install.esd (version 0.14.0+)
Using image: Windows 11 Enterprise Versão 21H2 Compilação 22000.918 x64 pt-pt alterado e pré-ativado.iso (3.8 GB)
Checking for Rufus updates...
Checking release channel...
No new release version found.

Format operation started
Requesting disk access...
Will use 'D:' as volume mountpoint
Opened \\.\PhysicalDrive1 for shared write access
Analyzing existing boot records...
Drive has a Rufus Master Boot Record
Clearing MBR/PBR/GPT structures...
Erasing 128 sectors
Initializing disk...
Partitioning (MBR)...
● Creating Main Data Partition (offset: 65536, size: 15.1 GB)
● Creating BIOS Compatibility Partition (offset: 16252864000, size: 31.5 KB)
Waiting for logical drive to reappear...
Formatting to NTFS (using IFS)
Using cluster size: 4096 bytes
Quick format was selected
Creating file system...
Format completed.
Opened \\.\PhysicalDrive1 for shared write access
Writing Master Boot Record...
Set bootable USB partition as 0x80
Using Rufus MBR
Found volume \\?\Volume{c24ff53b-30c3-11ed-8c49-c454444b6114}\
Disabling file indexing...
Opened \\?\Volume{c24ff53b-30c3-11ed-8c49-c454444b6114} for exclusive write access
Writing Partition Boot Record...
Using Standard NTFS partition boot record
Confirmed new volume has an NTFS boot sector
Successfully remounted \\?\Volume{c24ff53b-30c3-11ed-8c49-c454444b6114}\ as D:
Extracting files...
Image is a UDF image
Extracting: D:\boot\fonts\segmono_boot.ttf (43.7 KB)
Extracting: D:\boot\fonts\segoen_slboot.ttf (99.3 KB)
Extracting: D:\boot\fonts\segoe_slboot.ttf (99.5 KB)
Extracting: D:\boot\fonts\wgl4_boot.ttf (47.8 KB)
Extracting: D:\boot\pt-pt\bootsect.exe.mui (16 KB)
Extracting: D:\boot\resources\bootres.dll (168.3 KB)
Extracting: D:\boot\resources\bootres_hci.dll (108.3 KB)
Extracting: D:\boot\bcd (16 KB)
Extracting: D:\boot\boot.sdi (3 MB)
Extracting: D:\boot\bootfix.bin (1 KB)
Extracting: D:\boot\bootsect.exe (104.3 KB)
Extracting: D:\boot\etfsboot.com (4 KB)
Extracting: D:\boot\memtest.exe (1004.3 KB)
Extracting: D:\efi\boot\bootx64.efi (1.9 MB)
Extracting: D:\efi\microsoft\boot\cipolicies\active\{5dac656c-21ad-4a02-ab49-649917162e70}.cip (10.2 KB)
Extracting: D:\efi\microsoft\boot\cipolicies\active\{82443e1e-8a39-4b4a-96a8-f40ddc00b9f3}.cip (26.3 KB)
Extracting: D:\efi\microsoft\boot\cipolicies\active\{cdd5cb55-db68-4d71-aa38-3df2b6473a52}.cip (10.6 KB)
Extracting: D:\efi\microsoft\boot\fonts\segmono_boot.ttf (43.7 KB)
Extracting: D:\efi\microsoft\boot\fonts\segoen_slboot.ttf (99.3 KB)
Extracting: D:\efi\microsoft\boot\fonts\segoe_slboot.ttf (99.5 KB)
Extracting: D:\efi\microsoft\boot\fonts\wgl4_boot.ttf (47.8 KB)
Extracting: D:\efi\microsoft\boot\resources\bootres.dll (168.3 KB)
Extracting: D:\efi\microsoft\boot\resources\bootres_hci.dll (108.3 KB)
Extracting: D:\efi\microsoft\boot\bcd (16 KB)
Extracting: D:\efi\microsoft\boot\cdboot.efi (868.8 KB)
Extracting: D:\efi\microsoft\boot\cdboot_noprompt.efi (868.8 KB)
Extracting: D:\efi\microsoft\boot\efisys.bin (1.4 MB)
Extracting: D:\efi\microsoft\boot\efisys_noprompt.bin (1.4 MB)
Extracting: D:\efi\microsoft\boot\memtest.efi (1.7 MB)
Extracting: D:\efi\microsoft\boot\winsipolicy.p7b (9.6 KB)
Extracting: D:\sources\$OEM$\$$\Setup\Files\KMS_VL_ALL_AIO.cmd (216.9 KB)
Extracting: D:\sources\$OEM$\$$\Setup\Scripts\SetupComplete.cmd (111 bytes)
Extracting: D:\sources\dlmanifests\microsoft-activedirectory-webservices-dl\adwsmigrate.dll (116.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-com-complus-setup-dl\commig.dll (188.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-com-dtc-setup-dl\msdtcstp.dll (96.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-dhcpservermigplugin-dl\dhcpsrvmigplugin.dll (120.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-directoryservices-adam-dl\adammigrate.dll (144.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-iasserver-migplugin\iasmigplugin.dll (752.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-iasserver-migplugin\iasmigreader.exe (496.8 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-ie-clientnetworkprotocolimplementation-migration\wininetplugin.dll (36.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-internet-naming-service-runtime\winsplgn.dll (76.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-msmq-messagingcoreservice\mqmigplugin.dll (176.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-networkbridge\bridgemigplugin.dll (132.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-networkloadbalancing-core\nlbmigplugin.dll (136.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-rasconnectionmanager\cmmigr.dll (96.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-rasserver-migplugin\rasmigplugin.dll (408.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-tapisetup\tapimigplugin.dll (92.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-terminalservices-licenseserver\tlsmigplugin.dll (136.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-textservicesframework-migration-dl\chxmig.dll (164.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-textservicesframework-migration-dl\imjpmig.dll (208.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-textservicesframework-migration-dl\imkrmig.dll (136.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-textservicesframework-migration-dl\msctfmig.dll (160.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-textservicesframework-migration-dl\tabletextservicemig.dll (104.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-unimodem-config\modemmigplugin.dll (116.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-winsock-core-infrastructure-upgrade\wsupgrade.dll (236.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-wmi-core\wmimigrationplugin.dll (692.3 KB)
Extracting: D:\sources\dlmanifests\networking-mpssvc-svc\icfupgd.dll (164.3 KB)
Extracting: D:\sources\dlmanifests\accessibilitycpl-dl.man (4.6 KB)
Extracting: D:\sources\dlmanifests\activedirectory-webservices-dl.man (667 bytes)
Extracting: D:\sources\dlmanifests\activedirectory-wmireplicationprovider-dl.man (1.1 KB)
Extracting: D:\sources\dlmanifests\adsi-ldap-extensions-dl.man (3.6 KB)
Extracting: D:\sources\dlmanifests\adsi-ldap-provider-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\adsi-router-dl.man (1.9 KB)
Extracting: D:\sources\dlmanifests\adsi-winnt-provider-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\browserservice-dl.man (3.1 KB)
Extracting: D:\sources\dlmanifests\capi2_certs-dl.man (6.9 KB)
Extracting: D:\sources\dlmanifests\commandprompt-dl.man (2.8 KB)
Extracting: D:\sources\dlmanifests\coreos-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\credential-manager-dl.man (2.2 KB)
Extracting: D:\sources\dlmanifests\cryptoconfig-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\crypto_keys-dl.man (2.9 KB)
Extracting: D:\sources\dlmanifests\dfsclient-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\dfsmgmt-dl.man (2 KB)
Extracting: D:\sources\dlmanifests\dhcpclient-dl.man (1.5 KB)
Extracting: D:\sources\dlmanifests\directoryservices-adam-dl.man (2.1 KB)
Extracting: D:\sources\dlmanifests\directoryservices-domain-dl.man (2.0 KB)
Extracting: D:\sources\dlmanifests\directoryservices-ism-smtp-dl.man (1.8 KB)
Extracting: D:\sources\dlmanifests\dns-client-dl.man (3.7 KB)
Extracting: D:\sources\dlmanifests\dns-server-service-dl.man (2.3 KB)
Extracting: D:\sources\dlmanifests\dpapi_keys-dl.man (4.4 KB)
Extracting: D:\sources\dlmanifests\etw-core-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\etwtracing.man (14.8 KB)
Extracting: D:\sources\dlmanifests\eventlog-dl.man (1.7 KB)
Extracting: D:\sources\dlmanifests\explorer-dl.man (2.5 KB)
Extracting: D:\sources\dlmanifests\feclient-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\fonts-type1-dl.man (788 bytes)
Extracting: D:\sources\dlmanifests\frs-core-dl.man (4.3 KB)
Extracting: D:\sources\dlmanifests\gpbase-dl.man (7.0 KB)
Extracting: D:\sources\dlmanifests\gpmc-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\gpmgmt-dl.man (1.5 KB)
Extracting: D:\sources\dlmanifests\grouppolicy-admin-gpedit-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\grouppolicy-admin-gpedit-snapin-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\grouppolicy-cse-softwareinstallation-dl.man (1.9 KB)
Extracting: D:\sources\dlmanifests\grouppolicy-serveradmintools-gpmc-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\ieframe-dl.man (1.1 KB)
Extracting: D:\sources\dlmanifests\ime-traditional-chinese-migration-dl.man (1.5 KB)
Extracting: D:\sources\dlmanifests\kerberos-key-distribution-center-dl.man (2 KB)
Extracting: D:\sources\dlmanifests\ldap-client-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-bits-client-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-certificateservices-ca-dl.man (1.8 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-certificateservices-camanagement-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-certificateservices-mscep-dl.man (1.7 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-errorreportingcore-dl.man (1.9 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-errorreportingfaults-dl.man (1.1 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-fax-client-applications-dl.man (3.7 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-fax-client-proenterprise-dl.man (1.8 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-fax-common-dl.man (4.7 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-fax-server-dl.man (1.8 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-fax-service-dl.man (7.5 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-htmlhelp-dl.man (1.7 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-ie-esc-dl.man (1.9 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-ie-feeds-platform-dl.man (2.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-ie-internetexplorer-dl.man (13.0 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-iis-corewebengine-deployment-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-netfx35-dl.man (8.8 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-netfx35cdfcomp-dl.man (1.2 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-netfxcorecomp-dl.man (44.1 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-storagemigration-dl.man (8.0 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-tapisetup-dl.man (2.5 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-terminalservices-clientactivexcore-dl.man (1.3 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-wab-dl.man (2.5 KB)
Extracting: D:\sources\dlmanifests\microsoft-windows-wcfcorecomp-dl.man (4.8 KB)
Extracting: D:\sources\dlmanifests\microsoft.windows.com.base-dl.man (1.8 KB)
Extracting: D:\sources\dlmanifests\microsoft.windows.com.complus.setup.dl.man (2.3 KB)
Extracting: D:\sources\dlmanifests\msmq-dcom-dl.man (1.7 KB)
Extracting: D:\sources\dlmanifests\msmq-domain-ic-dl.man (1.5 KB)
Extracting: D:\sources\dlmanifests\msmq-http-dl.man (2.2 KB)
Extracting: D:\sources\dlmanifests\msmq-messagingcoreservice-dl.man (6.6 KB)
Extracting: D:\sources\dlmanifests\msmq-multicast-dl.man (1.5 KB)
Extracting: D:\sources\dlmanifests\msmq-routing-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\msmq-triggers-dl.man (1.7 KB)
Extracting: D:\sources\dlmanifests\mup-dl.man (1.5 KB)
Extracting: D:\sources\dlmanifests\netfx-wcf-http-activation-dl.man (1.2 KB)
Extracting: D:\sources\dlmanifests\netfx-wcf-msmqactivation-registration-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\netfx-wcf-pipeactivation-registration-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\netfx-wcf-tcpactivation-registration-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\netfx-wcf-tcpportsharing-dl.man (1.1 KB)
Extracting: D:\sources\dlmanifests\netfx3-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\netfx4-wcf-client-dl.man (1.5 KB)
Extracting: D:\sources\dlmanifests\netfx4-wcf-extended-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\netfx4clientcorecomp-dl.man (15.5 KB)
Extracting: D:\sources\dlmanifests\netlogon-dl.man (2 KB)
Extracting: D:\sources\dlmanifests\ntfs-dl.man (4.0 KB)
Extracting: D:\sources\dlmanifests\ntoskrnl-dl.man (7.8 KB)
Extracting: D:\sources\dlmanifests\odbc32dll-dl.man (4.7 KB)
Extracting: D:\sources\dlmanifests\partmgr-dl.man (1 KB)
Extracting: D:\sources\dlmanifests\printing-spooler-core-dl.man (2.5 KB)
Extracting: D:\sources\dlmanifests\printing-spooler-networkclient-dl.man (2.2 KB)
Extracting: D:\sources\dlmanifests\rights-management-client-v1-api-dl.man (3.2 KB)
Extracting: D:\sources\dlmanifests\rights-management-services-server-dl.man (3.2 KB)
Extracting: D:\sources\dlmanifests\rpc-http-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\rpc-http_proxy-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\rpc-local-dl.man (1.8 KB)
Extracting: D:\sources\dlmanifests\rpc-remote-dl.man (1.9 KB)
Extracting: D:\sources\dlmanifests\schannel-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\schedsvc-dl.man (1.9 KB)
Extracting: D:\sources\dlmanifests\security-digest-dl.man (803 bytes)
Extracting: D:\sources\dlmanifests\security-kerberos-dl.man (803 bytes)
Extracting: D:\sources\dlmanifests\security-ntlm-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\security-ntlm-lmc.man (1.1 KB)
Extracting: D:\sources\dlmanifests\shutdown-event-tracker-dl.man (1.3 KB)
Extracting: D:\sources\dlmanifests\smartcardsubsystem-dl.man (3.7 KB)
Extracting: D:\sources\dlmanifests\smbserver-dl.man (13.7 KB)
Extracting: D:\sources\dlmanifests\smss-dl.man (1.7 KB)
Extracting: D:\sources\dlmanifests\smtpsvc-admin-dl.man (1.1 KB)
Extracting: D:\sources\dlmanifests\smtpsvc-service-dl.man (1.2 KB)
Extracting: D:\sources\dlmanifests\speechcommon-dl.man (2.8 KB)
Extracting: D:\sources\dlmanifests\tabletpc-tabbtn-dl.man (1.7 KB)
Extracting: D:\sources\dlmanifests\tabletpcinputpanel-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\tabletpcjournal-dl.man (8.5 KB)
Extracting: D:\sources\dlmanifests\tabletpcplatforminput-core-dl.man (1.1 KB)
Extracting: D:\sources\dlmanifests\terminalservices-appserver-dl.man (1.5 KB)
Extracting: D:\sources\dlmanifests\terminalservices-appserver-licensing-dl.man (1.3 KB)
Extracting: D:\sources\dlmanifests\terminalservices-drivers-dl.man (1.1 KB)
Extracting: D:\sources\dlmanifests\terminalservices-licenseserver-dl.man (2.2 KB)
Extracting: D:\sources\dlmanifests\terminalservices-localsessionmanager-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\terminalservices-rdp-winstationextensions-dl.man (20.4 KB)
Extracting: D:\sources\dlmanifests\terminalservices-remoteconnectionmanager-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\terminalservices-sessiondirectory-client-dl.man (2.2 KB)
Extracting: D:\sources\dlmanifests\terminalservices-sessiondirectory-server-dl.man (2.4 KB)
Extracting: D:\sources\dlmanifests\terminalservices-terminalservicesclient-dl.man (1.9 KB)
Extracting: D:\sources\dlmanifests\textservicesframework-migration-dl.man (2.8 KB)
Extracting: D:\sources\dlmanifests\video-tvvideocontrol-dl.man (2.0 KB)
Extracting: D:\sources\dlmanifests\volsnap-dl.man (1 KB)
Extracting: D:\sources\dlmanifests\wcf-http-activation-dl.man (2.0 KB)
Extracting: D:\sources\dlmanifests\wcf-http-activation-postapply-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\wcf-nonhttp-activation-dl.man (1.4 KB)
Extracting: D:\sources\dlmanifests\web-services-for-management-core-dl.man (1.9 KB)
Extracting: D:\sources\dlmanifests\webenroll-dl.man (1.6 KB)
Extracting: D:\sources\dlmanifests\win32k-settings-dl.man (12.2 KB)
Extracting: D:\sources\dlmanifests\windowssearchengine-dl.man (5.8 KB)
Extracting: D:\sources\dlmanifests\winlogon-dl.man (2.8 KB)
Extracting: D:\sources\dlmanifests\wmi-core-dl.man (2.3 KB)
Extracting: D:\sources\dlmanifests\workstationservice-dl.man (1.8 KB)
Extracting: D:\sources\etwproviders\pt-pt\actionqueueetw.dll.mui (3.5 KB)
Extracting: D:\sources\etwproviders\actionqueueetw.dll (20.5 KB)
Extracting: D:\sources\etwproviders\auditetw.dll (24.5 KB)
Extracting: D:\sources\etwproviders\cmisetupetw.dll (24.5 KB)
Extracting: D:\sources\etwproviders\etwproviderinstall.vbs (6.7 KB)
Extracting: D:\sources\etwproviders\oobeldretw.dll (24.5 KB)
Extracting: D:\sources\etwproviders\setupcletw.dll (28.5 KB)
Extracting: D:\sources\etwproviders\setupetw.dll (28.3 KB)
Extracting: D:\sources\etwproviders\setupugcetw.dll (24.5 KB)
Extracting: D:\sources\etwproviders\sysprepetw.dll (28.5 KB)
Extracting: D:\sources\etwproviders\windeployetw.dll (24.5 KB)
Extracting: D:\sources\etwproviders\winsetupetw.dll (72.5 KB)
Extracting: D:\sources\inf\setup.cfg (3.5 KB)
Extracting: D:\sources\migration\wtr\adminpack_en-us.inf (651 bytes)
Extracting: D:\sources\migration\wtr\adminpack_en-us_noloc.inf (414 bytes)
Extracting: D:\sources\migration\wtr\appmanwtr.inf (16.8 KB)
Extracting: D:\sources\migration\wtr\browserchoice_win7.inf (7 KB)
Extracting: D:\sources\migration\wtr\browserchoice_win8.inf (1.6 KB)
Extracting: D:\sources\migration\wtr\compattelemetry.inf (1.5 KB)
Extracting: D:\sources\migration\wtr\ftp_7.0.inf (1.6 KB)
Extracting: D:\sources\migration\wtr\ftp_7.5_en-us_noloc.inf (2.1 KB)
Extracting: D:\sources\migration\wtr\ftp_7.5_loc.inf (2.7 KB)
Extracting: D:\sources\migration\wtr\gwxmig.inf (1.1 KB)
Extracting: D:\sources\migration\wtr\powershell_en-us_noloc.inf (1002 bytes)
Extracting: D:\sources\migration\wtr\powershell_loc.inf (2.5 KB)
Extracting: D:\sources\migration\wtr\standardcollector.inf (486 bytes)
Extracting: D:\sources\migration\wtr\unpmig.inf (9.8 KB)
Extracting: D:\sources\migration\wtr\webdav_7.0.inf (724 bytes)
Extracting: D:\sources\migration\wtr\webdav_7.5_en-us_noloc.inf (961 bytes)
Extracting: D:\sources\migration\wtr\webdav_7.5_loc.inf (1.2 KB)
Extracting: D:\sources\pt-pt\acres.dll.mui (351.5 KB)
Extracting: D:\sources\pt-pt\actionqueue.dll.mui (3.5 KB)
Extracting: D:\sources\pt-pt\appraiser.dll.mui (3.5 KB)
Extracting: D:\sources\pt-pt\appraiserwc.dll.mui (3.5 KB)
Extracting: D:\sources\pt-pt\arunres.dll.mui (6 KB)
Extracting: D:\sources\pt-pt\cmisetup.dll.mui (5 KB)
Extracting: D:\sources\pt-pt\compatappraiserresources.dll.mui (7.5 KB)
Extracting: D:\sources\pt-pt\compatctrl.dll.mui (6 KB)
Extracting: D:\sources\pt-pt\compatresources.dll.mui (29 KB)
Extracting: D:\sources\pt-pt\compres.dll.mui (33.5 KB)
Extracting: D:\sources\pt-pt\credits.htm (1 MB)
Extracting: D:\sources\pt-pt\credits.rtf (830.6 KB)
Extracting: D:\sources\pt-pt\dism.exe.mui (29.5 KB)
Extracting: D:\sources\pt-pt\dismapi.dll.mui (4.5 KB)
Extracting: D:\sources\pt-pt\dismcore.dll.mui (7.5 KB)
Extracting: D:\sources\pt-pt\dismprov.dll.mui (2.5 KB)
Extracting: D:\sources\pt-pt\erofflps.txt (356 bytes)
Extracting: D:\sources\pt-pt\folderprovider.dll.mui (2.5 KB)
Extracting: D:\sources\pt-pt\imagingprovider.dll.mui (18 KB)
Extracting: D:\sources\pt-pt\input.dll.mui (25.5 KB)
Extracting: D:\sources\pt-pt\logprovider.dll.mui (6 KB)
Extracting: D:\sources\pt-pt\mediasetupuimgr.dll.mui (63.5 KB)
Extracting: D:\sources\pt-pt\migres.dll.mui (8.5 KB)
Extracting: D:\sources\pt-pt\nlsbres.dll.mui (65 KB)
Extracting: D:\sources\pt-pt\oobe_help_opt_in_details.rtf (32.0 KB)
Extracting: D:\sources\pt-pt\pnpibs.dll.mui (5.5 KB)
Extracting: D:\sources\pt-pt\privacy.rtf (922 bytes)
Extracting: D:\sources\pt-pt\reagent.adml (2.1 KB)
Extracting: D:\sources\pt-pt\reagent.dll.mui (12 KB)
Extracting: D:\sources\pt-pt\rollback.exe.mui (4.5 KB)
Extracting: D:\sources\pt-pt\setup.exe.mui (20.5 KB)
Extracting: D:\sources\pt-pt\setupcompat.dll.mui (3 KB)
Extracting: D:\sources\pt-pt\setupcore.dll.mui (20.5 KB)
Extracting: D:\sources\pt-pt\setuperror.exe.mui (3.5 KB)
Extracting: D:\sources\pt-pt\setupmgr.dll.mui (2.5 KB)
Extracting: D:\sources\pt-pt\setupplatform.exe.mui (12.8 KB)
Extracting: D:\sources\pt-pt\setupprep.exe.mui (28.5 KB)
Extracting: D:\sources\pt-pt\smiengine.dll.mui (12 KB)
Extracting: D:\sources\pt-pt\spwizres.dll.mui (8.5 KB)
Extracting: D:\sources\pt-pt\upgloader.dll.mui (4.5 KB)
Extracting: D:\sources\pt-pt\uxlibres.dll.mui (3 KB)
Extracting: D:\sources\pt-pt\vhdprovider.dll.mui (7 KB)
Extracting: D:\sources\pt-pt\vofflps.rtf (920 bytes)
Extracting: D:\sources\pt-pt\w32uires.dll.mui (207.5 KB)
Extracting: D:\sources\pt-pt\wdsclient.dll.mui (8.5 KB)
Extracting: D:\sources\pt-pt\wdsimage.dll.mui (6.5 KB)
Extracting: D:\sources\pt-pt\wimgapi.dll.mui (17.5 KB)
Extracting: D:\sources\pt-pt\wimprovider.dll.mui (27 KB)
Extracting: D:\sources\pt-pt\windlp.dll.mui (6 KB)
Extracting: D:\sources\pt-pt\winsetup.dll.mui (60.5 KB)
Extracting: D:\sources\replacementmanifests\hwvid-migration-2\hwvidmigplugin.dll (96.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-activedirectory-webservices\adwsmigrate.dll (116.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-azurestack-hci-plugin\azshcimigplugin.dll (108.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-client-license-platform-service-migration\clipmigplugin.dll (264.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-edge-migration-plugin\edgemigrationplugin.dll (152.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-onecore-tiledatarepository\tilestoremigrationplugin.dll (148.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-appmanagement-migration\appmanmigrationplugin.dll (1.1 MB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-appx-deployment-server\appxprovisioning.xml (25.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-appx-deployment-server\appxupgrademigrationplugin.dll (472.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-appx-deployment-server\microsoft.windows.secondarytileexperience_10.0.0.0_neutral__cw5n1h2txyewy.xml (1.7 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-appx-deployment-server\windows.miracastview_6.3.0.0_neutral_neutral_cw5n1h2txyewy.xml (1.5 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-audio-mmecore-other\audmigplugin.dll (116.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-com-complus-setup\commig.dll (188.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-deviceassociationframeworkmigration\dafmigplugin.dll (320.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-directoryservices-adam-client\adammigrate.dll (144.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-iis-rm\iismig.dll (392.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-mapscontrol-migration\mapsmigplugin.dll (124.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-mup\mupmigplugin.dll (132.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-network-setup\netsetupapi.dll (168.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-network-setup\netsetupengine.dll (848.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-network-setup\networkbindingenginemigplugin.dll (392.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-offlinefiles-core\pt-pt\cscmig.dll.mui (3.5 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-offlinefiles-core\cscmig.dll (160.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-pnpmigration\pnpmig.dll (408.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-pnpmigration\pnpmig.inf (24.6 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-rasapi-mig\pbkmigr.dll (100.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-rasserver-migplugin\rasmigplugin.dll (408.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-security-ngc-localaccountmigplugin\ngclocalaccountmigplugin.dll (112.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-shmig\pt-pt\shmig.dll.mui (4 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-shmig\shmig.dll (224.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-sxs\pt-pt\sxsmigplugin.dll.mui (2.5 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-sxs\sxsmigplugin.dll (140.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-tcpip\netiomig.dll (108.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-terminalservices-appserver-licensing\tsmigplugin.dll (120.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-terminalservices-licenseserver\tlsrepplugin.dll (136.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-textservicesframework-migration\chxmig.dll (164.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-textservicesframework-migration\imjpmig.dll (208.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-textservicesframework-migration\imkrmig.dll (136.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-textservicesframework-migration\msctfmig.dll (160.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-textservicesframework-migration\tabletextservicemig.dll (104.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-virtualization-vmswitch\vmswitchmigrationplugin.dll (300.3 KB)
Extracting: D:\sources\replacementmanifests\networkbridge\bridgemigplugin.dll (132.3 KB)
Extracting: D:\sources\replacementmanifests\networking-mpssvc-svc\icfupgd.dll (164.3 KB)
Extracting: D:\sources\replacementmanifests\printing-localprinting-replacement\apmonportmig.dll (128.3 KB)
Extracting: D:\sources\replacementmanifests\printing-localprinting-replacement\usbportmig.dll (156.3 KB)
Extracting: D:\sources\replacementmanifests\sppmig\sppmig.dll (60.3 KB)
Extracting: D:\sources\replacementmanifests\windowssearchengine\wsearchmigplugin.dll (140.3 KB)
Extracting: D:\sources\replacementmanifests\wpc\wpcmigration.downlevel.dll (232.3 KB)
Extracting: D:\sources\replacementmanifests\wpc\wpcmigration.uplevel.dll (260.3 KB)
Extracting: D:\sources\replacementmanifests\activedirectory-webservices-replacement.man (1.7 KB)
Extracting: D:\sources\replacementmanifests\adsi-router-replacement.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\application-experience-program-compatibility-assistant-replacement.man (11.7 KB)
Extracting: D:\sources\replacementmanifests\appmanmigration-replacement.man (2.1 KB)
Extracting: D:\sources\replacementmanifests\appxalluserstore-replacement.man (2.0 KB)
Extracting: D:\sources\replacementmanifests\appxdeploymentserver-replacement.man (9.6 KB)
Extracting: D:\sources\replacementmanifests\audiommecore-mm-other-migration-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\authui-migration-replacement.man (8 KB)
Extracting: D:\sources\replacementmanifests\authui-migration-win8-replacement.man (10.9 KB)
Extracting: D:\sources\replacementmanifests\azshci-service-migration-replacement.man (862 bytes)
Extracting: D:\sources\replacementmanifests\bisrv-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\capi2_certs-repl.man (12.7 KB)
Extracting: D:\sources\replacementmanifests\certificateenrollment-replacement.man (976 bytes)
Extracting: D:\sources\replacementmanifests\cliplicensemigration-replacement.man (3.7 KB)
Extracting: D:\sources\replacementmanifests\cloudapreplacement.man (1.7 KB)
Extracting: D:\sources\replacementmanifests\cloudexperiencehostonecore-replacement.man (967 bytes)
Extracting: D:\sources\replacementmanifests\codeintegrity-repl.man (2.4 KB)
Extracting: D:\sources\replacementmanifests\commandprompt-win7-replacement.man (2.7 KB)
Extracting: D:\sources\replacementmanifests\commandprompt-win8-replacement.man (11.4 KB)
Extracting: D:\sources\replacementmanifests\contentdeliverymanager.utilities-replacement.man (7.3 KB)
Extracting: D:\sources\replacementmanifests\coremmres-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\coreos-repl.man (1.6 KB)
Extracting: D:\sources\replacementmanifests\credential-manager-replacement.man (4.8 KB)
Extracting: D:\sources\replacementmanifests\crypto_keys-repl.man (2.8 KB)
Extracting: D:\sources\replacementmanifests\dataintegrityscan-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\dcb-repl.man (734 bytes)
Extracting: D:\sources\replacementmanifests\desktopux-replacement.man (5.2 KB)
Extracting: D:\sources\replacementmanifests\deviceassociationframework-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\devicedirectory-devicedirectoryclient-desktop-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\deviceregistration-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\dhcpclientdll-repl.man (4.1 KB)
Extracting: D:\sources\replacementmanifests\dhcpserver-tools-replacement.man (636 bytes)
Extracting: D:\sources\replacementmanifests\dhcpservermigplugin-rep.man (12.5 KB)
Extracting: D:\sources\replacementmanifests\dhcpservermigpluginwin8-replacement.man (6.0 KB)
Extracting: D:\sources\replacementmanifests\directaccessservermanagement-repl.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\directoryservices-adam-client-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\directoryservices-adam-tools-replacement.man (664 bytes)
Extracting: D:\sources\replacementmanifests\directoryservices-administrativecenter-replacement.man (666 bytes)
Extracting: D:\sources\replacementmanifests\directoryservices-domaincontroller-servercoreupg-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\directoryservices-domaincontroller-tools-replacement.man (682 bytes)
Extracting: D:\sources\replacementmanifests\directoryservices-sm-plugin.registration-replacement.man (1.6 KB)
Extracting: D:\sources\replacementmanifests\displayconfigsettings_win7update.man (2.2 KB)
Extracting: D:\sources\replacementmanifests\dmrcwin7replacement.man (917 bytes)
Extracting: D:\sources\replacementmanifests\dns-client-mw-replacement.man (7.5 KB)
Extracting: D:\sources\replacementmanifests\dns-client-replacement.man (2.2 KB)
Extracting: D:\sources\replacementmanifests\dns-server-role-replacement.man (802 bytes)
Extracting: D:\sources\replacementmanifests\dns-server-tools-replacement.man (634 bytes)
Extracting: D:\sources\replacementmanifests\dpapi_keys-repl.man (4.2 KB)
Extracting: D:\sources\replacementmanifests\dsreg-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\edgemigrationplugin.man (923 bytes)
Extracting: D:\sources\replacementmanifests\edpnotify-replacement.man (830 bytes)
Extracting: D:\sources\replacementmanifests\elam-replacement.man (1016 bytes)
Extracting: D:\sources\replacementmanifests\etw-core-replacement.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\eudcedit-replacement.man (2 KB)
Extracting: D:\sources\replacementmanifests\explorer-repl.man (4.2 KB)
Extracting: D:\sources\replacementmanifests\extensibleauthenticationprotocolhostservice-rep.man (2.9 KB)
Extracting: D:\sources\replacementmanifests\failovercluster-core-wow64-rm.man (929 bytes)
Extracting: D:\sources\replacementmanifests\failovercluster-updating-powershellcore-replacement.man (3.3 KB)
Extracting: D:\sources\replacementmanifests\feclient-replacement-th.man (1017 bytes)
Extracting: D:\sources\replacementmanifests\fidocredprov_dll_repl.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\fileserver-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\font-truetype-fontsregistrysettingsmigration-replacement.man (99.0 KB)
Extracting: D:\sources\replacementmanifests\fonts-type1-replacement.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\fundisc-replacement.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\fveapi-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\gatewayservice-replacement.man (1.6 KB)
Extracting: D:\sources\replacementmanifests\gpbase-replacement.man (9.9 KB)
Extracting: D:\sources\replacementmanifests\gpiobuttons-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\hal-repl.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\helpandsupport-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\http-replacement.man (942 bytes)
Extracting: D:\sources\replacementmanifests\hwvid-migration-replacement-2.man (1 KB)
Extracting: D:\sources\replacementmanifests\hyperv-compute-host-service-replacement.man (1.8 KB)
Extracting: D:\sources\replacementmanifests\iasruntime-repl.man (6.3 KB)
Extracting: D:\sources\replacementmanifests\identityserver-migration-replacement.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\identityserver-proxymigration-replacement.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\identitystore-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\iis-adminservice-rm.man (970 bytes)
Extracting: D:\sources\replacementmanifests\iis-appwarmup-rm.man (1 KB)
Extracting: D:\sources\replacementmanifests\iis-ftpsvc-rm.man (967 bytes)
Extracting: D:\sources\replacementmanifests\iis-managementconsole-rm.man (743 bytes)
Extracting: D:\sources\replacementmanifests\iis-sharedlibraries-rm.man (1.8 KB)
Extracting: D:\sources\replacementmanifests\iis-w3logsvc-rm.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\iis-w3svc-rm.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\ime-eashared-migration-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\international-core-replacement.man (4.8 KB)
Extracting: D:\sources\replacementmanifests\international-timezones-replacement.man (3.5 KB)
Extracting: D:\sources\replacementmanifests\internet-naming-service-runtime-rep.man (4.6 KB)
Extracting: D:\sources\replacementmanifests\internet-naming-tools-replacement.man (640 bytes)
Extracting: D:\sources\replacementmanifests\ipv4ipv6coexistencemigration-net-replacement.man (3.7 KB)
Extracting: D:\sources\replacementmanifests\kernel-pnp-repl.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\kernel-server-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\kernel32-replacement.man (896 bytes)
Extracting: D:\sources\replacementmanifests\kernel32-server-replacement.man (657 bytes)
Extracting: D:\sources\replacementmanifests\keyboardfilter-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\ldap-client-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\legacy-sapi-repl.man (4.7 KB)
Extracting: D:\sources\replacementmanifests\mdm_migration-replacement.man (25.0 KB)
Extracting: D:\sources\replacementmanifests\media-settings-migration-replacement.man (993 bytes)
Extracting: D:\sources\replacementmanifests\mfmpeg2srcsnk-migration-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\mfplat-migration-replacement.man (2.8 KB)
Extracting: D:\sources\replacementmanifests\mfsrcsnk-migration-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\microsoft-activedirectory-powershell-replacement.man (703 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-certificateauthority-enrollment-serverupgrade-replacement.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\microsoft-certificateservices-ca-serverupgrade-replacement.man (2 KB)
Extracting: D:\sources\replacementmanifests\microsoft-certificateservices-mscep-serverupgrade-replacement.man (2.0 KB)
Extracting: D:\sources\replacementmanifests\microsoft-certificateservices-ocsp-serverupgrade-replacement.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\microsoft-certificateservices-policy-serverupgrade-replacement.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\microsoft-certificateservices-webenrollment-serverupgrade-replacement.man (2 KB)
Extracting: D:\sources\replacementmanifests\microsoft-hyper-v-client-migration-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-hyper-v-drivers-migration-replacement.man (634 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-hyper-v-migration-replacement.man (5.8 KB)
Extracting: D:\sources\replacementmanifests\microsoft-onecore-tiledatarepository-replacement.man (918 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-advertisingid-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-container-manager-replacement.man (963 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-credentialmanagementrole-replacement.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-credentialmanagementrole-tools-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-deployment-services-admin-pack-replacement.man (672 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-deviceaccess-replacement.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-enterprisemgmt-replacement.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-errorreportingcore-replacement.man (17.7 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-errorreportingfaults-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-failovercluster-adminpak-replacement.man (657 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-familysafety-refreshtask-replacement.man (1.7 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-fax-service-replacement.man (3.9 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-feedback-service-replacement.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-flighting-settings.replacement.man (5.0 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-geolocation-replacement.man (1.8 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-identity-foundation-migration-replacement.man (2.1 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-ie-adminkitbranding-repl.man (4.1 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-ie-clientnetworkprotocolimplementation-repl.man (19.1 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-ie-internetexplorer-repl-2.man (19.5 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-ie-internetexplorer-repl.man (16.5 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-ie-pdm-replacement.man (2.8 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-netfx35cdfcomp-replacement.man (911 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-netfxcorecomp-repl.man (44.7 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-network-setup-replacement.man (884 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-networkbridge-replacement.man (744 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-offlinefiles-replacement.man (7.9 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-parentalcontrolssettings-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-powershell-replacement.man (3.6 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-powershell-ws08-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-powershellwebaccess-commands-powershell-migration-replacement.man (874 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-securestartup-filterdriver-replacement.man (4.1 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-security-ngc-credprov-replacement.man (1.7 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-security-ngc-ctnrsvc-repl.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-servermanager-rsat-featuretools-replacement.man (686 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-servermanager-rsat-replacement.man (659 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-servermanager-rsat-roletools-replacement.man (680 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-servermanager-shell-replacement.man (747 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-services-targetedcontent-replacement.man (839 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-slb-mux-replacement.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-smb1-replacement.man (932 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-softwareinventorylogging-scheduledtasks-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-storagemigration-od-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-storagemigration-replacement.man (6.2 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-sxs-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-virtualization-vmswitch-migration-replacement.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\microsoft-windows-wcfcorecomp-replacement.man (865 bytes)
Extracting: D:\sources\replacementmanifests\microsoft-windows-workstationservice-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\microsoft.windows.com.complus.setup-replacement.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\microsoft.windows.com.dtc.setup-replacement.man (4.4 KB)
Extracting: D:\sources\replacementmanifests\microsoftwindowsdefragcore-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\mmdeviceapi-migration-replacement.man (3.6 KB)
Extracting: D:\sources\replacementmanifests\mmsys-migration-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\mpr-replacement.man (770 bytes)
Extracting: D:\sources\replacementmanifests\msmpeg2vdec-migration-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\muisettings-replacement.man (1.6 KB)
Extracting: D:\sources\replacementmanifests\mup-replacement.man (2.5 KB)
Extracting: D:\sources\replacementmanifests\ndis-repl.man (2.9 KB)
Extracting: D:\sources\replacementmanifests\netfx-wcf-http-activation-replacement.man (1.8 KB)
Extracting: D:\sources\replacementmanifests\netfx-wcf-msmqactivation-registration-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\netfx-wcf-pipeactivation-registration-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\netfx-wcf-tcpactivation-registration-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\netfx3-replacement.man (601 bytes)
Extracting: D:\sources\replacementmanifests\netfx4-policy-replacement.man (863 bytes)
Extracting: D:\sources\replacementmanifests\netfx4-replacement.man (668 bytes)
Extracting: D:\sources\replacementmanifests\netfx4-wcf-client-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\netfx4-wcf-extended-replacement.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\netfx4clientcorecomp-replacement.man (17.1 KB)
Extracting: D:\sources\replacementmanifests\networking-mpssvc-svc.replacement.man (1.7 KB)
Extracting: D:\sources\replacementmanifests\networkloadbalancingmanagementclient-replacement.man (674 bytes)
Extracting: D:\sources\replacementmanifests\networkloadbalancingmanagementheadlessserver-replacement.man (673 bytes)
Extracting: D:\sources\replacementmanifests\networkprofile-replacement.man (2.1 KB)
Extracting: D:\sources\replacementmanifests\networksecurity.replacement.man (10.3 KB)
Extracting: D:\sources\replacementmanifests\nfs-admincore-repl.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\nfs-clientcore-repl.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\nfs-servercore-repl.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\nfs-servercoreupg-clientcore-repl.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\nfs-servercoreupg-servercore-repl.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\ngclocalaccountmigplugin-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\ngcpopkeysrv_dll-repl.man (911 bytes)
Extracting: D:\sources\replacementmanifests\nlasvc-replace.man (943 bytes)
Extracting: D:\sources\replacementmanifests\notepad-repl.man (1 KB)
Extracting: D:\sources\replacementmanifests\npas-role-replacement.man (753 bytes)
Extracting: D:\sources\replacementmanifests\npsui-replacement.man (633 bytes)
Extracting: D:\sources\replacementmanifests\odbc32dll-repl.man (13.6 KB)
Extracting: D:\sources\replacementmanifests\onecore_speechcommon-rep.man (11.6 KB)
Extracting: D:\sources\replacementmanifests\pcpksp_dll-repl.man (3.8 KB)
Extracting: D:\sources\replacementmanifests\peerdist-client-migration-replacement.man (6.2 KB)
Extracting: D:\sources\replacementmanifests\peerdist-server-migration-replacement.man (6.2 KB)
Extracting: D:\sources\replacementmanifests\peerdist-upgrade-replacement.man (3.2 KB)
Extracting: D:\sources\replacementmanifests\peertopeergrouping-replacement.man (1.7 KB)
Extracting: D:\sources\replacementmanifests\performancecounterinfrastructurenonexecutable-replacement.man (1.6 KB)
Extracting: D:\sources\replacementmanifests\personalizationcsp-repl.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\pnpmigration-replacement.man (982 bytes)
Extracting: D:\sources\replacementmanifests\posproviders-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\power-energyestimationengine-replacement.man (6.3 KB)
Extracting: D:\sources\replacementmanifests\powercpl-replacement.man (2.5 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v1019h1.man (6.0 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v1119h1.man (5.5 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v12vb.man (5.5 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v13vb.man (5.9 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v4rs1.man (4.1 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v5rs1.man (4.1 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v6rs2.man (4.1 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v7rs2.man (5.3 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v8rs4.man (5.8 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-v9rs5.man (5.9 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-vista.man (1.9 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-win10.man (3.3 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-win7.man (2.6 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-definitions-replacement-win8.man (26.5 KB)
Extracting: D:\sources\replacementmanifests\powermanagement-powerpolicy-migration-replacement.man (652 bytes)
Extracting: D:\sources\replacementmanifests\ppipolicies-encryption-replacement.man (1001 bytes)
Extracting: D:\sources\replacementmanifests\ppipolicies-general-replacement.man (2.1 KB)
Extracting: D:\sources\replacementmanifests\ppipolicies-miracast-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\ppipolicies-power-replacement.man (985 bytes)
Extracting: D:\sources\replacementmanifests\printing-localprinting-replacement.man (3.5 KB)
Extracting: D:\sources\replacementmanifests\printing-server-foundation-features-upgrade.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\printing-servercore-wow64-rm.man (930 bytes)
Extracting: D:\sources\replacementmanifests\printing-spooler-core-replacement.man (933 bytes)
Extracting: D:\sources\replacementmanifests\processmodel-cpt-rm.man (1.8 KB)
Extracting: D:\sources\replacementmanifests\profsvcreplacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\propsys-replacement.man (2.2 KB)
Extracting: D:\sources\replacementmanifests\quickactions-windows-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\rasapi-repl.man (3.1 KB)
Extracting: D:\sources\replacementmanifests\rasbase-rassstp-repl.man (6.0 KB)
Extracting: D:\sources\replacementmanifests\rasbase-repl.man (5.8 KB)
Extracting: D:\sources\replacementmanifests\rasddm-repl.man (2.5 KB)
Extracting: D:\sources\replacementmanifests\rasmanservice-repl.man (2.2 KB)
Extracting: D:\sources\replacementmanifests\rasmanservice-replv2.man (2.6 KB)
Extracting: D:\sources\replacementmanifests\rasmanservice-replv3.man (2.7 KB)
Extracting: D:\sources\replacementmanifests\rasppp-repl.man (2.9 KB)
Extracting: D:\sources\replacementmanifests\rasrqs-repl.man (1.8 KB)
Extracting: D:\sources\replacementmanifests\rasserver-repl.man (26.6 KB)
Extracting: D:\sources\replacementmanifests\rasserveradmintools-replacement.man (642 bytes)
Extracting: D:\sources\replacementmanifests\refs-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\refs-v1-replacement.man (454 bytes)
Extracting: D:\sources\replacementmanifests\retaildemo.deployment.replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\rights-management-client-v1-api-replacement.man (4.4 KB)
Extracting: D:\sources\replacementmanifests\rights-management-services-admin-tools-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\rights-management-services-management-tools-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\rights-management-services-role-replacement.man (1019 bytes)
Extracting: D:\sources\replacementmanifests\schedsvc-replacement.man (2.3 KB)
Extracting: D:\sources\replacementmanifests\security-malware-windows-defender-repl.man (2.5 KB)
Extracting: D:\sources\replacementmanifests\security-spp-migration-replacement.man (2.8 KB)
Extracting: D:\sources\replacementmanifests\securitycenter-core-replacement.man (957 bytes)
Extracting: D:\sources\replacementmanifests\servercore-wow64-rm.man (763 bytes)
Extracting: D:\sources\replacementmanifests\settingshandlers_accessibility-replacement.man (972 bytes)
Extracting: D:\sources\replacementmanifests\sharedpccsp-repl.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\sharemgmt-rsatclient-tools-replacement.man (625 bytes)
Extracting: D:\sources\replacementmanifests\shell32-replacement.man (17.3 KB)
Extracting: D:\sources\replacementmanifests\shmig-replacement.man (2.8 KB)
Extracting: D:\sources\replacementmanifests\shutdown-event-tracker-repl.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\signalmanager-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\signature-replacement.man (2.8 KB)
Extracting: D:\sources\replacementmanifests\smartcardsubsystem-repl.man (2.3 KB)
Extracting: D:\sources\replacementmanifests\smsroutersvc-replacement.man (2 KB)
Extracting: D:\sources\replacementmanifests\snippingtoolsettingsmigration-replacement.man (880 bytes)
Extracting: D:\sources\replacementmanifests\snmp-gui-tools-replacement.man (634 bytes)
Extracting: D:\sources\replacementmanifests\sounds-migration-replacement.man (2.4 KB)
Extracting: D:\sources\replacementmanifests\spectrum-replacement.man (864 bytes)
Extracting: D:\sources\replacementmanifests\srm-cbadriver-repl.man (2.5 KB)
Extracting: D:\sources\replacementmanifests\srm-datascrndriver-repl.man (2.6 KB)
Extracting: D:\sources\replacementmanifests\srm-infrastructure-repl.man (694 bytes)
Extracting: D:\sources\replacementmanifests\srm-management-repl.man (621 bytes)
Extracting: D:\sources\replacementmanifests\srm-quotadriver-repl.man (2.5 KB)
Extracting: D:\sources\replacementmanifests\srm-service-repl.man (4.0 KB)
Extracting: D:\sources\replacementmanifests\srm-service-reports-repl.man (2.8 KB)
Extracting: D:\sources\replacementmanifests\srm-ui-repl.man (2.4 KB)
Extracting: D:\sources\replacementmanifests\srumon-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\starttiledata-replacement.man (4.5 KB)
Extracting: D:\sources\replacementmanifests\sysdm-replacement.man (2.6 KB)
Extracting: D:\sources\replacementmanifests\sysmain-replacement.man (1.8 KB)
Extracting: D:\sources\replacementmanifests\systemsettingsthreshold-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\systemsettings_handlers_cortana-replacement.man (992 bytes)
Extracting: D:\sources\replacementmanifests\tabletpcplatforminput-core-replacement.man (15.3 KB)
Extracting: D:\sources\replacementmanifests\tcblaunch-replacement.man (880 bytes)
Extracting: D:\sources\replacementmanifests\tcpip-replacement.man (24.1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-appserver-licensing-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-gateway-package-r-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-gateway-package-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-gateway-ui-package-r-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-gateway-ui-package-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-licenseserver-replacement.man (1.7 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-localsessionmanager-replacement.man (1.3 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-publishing-wmiprovider-replacement.man (904 bytes)
Extracting: D:\sources\replacementmanifests\terminalservices-rapweb-replacement.man (860 bytes)
Extracting: D:\sources\replacementmanifests\terminalservices-rapwebpart-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-rdp-winstationextensions-replacement.man (3.3 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-remoteconnectionmanager-replacement.man (5.3 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-role-package-r-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-role-package-replacement.man (1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-sessiondirectory-client-replacement.man (2.7 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-sessiondirectory-server-replacement.man (4.1 KB)
Extracting: D:\sources\replacementmanifests\terminalservices-tsv-vmhostagent-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\tetheringservice-repl.man (1 KB)
Extracting: D:\sources\replacementmanifests\textservicesframework-migration-replacement.man (6.3 KB)
Extracting: D:\sources\replacementmanifests\time-service-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\tpmdriverwmi-replacement.man (2.5 KB)
Extracting: D:\sources\replacementmanifests\tpmvsc-repl.man (916 bytes)
Extracting: D:\sources\replacementmanifests\twinui-replacement.man (11.8 KB)
Extracting: D:\sources\replacementmanifests\twinui.pcshell-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\udfs-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\updateagent-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\updateservices-common-replacement.man (850 bytes)
Extracting: D:\sources\replacementmanifests\updateservices-services-replacement.man (2.8 KB)
Extracting: D:\sources\replacementmanifests\upnpdevicehost-replacement.man (2.4 KB)
Extracting: D:\sources\replacementmanifests\upnpdevicehost-server-replacement.man (2.4 KB)
Extracting: D:\sources\replacementmanifests\upnpssdp-replacement.man (2.3 KB)
Extracting: D:\sources\replacementmanifests\upnpssdp-server-replacement.man (2.3 KB)
Extracting: D:\sources\replacementmanifests\usbmigration-replacement.man (1.6 KB)
Extracting: D:\sources\replacementmanifests\vault-replacement.man (2.1 KB)
Extracting: D:\sources\replacementmanifests\video-tvvideocontrol-replacement.man (914 bytes)
Extracting: D:\sources\replacementmanifests\virtualdiskservice-repl.man (1.7 KB)
Extracting: D:\sources\replacementmanifests\volsnap-repl.man (2.9 KB)
Extracting: D:\sources\replacementmanifests\vssservice-repl.man (4 KB)
Extracting: D:\sources\replacementmanifests\wbiosrvc-replacement.man (1.8 KB)
Extracting: D:\sources\replacementmanifests\wcf-http-activation-replacement.man (850 bytes)
Extracting: D:\sources\replacementmanifests\wcf-nonhttp-activation-replacement.man (860 bytes)
Extracting: D:\sources\replacementmanifests\web-services-for-management-core-replacement.man (13.6 KB)
Extracting: D:\sources\replacementmanifests\webdavredir-clientonly-replacement.man (2.1 KB)
Extracting: D:\sources\replacementmanifests\webdavredir-serveronly-replacement.man (2.1 KB)
Extracting: D:\sources\replacementmanifests\wia-coreservices-replacement.man (969 bytes)
Extracting: D:\sources\replacementmanifests\wicamigrationav-rl.man (9.5 KB)
Extracting: D:\sources\replacementmanifests\wid8-migration.man (2 KB)
Extracting: D:\sources\replacementmanifests\win32k-settings-repl.man (18.3 KB)
Extracting: D:\sources\replacementmanifests\windows-senseclient-service-rep.man (2.0 KB)
Extracting: D:\sources\replacementmanifests\windows.cortana.desktop-repl.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\windows.holographic.displaythrottling-replacement.man (2.5 KB)
Extracting: D:\sources\replacementmanifests\windows.media-migration-replacement.man (993 bytes)
Extracting: D:\sources\replacementmanifests\windows.sharedpc.accountmanager-repl.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\windows.ui.shell-repl.man (2 KB)
Extracting: D:\sources\replacementmanifests\windowspushnotifications-platform-library-replacement.man (1.4 KB)
Extracting: D:\sources\replacementmanifests\windowssearchengine-replacement.man (6.2 KB)
Extracting: D:\sources\replacementmanifests\windowsstoreapi-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\windowsupdate-replacement.man (1.7 KB)
Extracting: D:\sources\replacementmanifests\windowswebapphost-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\winlogon-replacement.man (12.3 KB)
Extracting: D:\sources\replacementmanifests\winmde-migration-replacement.man (1016 bytes)
Extracting: D:\sources\replacementmanifests\winnat-replacement.man (1.2 KB)
Extracting: D:\sources\replacementmanifests\winsat-cmi-replacement.man (889 bytes)
Extracting: D:\sources\replacementmanifests\wlidsvc-replacement.man (4.8 KB)
Extracting: D:\sources\replacementmanifests\wlidsvc.vista-win7.man (4.1 KB)
Extracting: D:\sources\replacementmanifests\wmdmigration-replacement.man (4 KB)
Extracting: D:\sources\replacementmanifests\wmi-core-replacement.man (2.7 KB)
Extracting: D:\sources\replacementmanifests\wmiacpi-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\wmpnsservice-migration-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\wmpplayer-migration-replacement.man (2.8 KB)
Extracting: D:\sources\replacementmanifests\wsinfra-other-mw-replacement.man (1.1 KB)
Extracting: D:\sources\replacementmanifests\wsinfra-upgrade-replacement.man (1.5 KB)
Extracting: D:\sources\replacementmanifests\wwansvc-servercfg-repl.man (1 KB)
Extracting: D:\sources\acmigration.dll (492.3 KB)
Extracting: D:\sources\acres.dll (337.3 KB)
Extracting: D:\sources\actionqueue.dll (204.3 KB)
Extracting: D:\sources\adfscomp.dll (64.3 KB)
Extracting: D:\sources\admtv3check.dll (92.5 KB)
Extracting: D:\sources\aeinv.dll (872.3 KB)
Extracting: D:\sources\alert.gif (1 KB)
Extracting: D:\sources\appcompat.xsl (11.4 KB)
Extracting: D:\sources\appcompatservicing.dll (88.3 KB)
Extracting: D:\sources\appcompat_bidi.xsl (12.2 KB)
Extracting: D:\sources\appcompat_detailed.xsl (13.3 KB)
Extracting: D:\sources\appcompat_detailed_bidi.xsl (13.4 KB)
Extracting: D:\sources\appcompat_detailed_bidi_txt.xsl (13.1 KB)
Extracting: D:\sources\appcompat_detailed_txt.xsl (13 KB)
Extracting: D:\sources\appraiser.dll (2.1 MB)
Extracting: D:\sources\appraiser.sdb (2.5 MB)
Extracting: D:\sources\appraiserdatasha1.cat (9.3 KB)
Extracting: D:\sources\appraisersdblatestoshash.txt (90 bytes)
Extracting: D:\sources\appraiserwc.dll (2.1 MB)
Extracting: D:\sources\arunimg.dll (816.3 KB)
Extracting: D:\sources\arunres.dll (24.3 KB)
Extracting: D:\sources\autorun.dll (168.3 KB)
Extracting: D:\sources\background_cli.bmp (2.3 MB)
Extracting: D:\sources\bcd.dll (145.6 KB)
Extracting: D:\sources\boot.wim (423.7 MB)
Extracting: D:\sources\bootsvc.dll (254.5 KB)
Extracting: D:\sources\cdplib.mof (1.9 KB)
Extracting: D:\sources\cdplibuninstall.mof (571 bytes)
Extracting: D:\sources\clustercompliance.dll (40.5 KB)
Extracting: D:\sources\cmi2migxml.dll (224.3 KB)
Extracting: D:\sources\cmisetup.dll (164.3 KB)
Extracting: D:\sources\compatappraiserresources.dll (228.3 KB)
Extracting: D:\sources\compatctrl.dll (197.3 KB)
Extracting: D:\sources\compatresources.dll (353.4 KB)
Extracting: D:\sources\compres.dll (48.4 KB)
Extracting: D:\sources\cpufms.ini (677 bytes)
Extracting: D:\sources\cryptosetup.dll (44.5 KB)
Extracting: D:\sources\csiagent.dll (700.3 KB)
Extracting: D:\sources\cversion.ini (49 bytes)
Extracting: D:\sources\db_msftproductionwindowssigningca.cer (1.5 KB)
Extracting: D:\sources\devinv.dll (736.3 KB)
Extracting: D:\sources\diager.dll (76.3 KB)
Extracting: D:\sources\diagnostic.dll (212.3 KB)
Extracting: D:\sources\diagtrack.dll (1.3 MB)
Extracting: D:\sources\diagtrackrunner.exe (86.2 KB)
Extracting: D:\sources\dism.exe (324.3 KB)
Extracting: D:\sources\dismapi.dll (1.1 MB)
Extracting: D:\sources\dismcore.dll (444.3 KB)
Extracting: D:\sources\dismcoreps.dll (200.3 KB)
Extracting: D:\sources\dismprov.dll (292.3 KB)
Extracting: D:\sources\du.dll (184.3 KB)
Extracting: D:\sources\EI.CFG (57 bytes)
Extracting: D:\sources\facilitator.dll (1 MB)
Extracting: D:\sources\folderprovider.dll (92.3 KB)
Extracting: D:\sources\gatherosstate.exe (1.4 MB)
Extracting: D:\sources\generaltel.dll (572.3 KB)
Extracting: D:\sources\hwcompat.dll (244.3 KB)
Extracting: D:\sources\hwcompat.txt (769.3 KB)
Extracting: D:\sources\hwcompatPE.txt (257 bytes)
Extracting: D:\sources\hwexclude.txt (51 bytes)
Extracting: D:\sources\hwexcludePE.txt (15 bytes)
Extracting: D:\sources\hypervcomplcheck.dll (224.5 KB)
Extracting: D:\sources\iasmigplugin.dll (752.3 KB)
Extracting: D:\sources\icbexclusion.inf (7.1 KB)
Extracting: D:\sources\idwbinfo.txt (122 bytes)
Extracting: D:\sources\iiscomp.dll (40.5 KB)
Extracting: D:\sources\imagelib.dll (924.3 KB)
Extracting: D:\sources\imagingprovider.dll (248.3 KB)
Extracting: D:\sources\input.dll (380.3 KB)
Extracting: D:\sources\install.esd (3.2 GB)
Extracting: D:\sources\itgtupg.dll (104.5 KB)
Extracting: D:\sources\lang.ini (78 bytes)
Extracting: D:\sources\locale.nls (821.5 KB)
Extracting: D:\sources\logprovider.dll (180.3 KB)
Extracting: D:\sources\mediasetupuimgr.dll (1.1 MB)
Extracting: D:\sources\migapp.xml (639.2 KB)
Extracting: D:\sources\migcore.dll (9.3 MB)
Extracting: D:\sources\mighost.exe (272.3 KB)
Extracting: D:\sources\migisol.dll (144.3 KB)
Extracting: D:\sources\migres.dll (24.3 KB)
Extracting: D:\sources\migstore.dll (1.3 MB)
Extracting: D:\sources\migsys.dll (444.3 KB)
Extracting: D:\sources\migtestplugin.dll (68.5 KB)
Extracting: D:\sources\mitigation.dll (328.3 KB)
Extracting: D:\sources\mxeagent.dll (364.3 KB)
Extracting: D:\sources\nlsbres.dll (100.3 KB)
Extracting: D:\sources\ntdsupg.dll (48.5 KB)
Extracting: D:\sources\ntfrsupg.dll (68.5 KB)
Extracting: D:\sources\nxquery.inf (1.4 KB)
Extracting: D:\sources\nxquery.sys (52.5 KB)
Extracting: D:\sources\offline.xml (40.6 KB)
Extracting: D:\sources\offlineprofileutils.dll (232.3 KB)
Extracting: D:\sources\oscomps.woa.xml (243.3 KB)
Extracting: D:\sources\oscomps.xml (437.8 KB)
Extracting: D:\sources\osfilter.inf (20.8 KB)
Extracting: D:\sources\outofbox_windows_db.bin (4.7 KB)
Extracting: D:\sources\pnpibs.dll (92.3 KB)
Extracting: D:\sources\pnppropmig.dll (100.3 KB)
Extracting: D:\sources\product.ini (5.3 KB)
Extracting: D:\sources\rdsupgcheck.dll (44.3 KB)
Extracting: D:\sources\reagent.admx (1.2 KB)
Extracting: D:\sources\reagent.dll (584.3 KB)
Extracting: D:\sources\reagent.xml (837 bytes)
Extracting: D:\sources\reportgen.dll (72.3 KB)
Extracting: D:\sources\reservemanager.dll (308.3 KB)
Extracting: D:\sources\rmsupg.dll (88.3 KB)
Extracting: D:\sources\rollback.exe (156.3 KB)
Extracting: D:\sources\schema.dat (92 KB)
Extracting: D:\sources\sdbapiu.dll (324.3 KB)
Extracting: D:\sources\segoeui.ttf (933.4 KB)
Extracting: D:\sources\servicingcommon.dll (920.4 KB)
Extracting: D:\sources\setup.exe (329.3 KB)
Extracting: D:\sources\setupcompat.dll (393.3 KB)
Extracting: D:\sources\setupcore.dll (2.2 MB)
Extracting: D:\sources\setupdiag.exe (557.4 KB)
Extracting: D:\sources\setuperror.exe (71.8 KB)
Extracting: D:\sources\setuphost.exe (841.4 KB)
Extracting: D:\sources\setupmgr.dll (1 MB)
Extracting: D:\sources\setupplatform.cfg (13.2 KB)
Extracting: D:\sources\setupplatform.dll (9.1 MB)
Extracting: D:\sources\setupplatform.exe (237.4 KB)
Extracting: D:\sources\setupprep.exe (1.2 MB)
Extracting: D:\sources\sfcn.dat (1.8 KB)
Extracting: D:\sources\sflcid.dat (1.6 KB)
Extracting: D:\sources\sflistrs1.dat (5.3 MB)
Extracting: D:\sources\sflistw7.dat (1.6 MB)
Extracting: D:\sources\sflistw8.dat (2.5 MB)
Extracting: D:\sources\sflistw8.woa.dat (932.1 KB)
Extracting: D:\sources\sflistwb.dat (3 MB)
Extracting: D:\sources\sflistwb.woa.dat (1.1 MB)
Extracting: D:\sources\sflistwt.dat (4.7 MB)
Extracting: D:\sources\sflistwt.woa.dat (2.5 MB)
Extracting: D:\sources\sfpat.inf (11.3 KB)
Extracting: D:\sources\sfpatrs1.inf (165.9 KB)
Extracting: D:\sources\sfpatw7.inf (17.0 KB)
Extracting: D:\sources\sfpatw8.inf (77.9 KB)
Extracting: D:\sources\sfpatwb.inf (89.5 KB)
Extracting: D:\sources\sfpatwt.inf (161.8 KB)
Extracting: D:\sources\smiengine.dll (948.3 KB)
Extracting: D:\sources\spflvrnt.dll (52.3 KB)
Extracting: D:\sources\spprgrss.dll (76.3 KB)
Extracting: D:\sources\spwizeng.dll (540.3 KB)
Extracting: D:\sources\spwizimg.dll (5.6 MB)
Extracting: D:\sources\spwizres.dll (24.3 KB)
Extracting: D:\sources\sqmapi.dll (68.9 KB)
Extracting: D:\sources\uddicomp.dll (64.5 KB)
Extracting: D:\sources\unattend.dll (228.3 KB)
Extracting: D:\sources\unbcl.dll (1.1 MB)
Extracting: D:\sources\uninstall.xml (4.3 KB)
Extracting: D:\sources\uninstall_data.xml (10.9 KB)
Extracting: D:\sources\updateagent.dll (3 MB)
Extracting: D:\sources\upgloader.dll (128.3 KB)
Extracting: D:\sources\upgradeagent.dll (3.1 MB)
Extracting: D:\sources\upgradeagent.xml (69.2 KB)
Extracting: D:\sources\upgrade_bulk.xml (204.6 KB)
Extracting: D:\sources\upgrade_comp.xml (5.9 KB)
Extracting: D:\sources\upgrade_data.xml (40.8 KB)
Extracting: D:\sources\upgrade_frmwrk.xml (18.3 KB)
Extracting: D:\sources\upgwow_bulk.xml (112.3 KB)
Extracting: D:\sources\utcapi.dll (56.3 KB)
Extracting: D:\sources\uxlib.dll (180.3 KB)
Extracting: D:\sources\uxlibres.dll (20.3 KB)
Extracting: D:\sources\vhdprovider.dll (596.3 KB)
Extracting: D:\sources\w32uiimg.dll (1.4 MB)
Extracting: D:\sources\w32uires.dll (216.3 KB)
Extracting: D:\sources\warning.gif (597 bytes)
Extracting: D:\sources\wdsclient.dll (464.5 KB)
Extracting: D:\sources\wdsclientapi.dll (260.5 KB)
Extracting: D:\sources\wdscommonlib.dll (300 KB)
Extracting: D:\sources\wdscore.dll (272.3 KB)
Extracting: D:\sources\wdscsl.dll (76.3 KB)
Extracting: D:\sources\wdsimage.dll (120.4 KB)
Extracting: D:\sources\wdstptc.dll (184.5 KB)
Extracting: D:\sources\wdsupgcompl.dll (40.4 KB)
Extracting: D:\sources\wdsutil.dll (348.3 KB)
Extracting: D:\sources\wicadevicefilters.xml (13.4 KB)
Extracting: D:\sources\wimgapi.dll (780.3 KB)
Extracting: D:\sources\wimprovider.dll (672.3 KB)
Extracting: D:\sources\win32ui.dll (716.3 KB)
Extracting: D:\sources\windlp.dll (1.4 MB)
Extracting: D:\sources\windlp.pdb (11.8 MB)
Extracting: D:\sources\winsetup.dll (2.9 MB)
Extracting: D:\sources\winsetupboot.hiv (8 KB)
Extracting: D:\sources\winsetupboot.sys (104.3 KB)
Extracting: D:\sources\winsetupmon.hiv (8 KB)
Extracting: D:\sources\winsetupmon.sys (88.3 KB)
Extracting: D:\sources\wpx.dll (1.4 MB)
Extracting: D:\autorun.inf (128 bytes)
  Unable to create file: Windows error code 0x00000003 (FormatMessage error code 0x00003AFC)

Found USB 2.0 device 'Generic Flash Disk USB Device' (058F:6387)
1 device found
Disk type: Removable, Disk size: 16 GB, Sector size: 512 bytes
Cylinders: 1975, Tracks per cylinder: 255, Sectors per track: 63
Partition type: MBR, NB Partitions: 2
Disk ID: 0x01BBEC1A
Drive has a Rufus Master Boot Record
Partition 1:
  Type: NTFS (0x07)
  Detected File System: NTFS
  Size: 15.1 GB (16252798464 bytes)
  Start Sector: 128, Boot: Yes
Partition 2:
  Type: Rufus Extra (0xea)
  Detected File System: (Unrecognized)
  Size: 31.5 KB (32256 bytes)
  Start Sector: 31743875, Boot: No
pbatard commented 2 years ago
Extracting: D:\autorun.inf (128 bytes)
  Unable to create file: Windows error code 0x00000003 (FormatMessage error code 0x00003AFC)

You most likely have a poorly designed security solution (Antivirus, Enterprise security software, etc.) that wrongly considers that all autorun.inf files are malicious and therefore prevent them from being created.

Unfortunately, Rufus cannot tell you what it is, but you need to find it, and either disable its autorun.inf rule or report to its developers that there are very legitimate reasons to want to create an autorun.inf and that they really should not prevent third applications from creating one. For more on this, see this relevant FAQ entry.

Note that there is nothing Rufus can do about this, as this specific autorun.inf comes from the Windows ISO, so you will have to solve this with the security solution that is actively preventing Rufus from writing the autorun.inf file.

but regarding the second issue, how can I access the log if I can't even open Rufus?

I explained earlier how you should install DebugView and run it, as Rufus will also send its log there, regardless of whether you see the Rufus UI or not.

Please install and run DebugView. When you run it, and when you launch Rufus, you will see its log starting with *** Rufus init ***. If you copy/paste the rest of the log, it should give us an idea of where Rufus appears to hang.

Windows10User2 commented 2 years ago
Extracting: D:\autorun.inf (128 bytes)
  Unable to create file: Windows error code 0x00000003 (FormatMessage error code 0x00003AFC)

You most likely have a poorly designed security solution (Antivirus, Enterprise security software, etc.) that wrongly considers that all autorun.inf files are malicious and therefore prevent them from being created.

Unfortunately, Rufus cannot tell you what it is, but you need to find it, and either disable its autorun.inf rule or report to its developers that there are very legitimate reasons to want to create an autorun.inf and that they really should not prevent third applications from creating one. For more on this, see this relevant FAQ entry.

Note that there is nothing Rufus can do about this, as this specific autorun.inf comes from the Windows ISO, so you will have to solve this with the security solution that is actively preventing Rufus from writing the autorun.inf file.

but regarding the second issue, how can I access the log if I can't even open Rufus?

I explained earlier how you should install DebugView and run it, as Rufus will also send its log there, regardless of whether you see the Rufus UI or not.

Please install and run DebugView. When you run it, and when you launch Rufus, you will see its log starting with *** Rufus init ***. If you copy/paste the rest of the log, it should give us an idea of where Rufus appears to hang.

I don't even have an antivirus solution installed (not even Microsoft Defender) so how can I use a Rufus cheat code to bypass this explorer.exe error?

After running DebugView, I ran Rufus, it didn't open, no "Rufus" entries showed up in DebugView and if I do this when Rufus is working, I guess DebugView will show no errors.

pbatard commented 2 years ago

I don't even have any antivirus solution installed.

It doesn't have to be an antivirus. It can be any type of security rules that were enabled on your computer.

how can I use a Rufus cheat code to bypass this explorer.exe error?

  1. explorer.exe has nothing to do with your issue. It's just that, when Rufus tries to help you to list applications that can potentially be responsible from preventing access, it will usually list explorer.exe because most of the times, Windows File Explorer will have a letter opened for the USB drive in read-only access.
  2. As I explained above, there is no "bypass" that Rufus can apply here. I can guarantee that you have a third party application or set of security rules or whatever that is actively preventing Rufus from creating an autorun.inf file, and it is up to you to find it and disable it, because Rufus expects to be able to create autorun.inf. I can also guarantee you that on a freshly installed Windows system, this issue will not occur, so you do have something that is different from a freshly installed Windows system, that is preventing third party applications like Rufus from creating the autorun.inf file. Rufus expects a system where it can create an autorun.inf file. If you cannot provide such a system, then I can't support you, because it is not my job to work around systems that have been hardened in a manner that prevents Rufus from doing its job.

it didn't open, no "Rufus" entries showed up in DebugView

Then either you didn't configure DebugView properly or you have an issue that is completely unrelated to Rufus (such as your third party security solution or security rules or whatever preventing an application that created an autorun.inf file from running again, because it wrongly considers it as malicious). There again, there is nothing I can fix, or that I can tell you how to fix, because if you don't even get the *** Rufus init *** message, it means that your system prevented the executable from launching altogether, and, obviously, since Rufus is unable to execute any code in that situation, there's really nothing I can do in the code to prevent it.

All in all,, especially as you are using Windows Enterprise, which usually means corporate environment that has been hardened outside of your control, I am seeing very strong evidence pointing to your environment being the source of all your issues, and especially, despite your claim that this is not the case, some security solution or some security rules actively interfering with Rufus operations.

If you want to use Rufus, I will ask you to identify what is interfering with it and either remove it or disable it, because there's absolutely nothing else I can do or advise you to do. Your environment is the problem, not Rufus.

Windows10User2 commented 2 years ago

I don't even have any antivirus solution installed.

It doesn't have to be an antivirus. It can be any type of security rules that were enabled on your computer.

how can I use a Rufus cheat code to bypass this explorer.exe error?

  1. explorer.exe has nothing to do with your issue. It's just that, when Rufus tries to help you to list applications that can potentially be responsible from preventing access, it will usually list explorer.exe because most of the times, Windows File Explorer will have a letter opened for the USB drive in read-only access.
  2. As I explained above, there is no "bypass" that Rufus can apply here. I can guarantee that you have a third party application or set of security rules or whatever that is actively preventing Rufus from creating an autorun.inf file, and it is up to you to find it and disable it, because Rufus expects to be able to create autorun.inf. I can also guarantee you that on a freshly installed Windows system, this issue will not occur, so you do have something that is different from a freshly installed Windows system, that is preventing third party applications like Rufus from creating the autorun.inf file. Rufus expects a system where it can create an autorun.inf file. If you cannot provide such a system, then I can't support you, because it is not my job to work around systems that have been hardened in a manner that prevents Rufus from doing its job.

it didn't open, no "Rufus" entries showed up in DebugView

Then either you didn't configure DebugView properly or you have an issue that is completely unrelated to Rufus (such as your third party security solution or security rules or whatever preventing an application that created an autorun.inf file from running again, because it wrongly considers it as malicious). There again, there is nothing I can fix, or that I can tell you how to fix, because if you don't even get the *** Rufus init *** message, it means that your system prevented the executable from launching altogether, and, obviously, since Rufus is unable to execute any code in that situation, there's really nothing I can do in the code to prevent it.

All in all,, especially as you are using Windows Enterprise, which usually means corporate environment that has been hardened outside of your control, I am seeing very strong evidence pointing to your environment being the source of all your issues, and especially, despite your claim that this is not the case, some security solution or some security rules actively interfering with Rufus operations.

If you want to use Rufus, I will ask you to identify what is interfering with it and either remove it or disable it, because there's absolutely nothing else I can do or advise you to do. Your environment is the problem, not Rufus.

But I do have this issue after a clean install and without any installed program so maybe it's a policy set by NTLite.

I only said I didn't have an antivirus solution installed, not one was the cause of it, and I didn't even mention policies before because you only talked about antivirus solutions back then.

But like I said, why should I had to use DebugView since like I told you I couldn't even open Rufus? I don't understand why you recommended it in the first place.

pbatard commented 2 years ago

why should I had to use DebugView since like I told you I couldn't even open Rufus? I don't understand why you recommended it in the first place.

Because even if Rufus does not display anything on screen, it will send its output to DebugView. The very first line of code that Rufus executes is to send a *** Rufus init *** message to the Windows logging facility, which is what DebugView display.

An application "not opening" (i.e. not showing any window onscreen) does not mean that it isn't running. So the fact that you don't get any output in DebugView tells me that it's not an issue with Rufus window initialisation (which could happen, and could be a problem that may be resolved in the Rufus code), but something external that prevents Rufus from launching altogether, in which case, there is nothing I can do about your problem, because it is cause by your system actively preventing Rufus from running altogether.

By the way, since you appear to indicate that you performed the installation of Windows Enterprise on your own, can you explain how you managed to get a license for Windows Enterprise outside of a corporate environment? My understanding is that Microsoft does not sell individual licenses of Windows Enterprise to end users, unless they are being purchased for a multi-license corporate environment. So the fact that you appear to indicate that you have been performing a fresh installation of Windows Enterprise, on your own, outside of a corporate environment is a bit puzzling...

you only talked about antivirus solutions back then.

No, I was very careful to talk about "security solutions", and mentioned antiviruses as an example of a security solution.

My words were:

You most likely have a poorly designed security solution (Antivirus, Enterprise security software, etc.)

"Antivirus" is an example of a security solution, just like "Enterprise security software" (which is different from antivirus) is another. Please don't distort what I have been saying to pretend that I only talked about antivirus, when it can be easily demonstrated that this is not the case at all.

Windows10User2 commented 2 years ago

why should I had to use DebugView since like I told you I couldn't even open Rufus? I don't understand why you recommended it in the first place.

Because even if Rufus does not display anything on screen, it will send its output to DebugView. The very first line of code that Rufus executes is to send a *** Rufus init *** message to the Windows logging facility, which is what DebugView display.

An application "not opening" (i.e. not showing any window onscreen) does not mean that it isn't running. So the fact that you don't get any output in DebugView tells me that it's not an issue with Rufus window initialisation (which could happen, and could be a problem that may be resolved in the Rufus code), but something external that prevents Rufus from launching altogether, in which case, there is nothing I can do about your problem, because it is cause by your system actively preventing Rufus from running altogether.

By the way, since you appear to indicate that you performed the installation of Windows Enterprise on your own, can you explain how you managed to get a license for Windows Enterprise outside of a corporate environment? My understanding is that Microsoft does not sell individual licenses of Windows Enterprise to end users, unless they are being purchased for a multi-license corporate environment. So the fact that you appear to indicate that you have been performing a fresh installation of Windows Enterprise, on your own, outside of a corporate environment is a bit puzzling...

you only talked about antivirus solutions back then.

No, I was very careful to talk about "security solutions", and mentioned antiviruses as an example of a security solution.

My words were:

You most likely have a poorly designed security solution (Antivirus, Enterprise security software, etc.)

"Antivirus" is an example of a security solution, just like "Enterprise security software" (which is different from antivirus) is another. Please don't distort what I have been saying to pretend that I only talked about antivirus, when it can be easily demonstrated that this is not the case at all.

I downloaded it from UUP Dump and I also have this problem in Windows 11 Home and Pro, anyway.

But you also mentioned security rules and I have no security solution. What do you mean by Enterprise security software? Also, I don't understand what does Enterprise have to do with this issue as well as where did I get it from.

pbatard commented 2 years ago

From your log:

Windows version: Windows 11 Enterprise, 64-bit (Build 22000.918)

You have been running Rufus on Windows 11 Enterprise.

At any rate, as I have pointed above, the issue is clearly external to Rufus. The log clearly shows that something is interfering with writing an autorun.inf file and this is a common enough issue to point to the finger at an external security solution (or security rules if you prefer, though it's hard to pinpoint what the actual culprit is, which is why I prefer to use the generic term "security solution"). As such, I will say once again that the problem is 100% yours to fix, because there is literally nothing I can do in Rufus to solve an issue that exists purely on your system (and, considering that this issue tracker is not full of similar issues only on your system).

Windows10User2 commented 2 years ago

From your log:

Windows version: Windows 11 Enterprise, 64-bit (Build 22000.918)

You have been running Rufus on Windows 11 Enterprise.

At any rate, as I have pointed above, the issue is clearly external to Rufus. The log clearly shows that something is interfering with writing an autorun.inf file and this is a common enough issue to point to the finger at an external security solution (or security rules if you prefer, though it's hard to pinpoint what the actual culprit is, which is why I prefer to use the generic term "security solution"). As such, I will say once again that the problem is 100% yours to fix, because there is literally nothing I can do in Rufus to solve an issue that exists purely on your system (and, considering that this issue tracker is not full of similar issues only on your system).

I know I've been running Windows 11 Enterprise but like I said, I also have this problem in Windows 11 Home and Windows 11 Pro.

Do you think disabled AutoPlay may cause this problem?

pbatard commented 2 years ago

but like I said, I also have this problem in Windows 11 Home and Windows 11 Pro.

The only thing I can accept is a log. And you will see, from this very issue tracker, that you are the only person running Windows 11 (Home, Pro or Enterprise) to report such an issue. For the record, I am running Windows 11 Pro and have never EVER seen the problem you mention. I have however seen many issues in the past where Rufus failed when writing autorun.inf and EVERY SINGLE ONE OF THEM was caused by a security solution. The fact that Windows Enterprise is often run in corporate environments that use such restrictive security solution is why I am very interested about the fact that your log showed that you were running Enterprise, because that is exactly where I would expect this kid of problem to manifest itself due to corporate security rules being enforced by your corporate sysadmins.

Do you think disabled AutoPlay may cause this problem?

No.

Windows10User2 commented 2 years ago

but like I said, I also have this problem in Windows 11 Home and Windows 11 Pro.

The only thing I can accept is a log. And you will see, from this very issue tracker, that you are the only person running Windows 11 (Home, Pro or Enterprise) to report such an issue. For the record, I am running Windows 11 Pro and have never EVER seen the problem you mention. I have however seen many issues in the past where Rufus failed when writing autorun.inf and EVERY SINGLE ONE OF THEM was caused by a security solution. The fact that Windows Enterprise is often run in corporate environments that use such restrictive security solution is why I am very interested about the fact that your log showed that you were running Enterprise, because that is exactly where I would expect this kid of problem to manifest itself due to corporate security rules being enforced by your corporate sysadmins.

Do you think disabled AutoPlay may cause this problem?

No.

If I also have this problem in Home and Pro, do you think it might be related to UAC?

pbatard commented 2 years ago

If I also have this problem in Home and Pro, do you think it might be related to UAC?

No. It is an active security solution or security rules preventing the creation of autorun.inf. And this will be my last reply before I lock this thread, because unless somebody else comes on this issue tracker with the same issue on an unmodified official installation of Windows 11, it is 100% your problem to identify and fix, and, considering that this is external to Rufus, I consider that I've already given you enough of my time

pbatard commented 1 year ago

Also, per #2115, this may actually be due to your computer being infected by a virus, since some viruses try to use autorun.inf to spread. For instance, it appears that Virus.Floxif can cause this error.

And again, I have to stress out that the issue is 100% with the environment, and not with Rufus. If you do run Rufus from a clean installation of Windows, without dodgy software or security solutions, you will not run into this problem.