Posted November 6, 200618 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")
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.