Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Configure Media and multimedia settings for Play music and other soundsContent of Configure Media and multimedia settings for Play music and other sounds.vbsMD5 Hash: D1438FE2A7594D795C2A0463037E63AE |
||
HKEY_CURRENT_USER = &H80000001
strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\Microsoft\Internet Explorer\Main" objReg.CreateKey HKEY_CURRENT_USER, strKeyPath ValueName = "Play_Background_Sounds" strValue = "yes" objReg.SetStringValue HKEY_CURRENT_USER, strKeyPath, ValueName, strValue | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |