Solved How to run o&o shutup 10 in NTLite?


Sheikh

Well-known member
Member
Local time
3:04 AM
Posts
216
Location
Tehran, IRAN.
OS
Windows 11 Pro 24H2
I want to integrate my o&o shutup10 configuration to post-install (before OOBE) state in NTLite.
have both OOSU10.exe and my ooshutup10.cfg files, but I don't know how to run with this cfg file in pre-install state of windows installation.
guys it's just for experiment and I know that running such commands during installation may cause problems :) just want to do it for a test.

how about after OOBE? how can I integrate this command
Code:
D:\Temp\OOSU10.exe D:\Temp\ooshutup10.cfg /quiet
to NTLite?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
From Post-Setup, you can add the .cfg file and NTLite will copy it to a temporary staging folder. You can choose to accept the provided location (reported in the Destination column), or change it yourself.

Add the O&O executable, and copy that .cfg file path from above to the Parameters column.
 

My Computer

System One

  • OS
    Windows 7
From Post-Setup, you can add the .cfg file and NTLite will copy it to a temporary staging folder. You can choose to accept the provided location (reported in the Destination column), or change it yourself.

Add the O&O executable, and copy that .cfg file path from above to the Parameters column.
Thanks dear garlin
can you send me a screenshot? 🙈
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
I don’t have a PC with me. But it’s not too hard playing with the UI, just click on the column fields.
 

My Computer

System One

  • OS
    Windows 7

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
In my example, I left the Destination as the default location "\Windows\Setup". This folder will be cleaned up (deleted) at the end of Post-Setup

If you want to keep O&O10 permanently on the system, you need an extra step. Normally, NTLite expects to run and delete installers since the installer will extract files to a target folder. But O&O is a portable app, it runs without installing a copy of itself.

To keep a copy of O&O in a permanent folder, you need to treat it as a Copy operation, followed by a Run command from that location.

Capture.webp
 

My Computer

System One

  • OS
    Windows 7
for anyone who wants to add O&O shutup to NTLite, it stucks on "Just a moment" loading screen before OOBE. don't do that. I think some "HKCU" registries cause windows installation problems. first install Windows and then run O&O. you can use "after log on" option which is safe. I have tested on VM.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 24H2
    Computer type
    Laptop
    Manufacturer/Model
    Huawei MateBook D15
    CPU
    Ryzen 5 3500U
    Memory
    8GB
    Graphics Card(s)
    Vega 8
    Screen Resolution
    FHD
    Hard Drives
    256GB Samsung SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    ESET Smart Security Premium
  • Operating System
    Windows 10 Enterprise LTSC 21H2
    Computer type
    Laptop
    Manufacturer/Model
    MSI GS73 6RF Stealth Pro
    CPU
    intel core i7 6700HQ
    Memory
    16GB
    Graphics card(s)
    Nvidia Geforce GTX1060 (6GB)
    Screen Resolution
    FHD
    Hard Drives
    128GB SSD + 1TB HDD
    Browser
    Microsoft Edge
    Antivirus
    Windows Defender
Before logon is the phase where Windows executes commands as SYSTEM, which is not you (HKCU is the Current User).

After logon runs as a RunOnce task, after you've logged on. This allows for HKCU changes (you as Current User), or running any program that requires interactive input to finish. Which includes any programs that display annoying screen dialogs that need to be dismissed.
 

My Computer

System One

  • OS
    Windows 7
Back
Top Bottom