Hi,
You need to find the section in the registry corresponding to the sound driver.
It should be under here on all computers:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Control\Class\{4D36E96C-E325-11CE-BFC1-08002BE10318}
Then beneath that there should be a load of sequential four digit numbers; each one of these is a multimedia driver. On mine the sound device driver was entry 0005 but it may vary on others. You need the one with value Driver = sthda.sys in it.
Under that one, go to the \Settings\GPIO key.
There should be two binary values with names 00 and 01. Both will be set to value 85. Change 00 so it is set to value 05 instead. Regedit should then look like:
(Default) REG_SZ (value not set)
00 REG_BINARY 05
01 REG_BINARY 85
Finally, go to Device Manager and disable then enable the "Sigmatel High Definition Audio CODEC" driver so that it reads the new configuration in.
You should find that only the headphone/line out socket is enabled now, and sound to the internal speaker is cut.
If anyone else tries this, please let me know if it works on your system!
You need to find the section in the registry corresponding to the sound driver.
It should be under here on all computers:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Control\Class\{4D36E96C-E325-11CE-BFC1-08002BE10318}
Then beneath that there should be a load of sequential four digit numbers; each one of these is a multimedia driver. On mine the sound device driver was entry 0005 but it may vary on others. You need the one with value Driver = sthda.sys in it.
Under that one, go to the \Settings\GPIO key.
There should be two binary values with names 00 and 01. Both will be set to value 85. Change 00 so it is set to value 05 instead. Regedit should then look like:
(Default) REG_SZ (value not set)
00 REG_BINARY 05
01 REG_BINARY 85
Finally, go to Device Manager and disable then enable the "Sigmatel High Definition Audio CODEC" driver so that it reads the new configuration in.
You should find that only the headphone/line out socket is enabled now, and sound to the internal speaker is cut.
If anyone else tries this, please let me know if it works on your system!