Jump to content

Disable Startup/Exit music in XP


Recommended Posts

Alright i would like to disable the startup/exit music in windows using a registry key. I have been using this entry which is imported with a batch file at first boot but does not take effect. Why is this? Somehow i had this working before took it out and now i cant get it to work again... grrrr

;Disables the Music Played During Windows Startup and Shutdown

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]

@=""

Link to comment
Share on other sites


; removed start and exit sounds

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]

@=hex(2):00,00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Default]

@=hex(2):00,00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]

@=hex(2):00,00

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemExit\.Default]

@=hex(2):00,00

Link to comment
Share on other sites

If you want all Sounds except for the startup/exit, remove Beep driver with nLite and you're done. This will disable the possibility of Startup/Exit sounds.

Kelsenellenelvian method is more decent, simply edits the Sound Scheme, if you select a different sound scheme, it might have startup/exit sounds enabled.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...