Tired of listening to boot music? Want to get something personalized? How to modify the startup music of Win11 to solve your troubles! The Win11 system comes with a default startup music when it boots up. In order to meet personalized needs, modifying the startup music has become a request of many friends. PHP editor Yuzai has brought you a detailed tutorial on how to modify the boot music in Win11, teaching you step by step how to make your boot experience more exclusive.
Modification method:
First, you need to save the file you want to set as startup music to the "C: WindowsMedia" folder. Note: The music file needs to be in wav format.
2. Then create a new text document and enter "(New-Object Media.SoundPlayer "C: WindowsMedia Music Name").PlaySync();".
3. Then save it and name it "2.ps1".
4. Then press "win+i" to enter the "Settings" interface, click the "Personalization" option, and then click "Theme" on the right options.
5. Find and click "Sound".
6. Then find "Play Windows startup sound", uncheck it, and then click the "Apply" button in the lower right corner.
7. "Win+R" shortcut key to start running, enter "gpedit.msc" and press Enter to open.
8. After entering the Group Policy Editor interface, click "Computer Configuration - Windows Settings - Scripts (Startup/Shutdown)" in the left column. Then click the "Start" option on the right.
9. In the window that opens, switch to the "PowerShell Script" tab in the upper part, and then click the "Add" button in the lower part.
10. Finally, click "Browse" and select the newly created "2.ps1" script.
The above is the detailed content of How to modify the boot music in Win11. For more information, please follow other related articles on the PHP Chinese website!