Your adapters are not present so you need to make device manager show them to you - create a batch file with the following text-

@echo off
echo Setting 'show hidden devices'.........
set devmgr_show_nonpresent_devices=1
echo ...done
echo.
echo Now ready to open Device Manager -
echo don't forget to click VIEW - Show Hidden Devices....
pause
start devmgmt.msc

Run it and then uninstall the missing adapters through device manager.