ILLUSTRATOR识别不到GPU
To fix it run create the following script by saving all the below text in notepad. Save it as something like fix.bat then save it in C:windowssystem32wbem. Open command prompt as administrator then type cd C:windowssystem32wbem and hit enter. Now type fix.bat and let the script run. It might take a few minutes to register all the components. Once it's done restart the computer and it should work now.
@echo off
sc config winmgmt start= disabled
net stop winmgmt /y
%systemdrive%
cd %windir%system32wbem
for /f %%s in ('dir /b *.dll') do regsvr32 /s %%swmiprvse /regserver
winmgmt /regserver
sc config winmgmt start= auto
net start winmgmt
for /f %%s in ('dir /s /b *.mof *.mfl') do mofcomp %%s