SetupComplete.cmd Not Running After Installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AMQB
    PCHF Member
    • Jan 2020
    • 13

    #1

    SetupComplete.cmd Not Running After Installation

    Hi,

    I’ve got a SetupComplete.cmd file in my sources $OEM$$$\Setup\Scripts folder which from my understanding runs once after installation is completed. I’m trying to do an unattended install and have my autounattend.xml file configured and working as required though I’m struggling with having the setupcomplete.cmd run as I don’t see the required results.

    For testing purposes, this is what I’ve got in my setupcomplete.cmd:

    [ICODE]wmic cpu get Name > C:\cpu.txt wmic bios get serialnumber > C:\SerialNumber.txt devmgmt.msc /s[/ICODE]

    Neither do I see those 2 files created, nor does the device manager open up.

    I’m using an OEM image, and found an article ( Add a Custom Script to Windows Setup | Microsoft Learn ) which mentions:
    This setting is disabled when using OEM product keys.
    Is that why I’m not seeing results from the setupcomplete.cmd file? How can I workaround this? Is it something I can achieve via RunSynchronousCommand? I also want to make some more modifications such as adding desktop icons to the desktop and disable sleep on power being connected (even though drivers are not installed).
  • veeg
    PCHF Director
    • Jul 2016
    • 8982

    #2
    Hello

    Do you still need assistance?

    Comment

    • system
      PCHF Owner
      • Jan 2015
      • 7634

      #3
      User seeking help elsewhere

      Comment

      Working...