Skip to content
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

what instructions are? #251

Open
gabri25ele opened this issue Oct 14, 2024 · 18 comments
Open

what instructions are? #251

gabri25ele opened this issue Oct 14, 2024 · 18 comments

Comments

@gabri25ele
Copy link

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

  • ".\tiny11maker" D
  • ~
    Unexpected token 'D' in expression or statement.
    • CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
    • FullyQualifiedErrorId : UnexpectedToken

the instructions must be written well, not half-heartedly

@pnguyen879
Copy link

figure out yourself, watch a video

@gabri25ele
Copy link
Author

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

@MelKyra
Copy link

MelKyra commented Oct 15, 2024

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
Copy link

Damianonymous commented Oct 15, 2024

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
Copy link

15w34r0n3D4y commented Oct 15, 2024

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
Copy link
Author

gabri25ele commented Oct 16, 2024

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
Copy link
Author

gabri25ele commented Oct 16, 2024

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
Copy link
Author

gabri25ele commented Oct 16, 2024

Start Powershell as administrator and type Set-ExecutionPolicy unrestricted

This isn't in the STEP, for example

@YasInvolved
Copy link

YasInvolved commented Oct 16, 2024

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
Copy link
Author

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\af-ZA: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (af-ZA:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\am-ET: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (am-ET:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\ar-SA: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (ar-SA:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\as-IN: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (as-IN:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\az-Latn-AZ: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (az-Latn-AZ:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\be-BY: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (be-BY:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\bg-BG: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (bg-BG:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\bn-IN: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (bn-IN:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\bs-Latn-BA: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (bs-Latn-BA:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\ca-ES: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (ca-ES:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\ca-ES-valencia: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (ca-ES-valencia:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\chr-CHER-US: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (chr-CHER-US:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\cs-CZ: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (cs-CZ:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\cy-GB: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (cy-GB:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\da-DK: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (da-DK:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\de-DE: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (de-DE:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\el-GR: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (el-GR:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\en-GB: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (en-GB:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (micaut.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\en-US: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (en-US:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\es-ES: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (es-ES:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\es-MX: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (es-MX:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\et-EE: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (et-EE:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\eu-ES: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (eu-ES:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\fa-IR: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (fa-IR:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\fi-FI: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (fi-FI:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\fil-PH:
La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (fil-PH:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\fr-CA: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (fr-CA:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

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

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (tipresx.dll.mui:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft shared\ink\fr-FR: La
directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (fr-FR:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\auxpad\auxbase.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (auxbase.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\auxpad: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (auxpad:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\insert\insertbase.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (insertbase.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\insert: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (insert:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\keypad\ea.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (ea.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\keypad\keypadbase.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (keypadbase.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\keypad\kor-kor.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (kor-kor.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\keypad: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (keypad:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\base.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (base.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\baseAltGr_rtl.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (baseAltGr_rtl.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\base_altgr.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (base_altgr.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\base_ca.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (base_ca.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\base_heb.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (base_heb.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\base_jpn.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (base_jpn.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\base_kor.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (base_kor.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\base_rtl.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (base_rtl.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\ja-jp.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (ja-jp.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\ko-kr.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (ko-kr.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\zh-changjei.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (zh-changjei.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\zh-dayi.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (zh-dayi.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main\zh-phonetic.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (zh-phonetic.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\main: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (main:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\oskclearui\oskclearuibase.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (oskclearuibase.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\oskclearui: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (oskclearui:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\oskmenu\oskmenubase.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (oskmenubase.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\oskmenu: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (oskmenu:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\osknav\osknavbase.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (osknavbase.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\osknav: La directory non è vuota.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : WriteError: (osknav:DirectoryInfo) [Remove-Item], IOException
      + FullyQualifiedErrorId : RemoveFileSystemItemIOError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

Remove-Item : Impossibile rimuovere l'elemento C:\scratchdir\Program Files\Common Files\microsoft
shared\ink\fsdefinitions\osknumpad\osknumpadbase.xml: Accesso al percorso negato.
In C:\tiny11builder-main\tiny11maker.ps1:449 car:1

  • Remove-Item -Path "$ScratchDisk\scratchdir" -Recurse -Force >null
  •   + CategoryInfo          : InvalidArgument: (osknumpadbase.xml:FileInfo) [Remove-Item], ArgumentException
      + FullyQualifiedErrorId : RemoveFileSystemItemArgumentError,Microsoft.PowerShell.Commands.RemoveItemCommand
    

PS C:\tiny11builder-main>

@gabri25ele
Copy link
Author

gabri25ele commented Oct 16, 2024

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
Copy link

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
Copy link
Author

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
Copy link

MelKyra commented Oct 16, 2024

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
Copy link

YasInvolved commented Oct 16, 2024

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
Copy link

MelKyra commented Oct 16, 2024

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

@GameBoyJunkie
Copy link

Instructions are clear as day.

@15w34r0n3D4y
Copy link

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...

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

7 participants