I ACTUALLY fixed the code with a random idea, I'm so proud of myself now, no googling or anything. @echo off &setlocal cd /d "%~dp0" devcon listclass net|find "VIA Rhine" ECHO( for /f "delims=:" %%i in ('devcon listclass net^|find "VIA Rhine"') do for /f %...
This script gave me the same error, but I found a devcon.exe, that was larger than the previous ones and still a 32-bit one. Now I have another error: PCI\VEN_1106&DEV_3106&SUBSYS_747C1462&REV_8B\4&1F7DBC9F&0&48F0: VIA Rhine III Fa st Ethernet Adapter devcon disable =net &quo...
PCI\VEN_1106&DEV_3106&SUBSYS_747C1462&REV_8B\4&1F7DBC9F&0&48F0: VIA Rhine III Fa st Ethernet Adapter devcon disable "PCI\VEN_1106&DEV_3106&SUBSYS_747C1462&REV_8B\4&1F7DBC9F&0&48F0" No devices disabled. devcon remove "PCI\VEN_1106&DE...
That automatic triggering method would be ideal, but if the only solution is a batch file on my desktop to shut down my PC, I would be happy with that too.
I want to imitate deleting the driver from the device manager like this: https://s10.postimg.org/w9xxxs01l/Untitled.png If I do this: https://s10.postimg.org/guty8uxmx/Capture2.png it doesn't really help, I want Windows to reinstall the driver when I boot the PC, so, I mean, completely uninstall it....