How to install "devcon" into the windows 8?

  • Thread starter Thread starter Nate Duong
  • Start date Start date
  • Tags Tags
    install Windows
Click For Summary
SUMMARY

The installation of "devcon" on Windows 8 is problematic, as users report receiving the error message "This app can not run on your PC." This issue arises because "devcon" is primarily compatible with Windows 7, leading to difficulties in enabling or disabling USB ports on Windows 8. Users seeking to manage USB ports effectively should consider alternative methods or tools that are compatible with Windows 8.

PREREQUISITES
  • Understanding of command line operations in Windows
  • Familiarity with USB device management
  • Knowledge of Windows 8 system architecture
  • Basic scripting skills for batch files
NEXT STEPS
  • Research alternative tools for USB port management on Windows 8
  • Learn about PowerShell commands for enabling and disabling USB ports
  • Explore Windows Device Manager functionalities
  • Investigate compatibility issues of "devcon" with different Windows versions
USEFUL FOR

This discussion is beneficial for system administrators, IT professionals, and users looking to manage USB ports on Windows 8 effectively.

Nate Duong
Messages
125
Reaction score
4
Dear Group,

I am trying to install devcon into the windows 8,

when I follow the instruction, everything looks fine, but when I type devcon on the command window, it shows the message "This app can not run on your PC"

I do not know what is going on, and tried to search for more information, people says "devcon" just work for windows 7 not for 8,

You know the devcon function will help to enable/disable USB port. So I am still trying.

If anyone have any ideal to fix that problem or better ideal to enable and disable USB port, please help.



Nate Duong.

and here is the code for reference:

######################@echo off
rem disable/enable 5 USB com ports
rem devcon disable USB\VID_16C0*
rem devcon disable "@USB\VID_05E3&PID_0608\6&6A3BB49&0&4"
rem devcon disable "@USB\VID_05E3&PID_0608\5&1DF0FBC&0&3"
rem ping -w 1000 -n 2 1.1.1.1 >nul
rem devcon enable "@USB\VID_05E3&PID_0608\5&1DF0FBC&0&3"
rem devcon enable "@USB\VID_05E3&PID_0608\6&6A3BB49&0&4"
rem devcon enable USB\VID_16C0*
ping -w 1000 -n 2 1.1.1.1 >nul
#############
 
Computer science news on Phys.org

Similar threads

  • · Replies 18 ·
Replies
18
Views
3K
Replies
2
Views
3K
Replies
2
Views
6K
  • · Replies 15 ·
Replies
15
Views
6K
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
6
Views
3K
Replies
23
Views
6K