Can't add keyboard

MacVap

Member
Messages
71
Reaction score
31
As seen in the image.

Untitled.jpg

The preset should tell the story. Before I lose another day in re-doing, is it <c>langime 'Input Method Editor (IME)'</c> or
<c>lpksetup 'Language Pack Setup'</c> by any chance? It is European language/keyboard, no IME.

Some other observations:

1. With this preset, OOBE stopped because it couldn't display the EULA. This was needed (shift+F10, regedit, type):

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE]
"SetupDisplayedEula"=dword:1

1a. By the way, I always wanted to know, never tested it, does NTLite accept .reg files in this format? REGEDIT4, ANSI and truncated zeroes? I am curious mostly about the truncated zeroes, the other two probably aren't a problem.

2. While redoing the preset (my source was corrupted, just added the correct source), the autosaved preset was identical to the starting preset, but dropped one line:

<Tweak name="System\EnableLUA">1</Tweak>

I don't know if it is intentional or significant, just wanted to report.

3. GUI: The chevrons > that expand the contents inside should stay at the same place. When they are closed (like this > ) they are all at the same place, but when they are opened, they move to the end of the text, all at different positions. I don't know about others, but I instinctively try to open the item, see what's inside, and then close it. With the current arrangement, I have to hunt for the chevron.

4. License upgrading: I haven't used NTLite for a long time, and when I wanted to enter the upgrade key, I couldn't figure out what the current key is (I have 1 license and 3 upgrade keys) - maybe the bullets should have an "eye" button? Or is it a security concern? Luckily, I found my notes, otherwise I was worried I could 'waste' a license. Probably not, but it was an uneasy feeling.

Edit * 5. Maybe too early, because I haven't installed drivers yet, but the installation didn't recognize an USB NVME enclosure (which worked fine, in fact, Windows was installed from it). Maybe there is something obvious in the preset?
 

Attachments

Last edited:
Any insights please as to which component could cause this?

snapshot.jpg

In fact, I don't have the whole Language section.
 
I'm guessing NTLite hid that section (using SettingsPageVisibility) because you removed:
Code:
                <c>lpksetup 'Language Pack Setup'</c>
 
I don't think it's there.

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceActiveDesktopOn"=dword:00000000
"NoActiveDesktop"=dword:00000001
"NoActiveDesktopChanges"=dword:00000001
"NoDriveTypeAutoRun"=dword:000000ff
"SettingsPageVisibility"="hide:a9;aicomponents;autoplay;backup;copilot;cortana-windowssearch;easeofaccess-closedcaptioning;easeofaccess-highcontrast;easeofaccess-magnifier;gaming-broadcasting;gaming-gamebar;gaming-gamedvr;gaming-trueplay;gaming-xboxnetworking;holographic-audio;installedupdates;maps;mobile-devices;network-cellular;network-mobilehotspot;privacy-feedback;remotedesktop;search-moredetails;search-permissions;sustainability;sync;troubleshoot;windowsdefender;windowsupdate;windowsupdate-action;windowsupdate-history;windowsupdate-options;windowsupdate-restartoptions"
 
It was probably LPKSetup, but I made a lot of other changes.

To answer my own questions from above:

1. I still include this reg file, just in case. Haven't tested without it.
1a. It accepts them.
2. Undetermined, maybe I toggled it and forgot about it.
3. Much better with chevrons on the left side now.
4. Nothing to add right now.
5. It was a removed driver, SCSI over USB or something similar.

Now new ones:

1. What is "Remove background images"? Remove them from where?

2. UI: As I said, better now, but I miss resizeable columns. I have a fairly large screen, but still some items are not expanded, especially in the first column, and the tooltip just says "Preset". But also sometimes in the last column.

Example:

Capture.gif

3. UI/Chevrons: I wish they were bolder. Still not fully visible to my tired eyes. :) But maybe that would mess up the grayed items, I don't know.
 
2. UI: As I said, better now, but I miss resizeable columns. I have a fairly large screen, but still some items are not expanded, especially in the first column, and the tooltip just says "Preset". But also sometimes in the last column.

Example:

Capture.gif

Example:

Clipboard_09-03-2026_02.png

I don't know if it is because of enlarged font, but there are several places like that.
 
Disaster, hangs with this message:

View attachment 16367

Keyboard or mouse do not respond, only power button. Maybe some info?

Any help, please? I created a couple of (similar) images, all crash on setup with this error. Is it the new version of NTLite? It isn't the Windows Updates because they haven't changed in the meantime.

Please compare the .xml in the quoted post with the one in the first post to see the differences. Next I'll try the first .xml with the new version of NTLite, but I'm pretty tired, already on my 8th image.
 
Back
Top