NIM Posted September 6, 2007 Posted September 6, 2007 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") waleder 1 Quote
foxxx428 Posted November 29, 2007 Posted November 29, 2007 You mean the beep? Here's another way. Open your box and disconnect the wire that says speaker. Quote
NIM Posted November 29, 2007 Author Posted November 29, 2007 You mean the beep? Here's another way. Open your box and disconnect the wire that says speaker. LOL... :icon_cool: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.