post-setup

  1. PlateauRealm

    What is wrong with this Post-Setup command? Files will not copy to OS installation

    I am wondering why this will not copy the unpacked soures subfolder files to the new OS installation %appdat% subfolder. I do not understand this directory import function format of NTLite. I am trying to Post-Setup add the ScreenCapture license .dat files to the OS installation %appdata%...
  2. tired-it

    Issue with RunOnce in the Post-Setup.

    Currently trying to debug the Post-Setup section of a Windows 11 23H2 ISO. Previously the RunOnce script was not executing on the first user login. A few changes later the Windows install became stuck on "Just a moment." Moved a command to the User section and now the install completes, but the...
  3. tired-it

    Recommended method of handling conversion from Registry to Powershell.

    I am not sure if this is the correct place to ask, but it may be useful for users who run post-setup tasks. I have a running set of .REG files that I use in place of NTLite settings. Those files are separated by theme and Local v. User hive. When added to the registry section of NTLite, they...
  4. J

    Windows PE setup.exe is not starting Post-Setup after the install

    Hello there. I tried to create an Windows PE image that will check some stuff on the machine and then launch the Windows 10 setup.exe file for image generated using NTLite. After the WindowsPE finishes it's work, I am launching setup.exe with autounattend.xml file using powershell script...
  5. PerhapsAverage

    Is this the correct way to make Post-Setup commands?

    Self explanatory title. Check image for more. And, when I say "Is this the correct way to make commands in Post-setup?", I mean "Will this work lmao" NOT looking for a deep dive into the commands I've used, just need to know if the formatting or whatever is correct..
  6. PerhapsAverage

    Is there any way to copy files from Post-Setup to PC?

    Self explanatory title There's a file I want to look at in a custom OS my friend sent me, in the "After-logon" part of post-setup.
  7. NazariGamer

    Post-Setup Script is not being updated

    Hi all, I have a script in post-setup (basically some winget app installs). However if I change/update the script, upon building the image, the old script remains in place. It does not get updated. I also tried removing the script from post-setup and re-adding it, but same result. What is...
  8. T

    Runtime Error: Failed to expand shell folder constant "userprograms" - Lightshot post-setup

    Ive been trying to post-setup lightshot on my iso but when i try to install it gives me this error.
  9. NazariGamer

    Best location for "net use Z:" command

    Hi all, I am trying to build in a network drive mapping. I have tried post-setup machine and user sections to put the command. The command works perfectly from the command line and is like this "net use z: \\nas\shared_volume mypassword /user:myusername /persistent:yes" However, cannot run it...
  10. G

    Debugging Post-Setup Commands

    Hi, I have this post-setup commands. command | args netsh | advfirewall firewall set rule name="File and Printer Sharing (Echo Request - ICMPv4-In)" new enable=yes It does not enable the predefined firewall rule. I have also tried using the "advfirewall firewall new rule" method. I...
  11. H

    Post-Setup CMD commands not working

    Hello. I am a new user of NTLite and I am trying to build my own Windows 10 ISO. Everything works quite fine right now except for one thing. I am trying to start some commands in the post-setup to automatically login in my WiFi. I followed the following Thread which explains the process but...
  12. T

    Windows - Hostname and Computer Description

    Hello! I've been tryng to automate the Hostname and Computer Description but withtout success, can someone help me with this?
  13. T

    Webcam Test

    I have a custom Win10 image for a bunch of Lenovo machines that I am going to sell. The current image does the following, it installs Basic WinOS, Drivers, and during SetupComplete.CMD it'll call a PowerShell script that will fetch me the specs of the machine and display them. I would like to...
  14. S

    Post-setup Apps not installing

    I think I am posting this in the wrong category, tell me and I will repost it in the correct category you tell. I am making a modified version of Windows 10 and 11 optimized for gaming. After testing it once using Virtualbox the apps were not installed, I didn't check if the registry files also...
  15. V

    Looking for an app install guide (Post-Setup)

    I'm kind of new to ntlite but not new to windows deployments. I've got my system image created as an ISO and have installed windows but i'm not doing the post setup correctly. Apps aren't installing. While I know that I could figure it out eventually testing and trying again, each attempt takes...
  16. U

    Win11 Post-Setup run PS command Remove-AppPackage (Cortana)

    Hello, I want to run the following command on first user logon: This command will remove Cortana App from Startmenu. Unfortunately I could not figure out how to do so. I tried several Post-Setup settings: Get-AppxPackage -AllUsers Microsoft.549981C3F5F10 | Remove-AppPackage powershell...
  17. T

    Post-Setup steps are not working

    All Steps in NTlite are working, except the post-setup. After installation they are just not being executed. The commands are correct, when entering the commands in cmd they work. heres the content of SetupComplete.cmd @echo off msiexec /i "%WINDIR%\Setup\Files\AnyDesk_7.0.4.msi" /qn...
  18. W

    Execute VBScript and Import XML to Task Scheduler

    Hello everyone, I have exported VBScript and XML files that use to recover the Local Group Policy Editor and the Task Scheduler configurations. Is it possible to run the VBScript and XML files right after the Windows installation using SetupComplete.cmd?
  19. I

    7-Zip won't install

    A little explanation: I am currently working on a custom Win10 ISO to standardize our lab-devices. In that ISO i want to have 7-Zip, but every time I try to install it on an VM or Notebook, it either won't install 7-Zip or the windows 10 setup crashes... I tried the .exe file and the .msi...
  20. N

    Post-Setup UI

    Hi. I found the NTLite on TikTok a few weeks ago and i must say it has saved me and my colleagues a lot of time. We just bought a professional license for it. I have found it a hassle creating shortcuts using cmd though. Installing applications is pretty straight forward. How about making the...
Back
Top