bitons
Results
4
comments of
bitons
俺也一样,这个插件关闭才能导出
1,3
> 对于那些仍然遇到问题的人,您能否打开一个PowerShell,运行它并将输出粘贴到这里? > > ```powershell > $progId = $(Get-ItemProperty -Path Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice -Name ProgId).ProgId > $command = $(Get-ItemProperty -Path Registry::HKEY_CLASSES_ROOT\$progId\shell\open\command).'(default)' > Write-Host $progId > Write-Host $command > ``` > > 这将查询...