0

Is there possibility to add custom .exe application to Windows 10 image which will run in autostart when i install image on some computer? Either with DISM or ICD?

//EDIT:

App is without installer - its just few files + executable

Johny Wave
  • 11
  • 5

1 Answers1

0

Yes, copy the files on the computer, then create a batch file here with the command to start your executable: %WINDIR%\Setup\Scripts\SetupComplete.cmd Windows will start the batch file after Windows setup.

Learn more in the documentation

Swisstone
  • 6,357
  • 7
  • 21
  • 32