Windows cannot display the volume control on the taskbar

loup garou

Lifer
Feb 17, 2000
35,132
1
81
This has happened to one of my users before.

You need to expand the volume control application from the I386 directory of your windows CD into your system32 directory.

cd i386
expand -r sndvol32.ex_ c:\windows\system32

That should do it.
 

n7

Elite Member
Jan 4, 2004
21,281
4
81
Thanx.

I am bit n00bish though apparently.

How do i do what you just explained?


I just tried putting
expand -r sndvol32.ex_ c:\windows\system32 into the run dialog, & it did something fast (in a cmd window), but it didn't fix the issue.
 

loup garou

Lifer
Feb 17, 2000
35,132
1
81
Originally posted by: n7
Thanx.

I am bit n00bish though apparently.

How do i do what you just explained?


I just tried putting
expand -r sndvol32.ex_ c:\windows\system32 into the run dialog, & it did something fast (in a cmd window), but it didn't fix the issue.

Insert winxp cd.
Go to run, type in cmd.
At command prompt, type: cd /d d:\i386 (d: = cdrom drive)
Type expand -r sndvol32.ex_ c:\windows\system32