- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the latest versions of Intel Network Adapters driver, I'm missing Prosetcl.exe which I use to change the link speed / duplex. Why is this no longer available in the latest releases? Last I saw was 20.4.1. What is the replacement command?
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi okhan,
Thank you for posting your query in Wired Ethernet Community.
The Prosetcl.exe function has been replaced by the Intel Netcmdlets for Microsoft* Windows PowerShell*
For speed / duplex, you can check out the Powershell* command below:
Set-intelnetadaptersetting -name "name of intel network adapter" -registrykeyword "*SpeedDuplex" -registryValue "number"
registryValue "0" = Autonegotiation
registryValue "1" = 10Mbps half duplex
registryValue "2" = 10Mbps full duplex
registryValue "3" = 100Mbps half duplex
registryValue "4" = 100Mbps full duplex
the value in -name can be displayed with the command
get-intelnetadapter
Please let us know if you have additional assistance needed.
regards,
Vince
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi okhan,
Thank you for posting your query in Wired Ethernet Community.
The Prosetcl.exe function has been replaced by the Intel Netcmdlets for Microsoft* Windows PowerShell*
For speed / duplex, you can check out the Powershell* command below:
Set-intelnetadaptersetting -name "name of intel network adapter" -registrykeyword "*SpeedDuplex" -registryValue "number"
registryValue "0" = Autonegotiation
registryValue "1" = 10Mbps half duplex
registryValue "2" = 10Mbps full duplex
registryValue "3" = 100Mbps half duplex
registryValue "4" = 100Mbps full duplex
the value in -name can be displayed with the command
get-intelnetadapter
Please let us know if you have additional assistance needed.
regards,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi okhan,
We'd like to check if you still have other assistance needed.
regards,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Vince,
That answers my question and solves our issue.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi okhan, glad to know it works, in case you have Intel(R) Network adapter question in the future, please submit a new thread and we'll be more than willing to assist you.
regards,
Vince
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page