Recovering lost sound in Windows 3.1x
Issue
Recovering lost sound in Windows 3.1x
Cause
Corrupt or missing drivers.
Solution
Exit to MS-DOS prompt. At the C:\> type the below commands.
cd\windows
md chbackup
copy system.--- chbackup
copy win.--- chbackup
ren system.ini system.ch
ren win.ini system.ch
ren win.--- win.ini
ren system.--- system.ini
The above steps will recover the original backup of the system.ini and the win.ini, which are often system.--- and win.---. If you are able to successfully complete the above instructions, reboot your computer and see if your sound is back. If you are unable to copy the system.--- or win.--- at c:\windows:
dir system.*
This will give you a listing of all files beginning with system. See if system.000, .001, .bak, or .bac is available. Locate the oldest backup and replace --- with the name of the backup, which is located on your computer. You will also need to locate the backup of the win.* file.
