Search found 11 matches

by kennedydid911
13 Aug 2016 14:48
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

Okay, will do that.

Thanks again, have a nice evening! (here's evening :lol: )
by kennedydid911
13 Aug 2016 11:11
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

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 %...
by kennedydid911
13 Aug 2016 10:17
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

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...
by kennedydid911
12 Aug 2016 15:03
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

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...
by kennedydid911
12 Aug 2016 02:43
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

Listing 10 device(s) for setup class "Net" (Network adapters). ROOT\MS_AGILEVPNMINIPORT\0000 : WAN Miniport (IKEv 2) ROOT\MS_L2TPMINIPORT\0000 : WAN Miniport (L2TP ) ROOT\MS_NDISWANBH\0000 : WAN Miniport (Netw ork Monitor) ROOT\MS_NDISWANIP\0000 : WAN Miniport (IP) ROOT\MS_NDISWANIPV6\000...
by kennedydid911
11 Aug 2016 04:28
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

If I create a scheduled task before shutting down the PC the script does not delete the driver.

So I tried just running the at_shutdown.bat, and I get this message: No devices removed.

What should I do next?
by kennedydid911
10 Aug 2016 09:51
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

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.
by kennedydid911
09 Aug 2016 12:05
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

I want to run that batch script whenever my PC shuts down, is this possible with that devcon.exe?
by kennedydid911
09 Aug 2016 04:11
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

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....
by kennedydid911
09 Aug 2016 03:46
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Re: Batch script to delete network driver

Image

This is the result if I run this code.
by kennedydid911
08 Aug 2016 09:47
Forum: DOS Batch Forum
Topic: Batch script to delete network driver
Replies: 27
Views: 23120

Batch script to delete network driver

Hey,

i want a batch script that deletes this: Image driver and than shuts down the computer.

How can someone achieve that?

Thanks.