AveYo / MediaCreationTool.bat

Universal MCT wrapper script for all Windows 10/11 versions from 1507 to 21H2!
MIT License
8.79k stars 2.96k forks source link

Running silently in the background under the context of the system account? #377

Open ccalgher opened 3 weeks ago

ccalgher commented 3 weeks ago

So, I've been trying to get the auto upgrade method to run in the background silently under the context of the system account, however it seemed to keep hanging.

Out of curiosity, I decided to see what the system account was running into by running the batch file with psexec (targeting the local computer) with the -i -s -h switches (this runs the executable with the gui, but in the context of the system account).

What I found was, it seems to be getting stuck on this prompt and won't continue automatically:

2024-09-05_10-58-08

Is there any way to fix this or work around this?