Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| 2024-02-22 14:00:44 | ![]() 10,625 Views |
*Timestamps*
00:00 Intro (Disable The Default Startup Sound)
01:27 Step 1: Create a PowerShell Script File To Play The Startup Sound
03:30 Step 2: Create a Batch (.BAT) File To Play The Startup Sound
04:50 Step 3: Copy a Shortcut From The Batch File To The User’s Startup Folder
06:19 Tips: Change or Disable the Startup Sound
===========
*Code:*
https://pastebin.com/H01L0f0r
===========
*Step 1: PowerShell Script Code*
powershell.exe -c (New-Object Media.SoundPlayer ‘C://Media//StartupSound.wav’).PlaySync();
==============================
*Step 2: Batch (.BAT) File Code*
PowerShell -Command /”Set-ExecutionPolicy Unrestricted/”
PowerShell /”C://Media//StartupSound.ps1/”
==============================
*Step 3: The address of the user’s startup folder*
%AppData%//Microsoft//Windows//Start Menu//Programs//Startup//
===========
===========
===========
The startup sound remains to be included on Windows 11.
By default, you can not change the startup sound to the desired sound and you can only enable or disable it.
In another tutorial linked below, we showed you how to change the startup sound in Windows 11 Pro and Enterprise Editions using the Group Policy Editor.
How to Change Startup Sound in Windows 11 Pro, Enterprise Editions (Using GPEdit)
https://youtu.be/oXZTZHeCmZc
However, due to the lack of the Group Policy editor in the Home edition of Windows 11, it is not possible to use it.
In this tutorial, we will not use the Group Policy Editor.
For better understanding, we’ll enable the filename extensions.
The sound file used in this tutorial must be in .WAV format. You can use free online converters to convert mp3 to wave.
It’s also recommended that the default startup sound be turned off.
To disable the default Startup sound, select the Start Menu.
Type change system sounds and then select it from the search result.
Uncheck the box next to Play Windows Startup Sound.
Select Apply and OK.
Relate Tutorial:
How To Enable and Change Shutdown Sound in Windows 11 Home, Pro, Enterprise Editions
https://youtu.be/HvYk_-WSgYY
#howto #windows11 #startupsound
Please take the opportunity to connect and share this video with your friends and family if you find it useful.