My computer has a weird problem. When I turn it on, after windows finished loads my network adapter does not work, so to make it work I have to remove the driver and install it again.
To do that, I'm running this as administrador
c:\devcon\devcon.exe remove = @"PCI\VEN_8086&DEV_10F0&SUBSYS_00008086&REV_05\3&33FD14CA&0&C8"
c:\devcon\devcon.exe rescan
And it is working pretty well, but now I want to run that automatically when windows startup.
I tryed to schedule a task on windows, but it seems to be running before windows load the driver, so it is not working.
Is there a way to guarantee that it will run only after windows drivers are completely loaded and the error has already ocurred ?