New
#1
Automatically Run Batch Script
Hi everyone
When the windows installation is finished, automatically run batch script.
How can I do that?
Thanks![]()
Hi everyone
When the windows installation is finished, automatically run batch script.
How can I do that?
Thanks![]()
Are you running a custom install or just standard ms install?
in batch file, I have some settings for Windows.
I want the batch file to run automatically After windows installation
so a custom install :)
When I say custom install I mean you have changed the default ms install and created a new custom one?
no, batch file will run automatically after normal win10 installation.
I hope I can tell :)
If the file needs to be run regularly, use Task Scheduler.
If the file needs to be run only once, double-click on it.
I have a config.bat file that I've written in my configurations for win10.
batch file will run automatically after normal win10 installation.
so config.bat will start automatically without intervention.
maybe i can do it with an utility program
As soon as win10 installation is finished, config.bot run automatically
i have 50 computer, i don't want to run config.bat one by one for each computer.
I want config.bat to run automatically when win10 setup is finished on a computer
@Matthew Wai how should i follow a path?
Do I need to change the autorun.inf
example;
[AutoRun.Amd64]
open=setup.exe
icon=setup.exe,0
open=config.bat
[AutoRun]
open=sources\SetupError.exe x64
icon=sources\SetupError.exe,0