We will show you how to change, enable, or disable the Shutdown sound in Windows 10 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.
#howto #windows10 #shutdownsound