I am rebuilding an old Toshiba laptop for my kid to play on to see if it is worth buying something decent come Christmas; e.g. I'm looking for zero cost solutions, no hardware upgrades.
The network adapter in incompatible with windows 8.1 such that when the laptop starts the wireless won't connect. There are no Windows 8.1 drivers as the network adapter is unsupported.
By going to the network properties and disabling and then enabling the adapter the problem clears and I get stable wireless connection.
What I would like is a start up script to do the disable/enable routine I currently do by hand.
I have tried using:
netsh interface set interface "WiFi" DISABLE
netsh interface set interface "Wifi" ENABLE
in a Batch file and whilst it runs on demand it seems a bit hit and miss when run as a start-up task
Any help appreciated.