The Latest Gartner® Magic Quadrant™Hyperconverged Infrastructure Software
Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)
qionized wrote:thank you for the quick reply. unfortunately, windows 2008 server core does not have control panel / device manager, so this method will not work. i'm thinking that i need to delete some registry keys and perhaps a .sys file or two, but i do not know precisely which ones and don't want to screw up the server.
ps. as an aside, it's not resource usage i'm concerned with so much as the fact that the starport driver causes microsoft's cluster validation tool to throw warnings (this server will be part of a failover cluster).
unfortunately, Device Manager is always read-only when run remotely (i have seen postings that intimate otherwise, but they are incorrect--see section on device manager here: http://technet.microsoft.com/en-us/libr ... S.10).aspx), so this will not work.anton (staff) wrote:You can remotely manage devices just fine.
Code: Select all
DrvInst.exe -uninstall root\starport uninstall
Code: Select all
unins000.exe
Code: Select all
rmdir /s "C:\Program Files\StarWind Software\"
Anatoly (staff) wrote:Nice!:)
That was next thing to be suggested