interface not registered

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.
 
B

Brian Tillman [MVP - Outlook]

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
 
Top