interface not registered

  • Thread starter Thread starter graham
  • Start date Start date
G

graham

I have used the command:-
Regsvr32.exe%Windir%\System32\ole32.dll

Recive the msg:- windows cannot access the specified device,path, or file.

This problem has occured after microsoft windows automatic update.
 
I have used the command:-
Regsvr32.exe%Windir%\System32\ole32.dll

Recive the msg:- windows cannot access the specified device,path, or file.

That's because you neglected the space between ".exe" and "%". You should
be able to use

regsvr32.exe ole32.dll
 
Back
Top