'No class registered', 'No interface supported'
Go to solution
Solved by Tsuki,
Run command promt as admin and type
FOR /R C:\ %G IN (*.dll) DO "%systemroot%\system32\regsvr32.exe" /s "%G"
and press <Enter>.
itll take some time, and slow shit down while it runs, some runtime errors will probably pop up, feel free to close them.
when its done, restart your computer.
what it does, is reregister the DLL files for explorer, should fix it.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now