Posted September 6, 200717 yr Option ExplicitDim WSHShell, n, MyBox, p, itemtype, TitleSet WSHShell = WScript.CreateObject("WScript.Shell")p = "HKEY_CURRENT_USER\Control Panel\Sound\"p = p & "Beep"itemtype = "REG_SZ"n= "No"WSHShell.RegWrite p, n, itemtypeTitle = "System Beeps are now Disabled." & vbCRTitle = Title & "You may need to Log off/Log on" & vbCRMyBox = MsgBox(Title,4096,"Finished")
November 29, 200717 yr You mean the beep? Here's another way. Open your box and disconnect the wire that says speaker.
November 29, 200717 yr Author You mean the beep? Here's another way. Open your box and disconnect the wire that says speaker. LOL... :icon_cool:
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.