Old Character

Results 66 comments of Old Character

Hi, That's not a explaination. I don’t understand how NTDev would not respect the TOS ? There is no NTDEV team. We juste like the project.

Hi @deepvision7 You can't target a Windows 11 operating system from Windows 7 host. [There](https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-supported-platforms?view=windows-11) is all the supported platforms and theirs compatibilities. I let you see what OS you...

You're welcome ! Yep there is some error that came from $ScratchDisk param ( i've patch it on #333 (if merge)) and some unfind registry keys but normally none are...

Hi @4rseny, You can obtain the script on the [main page](https://github.com/ntdevlabs/tiny11builder/blob/main/) of the project. But you cannot run this script on linux as he use windows component to create the...

Hi everyone, Don't download the script from the release. The script need to be download from the [main page](https://github.com/ntdevlabs/tiny11builder) to have the latest version. - Just clic on the tiny11maker.ps1...

Hi mate ! Don't know which version you chose to use. For me, this working on Coremaker and Classic editions. (Using the .exe, i didn't try with Office.) You probably...

Hi! Yeah, that's definitely better. 👍🏼 Can you add correction for this one too ? #432 > i was sleepy when writing this ^^

I'm not sure about my old PR. It probably need lot improvement. 🤔

Hi mate ! I think your execution-police was not well taken. ``` New-Object : Cannot create type. Only core types are supported in this language mode. At D:\users\jbb\Downloads\Tiny-11\tiny11builder-main\tiny11maker.ps1:30 char:13 $adminSID...

Hi, My bad, haven't be attentive in my previous response. You can verify your `LanguageMode`. This will output your actual one : ```powershell $ExecutionContext.SessionState.LanguageMode ``` To set the `LanguageMode` if...