How to change Windows 11 startup music? In Windows 11, default music plays when you turn on your computer. If you want to personalize it and use your favorite tracks, here's how you can change it. PHP editor Xinyi will guide you step by step through the entire process to ensure that you can easily change the boot music and add a touch of personalization to every boot.
Win11 startup music modification tutorial
1. First, we save the file we want to set as startup music to the C:WindowsMedia location. (The music file needs to be in wav format)
2. Then we create a new text box and enter (New-Object Media.SoundPlayer C: WindowsMedia music name).PlaySync();.
3. Then save the file and name it 2.ps1.
4. Then we enter the personalization settings and click to enter the theme on the right.
5. Find the sound in the topic and click to enter.
6. Then uncheck Play Windows startup sound and click Apply.
7. Then we use the win+r shortcut key to open Run, enter gpedit.msc and press Enter to confirm.
8. Then find the script (startup/shutdown) in the group policy and double-click to open the startup on the right.
9. Finally, click the powershell script option above, then select Add below, and then browse to put our 2.ps1 script in.
The above is the detailed content of Win11 boot music modification tutorial. For more information, please follow other related articles on the PHP Chinese website!