Open notepad and paste this code in it:
Option Explicit
Dim WSHShell, n, MyBox, p, itemtype, Title
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKEY_CURRENT_USER\Control Panel\Sound\"
p = p & "Beep"
itemtype = "REG_SZ"
n= "No"
WSHShell.RegWrite p, n, itemtype
Title = "System Beeps are now Disabled." & vbCR
Title = Title & "You may need to Log off/Log on" & vbCR
MyBox = MsgBox(Title,4096,"Finished")
Save As .vbs file and run!
Source of the script: kellys-korner-xp.com
--
MCSA, MCDST, MCP
Systems Specialist
http://www.wincert.net
"Ste" wrote:
> Hi there,
>
> I've got a Dell Latitude D430 laptop running Windows XP SP2 and Office 2003.
>
> Every time I receive a new email in Outlook, or when a wireless network is
> found, or when I receive a popup window message, I am hearing a system beep
> or alert sound.
>
> It's not the same sound as found in Sounds, this sounds like an onboard
> monotone beep, and muting the sounds has no effect on this.
>
> It's getting quite annoying so I wondered if someone could tell me how to
> turn off this alert please? I'm getting tens of emails a day, coming across
> several wireless networks, and I'd like to turn these little beeps off.
>
> I can't find anything relating to this in the Sounds section of the Control
> Panel either.
>
> Thanks for any help with this.
>
> Ste
>
>
>