安装新显卡后,我收到警告弹出框“您目前正在使用 RemoteFX 3D 视频适配器。我们不再支持此适配器...”。
我试图打开此消息中提供的链接:https: //support.microsoft.com/en-us/help/4570006/update-to-disable-and-remove-the-remotefx-vgpu-component
但它似乎描述了一个应该禁用此功能的 Windows 更新。不是如何手动禁用它。
谷歌搜索产生了两个结果——Remove-VMRemoteFx3dVideoAdapter
这不适用于我的情况——我的机器上运行着 Hyper-V,但我没有虚拟机。此命令适用于 VM。
另一个 - Disable-VMRemoteFXPhysicalVideoAdapter
- 它需要名称。所以我先跑了:
PS C:\Windows\system32> Get-VMRemoteFXPhysicalVideoAdapter
WARNING: We no longer support the RemoteFX 3D video adapter. If you are still using this adapter, you may become
vulnerable to security risks. Learn more (https://go.microsoft.com/fwlink/?linkid=2131976)
Id : pci#ven_10de&dev_1d01&subsys_375d1458&rev_a1#4&2ae1b128&0&0019
Name : NVIDIA GeForce GT 1030
GPUID : 4318_7425_928846936_161
TotalVideoMemory : 36392450048
AvailableVideoMemory : 36392450048
DedicatedSystemMemory : 0
DedicatedVideoMemory : 2078662656
SharedSystemMemory : 34313787392
Enabled : False
CompatibleForVirtualization : True
DirectXVersion : 12.1
PixelShaderVersion : 5.0
DriverProvider : NVIDIA
DriverDate : 2019-07-24 02:00:00Z
DriverInstalledDate : 2019-07-24 02:00:00Z
DriverVersion : 26.21.14.3200
DriverModelVersion : 2.6
CimSession : CimSession: .
ComputerName : xxxxx
IsDeleted : False
然后:
PS C:\Windows\system32> Disable-VMRemoteFXPhysicalVideoAdapter -Name "NVIDIA GeForce GT 1030"
WARNING: We no longer support the RemoteFX 3D video adapter. If you are still using this adapter, you may become
vulnerable to security risks. Learn more (https://go.microsoft.com/fwlink/?linkid=2131976)
我的操作系统是 W10 v 2004 build 19041.572,Windows Update 显示一切都是最新的..
如何确保此“RemoteFX 3D”已安全禁用?
我也一直收到那个弹出窗口。我没有运行任何 VM,但我确实运行了 WSL2,它在 Hyper-V 之上运行(加上使用 WSL2 的 Docker,我不知道这是否在其中起作用)。
这是我所做的:
现在我无法真正检查这是否有效,因为弹出窗口很少出现,但它确实显示为禁用:
阅读@Mickael 的回答后,这对我有用(在 Admin Powershell 提示符下):
我刚刚有了这方面的第一次体验:Microsoft 链接有一个花絮 - 似乎 MS 最终将在 2021 年 3 月从 Windows 中删除适配器,而且似乎禁用是我们目前能做的最好的事情。但是我还在寻找手动删除的方法。
https://support.microsoft.com/en-us/topic/update-to-disable-and-remove-the-remotefx-vgpu-component-in-windows-bbdf1531-7188-2bf4-0de6-641de79f09d2
与此同时,我发现 PS 中的这个衬里似乎禁用了该功能: