Jump to content

Disable windows Startup and Exit Music?


Recommended Posts


Windows Registry Editor Version 5.00


; 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

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current]
@=hex(2):00,00

Quick question here, as this may help me out with a lot more than just this issue.. pertaining to this issue however, I had tried, with no success, doing this:

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

It obviously didn't work, so then I tried to remove the values from the keys, and finally removing the lines directly from hivedef.inf. Didn't work either. I was starting to think I'd need a priest to get rid of these sounds. I'm just wondering what the @=hex(2):00,00 does, that outright deleting of the values doesn't do.

Link to comment
Share on other sites

Hey i acctually imported this line, Instead of what you have posted kelsenellenelvian.

;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]

@=""

However i am unable to import this key sucessfully during an unatteded install. At first boot i import these keys and it imports perfectly and sounds are disabled.

@kelsenellenelvian

Do you have any reason to use

@=hex(2):00,00

rather than

@=""

@deweydesigns Yea your method might work but i only want Startup Music and Shutdown music disabled. Thanks for your tip though.

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...