Skip to content

Errors processing Win11_24H2_English_x64.iso downloaded April 25, 2025 #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
timg11 opened this issue Apr 27, 2025 · 2 comments
Open

Comments

@timg11
Copy link

timg11 commented Apr 27, 2025

I ran tiny11maker.ps1 on Win11_24H2_English_x64.iso (downloaded April 25, 2025). (I mounted the ISO using UltraISO)
I selected Index 6, Windows 11 Pro.

I see these errors in the output.

		Owner changed to Administrators.
		Permissions modified for Administrators group.
		Registry key permissions successfully updated.
		Deleting Application Compatibility Appraiser
		ERROR: The system was unable to find the specified registry key or value.
		Deleting Customer Experience Improvement Program
		ERROR: The system was unable to find the specified registry key or value.
		ERROR: The system was unable to find the specified registry key or value.
		ERROR: The system was unable to find the specified registry key or value.
		Deleting Program Data Updater
		ERROR: The system was unable to find the specified registry key or value.
		Deleting autochk proxy
		ERROR: The system was unable to find the specified registry key or value.
		ERROR: The system was unable to find the specified registry key or value.
		Deleting QueueReporting
		ERROR: The system was unable to find the specified registry key or value.
		Tweaking complete!
		Unmounting Registry...
		ERROR: The parameter is incorrect.
		ERROR: The parameter is incorrect.
		The operation completed successfully.
		Cleaning up image...
		Repair-WindowsImage : A parameter cannot be found that matches parameter name 'StartComponentCleanup'.
		At D:\Download\Windows\Tiny11\tiny11maker.ps1:385 char:51
		+ ... owsImage -Path $ScratchDisk\scratchdir -StartComponentCleanup -ResetB ...
		+                                            ~~~~~~~~~~~~~~~~~~~~~~
		    + CategoryInfo          : InvalidArgument: (:) [Repair-WindowsImage], ParameterBindingException
		    + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Dism.Commands.RepairWindowsImageCommand
		
		Cleanup complete.
		
		Unmounting image...
		
		LogPath          : C:\WINDOWS\Logs\DISM\dism.log
		ScratchDirectory :
		LogLevel         : WarningsInfo
		
		Exporting image...

Should I try to find a Windows 11 ISO from a few months ago? I found a source for older ISOs here
Based on the dates, the version I tried is likely Windows 11, version 24H2 (26100.3915) amd64.
What was the last Windows 11 24H2 ISO sub-version that worked correctly with tiny11maker.ps1?

@timg11 timg11 changed the title Two errors processing Win11_24H2_English_x64.iso downloaded April 25, 2025 Errors processing Win11_24H2_English_x64.iso downloaded April 25, 2025 Apr 27, 2025
@Dr-PC-Mac-Linux
Copy link

this project seems to be left as it is since quite a moment.... i think the team did give it away as is.

@charles25565
Copy link

charles25565 commented Apr 29, 2025

That filename belongs to 26100.1742, not 26100.3915.

The -StartComponentCleanup flag to Repair-WindowsImage wasn't added until Windows 11.

Try building the image on Windows 11 24H2 itself.

26100.1742 works just fine with tiny11builder except that the start menu ads are still present, which #367 should fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants