Solved EXE error. No such interface supported.

ygp

New member
Local time
6:54 PM
Messages
8
hi

I have an error that shows like this http://puu.sh/esYSX/fd0a657b74.jpg
the error happens when I right click from desktop, and click Personalize or Screen Resolution.

I have tried sfc /scannow but the error still occurs. However, i can access Personalization from Control Panel.
I have tried malware scan


Please help!!


FIXED:
1. Click Start . In the Search box, type CMD . At the top of the window, right-click the cmd icon and choose Run as Administrator .

2. At the prompt, type in FOR /R C:\ %G IN (*.dll) DO "%systemroot%\system32\regsvr32.exe" /s "%G" and press <Enter>.

This will take several minutes to complete. There will be several C+ Runtime errors that will appear, as well as the system slowing down. Close all boxes that come on the screen except the CMD boxes.
 

My Computer

Computer type
PC/Desktop
OS
Windows 7 64bit
CPU
intel i7-4790k
Motherboard
ASUS Maximus VII Ranger
Memory
Corsair DDR3 8GB
Graphics Card(s)
Nvidia GeForce GTX 970
For anyone hesitating to run the above command, it is a common fix for the issue the OP had.

The command "FOR /R C:\ %G IN (*.dll) DO "%systemroot%\system32\regsvr32.exe" /s "%G"" walks through the whole of C:\, finding all .dll files and parses it to regsvr32.exe. This effectively registers all dll files on the system.

Thanks for returning to share a fix for your problem, Ygp, as it will help others who find this.
 

My Computer

Computer type
PC/Desktop
OS
Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
Back
Top