Recent content by tired-it

  1. tired-it

    [RESOLVED] Is this a visual bug? (Latest update: v2026.4.10961)

    Thanks, seems to showing complete now!
  2. tired-it

    [RESOLVED] Is this a visual bug? (Latest update: v2026.4.10961)

    Started a new project for a windows 11 25H2 image and added a few updates alongside some minimal tweaks, but it appears the 'Apply' process completed even though the 'Read updated data' step has a 0% completion bar on it.
  3. tired-it

    [Solved] Domain Join seemingly not working?

    As expected, installation went smoothly and Domain joining worked with the script being placed after the Wifi profile install command.
  4. tired-it

    Office365 Package and Silent Install

    It's just a command that I moved to the after-logon stage of Post-Setup. /c rmdir /S /Q "C:\office"
  5. tired-it

    [Solved] Domain Join seemingly not working?

    Good catch! I'm flabbergasted that I missed that note about ethernet v. wireless connectivity affecting the joining process. I'll try adding the line and moving the script in the Post-Setup order, thanks!
  6. tired-it

    [Solved] Domain Join seemingly not working?

    On a whim I found and slightly modified a Powershell script and added it to the after-logon stage. That worked, but is this the right approach? $password = "userpassword" | ConvertTo-SecureString -asPlainText -Force $user = "$domain\username" $credential = New-Object...
  7. tired-it

    Office365 Package and Silent Install

    Confirmed that shifting the cleanup command to after-logon got rid of the installation folder entirely.
  8. tired-it

    [Solved] Domain Join seemingly not working?

    Secure join. I forgot to ping the server. I'll update when I can.
  9. tired-it

    [Solved] Domain Join seemingly not working?

    I can confirm that the network adapter is working and the network is being recognized using "ipconfig /all" I also have the PC set to prompt for a name during setup and I see that the name shows up in the information in the command. Still need to try a working join command.
  10. tired-it

    IMPORTANT: Request silent application info here

    Update: Moving the cleanup command from before-logon to after-logon gets rid of the Adobe folder entirely. This means you can have a full silent install with cleanup.
  11. tired-it

    [Solved] Domain Join seemingly not working?

    If I am understanding correctly, I should turn off all the unattended switches for OOBE and do a manual join? Or is there a script I should be using instead of NTLite's options for joining the domain?
  12. tired-it

    Office365 Package and Silent Install

    How can this be implemented? I have two before-logon steps in Post-Setup to handle installing Office. The BAT file you recommended for use [ /c rmdir /S /Q "C:\office" ] command right afterwards Upon reaching the desktop I confirmed that Office was indeed installed and that the "office"...
  13. tired-it

    Office365 Package and Silent Install

    Just tested both SFX and Setup methods and they work. May be useful to recommend a cleanup command to get rid of the install files.
  14. tired-it

    [Solved] Domain Join seemingly not working?

    DNS you say? Odd. I can still do a manual join using the same credentials after reaching the desktop on the local account. I wonder why it's only during the auto-join process that it fails.
  15. tired-it

    [Solved] Domain Join seemingly not working?

    Working on a Windows 11 25H2 image today. This image will be used on laptops. The WIFI profile has been added via Post-Setup and the WIFI drivers have also been added. In the Unattended section, I choose to network join using credentials that are authorized to add users to a domain. I can...
Back
Top