How to Change Shutdown Sound in Windows 11 Pro, Enterprise Editions

Опубликовано: 04 Октябрь 2024
на канале: CNATT
11,150
163

We will show you how to change, enable, or disable the Shutdown sound in Windows 11 Pro and Enterprise Editions. (using the Group Policy Editor)


⏰Timestamps⏰

00:00 Intro
01:58 Step 1: Create a PowerShell Script File to Play the Shutdown Sound
05:10 Step 2: Set the Shutdown Sound in Windows using the GPEdit
07:10 Change the Shutdown Sound
08:00 Disable the Shutdown Sound


PowerShell Script Code:
powershell.exe -c (New-Object Media.SoundPlayer ‘C:\Windows\Media\ShutdownSound.wav’).PlaySync();


Note that Group Policy Editor is not available in the Home edition of Windows.


If you are using the Home Edition of Windows 11, see the tutorial below:
How To Enable and Change Shutdown Sound in Windows 11 Home, Pro, Enterprise Editions
   • How To Enable and Change Shutdown Sou...  


#howto #windows11 #shutdownsound