• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows cannot display the volume control on the taskbar

  • Thread starter Thread starter n7
  • Start date Start date
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.
 
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.
 
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


 
Back
Top