ntdevlabs / tiny11builder

Scripts to build a trimmed-down Windows 11 image.
9.5k stars 829 forks source link

what instructions are? #251

Open gabri25ele opened 5 days ago

gabri25ele commented 5 days ago

but what instructions are they? it says

Download Windows 11 from the Microsoft website (https://www.microsoft.com/software-download/windows11)

ok

Mount the downloaded ISO image using Windows Explorer.

ok

Select the drive letter where the image is mounted (only the letter, no colon (:))

select. select what? (in my case) D, ok select D, with what?

Select the SKU that you want the image to be based.

so tiny11maker.ps1 select. select what? single click is select, but with a single click nothing happens then if anything double click.

any way I try to open powershell in \tiny11builder-main I write ".\tiny11maker" D

receive

In row:1 char:17

the instructions must be written well, not half-heartedly

pnguyen879 commented 5 days ago

figure out yourself, watch a video

gabri25ele commented 4 days ago

If I need to see a video, put it in the instructions This does not mean that the instructions do not make sense

MelKyra commented 4 days ago

the Instructions are clear

mount the iso

open a admin shell

start the script, just the script, no parameters

then the script ask where the iso is mounted and then it ask what SKU ...

Damianonymous commented 4 days ago

If I need to see a video, put it in the instructions.

The instructional video is located on the YouTube channel which can be found in the developer's profile.

15w34r0n3D4y commented 4 days ago

Your mount letter is D type just D without ":". SKU it's one of Windows edition, you need type number from 1-11 when script ask for it ... index or number "6" it's Windows 11 PRO.

I write ".\tiny11maker" D

Edited: No, you need type only '.\tiny11maker.ps1' or '.\tiny11maker' then when script say for letter type D.

gabri25ele commented 3 days ago

The instructional video is located on the YouTube channel which can be found in the developer's profile.

my request is to write the steps, step by step

gabri25ele commented 3 days ago

No, you need type only '.\tiny11maker.ps' or '.\tiny11maker' then when script say for letter type D.

Immagine 2024-10-16 092616

I think is tiny11maker.ps1

gabri25ele commented 3 days ago

Start Powershell as administrator and type Set-ExecutionPolicy unrestricted

This isn't in the STEP, for example

YasInvolved commented 3 days ago

No, you need type only '.\tiny11maker.ps' or '.\tiny11maker' then when script say for letter type D.

Immagine 2024-10-16 092616

You should have typed .\tiny11maker.ps1.

Also make sure that you set the execution policy to unrestricted. If not, open the PowerShell as administrator and type Set-ExecutionPolicy unrestricted.

gabri25ele commented 3 days ago

a lot of errors

Creation completed! Press any key to exit the script... Press Enter to continue:

Performing Cleanup... Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\af-ZA\tipresx.dll.mui: Accesso al percorso negato. In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

gabri25ele commented 3 days ago

any way from what I understand the steps are these

Instructions:

Download Windows 11 from the Microsoft website (https://www.microsoft.com/software-download/windows11) Mount the downloaded ISO image using Windows Explorer. OPEN powershell in the directory by administrator and type Set-ExecutionPolicy unrestricted Type .\tiny11maker.ps1 or .\tiny11Coremaker.ps1 Select the drive letter where the image is mounted (only the letter, no colon (:)) Select the SKU that you want the image to be based.

however I get a lot of red errors scrolling by, I don't know how to catch them and I don't know if it's normal

20241016_094754

YasInvolved commented 3 days ago

I can't speak or pronounce Italian very well but as far as I can guess there's an issue with ownership. In other words the OS can't delete files because they aren't owned by you or an administrator user on your computer. I suggest trying to run the script again. If it doesn't work you'll have to take the ownership manually.

gabri25ele commented 3 days ago

I can't speak or pronounce Italian very well but as far as I can guess there's an issue with ownership. In other words the OS can't delete files because they aren't owned by you or an administrator user on your computer. I suggest trying to run the script again. If it doesn't work you'll have to take the ownership manually.

yet there at the top left it says administrator

MelKyra commented 3 days ago

last time i mod one of the iso, i had similar errors.

i just used gsudo --Ti to become root, then no errors

https://github.com/gerardog/gsudo

maybe this helps

YasInvolved commented 3 days ago

I can't speak or pronounce Italian very well but as far as I can guess there's an issue with ownership. In other words the OS can't delete files because they aren't owned by you or an administrator user on your computer. I suggest trying to run the script again. If it doesn't work you'll have to take the ownership manually.

yet there at the top left it says administrator

That's true but even the administrator cannot delete those files because they're owned by TrustedInstaller. I need to reproduce those errors and find the solution

MelKyra commented 3 days ago

oh, and the actual script does not work well with 24H2, because M$ changed some stuff.

GameBoyJunkie commented 3 days ago

Instructions are clear as day.

15w34r0n3D4y commented 2 days ago

No, you need type only '.\tiny11maker.ps' or '.\tiny11maker' then when script say for letter type D.

Immagine 2024-10-16 092616

I think is tiny11maker.ps1

Yes my mistake I mean tiny11maker.ps1...