我想问一下,hfss的progid一直找不到是什么情况,官网下载的ansys都找不到
运行一下这个查询的代码Get-ChildItem HKLM:\Software\Classes -ErrorAction SilentlyContinue | Where-Object {$_.PSChildName -match '^\w+\.\w+$' -and (Test-Path -Path "$($_.PSPath)\CLSID")} | Select-Object -ExpandProperty PSChildName |Out-File -FilePath (自定义一个文件夹)\output.txt。如果没有的话可能需要重新安装了
我想问一下,hfss的progid一直找不到是什么情况,官网下载的ansys都找不到
运行一下这个查询的代码Get-ChildItem HKLM:\Software\Classes -ErrorAction SilentlyContinue | Where-Object {$_.PSChildName -match '^\w+\.\w+$' -and (Test-Path -Path "$($_.PSPath)\CLSID")} | Select-Object -ExpandProperty PSChildName |Out-File -FilePath (自定义一个文件夹)\output.txt。如果没有的话可能需要重新安装了