Omschrijving
				Aan het knutselen met Tiny11Maker.
Een tool om een 25H2-image om te turnen in een sterk gestripte veris evan Windows 11 die installaeerbaar is op incompatibele systemen (niet voldoend aan de MS-criteria). Ik gebruik als basis de Microsoft Windows 11 (25H2) 64bit GiGA AiO NEDERLANDS Build 26200.6725 + O365 [24 Versies - 16GBDVD9] Fixed -=iNS0MNiA Releases=- van Freelance.
Ik zag dat het script struikeld over dit deel:
if ((Test-Path "$DriveLetter\sources\boot.wim") -eq $false -or (Test-Path "$DriveLetter\sources\install.wim") -eq $false) {
    if ((Test-Path "$DriveLetter\sources\install.esd") -eq $true) {
        Write-Output "Found install.esd, converting to install.wim..."
        Get-WindowsImage -ImagePath $DriveLetter\sources\install.esd
        $index = Read-Host "Please enter the image index"
        Write-Output ' '
        Write-Output 'Converting install.esd to install.wim. This may take a while...'
        Export-WindowsImage -SourceImagePath $DriveLetter\sources\install.esd -SourceIndex $index -DestinationImagePath $ScratchDisk\tiny11\sources\install.wim -Compressiontype Maximum -CheckIntegrity
    } else {
        Write-Output "Can't find Windows OS Installation files in the specified Drive Letter.."
        Write-Output "Please enter the correct DVD Drive Letter.."
        exit
In de Insomnia-versie komt helemaal geen install.esd voor ! En ook geen install.wim !
Nu bezig een onbewerkte (ga ik van uit) te zuigen en te kijken of het script (tiny11maker.ps1) die wel accepteert.
Wordt vervolgd :-)
			 
			
			
		
Reacties # 0