批量删除windows隐藏的com口
摘要:# cleanup_coms.ps1 $env:DEVMGR_SHOW_NONPRESENT_DEVICES=1 $ghostComDevices = Get-PnpDevice | Where-Object { $_.Class -eq 'Ports' -and $_.Status -eq 'Un
阅读全文
posted @ 2025-01-26 20:37
posted @ 2025-01-26 20:37
感谢!
Powered by:
博客园
Copyright © 2025 QZLin
Powered by .NET 9.0 on Kubernetes