We will show you how to enable, change, or disable the Logoff sound in Windows 11 Pro and Enterprise Editions. (using the Group Policy Editor)
⏰Timestamps⏰
00:00 Intro
01:59 Step 1: Create a PowerShell Script File to Play the Logoff Sound
05:12 Step 2: Set the Logoff Sound in Windows using the GPEdit
07:08 Change the Logoff Sound
07:59 Disable Logoff Sound
PowerShell Script Code:
powershell.exe -c (New-Object Media.SoundPlayer ‘C:\Windows\Media\LogoffSound.wav’).PlaySync();
Note that Group Policy Editor is not available in the Home edition of Windows.
#howto #windows11 #logoffsound