Recent content by ahazuarus

  1. A

    Disable password expiration?

    In autounattend.xml: <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>net accounts /maxpwage:unlimited</CommandLine> <Description>Disables password expiration</Description> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands>
  2. A

    Remove Office web app shortcuts?

    What methods are you guys using to remove the office web app shortcuts in newer windows builds? looks like 21h1 comes with them.
  3. A

    Removing range of editions from image at once

    I should also clarify, I don't know that ntlite is simply exporting each index, I'm just guessing.
  4. A

    Removing range of editions from image at once

    Thanks everyone for getting involved in the discussion. I wanted to clarify that I was indeed helped and appreciate the advice offered. However, don't see anyone mentioning that if you want to keep more than one index (example pro and home but not education and N editions) in an ESD, its still...
  5. A

    sources folder

    That makes sense, at least I have a plausible theory to prove or disprove.
  6. A

    sources folder

    when creating a bootable usb using Microsofts MCT, it creates a sources folder with basically the same contents and what you would find in the boot.wim/sources/ (setup index). Anyone know the reason for the duplication or have some background on this? Isn't the entire setup index of boot.wim is...
  7. A

    [REQUEST] Integrate Programs, Apps with NTLite

    I dont have a "Good" DIY on this, but here is gist of it: https://docs.microsoft.com/en-us/windows/configuration/provisioning-packages/provision-pcs-with-apps#adv The article states that "third-party apps" are supported.
  8. A

    [REQUEST] Integrate Programs, Apps with NTLite

    dont have to use dism, can use the configuration designer included in the ADK installer.
  9. A

    Help with test iso in VM

    also works fine in hyper-v which is built into windows.
  10. A

    Removing range of editions from image at once

    The trim editions feature assumes that you do not want to leave behind any editions but one. I would suggest a checkbox next to all of them to select which ones to "trim" or "delete". Sometimes I have to leave one behind because of some silly reason.
  11. A

    Password Protection to Image

    Unfortunately, Microsoft did not create a way to do this. Any method would be purely leveraging third party encryption.
  12. A

    Export to swim no longer supported?

    the image must now be loaded to be able to export to swim?
  13. A

    auto update fails

    Still same issue trying to update from NTLite v2.0.0.7618 x64 to NTLite v2.0.0.7640 x64. Kills NTLite, only clue to what is going on is in ntlite.log: Waiting other operations to finish Still cannot run the install until killing the suspended process. Attempting to restart NTLite and run the...
  14. A

    click and drag any error message

    if you click on the body text inside any ntlite warning dialog window (any window with an ok button) you can click and drag the text, this will move the entire window. not sure if this is intended behavior?
  15. A

    auto update fails

    Auto update tries to run "C:\Users\owner\AppData\Local\Temp\NTLiteTempInstaller.exe" /TASKS="PortableMode" /DIR="C:\Program Files\NTLite" /SILENT /AUTORUN /RESTARTAPPLICATIONS terminates ntlite.exe and suspends itself. I attached the log file it generates. Simply states Waiting other...
Back
Top