If you're wondering why the Microsoft team removed the facility to change the startup sound in Windows 7 and 8, it's still there. You just need to know how to find it. Here is a way to change it.

Steps

  1. 1
    Right-click the Sounds icon in the system tray (on the right end of the taskbar).
  2. 2
    Choose the option Sounds.
    Advertisement
  3. 3
    If a check box saying "Play startup sound" is there and checked, then uncheck it.
  4. 4
    Close the dialogue box.
  5. 5
    Open Windows Explorer.
    • Windows 7: Go to "Organize" menu and select "Folder and search options". Then go to the "View" tab and search for the check box saying "Hide extensions for known file types". If checked, uncheck it.
    • Windows 8: Go to "View" menu and select "Folder and search options" (last one). Then go to the "View" tab and search for the check-box saying "Hide extensions for known file types". If checked, uncheck it.
  6. 6
    Close the dialogue box.
  7. 7
    Go to C:\Users\{Username}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" (for Windows 7 and 8).
  8. 8
    Create a text document.
  9. 9
    Open it and paste the code exactly, not even one change (including 'Enter the source....'):strSoundFile = " "     'Enter the source of the startup sound file in the quotesSet objShell = CreateObject("Wscript.Shell")strCommand = "wmplayer /play" & chr(34) & strSoundFile & chr(34)objShell.Run strCommand, 0, True
  10. 10
    Save the file (Ctrl+S) and close Notepad.
  11. 11
    Rename the file as "something" and instead of "txt" in the end, replace it as "vbs" with the dot before "vbs".
  12. 12
    Finished! Next time when you start your computer, the new sound will play.
  13. Advertisement

Things You'll Need

  • A computer running Microsoft® Windows® 7/8

About This Article

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 10 people, some anonymous, worked to edit and improve it over time. This article has been viewed 23,331 times.
How helpful is this?
Co-authors: 10
Updated: March 5, 2017
Views: 23,331
Categories: Windows 7 | Windows 8
Advertisement