Virtual Adapter problem due to WMI error from windows 10 Update

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Virtual Adapter problem due to WMI error from windows 10 Update

L0 Member

GP client having issue with virtual adapter due to a windows upgrade can be fixed by running the following commands as an administrator via the cmd prompt. 

 

cd c:\windows\system32\wbem
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
regsvr32 cimwin32.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %s in ('dir /b /s *.dll') do regsvr32 /s %s
for /f %s in ('dir /b *.mof') do mofcomp %s
for /f %s in ('dir /b *.mfl') do mofcomp %s
regsvr32 wmisvc.dll
wmiprvse /regserver
exit

 

2 REPLIES 2

Cyber Elite
Cyber Elite

what is the issue exactly ? what does this sequence of commands do ?

Tom Piens
PANgurus - Strata specialist; config reviews, policy optimization

We ran into issues with a number of window users where the virtual host adapter would not work trying to connect to the GP gateway. We found after a certain windows update, it was breaking the GP client because of the MSI services. These commands will fix it and GP client will work again. 

  • 1509 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!