Beep from Acer laptop charger being connected
Beep from Acer laptop charger being connected
Beep from Acer laptop charger being connected
The charging beep on Acer laptops can be annoying, but you can disable it in a few ways:
Method 1: Disable Beep in BIOS
- Restart your laptop and enter the BIOS/UEFI.
- Press F2 (or Del) repeatedly while booting up.
- Look for an option related to Charger Beep, Battery Warning Sound, or similar.
- Disable it and save changes (F10 to save and exit).
- Reboot and check if the beep is gone.
Method 2: Disable Beep via Device Manager
- Press Win + X and select Device Manager.
- Expand System Devices.
- Find System Speaker or Beep.
- Right-click and select Disable.
Method 3: Disable Beep via Registry Editor
- Press Win + R, type regedit, and hit Enter.
- Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Beep - Double-click Start and change the value to 4 (disables beep).
- Restart your laptop.
Method 4: Disable Beep via Command Prompt
- Open Command Prompt as Admin (Win + X → Command Prompt (Admin)).
- Run the following command:
net stop beep - To permanently disable it, run:
sc config beep start= disabled
This post is licensed under CC BY 4.0 by the author.