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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top