No drama, it's not a issue, it's a wmi corruption, but I didn't know where to post it
It's already over, but I got crazy trying to resolve an annoying error "Invalid Class" after splash screen.
I've had installed a lot of dot net libraries, 32/64/desktop/server versions.. and I was near to lose hope
The solution is here
And if you don't want to click, follow this steps:
Procedure to potentially fix WMI corruption:
Close all Apps run cmd as admin
Disable and stop the WMI service
sc config winmgmt start= disabled
net stop winmgmt
No drama, it's not a issue, it's a wmi corruption, but I didn't know where to post it It's already over, but I got crazy trying to resolve an annoying error "Invalid Class" after splash screen. I've had installed a lot of dot net libraries, 32/64/desktop/server versions.. and I was near to lose hope The solution is here And if you don't want to click, follow this steps: Procedure to potentially fix WMI corruption:
Close all Apps run cmd as admin
Disable and stop the WMI service
sc config winmgmt start= disabled net stop winmgmt
Winmgmt /salvagerepository C:\WINDOWS\System32\wbem Winmgmt /resetrepository C:\WINDOWS\System32\wbem
sc config winmgmt start= auto
Thank you to all community.