Recent content by Kingells684

  1. K

    Issues with Post-Setup PS1 File - Not running when connected to Internet (winget)

    Ah okay I'll give it a try! It's weird how the script doesn't even appear on screen when connected to the internet, but when I'm disconnected it's fine then as soon as I connect it it fires straight up. I'll update my script and give it a whirl then report back, thanks for your help!
  2. K

    Issues with Post-Setup PS1 File - Not running when connected to Internet (winget)

    Hi All, Apologies in advance if this has been covered in a previous thread but I couldn't spot anything about it. I'm back on my Winget shenanigans and I've found that the latest ISO download for Windows 11 actually includes a version of Winget that works off the bat with the standard winget...
  3. K

    Including winget in NTLite image for Post-Setup installs

    Thanks Garlin! I actually managed to get it to work myself by adjusting the code slightly and changing it to run in User context rather than Machine context. I figured that the scheduled task wasn't being created so I removed that section of the code and then popped it in in user context. Upon...
  4. K

    Including winget in NTLite image for Post-Setup installs

    Sounds good! I don't actually need to include SetupComplete in the build, I just remember seeing posts in the past saying it's good practice to enable as it'll force things to run. Let me try and build another ISO without SetupComplete and will report back.
  5. K

    Including winget in NTLite image for Post-Setup installs

    Gave it a try but still the same result I'm afraid, nothing running on login. I've checked event viewer logs under Application with the source selected as winget but there's no entries weirdly... I'll try a blank build with no changes made to the Windows install apart from the script to see if...
  6. K

    Including winget in NTLite image for Post-Setup installs

    Thankyou so much for your hard work, annoyingly though it still isn't playing ball for me. I've built the image as per your steps above but I still can't get it to install the apps. Initially I tried running the created ISO using Easy2boot but when you get to the desktop in Windows after...
  7. K

    Including winget in NTLite image for Post-Setup installs

    Sure thing, attached is the Winget install ps1 and the Winget software ps1 in a zip file. I've also attached the Preset exported from the Image. Thanks again,
  8. K

    Including winget in NTLite image for Post-Setup installs

    Damn okay, that's a pain. If you manually run the EXE's that I made using PS2EXE Winget installs and works fine though, I'm more confused as to why nothing I add to post-setup runs. There's no indiciation it's actually trying to run anything I add to post-setup when you login to the account...
  9. K

    Including winget in NTLite image for Post-Setup installs

    Hi All, First time posting here, at my wits end trying to work out how to get this to work so hoping someone can share some knowledge. I'm trying to make an NTLite image that automatically runs a Winget powershell script to install Chrome, Adobe Reader and Java post install on a Windows 10 ISO...
Back
Top