About Post-Setup language bug

changfoster036

New Member
Messages
29
Reaction score
0
When I build an image in another language, the title of the Post-Setup script that runs after the system logs in still shows the Ntlite Tool settings Language selection
1721310477250.png

For example, I am building a Korean version image, but after the system starts, the Post-Setup title is still in English,Hope that fixes it, thanks
 
I have only found language errors in the "Post-Setup" section. There may be others. Can you provide a global language setting option?
 
There is no language setting for Post-Setup, it's simply running a CMD wrapper script for (Before logon) and a RunOnce task for (After logon).

Windows is running whatever current language you have configured after OOBE.

NTLite doesn't localize the name of SetupComplete.cmd (which it can't always do) or the RunOnce task if that's what you're asking for. And it should not because it would cause confusion when different non-English users talk about their Post-Setup.
 
Can you tell me where to modify it manually?
There is no language setting for Post-Setup, it's simply running a CMD wrapper script for (Before logon) and a RunOnce task for (After logon).

Windows is running whatever current language you have configured after OOBE.

NTLite doesn't localize the name of SetupComplete.cmd (which it can't always do) or the RunOnce task if that's what you're asking for. And it should not because it would cause confusion when different non-English users talk about their Post-Setup.
 
Modify what? SetupComplete.cmd or the RunOnce task?
You would have to mount the image, and manually update the registry every time NTLite recreates either one of them.
 
I have tried to change the language in Ntlite Tool settings, then delete the "After system login" Post-Setup command and add it again, and I can change the Post-Setup title language, but this operation is too troublesome. I hope you can tell me where I can change it directly.
Modify what? SetupComplete.cmd or the RunOnce task?
You would have to mount the image, and manually update the registry every time NTLite recreates either one of them.
 
My English is not very good. Actually, it is not the language of Post-Setup. It is to add After logon Command. After logging into the system, a cmd window will pop up. I want to modify the title of the cmd window that pops up at this time.
 
1. Apply your Post-Setup changes to the image. Image will be updated.
2. Load the saved image again.

3. Open regedit, look for "HKEY_LOCAL_MACHINE\NLTmp~[random]~SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"
4. Change Title -> "Post-Setup" to your string.

5. Quit regedit. From NTLite, unload the image and when the dialog appears, check "Save existing changes to the image".

1721316858591.png
 
Thanksa Ton.
1. Apply your Post-Setup changes to the image. Image will be updated.
2. Load the saved image again.

3. Open regedit, look for "HKEY_LOCAL_MACHINE\NLTmp~[random]~SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"
4. Change Title -> "Post-Setup" to your string.

5. Quit regedit. From NTLite, unload the image and when the dialog appears, check "Save existing changes to the image".

View attachment 12324
 
Back
Top