Hello Danny,
The
shutdown and
restart ones do not since I use the
/f (force) switch in their command to help make sure that they force anything open to close before executing to prevent delays. If you would like to hear the sound when used, then you could
edit the add REG file to remove the
/f switch from the
command part of the entry, and merge it again to make the change in the registry.
For example with shutdown:
(forced quick shutdown without sound played)
Quote:
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shut Down Computer\command]
@="shutdown.exe -s -t 00 -f"
(shutdown and sound plays)
Quote:
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shut Down Computer\command]
@="shutdown.exe -s -t 00"