I have the following a batch file and have never had any issues deleting no longer existant items: You need to right click the batch file and run as adminstrator. ------------------------------------------------------------
set devmgr_show_nonpresent_devices=1 cd %SystemRoot%\System32 start devmgmt.msc
-------------------------------------------------------------
Then just select to show hidden devices and the no existant ones appear.
-- David Vair CNE, CNA, MCP, A+, N+
"sonerai3" <guest[ at ]unknown-email.com> wrote in message news:5945b027be747a85c0588fa7d0bd7167[ at ]nntp-gateway.com...
[Quoted Text] > > Using Vista Home Premium 64-bit, after numerous attempts at installing a > USB to serial converter based on the FDTI 232R chip I have the converter > working but also have numerous extra com ports > (1,2,3,4,5,8,9,10,11,12,14,and 15) that I cannot remove. From Control > Panel > Printers > Right-click anywhere > Click on Ports Tab these com > ports are visible but when selecting a port and clicking the delete > option I get an error message that states "Selected port cannot be > deleted. The request is not supported". > I also tried to delete using device manager but the extra ports do not > show up there, even when using the environment variable > 'DevMgr_Show_NonPresent_Devices = 1" and selecting 'Show hidden devices" > option in Device Manager. > > Any help would be appreciated > > Thanx > > > -- > sonerai3
|