Recent content by Ben-J

  1. B

    Post-install problem with $OEM$\...\SetupComplete.cmd

    already tried. The txt is created but empty.
  2. B

    Post-install problem with $OEM$\...\SetupComplete.cmd

    Yes, my PC is attached to a domain, but I don't see what that has to do with anything. The SetupComplete.cmd plays well because it creates the temp folder with the txt but the shutdown is not taken into account. I have the same problem if I run it with another script: @ECHO OFF CD...
  3. B

    Post-install problem with $OEM$\...\SetupComplete.cmd

    Hello, I can't force a reboot of the workstation at the end of the system installation using SetupComplete.cmd. Sample test: @ECHO OFF CD "%TEMP%"&CLS&@TITLE Post-Installation Tasks mkdir c:\TEMP & echo. > c:\TEMP\test.txt CD C:\Windows\System32 & shutdown.exe /r /t 0 /f del /q /f...
Back
Top