How do I clean up COM ports in use?
How do I clean-up these in-use COM ports?
The COM port numbers always seem to be taken up by something and although right now I only have 4 serial ports (3 over Bluetooth and one USB to RS-232), I have numerous COM ports set as in use. I'd like to clean that list up a bit.
Also it seems to me that from time to time, one of the taken COM ports gets freed up and then one of the devices I use will take that number creating confusion, since I'll have to go and hunt its com number in device manager.
UPDATE:
Well I just cleaned up countless USB devices that once were connected to the computer using USBDeview and still the problem still remains.
windows-7 64-bit serial-port
add a comment |
How do I clean-up these in-use COM ports?
The COM port numbers always seem to be taken up by something and although right now I only have 4 serial ports (3 over Bluetooth and one USB to RS-232), I have numerous COM ports set as in use. I'd like to clean that list up a bit.
Also it seems to me that from time to time, one of the taken COM ports gets freed up and then one of the devices I use will take that number creating confusion, since I'll have to go and hunt its com number in device manager.
UPDATE:
Well I just cleaned up countless USB devices that once were connected to the computer using USBDeview and still the problem still remains.
windows-7 64-bit serial-port
add a comment |
How do I clean-up these in-use COM ports?
The COM port numbers always seem to be taken up by something and although right now I only have 4 serial ports (3 over Bluetooth and one USB to RS-232), I have numerous COM ports set as in use. I'd like to clean that list up a bit.
Also it seems to me that from time to time, one of the taken COM ports gets freed up and then one of the devices I use will take that number creating confusion, since I'll have to go and hunt its com number in device manager.
UPDATE:
Well I just cleaned up countless USB devices that once were connected to the computer using USBDeview and still the problem still remains.
windows-7 64-bit serial-port
How do I clean-up these in-use COM ports?
The COM port numbers always seem to be taken up by something and although right now I only have 4 serial ports (3 over Bluetooth and one USB to RS-232), I have numerous COM ports set as in use. I'd like to clean that list up a bit.
Also it seems to me that from time to time, one of the taken COM ports gets freed up and then one of the devices I use will take that number creating confusion, since I'll have to go and hunt its com number in device manager.
UPDATE:
Well I just cleaned up countless USB devices that once were connected to the computer using USBDeview and still the problem still remains.
windows-7 64-bit serial-port
windows-7 64-bit serial-port
edited Oct 20 '12 at 9:29
Journeyman Geek♦
112k43216366
112k43216366
asked Apr 5 '12 at 17:37
AndrejaKoAndrejaKo
14.7k1867116
14.7k1867116
add a comment |
add a comment |
9 Answers
9
active
oldest
votes
Run Device Manager from elevated command line:
> set DEVMGR_SHOW_NONPRESENT_DEVICES=1
> devmgmt.msc
Enable "Show hidden devices" in the menu, and uninstall grayed-out COM ports.
1
The hidden serial ports don't seem the be the main cause of the issue. As expected, I found numerous instances of serial ports created by my USB to RS-232 adapter, but even when they are cleaned up, I still have 11 extra COM ports set as in use.
– AndrejaKo
Apr 5 '12 at 17:52
1
@AndrejaKo: Do you have any devices listed under "Modems"? They also take up 1 serial port each.
– grawity
Apr 5 '12 at 17:54
Yes, but there's just one modem there.
– AndrejaKo
Apr 5 '12 at 18:02
This works, but setting the system variable as seen in answer @Michael Herman is IMHO better way and the view in the Device Manager "show hidden devices" works afterwards. I don't know why MS has disabled that system variable on my PC per default.
– Tom Kuschel
Jun 16 '17 at 9:35
This worked for me on Windows 7 64 bit Enterprise Edition from an elevated command prompt
– Tahir Khalid
Jan 19 '18 at 17:11
add a comment |
I found a useful answer at How to clear or Reset COM port ?
- Click start → Run → type
regedit
and click OK button - Navigate to
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCOM Name Arbiter
- Now on the right panel, you can see the key
ComDB
. Right-click it and click modify - In value Data section select all and delete reset to zero (
0
)
Its 32 bytes with 8 bits in each byte in hexadecimal representation. A bit of value 1 makes a port number (1...256) reserved. The first 8 ports are in two leftmost hexadecimal values, bits ascending from lowest to highest right to left, the next 8 ports are in the second two and so on: hexF3 24
would be binary1111 0011 0010 0100
, which means that following ports are used:1, 2, 5, 6, 7, 8
(1111 0011)
and11, 14
(0010 0100)
.
- Close the registry editor and then restart your computer. If you set the value to
0
all COM ports are free.
You may need to reinstall any USB-to-serial converter.
1
Welcome to superuser. I edited your answer and added some more details. Free feel to rollback your post if needed.
– nixda
Jul 4 '13 at 21:40
Looks interesting! I'll try it out and report the results.
– AndrejaKo
Jul 4 '13 at 21:44
No, I followed this exactly and it didn't remove any of them.
– Bob Brunius
Feb 4 '15 at 0:34
@nixda isnt it 1,2,5,6,7,8,11,14?
– kimliv
Aug 18 '16 at 16:44
@kimliv I did not insert that part of the answer. That was the editor after me :) So you have to ask him
– nixda
Aug 18 '16 at 17:46
|
show 4 more comments
Thanks for all the advice above. I wrote software to automatically clean up the Registry but though it did adjust the Hardware, Software, and Arbiter sections it did NOT remove the phantom COM port entries. Even a reboot with the "USB to 2Serial Port" device removed did not clean up the system properly.
However, the instructions on this PDF did work correctly:
For Win7, I adjusted the instructions slightly on that PDF to be:
- click Start / (right click:) Computer / Properties / Advanced System Settings (not Device Manager)
- Click Environment Variables
- Click in the System variables (bottom section) click New
- Enter Variable Name: DEVMGR_SHOW_NONPRESENT_DEVICES
Enter Variable Value: 1 - Click OK (exits Environment)
Click OK (exits System Properties)
Click Start. In the command box, type Manage
This shows the Computer Management window ...- Click Device Manager
- Click View and select Show Hidden Devices
- Click Ports (COM & LPT)
Now all the ports, real (black text) and phantom (grayed out text) appear. - One by one, right click the phantom ports, and select Uninstall
This should now have cleared out your system of unwanted phantom USB ports.
Note: after cleaning out all my phantom ports, leaving only "COM1", I find my Registry shows:
Hardware: COM1
Software: COM1, COM2, COM3, COM4, COM5
Arbiter: COM1, COM2, COM3
And a right click on Computer / Properties / Device Manager / Ports shows only COM1. Right click on COM1 / Properties / Port Settings / Advanced
shows COM1 with COM2 "in use" and COM3 "in use". All the other settings up to 7 that used to be "in use" are now freed up. So only the "Arbiter" setting seems to be telling the Win7 system what is really "in use". The Computer Management system has cleaned up the Arbiter, but not cleaned up the Software section...
... many are the mysteries of Microsoft...
This submission has far to many formatting errors for my taste. Feel free to spend some time formatting your submission and I will reverse my vote.
– Ramhound
Oct 13 '15 at 16:30
surprised that this answer doesn't have upvotes, as it is the only answer that actually solved my problem on Win7
– bas
Jan 8 '16 at 9:27
Wow I had loads of mapped unused ports. Although Ive never had any problem mapping to an 'in use' port, its nice housekeeping.
– Ninga
Sep 18 '17 at 21:46
PDF Broken link. Where in the registry is "Hardware, software arbiter"? Are there any other instructions that should be carried over but were lost to the PDF?
– Assimilater
May 21 '18 at 19:06
add a comment |
Resolving USB driver issues
Method Using Elevated Command Prompt
ie type cmd in search bar then right click cmd.exe selecting Run as Administrator
• 1st stage As discussed from command prompt type;
set devmgr_show_non_present_devices=1
devmgmt.msc
Under Ports (Com & LPT) delete all instances of prolific USB to Serial Comm Port
• 2nd Stage Again from Elevated Command Prompt - Remove Driver Packages from drivers store.
The driver store is a protected area of the computer that contains device driver packages that have been approved for installation on the computer
You need to Identify OEM#.inf where # is a number so type
pnputil.exe -e (then enter)
Read the entries in the output to find the description of your package(s) and its file name(s)
Its highly likely you will have multiple entries from previous attempts.
Note all oem###.inf instances of the prolific driver where # (hash) is the number.
To remove entries type:
pnputil.exe -d oem###.inf
(use space between exe & - and d & Oem then press enter)
Remember to replace # with the number of the inf file you want to delete.
If the computer reports that the driver package is in use by a currently installed device, then you must either uninstall the device first, or use the -f on the pnputil command to force deletion of the package.
Also you may have driver package loaded on as program that may need removal using control panel/programs/uninstall a program.
If you do all that before loading the correct driver package and try to keep the Com device inserted in the same port rather than moving it around your ports you will have fewer problems with the Prolific driver.
add a comment |
I have a simple solution that worked for me... my count was up to 45 com ports in use!
1) Open Device Manager
2) From the View menu, select 'Show Hidden Devices'
3) Expand 'Ports (COM & LPT)' category from the list
4) Right-click on all the devices and remove them (no need to tick to delete the driver)
5) From the Action menu, select 'Scan for New Devices'
6) Viola! All the actual devices will be re-allocated from COM1
voila not viola
– Jason S
Jun 9 '16 at 20:51
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 16:02
add a comment |
These did not work for me. But official Microsoft help page worked for me.
From https://support.microsoft.com/en-us/kb/222018
- In the Printers folder, click Server Properties on the File menu.
- Click the Ports tab, click the port you want to remove, click Delete Port, and then click OK.
1
Does this actually work for serial ports, on Windows 7? Also, you're supposed to summarize the link contents in your answer, instead of just providing the link, in case link rot happens.
– AndrejaKo
Jun 14 '16 at 13:15
add a comment |
I found that this tool works excellently for this issue.
Device Remover
https://www.majorgeeks.com/files/details/device_remover_543c.html
Just load it up, click on "Display Mode", "Show only hidden/detached devices", Check "Ports" (which selects all the unused com ports), then click "Remove all checked", and confirm the removal when the warning appears.
Cheers!
~Andrew
EmpoweringSolutions.net
add a comment |
(For those who came from google)
If previos answer doesn't work and has installed windows mobile 6 SDK. It may be problem with XPVCOM.SYS (this driver reserved 14 COM ports) To uninstall in console
CD Program FilesWindows Mobile 6 SDKToolsCellular Emulator
InstallXPVCom.exe UnInstall
then reboot.
add a comment |
For those who do not want to use the CMD line interface I use this in Windows 7.
- Open Control Panel
- Select "SYSTEM" from the menu
- Select "ADVANCED SYSTEM SETTINGS" on the left
- Select "ENVIRONMENT VARIABLES" on the bottom right of the box
- Look for "DEVMGR_SHOW_NONPRESENT_DEVICES" in the System Variables
list. If it is not there create it and assign it a variable value of
- Back out with OK, OK, OK. You are now back in the Control panel screen.
- Select "Device Manager" and go to "View"
- Select "Show Hidden Devices" and all hidden devices including the
Comm ports will be shown greyed out or Ghosted. - Select the ones you want to remove, right click and select
"Uninstall"
3
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 15:53
add a comment |
protected by Community♦ Dec 11 '18 at 9:14
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
9 Answers
9
active
oldest
votes
9 Answers
9
active
oldest
votes
active
oldest
votes
active
oldest
votes
Run Device Manager from elevated command line:
> set DEVMGR_SHOW_NONPRESENT_DEVICES=1
> devmgmt.msc
Enable "Show hidden devices" in the menu, and uninstall grayed-out COM ports.
1
The hidden serial ports don't seem the be the main cause of the issue. As expected, I found numerous instances of serial ports created by my USB to RS-232 adapter, but even when they are cleaned up, I still have 11 extra COM ports set as in use.
– AndrejaKo
Apr 5 '12 at 17:52
1
@AndrejaKo: Do you have any devices listed under "Modems"? They also take up 1 serial port each.
– grawity
Apr 5 '12 at 17:54
Yes, but there's just one modem there.
– AndrejaKo
Apr 5 '12 at 18:02
This works, but setting the system variable as seen in answer @Michael Herman is IMHO better way and the view in the Device Manager "show hidden devices" works afterwards. I don't know why MS has disabled that system variable on my PC per default.
– Tom Kuschel
Jun 16 '17 at 9:35
This worked for me on Windows 7 64 bit Enterprise Edition from an elevated command prompt
– Tahir Khalid
Jan 19 '18 at 17:11
add a comment |
Run Device Manager from elevated command line:
> set DEVMGR_SHOW_NONPRESENT_DEVICES=1
> devmgmt.msc
Enable "Show hidden devices" in the menu, and uninstall grayed-out COM ports.
1
The hidden serial ports don't seem the be the main cause of the issue. As expected, I found numerous instances of serial ports created by my USB to RS-232 adapter, but even when they are cleaned up, I still have 11 extra COM ports set as in use.
– AndrejaKo
Apr 5 '12 at 17:52
1
@AndrejaKo: Do you have any devices listed under "Modems"? They also take up 1 serial port each.
– grawity
Apr 5 '12 at 17:54
Yes, but there's just one modem there.
– AndrejaKo
Apr 5 '12 at 18:02
This works, but setting the system variable as seen in answer @Michael Herman is IMHO better way and the view in the Device Manager "show hidden devices" works afterwards. I don't know why MS has disabled that system variable on my PC per default.
– Tom Kuschel
Jun 16 '17 at 9:35
This worked for me on Windows 7 64 bit Enterprise Edition from an elevated command prompt
– Tahir Khalid
Jan 19 '18 at 17:11
add a comment |
Run Device Manager from elevated command line:
> set DEVMGR_SHOW_NONPRESENT_DEVICES=1
> devmgmt.msc
Enable "Show hidden devices" in the menu, and uninstall grayed-out COM ports.
Run Device Manager from elevated command line:
> set DEVMGR_SHOW_NONPRESENT_DEVICES=1
> devmgmt.msc
Enable "Show hidden devices" in the menu, and uninstall grayed-out COM ports.
answered Apr 5 '12 at 17:44
grawitygrawity
233k36493547
233k36493547
1
The hidden serial ports don't seem the be the main cause of the issue. As expected, I found numerous instances of serial ports created by my USB to RS-232 adapter, but even when they are cleaned up, I still have 11 extra COM ports set as in use.
– AndrejaKo
Apr 5 '12 at 17:52
1
@AndrejaKo: Do you have any devices listed under "Modems"? They also take up 1 serial port each.
– grawity
Apr 5 '12 at 17:54
Yes, but there's just one modem there.
– AndrejaKo
Apr 5 '12 at 18:02
This works, but setting the system variable as seen in answer @Michael Herman is IMHO better way and the view in the Device Manager "show hidden devices" works afterwards. I don't know why MS has disabled that system variable on my PC per default.
– Tom Kuschel
Jun 16 '17 at 9:35
This worked for me on Windows 7 64 bit Enterprise Edition from an elevated command prompt
– Tahir Khalid
Jan 19 '18 at 17:11
add a comment |
1
The hidden serial ports don't seem the be the main cause of the issue. As expected, I found numerous instances of serial ports created by my USB to RS-232 adapter, but even when they are cleaned up, I still have 11 extra COM ports set as in use.
– AndrejaKo
Apr 5 '12 at 17:52
1
@AndrejaKo: Do you have any devices listed under "Modems"? They also take up 1 serial port each.
– grawity
Apr 5 '12 at 17:54
Yes, but there's just one modem there.
– AndrejaKo
Apr 5 '12 at 18:02
This works, but setting the system variable as seen in answer @Michael Herman is IMHO better way and the view in the Device Manager "show hidden devices" works afterwards. I don't know why MS has disabled that system variable on my PC per default.
– Tom Kuschel
Jun 16 '17 at 9:35
This worked for me on Windows 7 64 bit Enterprise Edition from an elevated command prompt
– Tahir Khalid
Jan 19 '18 at 17:11
1
1
The hidden serial ports don't seem the be the main cause of the issue. As expected, I found numerous instances of serial ports created by my USB to RS-232 adapter, but even when they are cleaned up, I still have 11 extra COM ports set as in use.
– AndrejaKo
Apr 5 '12 at 17:52
The hidden serial ports don't seem the be the main cause of the issue. As expected, I found numerous instances of serial ports created by my USB to RS-232 adapter, but even when they are cleaned up, I still have 11 extra COM ports set as in use.
– AndrejaKo
Apr 5 '12 at 17:52
1
1
@AndrejaKo: Do you have any devices listed under "Modems"? They also take up 1 serial port each.
– grawity
Apr 5 '12 at 17:54
@AndrejaKo: Do you have any devices listed under "Modems"? They also take up 1 serial port each.
– grawity
Apr 5 '12 at 17:54
Yes, but there's just one modem there.
– AndrejaKo
Apr 5 '12 at 18:02
Yes, but there's just one modem there.
– AndrejaKo
Apr 5 '12 at 18:02
This works, but setting the system variable as seen in answer @Michael Herman is IMHO better way and the view in the Device Manager "show hidden devices" works afterwards. I don't know why MS has disabled that system variable on my PC per default.
– Tom Kuschel
Jun 16 '17 at 9:35
This works, but setting the system variable as seen in answer @Michael Herman is IMHO better way and the view in the Device Manager "show hidden devices" works afterwards. I don't know why MS has disabled that system variable on my PC per default.
– Tom Kuschel
Jun 16 '17 at 9:35
This worked for me on Windows 7 64 bit Enterprise Edition from an elevated command prompt
– Tahir Khalid
Jan 19 '18 at 17:11
This worked for me on Windows 7 64 bit Enterprise Edition from an elevated command prompt
– Tahir Khalid
Jan 19 '18 at 17:11
add a comment |
I found a useful answer at How to clear or Reset COM port ?
- Click start → Run → type
regedit
and click OK button - Navigate to
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCOM Name Arbiter
- Now on the right panel, you can see the key
ComDB
. Right-click it and click modify - In value Data section select all and delete reset to zero (
0
)
Its 32 bytes with 8 bits in each byte in hexadecimal representation. A bit of value 1 makes a port number (1...256) reserved. The first 8 ports are in two leftmost hexadecimal values, bits ascending from lowest to highest right to left, the next 8 ports are in the second two and so on: hexF3 24
would be binary1111 0011 0010 0100
, which means that following ports are used:1, 2, 5, 6, 7, 8
(1111 0011)
and11, 14
(0010 0100)
.
- Close the registry editor and then restart your computer. If you set the value to
0
all COM ports are free.
You may need to reinstall any USB-to-serial converter.
1
Welcome to superuser. I edited your answer and added some more details. Free feel to rollback your post if needed.
– nixda
Jul 4 '13 at 21:40
Looks interesting! I'll try it out and report the results.
– AndrejaKo
Jul 4 '13 at 21:44
No, I followed this exactly and it didn't remove any of them.
– Bob Brunius
Feb 4 '15 at 0:34
@nixda isnt it 1,2,5,6,7,8,11,14?
– kimliv
Aug 18 '16 at 16:44
@kimliv I did not insert that part of the answer. That was the editor after me :) So you have to ask him
– nixda
Aug 18 '16 at 17:46
|
show 4 more comments
I found a useful answer at How to clear or Reset COM port ?
- Click start → Run → type
regedit
and click OK button - Navigate to
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCOM Name Arbiter
- Now on the right panel, you can see the key
ComDB
. Right-click it and click modify - In value Data section select all and delete reset to zero (
0
)
Its 32 bytes with 8 bits in each byte in hexadecimal representation. A bit of value 1 makes a port number (1...256) reserved. The first 8 ports are in two leftmost hexadecimal values, bits ascending from lowest to highest right to left, the next 8 ports are in the second two and so on: hexF3 24
would be binary1111 0011 0010 0100
, which means that following ports are used:1, 2, 5, 6, 7, 8
(1111 0011)
and11, 14
(0010 0100)
.
- Close the registry editor and then restart your computer. If you set the value to
0
all COM ports are free.
You may need to reinstall any USB-to-serial converter.
1
Welcome to superuser. I edited your answer and added some more details. Free feel to rollback your post if needed.
– nixda
Jul 4 '13 at 21:40
Looks interesting! I'll try it out and report the results.
– AndrejaKo
Jul 4 '13 at 21:44
No, I followed this exactly and it didn't remove any of them.
– Bob Brunius
Feb 4 '15 at 0:34
@nixda isnt it 1,2,5,6,7,8,11,14?
– kimliv
Aug 18 '16 at 16:44
@kimliv I did not insert that part of the answer. That was the editor after me :) So you have to ask him
– nixda
Aug 18 '16 at 17:46
|
show 4 more comments
I found a useful answer at How to clear or Reset COM port ?
- Click start → Run → type
regedit
and click OK button - Navigate to
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCOM Name Arbiter
- Now on the right panel, you can see the key
ComDB
. Right-click it and click modify - In value Data section select all and delete reset to zero (
0
)
Its 32 bytes with 8 bits in each byte in hexadecimal representation. A bit of value 1 makes a port number (1...256) reserved. The first 8 ports are in two leftmost hexadecimal values, bits ascending from lowest to highest right to left, the next 8 ports are in the second two and so on: hexF3 24
would be binary1111 0011 0010 0100
, which means that following ports are used:1, 2, 5, 6, 7, 8
(1111 0011)
and11, 14
(0010 0100)
.
- Close the registry editor and then restart your computer. If you set the value to
0
all COM ports are free.
You may need to reinstall any USB-to-serial converter.
I found a useful answer at How to clear or Reset COM port ?
- Click start → Run → type
regedit
and click OK button - Navigate to
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCOM Name Arbiter
- Now on the right panel, you can see the key
ComDB
. Right-click it and click modify - In value Data section select all and delete reset to zero (
0
)
Its 32 bytes with 8 bits in each byte in hexadecimal representation. A bit of value 1 makes a port number (1...256) reserved. The first 8 ports are in two leftmost hexadecimal values, bits ascending from lowest to highest right to left, the next 8 ports are in the second two and so on: hexF3 24
would be binary1111 0011 0010 0100
, which means that following ports are used:1, 2, 5, 6, 7, 8
(1111 0011)
and11, 14
(0010 0100)
.
- Close the registry editor and then restart your computer. If you set the value to
0
all COM ports are free.
You may need to reinstall any USB-to-serial converter.
edited Sep 5 '16 at 13:44
trapicki
506410
506410
answered Jul 4 '13 at 21:26
hockeyrinkhockeyrink
27132
27132
1
Welcome to superuser. I edited your answer and added some more details. Free feel to rollback your post if needed.
– nixda
Jul 4 '13 at 21:40
Looks interesting! I'll try it out and report the results.
– AndrejaKo
Jul 4 '13 at 21:44
No, I followed this exactly and it didn't remove any of them.
– Bob Brunius
Feb 4 '15 at 0:34
@nixda isnt it 1,2,5,6,7,8,11,14?
– kimliv
Aug 18 '16 at 16:44
@kimliv I did not insert that part of the answer. That was the editor after me :) So you have to ask him
– nixda
Aug 18 '16 at 17:46
|
show 4 more comments
1
Welcome to superuser. I edited your answer and added some more details. Free feel to rollback your post if needed.
– nixda
Jul 4 '13 at 21:40
Looks interesting! I'll try it out and report the results.
– AndrejaKo
Jul 4 '13 at 21:44
No, I followed this exactly and it didn't remove any of them.
– Bob Brunius
Feb 4 '15 at 0:34
@nixda isnt it 1,2,5,6,7,8,11,14?
– kimliv
Aug 18 '16 at 16:44
@kimliv I did not insert that part of the answer. That was the editor after me :) So you have to ask him
– nixda
Aug 18 '16 at 17:46
1
1
Welcome to superuser. I edited your answer and added some more details. Free feel to rollback your post if needed.
– nixda
Jul 4 '13 at 21:40
Welcome to superuser. I edited your answer and added some more details. Free feel to rollback your post if needed.
– nixda
Jul 4 '13 at 21:40
Looks interesting! I'll try it out and report the results.
– AndrejaKo
Jul 4 '13 at 21:44
Looks interesting! I'll try it out and report the results.
– AndrejaKo
Jul 4 '13 at 21:44
No, I followed this exactly and it didn't remove any of them.
– Bob Brunius
Feb 4 '15 at 0:34
No, I followed this exactly and it didn't remove any of them.
– Bob Brunius
Feb 4 '15 at 0:34
@nixda isnt it 1,2,5,6,7,8,11,14?
– kimliv
Aug 18 '16 at 16:44
@nixda isnt it 1,2,5,6,7,8,11,14?
– kimliv
Aug 18 '16 at 16:44
@kimliv I did not insert that part of the answer. That was the editor after me :) So you have to ask him
– nixda
Aug 18 '16 at 17:46
@kimliv I did not insert that part of the answer. That was the editor after me :) So you have to ask him
– nixda
Aug 18 '16 at 17:46
|
show 4 more comments
Thanks for all the advice above. I wrote software to automatically clean up the Registry but though it did adjust the Hardware, Software, and Arbiter sections it did NOT remove the phantom COM port entries. Even a reboot with the "USB to 2Serial Port" device removed did not clean up the system properly.
However, the instructions on this PDF did work correctly:
For Win7, I adjusted the instructions slightly on that PDF to be:
- click Start / (right click:) Computer / Properties / Advanced System Settings (not Device Manager)
- Click Environment Variables
- Click in the System variables (bottom section) click New
- Enter Variable Name: DEVMGR_SHOW_NONPRESENT_DEVICES
Enter Variable Value: 1 - Click OK (exits Environment)
Click OK (exits System Properties)
Click Start. In the command box, type Manage
This shows the Computer Management window ...- Click Device Manager
- Click View and select Show Hidden Devices
- Click Ports (COM & LPT)
Now all the ports, real (black text) and phantom (grayed out text) appear. - One by one, right click the phantom ports, and select Uninstall
This should now have cleared out your system of unwanted phantom USB ports.
Note: after cleaning out all my phantom ports, leaving only "COM1", I find my Registry shows:
Hardware: COM1
Software: COM1, COM2, COM3, COM4, COM5
Arbiter: COM1, COM2, COM3
And a right click on Computer / Properties / Device Manager / Ports shows only COM1. Right click on COM1 / Properties / Port Settings / Advanced
shows COM1 with COM2 "in use" and COM3 "in use". All the other settings up to 7 that used to be "in use" are now freed up. So only the "Arbiter" setting seems to be telling the Win7 system what is really "in use". The Computer Management system has cleaned up the Arbiter, but not cleaned up the Software section...
... many are the mysteries of Microsoft...
This submission has far to many formatting errors for my taste. Feel free to spend some time formatting your submission and I will reverse my vote.
– Ramhound
Oct 13 '15 at 16:30
surprised that this answer doesn't have upvotes, as it is the only answer that actually solved my problem on Win7
– bas
Jan 8 '16 at 9:27
Wow I had loads of mapped unused ports. Although Ive never had any problem mapping to an 'in use' port, its nice housekeeping.
– Ninga
Sep 18 '17 at 21:46
PDF Broken link. Where in the registry is "Hardware, software arbiter"? Are there any other instructions that should be carried over but were lost to the PDF?
– Assimilater
May 21 '18 at 19:06
add a comment |
Thanks for all the advice above. I wrote software to automatically clean up the Registry but though it did adjust the Hardware, Software, and Arbiter sections it did NOT remove the phantom COM port entries. Even a reboot with the "USB to 2Serial Port" device removed did not clean up the system properly.
However, the instructions on this PDF did work correctly:
For Win7, I adjusted the instructions slightly on that PDF to be:
- click Start / (right click:) Computer / Properties / Advanced System Settings (not Device Manager)
- Click Environment Variables
- Click in the System variables (bottom section) click New
- Enter Variable Name: DEVMGR_SHOW_NONPRESENT_DEVICES
Enter Variable Value: 1 - Click OK (exits Environment)
Click OK (exits System Properties)
Click Start. In the command box, type Manage
This shows the Computer Management window ...- Click Device Manager
- Click View and select Show Hidden Devices
- Click Ports (COM & LPT)
Now all the ports, real (black text) and phantom (grayed out text) appear. - One by one, right click the phantom ports, and select Uninstall
This should now have cleared out your system of unwanted phantom USB ports.
Note: after cleaning out all my phantom ports, leaving only "COM1", I find my Registry shows:
Hardware: COM1
Software: COM1, COM2, COM3, COM4, COM5
Arbiter: COM1, COM2, COM3
And a right click on Computer / Properties / Device Manager / Ports shows only COM1. Right click on COM1 / Properties / Port Settings / Advanced
shows COM1 with COM2 "in use" and COM3 "in use". All the other settings up to 7 that used to be "in use" are now freed up. So only the "Arbiter" setting seems to be telling the Win7 system what is really "in use". The Computer Management system has cleaned up the Arbiter, but not cleaned up the Software section...
... many are the mysteries of Microsoft...
This submission has far to many formatting errors for my taste. Feel free to spend some time formatting your submission and I will reverse my vote.
– Ramhound
Oct 13 '15 at 16:30
surprised that this answer doesn't have upvotes, as it is the only answer that actually solved my problem on Win7
– bas
Jan 8 '16 at 9:27
Wow I had loads of mapped unused ports. Although Ive never had any problem mapping to an 'in use' port, its nice housekeeping.
– Ninga
Sep 18 '17 at 21:46
PDF Broken link. Where in the registry is "Hardware, software arbiter"? Are there any other instructions that should be carried over but were lost to the PDF?
– Assimilater
May 21 '18 at 19:06
add a comment |
Thanks for all the advice above. I wrote software to automatically clean up the Registry but though it did adjust the Hardware, Software, and Arbiter sections it did NOT remove the phantom COM port entries. Even a reboot with the "USB to 2Serial Port" device removed did not clean up the system properly.
However, the instructions on this PDF did work correctly:
For Win7, I adjusted the instructions slightly on that PDF to be:
- click Start / (right click:) Computer / Properties / Advanced System Settings (not Device Manager)
- Click Environment Variables
- Click in the System variables (bottom section) click New
- Enter Variable Name: DEVMGR_SHOW_NONPRESENT_DEVICES
Enter Variable Value: 1 - Click OK (exits Environment)
Click OK (exits System Properties)
Click Start. In the command box, type Manage
This shows the Computer Management window ...- Click Device Manager
- Click View and select Show Hidden Devices
- Click Ports (COM & LPT)
Now all the ports, real (black text) and phantom (grayed out text) appear. - One by one, right click the phantom ports, and select Uninstall
This should now have cleared out your system of unwanted phantom USB ports.
Note: after cleaning out all my phantom ports, leaving only "COM1", I find my Registry shows:
Hardware: COM1
Software: COM1, COM2, COM3, COM4, COM5
Arbiter: COM1, COM2, COM3
And a right click on Computer / Properties / Device Manager / Ports shows only COM1. Right click on COM1 / Properties / Port Settings / Advanced
shows COM1 with COM2 "in use" and COM3 "in use". All the other settings up to 7 that used to be "in use" are now freed up. So only the "Arbiter" setting seems to be telling the Win7 system what is really "in use". The Computer Management system has cleaned up the Arbiter, but not cleaned up the Software section...
... many are the mysteries of Microsoft...
Thanks for all the advice above. I wrote software to automatically clean up the Registry but though it did adjust the Hardware, Software, and Arbiter sections it did NOT remove the phantom COM port entries. Even a reboot with the "USB to 2Serial Port" device removed did not clean up the system properly.
However, the instructions on this PDF did work correctly:
For Win7, I adjusted the instructions slightly on that PDF to be:
- click Start / (right click:) Computer / Properties / Advanced System Settings (not Device Manager)
- Click Environment Variables
- Click in the System variables (bottom section) click New
- Enter Variable Name: DEVMGR_SHOW_NONPRESENT_DEVICES
Enter Variable Value: 1 - Click OK (exits Environment)
Click OK (exits System Properties)
Click Start. In the command box, type Manage
This shows the Computer Management window ...- Click Device Manager
- Click View and select Show Hidden Devices
- Click Ports (COM & LPT)
Now all the ports, real (black text) and phantom (grayed out text) appear. - One by one, right click the phantom ports, and select Uninstall
This should now have cleared out your system of unwanted phantom USB ports.
Note: after cleaning out all my phantom ports, leaving only "COM1", I find my Registry shows:
Hardware: COM1
Software: COM1, COM2, COM3, COM4, COM5
Arbiter: COM1, COM2, COM3
And a right click on Computer / Properties / Device Manager / Ports shows only COM1. Right click on COM1 / Properties / Port Settings / Advanced
shows COM1 with COM2 "in use" and COM3 "in use". All the other settings up to 7 that used to be "in use" are now freed up. So only the "Arbiter" setting seems to be telling the Win7 system what is really "in use". The Computer Management system has cleaned up the Arbiter, but not cleaned up the Software section...
... many are the mysteries of Microsoft...
edited Oct 14 '15 at 10:54
Máté Juhász
14.2k63251
14.2k63251
answered Oct 13 '15 at 16:27
Michael HermanMichael Herman
8911
8911
This submission has far to many formatting errors for my taste. Feel free to spend some time formatting your submission and I will reverse my vote.
– Ramhound
Oct 13 '15 at 16:30
surprised that this answer doesn't have upvotes, as it is the only answer that actually solved my problem on Win7
– bas
Jan 8 '16 at 9:27
Wow I had loads of mapped unused ports. Although Ive never had any problem mapping to an 'in use' port, its nice housekeeping.
– Ninga
Sep 18 '17 at 21:46
PDF Broken link. Where in the registry is "Hardware, software arbiter"? Are there any other instructions that should be carried over but were lost to the PDF?
– Assimilater
May 21 '18 at 19:06
add a comment |
This submission has far to many formatting errors for my taste. Feel free to spend some time formatting your submission and I will reverse my vote.
– Ramhound
Oct 13 '15 at 16:30
surprised that this answer doesn't have upvotes, as it is the only answer that actually solved my problem on Win7
– bas
Jan 8 '16 at 9:27
Wow I had loads of mapped unused ports. Although Ive never had any problem mapping to an 'in use' port, its nice housekeeping.
– Ninga
Sep 18 '17 at 21:46
PDF Broken link. Where in the registry is "Hardware, software arbiter"? Are there any other instructions that should be carried over but were lost to the PDF?
– Assimilater
May 21 '18 at 19:06
This submission has far to many formatting errors for my taste. Feel free to spend some time formatting your submission and I will reverse my vote.
– Ramhound
Oct 13 '15 at 16:30
This submission has far to many formatting errors for my taste. Feel free to spend some time formatting your submission and I will reverse my vote.
– Ramhound
Oct 13 '15 at 16:30
surprised that this answer doesn't have upvotes, as it is the only answer that actually solved my problem on Win7
– bas
Jan 8 '16 at 9:27
surprised that this answer doesn't have upvotes, as it is the only answer that actually solved my problem on Win7
– bas
Jan 8 '16 at 9:27
Wow I had loads of mapped unused ports. Although Ive never had any problem mapping to an 'in use' port, its nice housekeeping.
– Ninga
Sep 18 '17 at 21:46
Wow I had loads of mapped unused ports. Although Ive never had any problem mapping to an 'in use' port, its nice housekeeping.
– Ninga
Sep 18 '17 at 21:46
PDF Broken link. Where in the registry is "Hardware, software arbiter"? Are there any other instructions that should be carried over but were lost to the PDF?
– Assimilater
May 21 '18 at 19:06
PDF Broken link. Where in the registry is "Hardware, software arbiter"? Are there any other instructions that should be carried over but were lost to the PDF?
– Assimilater
May 21 '18 at 19:06
add a comment |
Resolving USB driver issues
Method Using Elevated Command Prompt
ie type cmd in search bar then right click cmd.exe selecting Run as Administrator
• 1st stage As discussed from command prompt type;
set devmgr_show_non_present_devices=1
devmgmt.msc
Under Ports (Com & LPT) delete all instances of prolific USB to Serial Comm Port
• 2nd Stage Again from Elevated Command Prompt - Remove Driver Packages from drivers store.
The driver store is a protected area of the computer that contains device driver packages that have been approved for installation on the computer
You need to Identify OEM#.inf where # is a number so type
pnputil.exe -e (then enter)
Read the entries in the output to find the description of your package(s) and its file name(s)
Its highly likely you will have multiple entries from previous attempts.
Note all oem###.inf instances of the prolific driver where # (hash) is the number.
To remove entries type:
pnputil.exe -d oem###.inf
(use space between exe & - and d & Oem then press enter)
Remember to replace # with the number of the inf file you want to delete.
If the computer reports that the driver package is in use by a currently installed device, then you must either uninstall the device first, or use the -f on the pnputil command to force deletion of the package.
Also you may have driver package loaded on as program that may need removal using control panel/programs/uninstall a program.
If you do all that before loading the correct driver package and try to keep the Com device inserted in the same port rather than moving it around your ports you will have fewer problems with the Prolific driver.
add a comment |
Resolving USB driver issues
Method Using Elevated Command Prompt
ie type cmd in search bar then right click cmd.exe selecting Run as Administrator
• 1st stage As discussed from command prompt type;
set devmgr_show_non_present_devices=1
devmgmt.msc
Under Ports (Com & LPT) delete all instances of prolific USB to Serial Comm Port
• 2nd Stage Again from Elevated Command Prompt - Remove Driver Packages from drivers store.
The driver store is a protected area of the computer that contains device driver packages that have been approved for installation on the computer
You need to Identify OEM#.inf where # is a number so type
pnputil.exe -e (then enter)
Read the entries in the output to find the description of your package(s) and its file name(s)
Its highly likely you will have multiple entries from previous attempts.
Note all oem###.inf instances of the prolific driver where # (hash) is the number.
To remove entries type:
pnputil.exe -d oem###.inf
(use space between exe & - and d & Oem then press enter)
Remember to replace # with the number of the inf file you want to delete.
If the computer reports that the driver package is in use by a currently installed device, then you must either uninstall the device first, or use the -f on the pnputil command to force deletion of the package.
Also you may have driver package loaded on as program that may need removal using control panel/programs/uninstall a program.
If you do all that before loading the correct driver package and try to keep the Com device inserted in the same port rather than moving it around your ports you will have fewer problems with the Prolific driver.
add a comment |
Resolving USB driver issues
Method Using Elevated Command Prompt
ie type cmd in search bar then right click cmd.exe selecting Run as Administrator
• 1st stage As discussed from command prompt type;
set devmgr_show_non_present_devices=1
devmgmt.msc
Under Ports (Com & LPT) delete all instances of prolific USB to Serial Comm Port
• 2nd Stage Again from Elevated Command Prompt - Remove Driver Packages from drivers store.
The driver store is a protected area of the computer that contains device driver packages that have been approved for installation on the computer
You need to Identify OEM#.inf where # is a number so type
pnputil.exe -e (then enter)
Read the entries in the output to find the description of your package(s) and its file name(s)
Its highly likely you will have multiple entries from previous attempts.
Note all oem###.inf instances of the prolific driver where # (hash) is the number.
To remove entries type:
pnputil.exe -d oem###.inf
(use space between exe & - and d & Oem then press enter)
Remember to replace # with the number of the inf file you want to delete.
If the computer reports that the driver package is in use by a currently installed device, then you must either uninstall the device first, or use the -f on the pnputil command to force deletion of the package.
Also you may have driver package loaded on as program that may need removal using control panel/programs/uninstall a program.
If you do all that before loading the correct driver package and try to keep the Com device inserted in the same port rather than moving it around your ports you will have fewer problems with the Prolific driver.
Resolving USB driver issues
Method Using Elevated Command Prompt
ie type cmd in search bar then right click cmd.exe selecting Run as Administrator
• 1st stage As discussed from command prompt type;
set devmgr_show_non_present_devices=1
devmgmt.msc
Under Ports (Com & LPT) delete all instances of prolific USB to Serial Comm Port
• 2nd Stage Again from Elevated Command Prompt - Remove Driver Packages from drivers store.
The driver store is a protected area of the computer that contains device driver packages that have been approved for installation on the computer
You need to Identify OEM#.inf where # is a number so type
pnputil.exe -e (then enter)
Read the entries in the output to find the description of your package(s) and its file name(s)
Its highly likely you will have multiple entries from previous attempts.
Note all oem###.inf instances of the prolific driver where # (hash) is the number.
To remove entries type:
pnputil.exe -d oem###.inf
(use space between exe & - and d & Oem then press enter)
Remember to replace # with the number of the inf file you want to delete.
If the computer reports that the driver package is in use by a currently installed device, then you must either uninstall the device first, or use the -f on the pnputil command to force deletion of the package.
Also you may have driver package loaded on as program that may need removal using control panel/programs/uninstall a program.
If you do all that before loading the correct driver package and try to keep the Com device inserted in the same port rather than moving it around your ports you will have fewer problems with the Prolific driver.
answered Apr 10 '12 at 15:05
AntonyAntony
981912
981912
add a comment |
add a comment |
I have a simple solution that worked for me... my count was up to 45 com ports in use!
1) Open Device Manager
2) From the View menu, select 'Show Hidden Devices'
3) Expand 'Ports (COM & LPT)' category from the list
4) Right-click on all the devices and remove them (no need to tick to delete the driver)
5) From the Action menu, select 'Scan for New Devices'
6) Viola! All the actual devices will be re-allocated from COM1
voila not viola
– Jason S
Jun 9 '16 at 20:51
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 16:02
add a comment |
I have a simple solution that worked for me... my count was up to 45 com ports in use!
1) Open Device Manager
2) From the View menu, select 'Show Hidden Devices'
3) Expand 'Ports (COM & LPT)' category from the list
4) Right-click on all the devices and remove them (no need to tick to delete the driver)
5) From the Action menu, select 'Scan for New Devices'
6) Viola! All the actual devices will be re-allocated from COM1
voila not viola
– Jason S
Jun 9 '16 at 20:51
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 16:02
add a comment |
I have a simple solution that worked for me... my count was up to 45 com ports in use!
1) Open Device Manager
2) From the View menu, select 'Show Hidden Devices'
3) Expand 'Ports (COM & LPT)' category from the list
4) Right-click on all the devices and remove them (no need to tick to delete the driver)
5) From the Action menu, select 'Scan for New Devices'
6) Viola! All the actual devices will be re-allocated from COM1
I have a simple solution that worked for me... my count was up to 45 com ports in use!
1) Open Device Manager
2) From the View menu, select 'Show Hidden Devices'
3) Expand 'Ports (COM & LPT)' category from the list
4) Right-click on all the devices and remove them (no need to tick to delete the driver)
5) From the Action menu, select 'Scan for New Devices'
6) Viola! All the actual devices will be re-allocated from COM1
answered Nov 8 '15 at 5:28
Paul PritsisPaul Pritsis
91
91
voila not viola
– Jason S
Jun 9 '16 at 20:51
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 16:02
add a comment |
voila not viola
– Jason S
Jun 9 '16 at 20:51
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 16:02
voila not viola
– Jason S
Jun 9 '16 at 20:51
voila not viola
– Jason S
Jun 9 '16 at 20:51
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 16:02
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 16:02
add a comment |
These did not work for me. But official Microsoft help page worked for me.
From https://support.microsoft.com/en-us/kb/222018
- In the Printers folder, click Server Properties on the File menu.
- Click the Ports tab, click the port you want to remove, click Delete Port, and then click OK.
1
Does this actually work for serial ports, on Windows 7? Also, you're supposed to summarize the link contents in your answer, instead of just providing the link, in case link rot happens.
– AndrejaKo
Jun 14 '16 at 13:15
add a comment |
These did not work for me. But official Microsoft help page worked for me.
From https://support.microsoft.com/en-us/kb/222018
- In the Printers folder, click Server Properties on the File menu.
- Click the Ports tab, click the port you want to remove, click Delete Port, and then click OK.
1
Does this actually work for serial ports, on Windows 7? Also, you're supposed to summarize the link contents in your answer, instead of just providing the link, in case link rot happens.
– AndrejaKo
Jun 14 '16 at 13:15
add a comment |
These did not work for me. But official Microsoft help page worked for me.
From https://support.microsoft.com/en-us/kb/222018
- In the Printers folder, click Server Properties on the File menu.
- Click the Ports tab, click the port you want to remove, click Delete Port, and then click OK.
These did not work for me. But official Microsoft help page worked for me.
From https://support.microsoft.com/en-us/kb/222018
- In the Printers folder, click Server Properties on the File menu.
- Click the Ports tab, click the port you want to remove, click Delete Port, and then click OK.
edited Jun 15 '16 at 10:17
answered Jun 14 '16 at 7:56
Nasif Md. TanjimNasif Md. Tanjim
12628
12628
1
Does this actually work for serial ports, on Windows 7? Also, you're supposed to summarize the link contents in your answer, instead of just providing the link, in case link rot happens.
– AndrejaKo
Jun 14 '16 at 13:15
add a comment |
1
Does this actually work for serial ports, on Windows 7? Also, you're supposed to summarize the link contents in your answer, instead of just providing the link, in case link rot happens.
– AndrejaKo
Jun 14 '16 at 13:15
1
1
Does this actually work for serial ports, on Windows 7? Also, you're supposed to summarize the link contents in your answer, instead of just providing the link, in case link rot happens.
– AndrejaKo
Jun 14 '16 at 13:15
Does this actually work for serial ports, on Windows 7? Also, you're supposed to summarize the link contents in your answer, instead of just providing the link, in case link rot happens.
– AndrejaKo
Jun 14 '16 at 13:15
add a comment |
I found that this tool works excellently for this issue.
Device Remover
https://www.majorgeeks.com/files/details/device_remover_543c.html
Just load it up, click on "Display Mode", "Show only hidden/detached devices", Check "Ports" (which selects all the unused com ports), then click "Remove all checked", and confirm the removal when the warning appears.
Cheers!
~Andrew
EmpoweringSolutions.net
add a comment |
I found that this tool works excellently for this issue.
Device Remover
https://www.majorgeeks.com/files/details/device_remover_543c.html
Just load it up, click on "Display Mode", "Show only hidden/detached devices", Check "Ports" (which selects all the unused com ports), then click "Remove all checked", and confirm the removal when the warning appears.
Cheers!
~Andrew
EmpoweringSolutions.net
add a comment |
I found that this tool works excellently for this issue.
Device Remover
https://www.majorgeeks.com/files/details/device_remover_543c.html
Just load it up, click on "Display Mode", "Show only hidden/detached devices", Check "Ports" (which selects all the unused com ports), then click "Remove all checked", and confirm the removal when the warning appears.
Cheers!
~Andrew
EmpoweringSolutions.net
I found that this tool works excellently for this issue.
Device Remover
https://www.majorgeeks.com/files/details/device_remover_543c.html
Just load it up, click on "Display Mode", "Show only hidden/detached devices", Check "Ports" (which selects all the unused com ports), then click "Remove all checked", and confirm the removal when the warning appears.
Cheers!
~Andrew
EmpoweringSolutions.net
answered Aug 22 '18 at 18:41
EmpoweringSolutions.netEmpoweringSolutions.net
1
1
add a comment |
add a comment |
(For those who came from google)
If previos answer doesn't work and has installed windows mobile 6 SDK. It may be problem with XPVCOM.SYS (this driver reserved 14 COM ports) To uninstall in console
CD Program FilesWindows Mobile 6 SDKToolsCellular Emulator
InstallXPVCom.exe UnInstall
then reboot.
add a comment |
(For those who came from google)
If previos answer doesn't work and has installed windows mobile 6 SDK. It may be problem with XPVCOM.SYS (this driver reserved 14 COM ports) To uninstall in console
CD Program FilesWindows Mobile 6 SDKToolsCellular Emulator
InstallXPVCom.exe UnInstall
then reboot.
add a comment |
(For those who came from google)
If previos answer doesn't work and has installed windows mobile 6 SDK. It may be problem with XPVCOM.SYS (this driver reserved 14 COM ports) To uninstall in console
CD Program FilesWindows Mobile 6 SDKToolsCellular Emulator
InstallXPVCom.exe UnInstall
then reboot.
(For those who came from google)
If previos answer doesn't work and has installed windows mobile 6 SDK. It may be problem with XPVCOM.SYS (this driver reserved 14 COM ports) To uninstall in console
CD Program FilesWindows Mobile 6 SDKToolsCellular Emulator
InstallXPVCom.exe UnInstall
then reboot.
answered Nov 11 '16 at 7:37
ZtareKQFZtareKQF
1
1
add a comment |
add a comment |
For those who do not want to use the CMD line interface I use this in Windows 7.
- Open Control Panel
- Select "SYSTEM" from the menu
- Select "ADVANCED SYSTEM SETTINGS" on the left
- Select "ENVIRONMENT VARIABLES" on the bottom right of the box
- Look for "DEVMGR_SHOW_NONPRESENT_DEVICES" in the System Variables
list. If it is not there create it and assign it a variable value of
- Back out with OK, OK, OK. You are now back in the Control panel screen.
- Select "Device Manager" and go to "View"
- Select "Show Hidden Devices" and all hidden devices including the
Comm ports will be shown greyed out or Ghosted. - Select the ones you want to remove, right click and select
"Uninstall"
3
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 15:53
add a comment |
For those who do not want to use the CMD line interface I use this in Windows 7.
- Open Control Panel
- Select "SYSTEM" from the menu
- Select "ADVANCED SYSTEM SETTINGS" on the left
- Select "ENVIRONMENT VARIABLES" on the bottom right of the box
- Look for "DEVMGR_SHOW_NONPRESENT_DEVICES" in the System Variables
list. If it is not there create it and assign it a variable value of
- Back out with OK, OK, OK. You are now back in the Control panel screen.
- Select "Device Manager" and go to "View"
- Select "Show Hidden Devices" and all hidden devices including the
Comm ports will be shown greyed out or Ghosted. - Select the ones you want to remove, right click and select
"Uninstall"
3
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 15:53
add a comment |
For those who do not want to use the CMD line interface I use this in Windows 7.
- Open Control Panel
- Select "SYSTEM" from the menu
- Select "ADVANCED SYSTEM SETTINGS" on the left
- Select "ENVIRONMENT VARIABLES" on the bottom right of the box
- Look for "DEVMGR_SHOW_NONPRESENT_DEVICES" in the System Variables
list. If it is not there create it and assign it a variable value of
- Back out with OK, OK, OK. You are now back in the Control panel screen.
- Select "Device Manager" and go to "View"
- Select "Show Hidden Devices" and all hidden devices including the
Comm ports will be shown greyed out or Ghosted. - Select the ones you want to remove, right click and select
"Uninstall"
For those who do not want to use the CMD line interface I use this in Windows 7.
- Open Control Panel
- Select "SYSTEM" from the menu
- Select "ADVANCED SYSTEM SETTINGS" on the left
- Select "ENVIRONMENT VARIABLES" on the bottom right of the box
- Look for "DEVMGR_SHOW_NONPRESENT_DEVICES" in the System Variables
list. If it is not there create it and assign it a variable value of
- Back out with OK, OK, OK. You are now back in the Control panel screen.
- Select "Device Manager" and go to "View"
- Select "Show Hidden Devices" and all hidden devices including the
Comm ports will be shown greyed out or Ghosted. - Select the ones you want to remove, right click and select
"Uninstall"
edited Apr 3 '18 at 16:18
PeterH
3,44332246
3,44332246
answered Apr 3 '18 at 15:17
Gary Karli - Com TechGary Karli - Com Tech
1
1
3
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 15:53
add a comment |
3
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 15:53
3
3
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 15:53
This has already been proposed in an existing upvoted answer.
– guest-vm
Apr 3 '18 at 15:53
add a comment |
protected by Community♦ Dec 11 '18 at 9:14
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?