Hi,
I'm trying to create a image with everything included. But I cannot seem to get this last couple of post setup commands working. I'm using a Windows 11 24H2 English x64 base image. And with every install it seems to not execute the command and therefor getting stuck. If I manually enter the command it works without issues. Maybe i'm not entering the commands right in Post Setup? Probably something stupid, but I already tried for 2 months, many changes, so hopefully I can get some help.
I have moved the non working commands to after logon (but want to use them eventually in before logon), and this is the picture I get stuck with. If i press the exact command in this window, it works. When I close the CMD window, it opens it again for the next CMD step, but again without any action/command.
So these are the commands which dont seem to work:
1. Cmd "%PROGRAMFILES(X86)%\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" -silent -eulaAccepted -desktopShortcut "%SYSTEMROOT%\Setup\Kronos-1.49.air"
2. Cmd "%SYSTEMROOT%\Setup\Install ATEM v9.6.3.exe" /install /quiet /norestart
3. Powershell Get-Item -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run | Remove-ItemProperty -Name com.squirrel.Teams.Teams -ErrorAction SilentlyContinue
I'm trying to create a image with everything included. But I cannot seem to get this last couple of post setup commands working. I'm using a Windows 11 24H2 English x64 base image. And with every install it seems to not execute the command and therefor getting stuck. If I manually enter the command it works without issues. Maybe i'm not entering the commands right in Post Setup? Probably something stupid, but I already tried for 2 months, many changes, so hopefully I can get some help.
I have moved the non working commands to after logon (but want to use them eventually in before logon), and this is the picture I get stuck with. If i press the exact command in this window, it works. When I close the CMD window, it opens it again for the next CMD step, but again without any action/command.
So these are the commands which dont seem to work:
1. Cmd "%PROGRAMFILES(X86)%\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer.exe" -silent -eulaAccepted -desktopShortcut "%SYSTEMROOT%\Setup\Kronos-1.49.air"
2. Cmd "%SYSTEMROOT%\Setup\Install ATEM v9.6.3.exe" /install /quiet /norestart
3. Powershell Get-Item -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Run | Remove-ItemProperty -Name com.squirrel.Teams.Teams -ErrorAction SilentlyContinue