🔔 Important Update (2026):
The method shown in this video is still valid and continues to work on Windows 11.
That said, we’ve created a new and fully updated version of this tutorial — featuring clearer steps, improved visuals, and the most up-to-date approach.
🎬 Watch the updated video here:
🎥 How to Enable Logoff Sound in Windows 11 (Pro, and Higher Editions) (2026 Update)
👉 [ • How to Enable Logoff Sound in Windows 11 (... ]
---
We will show you how to enable, change, or disable the Logon sound in Windows 11 Pro and Enterprise Editions. (using the Group Policy Editor)
---
⏰Timestamps⏰
00:00 Intro
02:00 Step 1: Create a PowerShell Script File to Play the Logon Sound
05:13 Step 2: Set the Logon Sound in Windows using the GPEdit
07:08 Change the Logon Sound
07:59 Disable Logon Sound
--------------------------------------------
***PowerShell Script (LogoffSound.ps1)**
--------------------------------------------
$player = New-Object System.Media.SoundPlayer 'C:\Windows\Media\LogoffSound.wav'
$player.PlaySync()
--------------------------------------------
Note that Group Policy Editor is not available in the Home edition of Windows.
---
#howto #windows11 #logonsound