folder apperance

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

-- In my favourite folder the apperance of the saved items is wrong instead
of the e icon it says it is a unknown file what do i do to change it back
dovelight
 
Assuming you're using Internet Explorer as the default browser, try this.

Click Start, Run and type: REGSVR32 /i SHDOCVW.DLL

Then, open Internet Options from Control Panel.
Click the Programs tab, and click "Reset Web Settings" button once.
Click OK to close the dialog.
 
i tried to do what you said but after putting in what you said in run i got
this message dll istall in shdocvn.dll failed. return code was 0x80070005
 
He got the name right

Is the error if he mistyped the name. As he misspelt install he misspelt the name as well. He can copy messages to the clipboard accurately by pressing Ctrl + C in the message box
---------------------------
RegSvr32
---------------------------
LoadLibrary("shdocvn") failed - The specified module could not be found.
---------------------------
OK
---------------------------

8007 errors are Win 32 error numbers. EG Com error 80070005 = Win 32 error 5

We get the text for error 5 by typing in a command prompt

C:\Program Files\Support Tools>net helpmsg 5
Access is denied.

I did this earlier today, but can't see how Windows can work if shdocvw can't. I tossed up talking about regmon/filemon to find exactly what was denied. But as he copied the message wrong I didn't think he could use these programs.
 
8007 errors are Win 32 error numbers. EG Com error 80070005 = Win 32
New thing learnt today. Thanks David.

I always wondered why there is no documentation on Regsvr32 error codes. I
can hardly find one via MSDN search.

OT:
How is the Ashes series going? I have no access to that sports channel.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"David Candy" <.> wrote in message
He got the name right

Is the error if he mistyped the name. As he misspelt install he misspelt the
name as well. He can copy messages to the clipboard accurately by pressing
Ctrl + C in the message box
---------------------------
RegSvr32
---------------------------
LoadLibrary("shdocvn") failed - The specified module could not be found.
---------------------------
OK
---------------------------

8007 errors are Win 32 error numbers. EG Com error 80070005 = Win 32 error 5

We get the text for error 5 by typing in a command prompt

C:\Program Files\Support Tools>net helpmsg 5
Access is denied.

I did this earlier today, but can't see how Windows can work if shdocvw
can't. I tossed up talking about regmon/filemon to find exactly what was
denied. But as he copied the message wrong I didn't think he could use these
programs.
 
We lost. England won.Shane Warne was #10 run scorer in series. 4 of the 5 games Australia came close to winning (and did win 1) with one match that Australia was batting last Shane (and the other bowlers) had to get well over 100. They fell short by 2 runs.
 
8007nnnn are the only universal codes. All others are component specific.
 
Then it's a huge Record break by England.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"David Candy" <.> wrote in message
We lost. England won.Shane Warne was #10 run scorer in series. 4 of the 5
games Australia came close to winning (and did win 1) with one match that
Australia was batting last Shane (and the other bowlers) had to get well
over 100. They fell short by 2 runs.
 
Because this error is usually seen when non admins type this.

Try rebooting and logging on as another admin (try the inbuilt administrator account).

The alternative is to wade through thousands of lines of a log looking for what you properly don't have access to.
 

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

Similar Threads

What does "msxml.msi" do? 1
Contrast - red bar - 100 4
Desktop folders 2
Screen Resolution 1
Button apperance 1
Brightness in a fullscreen Program 1
updates 1
can't double-click 1

Back
Top