|
Answer» Hello,
I was wondering if there was a WAY to execute a batch file at computer boot just before windows start. I explain... I work for a school in which we have about 20 COMPUTERS per classroom students will soon have to experiment windows install from scratch and so all computers have to be FORMATTED so I was thinking of puting this sort of batch file I could run from SERVER to format all of them at once and not 1 by1....please help Run Regedit.exe first ---------------------------------------------------------------------------------------------------------- to run for CurrentUser : # goto --> HKCU\Software\Microsoft\Windows\CurrentVersion\Run # Create New Value type : REG_SZ name : whatever data : YourBatchFile.bat --------------------------------------------------------------------------------------------------------- do same to "HKLM\Software\Microsoft\Windows\CurrentVersion\Run" if you want to run your batch for AllUser..
|