Recommended Posts

Hi all, ive been building a custom xp install cd for quite a while now, but have run into a brick wall. Im trying to get it so that the default windows sound scheme is never applied, thus you would never heard those damn sounds after a re-install.

does anyone know a sure fire way to acheive this?

Link to comment
https://www.neowin.net/forum/topic/585828-those-pesky-default-sounds/
Share on other sites

ive tried a number of registry mod's to remove the default sounds but all they seem to do is create blank entries in the sound schemes list which cause the dialog to crash when their clicked.

I was thinking maybe just removing the copying of the files from the txtsetup.sif file but i beleive that'd cause a few more issues as far as windows first boot and not being able to find the files.

as for nlite. thats something ill have to look into.

ok, ive spent a bit more time working on this and beleive i may have a resolution (still waiting to finalize my sucess through virtual machine)

theres a file on xp cd's called 'HIVEDEF.INF' this controls the registry info for a base registry key (in this case, hkey_current_user)

to disable the sounds i manually editted the lines that contained .wav entries in the following format.

--disabled--

HKCU,"AppEvents\EventLabels\.Default","",0x00000000,""

--enabled--

HKCU,"AppEvents\EventLabels\.Default","",0x00000000,"%windir%\mysound.wav"

Also, you'll notice a fair few lines containing '@mmsys.cpl' DONT MESS WITH THESE ENTRIES ive seen bad mojo after messing with those entries.

just an update. with the above method the default XP sounds are set to 'null' values so thats solved my issue as far as they go, however there are still sound alerts associated with netmeeting and msn messenger that i would like to remove. Anyone know how i can go about doing that?

I would IMAGINE that the currently applies soundscheme is in the reg somewhere? Could you modify your CD (I assume nLite?) to alter this?

correct. sound settings are recorded in the HKEY_CURRENT_USER hive somewhere.

i do not recommend deleting sound files off w/out adjusting registry because it will probably make really annoying beep sounds everytime you do something

I, for one, like them so I made a custom file that sets it up for me

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\AppEvents\Schemes]

[HKEY_CURRENT_USER\AppEvents\Schemes]

@=".Default"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps]

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

@="Windows"

"DispFileName"="@mmsys.cpl,-5856"

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

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

@="C:\\Windows\\media\\Windows Ding.wav"

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

@="C:\\Windows\\media\\Windows Ding.wav"

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

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

@="C:\\Windows\\media\\Windows Error.wav"

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

@="C:\\Windows\\media\\Windows Error.wav"

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

@=""

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

@="C:\\Windows\\media\\Utopia Menu Command.WAV"

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

@="C:\\Windows\\media\\Utopia Menu Command.WAV"

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

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

@="C:\\Windows\\media\\Utopia Close.WAV"

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

@="C:\\Windows\\media\\Utopia Close.WAV"

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

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

@="C:\\Windows\\media\\Windows Battery Critical.wav"

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

@="C:\\Windows\\media\\Windows Battery Critical.wav"

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

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

@="C:\\Windows\\media\\Windows Hardware Insert.wav"

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

@="C:\\Windows\\media\\Windows Hardware Insert.wav"

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

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

@="C:\\Windows\\media\\Windows Hardware Remove.wav"

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

@="C:\\Windows\\media\\Windows Hardware Remove.wav"

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

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

@="C:\\Windows\\media\\Windows Hardware Fail.wav"

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

@="C:\\Windows\\media\\Windows Hardware Fail.wav"

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

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

@="C:\\Windows\\media\\Windows Notify.wav"

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

@="C:\\Windows\\media\\Windows Notify.wav"

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

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

@="C:\\Windows\\media\\Windows Battery Low.wav"

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

@="C:\\Windows\\media\\Windows Battery Low.wav"

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

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

@="C:\\Windows\\media\\Windows Notify.wav"

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

@="C:\\Windows\\media\\Windows Notify.wav"

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

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

@="C:\\Windows\\media\\Windows Restore.wav"

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

@="C:\\Windows\\media\\Windows Restore.wav"

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

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

@="C:\\Windows\\media\\Utopia Menu Command.WAV"

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

@="C:\\Windows\\media\\Utopia Menu Command.WAV"

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

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

@="C:\\Windows\\media\\Utopia Menu Popup.WAV"

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

@="C:\\Windows\\media\\Utopia Menu Popup.WAV"

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

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

@="C:\\Windows\\media\\Windows Minimize.wav"

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

@="C:\\Windows\\media\\Windows Minimize.wav"

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

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

@="C:\\Windows\\media\\Utopia Open.WAV"

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

@="C:\\Windows\\media\\Utopia Open.WAV"

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

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

@="C:\\Windows\\media\\Windows Print complete.wav"

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

@="C:\\Windows\\media\\Windows Print complete.wav"

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

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

@="C:\\Windows\\media\\Windows Minimize.wav"

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

@="C:\\Windows\\media\\Windows Minimize.wav"

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

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

@="C:\\Windows\\media\\Windows Restore.wav"

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

@="C:\\Windows\\media\\Windows Restore.wav"

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

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\ShowBand\.current]

@=""

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

@=""

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

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

@="C:\\Windows\\media\\Windows Error.wav"

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

@="C:\\Windows\\media\\Windows Error.wav"

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

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

@="C:\\Windows\\media\\Windows Exclamation.wav"

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

@="C:\\Windows\\media\\Windows Exclamation.wav"

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

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

@="C:\\Windows\\media\\Windows Shutdown.wav"

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

@="C:\\Windows\\media\\Windows Shutdown.wav"

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

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

@="C:\\Windows\\media\\Windows Critical Stop.wav"

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

@="C:\\Windows\\media\\Windows Critical Stop.wav"

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

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

@="C:\\Windows\\media\\Windows Balloon.wav"

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

@="C:\\Windows\\media\\Windows Balloon.wav"

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

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

@="C:\\Windows\\media\\Windows Ding.wav"

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

@="C:\\Windows\\media\\Windows Ding.wav"

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

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

@="C:\\Windows\\media\\Windows Logoff Sound.wav"

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

@="C:\\Windows\\media\\Windows Logoff Sound.wav"

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

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

@="C:\\Windows\\media\\Windows Logon Sound.wav"

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

@="C:\\Windows\\media\\Windows Logon Sound.wav"

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

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

@="C:\\Windows\\media\\Windows User Account Control.wav"

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

@="C:\\Windows\\media\\Windows User Account Control.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer]

@="Windows Explorer"

"DispFileName"="@mmsys.cpl,-5854"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\ActivatingDocument]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.Default]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\BlockedPopup]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current]

@="C:\\Windows\\media\\Windows Pop-up Blocked.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.Default]

@="C:\\Windows\\media\\Windows Pop-up Blocked.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]

@="C:\\Windows\\media\\Windows Recycle.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Default]

@="C:\\Windows\\media\\Windows Recycle.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxError]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxError\.Current]

@="C:\\Windows\\media\\ding.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxError\.Default]

@="C:\\Windows\\media\\ding.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxLineRings]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxLineRings\.Current]

@="C:\\Windows\\media\\Windows Ringin.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxLineRings\.Default]

@="C:\\Windows\\media\\Windows Ringin.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxSent]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxSent\.Current]

@="C:\\Windows\\media\\tada.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FaxSent\.Default]

@="C:\\Windows\\media\\tada.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FeedDiscovered]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.Current]

@="C:\\Windows\\media\\Windows Feed Discovered.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.Default]

@="C:\\Windows\\media\\Windows Feed Discovered.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\MoveMenuItem]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.Default]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]

@="C:\\Windows\\media\\Windows Navigation Start.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Default]

@="C:\\Windows\\media\\Windows Navigation Start.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SearchProviderDiscovered]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SearchProviderDiscovered\.Current]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SearchProviderDiscovered\.Default]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SecurityBand]

@=""

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SecurityBand\.Current]

@="C:\\Windows\\media\\Windows User Account Control.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\SecurityBand\.Default]

@="C:\\Windows\\media\\Windows User Account Control.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr]

@="Speech Recognition"

"DispFileName"="@C:\\Windows\\System32\\speech\\speechux\\sapi.cpl,-5555"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\DisNumbersSound]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\DisNumbersSound\.Current]

@="C:\\Windows\\media\\Speech Disambiguation.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\DisNumbersSound\.Default]

@="C:\\Windows\\media\\Speech Disambiguation.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\HubOffSound]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\HubOffSound\.Current]

@="C:\\Windows\\media\\Speech Off.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\HubOffSound\.Default]

@="C:\\Windows\\media\\Speech Off.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\HubOnSound]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\HubOnSound\.Current]

@="C:\\Windows\\media\\Speech On.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\HubOnSound\.Default]

@="C:\\Windows\\media\\Speech On.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\HubSleepSound]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\HubSleepSound\.Current]

@="C:\\Windows\\media\\Speech Sleep.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\HubSleepSound\.Default]

@="C:\\Windows\\media\\Speech Sleep.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\MisrecoSound]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\MisrecoSound\.Current]

@="C:\\Windows\\media\\Speech Misrecognition.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\MisrecoSound\.Default]

@="C:\\Windows\\media\\Speech Misrecognition.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\PanelSound]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\PanelSound\.Current]

@="C:\\Windows\\media\\Speech Disambiguation.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\sapisvr\PanelSound\.Default]

@="C:\\Windows\\media\\Speech Disambiguation.wav"

[HKEY_CURRENT_USER\AppEvents\Schemes\Names]

[HKEY_CURRENT_USER\AppEvents\Schemes\Names\.Default]

@="@mmsys.cpl,-800"

[HKEY_CURRENT_USER\AppEvents\Schemes\Names\.None]

@="@mmsys.cpl,-801"

[-HKEY_USERS\.DEFAULT\AppEvents\Schemes]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes]

@=".Default"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default]

@="Windows"

"DispFileName"="@mmsys.cpl,-5856"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\.Default]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\.Default\.Current]

@="C:\\Windows\\media\\Windows Ding.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\.Default\.Default]

@="C:\\Windows\\media\\Windows Ding.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\AppGPFault]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\AppGPFault\.Current]

@="C:\\Windows\\media\\Windows Error.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\AppGPFault\.Default]

@="C:\\Windows\\media\\Windows Error.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CCSelect]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CCSelect\.Current]

@="C:\\Windows\\media\\Utopia Menu Command.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CCSelect\.Default]

@="C:\\Windows\\media\\Utopia Menu Command.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Close]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Close\.Current]

@="C:\\Windows\\media\\Utopia Close.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Close\.Default]

@="C:\\Windows\\media\\Utopia Close.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current]

@="C:\\Windows\\media\\Windows Battery Critical.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Default]

@="C:\\Windows\\media\\Windows Battery Critical.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceConnect]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current]

@="C:\\Windows\\media\\Windows Hardware Insert.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Default]

@="C:\\Windows\\media\\Windows Hardware Insert.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceDisconnect]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current]

@="C:\\Windows\\media\\Windows Hardware Remove.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Default]

@="C:\\Windows\\media\\Windows Hardware Remove.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceFail]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current]

@="C:\\Windows\\media\\Windows Hardware Fail.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\DeviceFail\.Default]

@="C:\\Windows\\media\\Windows Hardware Fail.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\FaxBeep]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\FaxBeep\.Current]

@="C:\\Windows\\media\\Windows Notify.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\FaxBeep\.Default]

@="C:\\Windows\\media\\Windows Notify.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current]

@="C:\\Windows\\media\\Windows Battery Low.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Default]

@="C:\\Windows\\media\\Windows Battery Low.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MailBeep]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MailBeep\.Current]

@="C:\\Windows\\media\\Windows Notify.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MailBeep\.Default]

@="C:\\Windows\\media\\Windows Notify.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Maximize]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Maximize\.Current]

@="C:\\Windows\\media\\Windows Restore.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Maximize\.Default]

@="C:\\Windows\\media\\Windows Restore.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MenuCommand]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MenuCommand\.Current]

@="C:\\Windows\\media\\Utopia Menu Command.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MenuCommand\.Default]

@="C:\\Windows\\media\\Utopia Menu Command.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MenuPopup]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MenuPopup\.Current]

@="C:\\Windows\\media\\Utopia Menu Popup.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\MenuPopup\.Default]

@="C:\\Windows\\media\\Utopia Menu Popup.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Minimize]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Minimize\.Current]

@="C:\\Windows\\media\\Windows Minimize.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Minimize\.Default]

@="C:\\Windows\\media\\Windows Minimize.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Open]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Open\.Current]

@="C:\\Windows\\media\\Utopia Open.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\Open\.Default]

@="C:\\Windows\\media\\Utopia Open.WAV"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\PrintComplete]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\PrintComplete\.Current]

@="C:\\Windows\\media\\Windows Print complete.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\PrintComplete\.Default]

@="C:\\Windows\\media\\Windows Print complete.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\RestoreDown]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\RestoreDown\.Current]

@="C:\\Windows\\media\\Windows Minimize.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\RestoreDown\.Default]

@="C:\\Windows\\media\\Windows Minimize.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\RestoreUp]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\RestoreUp\.Current]

@="C:\\Windows\\media\\Windows Restore.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\RestoreUp\.Default]

@="C:\\Windows\\media\\Windows Restore.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\ShowBand]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\ShowBand\.current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\ShowBand\.Default]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemAsterisk]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current]

@="C:\\Windows\\media\\Windows Error.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Default]

@="C:\\Windows\\media\\Windows Error.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExclamation]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current]

@="C:\\Windows\\media\\Windows Exclamation.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Default]

@="C:\\Windows\\media\\Windows Exclamation.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExit]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExit\.Current]

@="C:\\Windows\\media\\Windows Shutdown.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemExit\.Default]

@="C:\\Windows\\media\\Windows Shutdown.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemHand]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemHand\.Current]

@="C:\\Windows\\media\\Windows Critical Stop.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemHand\.Default]

@="C:\\Windows\\media\\Windows Critical Stop.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemNotification]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current]

@="C:\\Windows\\media\\Windows Balloon.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemNotification\.Default]

@="C:\\Windows\\media\\Windows Balloon.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemQuestion]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Current]

@="C:\\Windows\\media\\Windows Ding.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Default]

@="C:\\Windows\\media\\Windows Ding.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogoff]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current]

@="C:\\Windows\\media\\Windows Logoff Sound.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Default]

@="C:\\Windows\\media\\Windows Logoff Sound.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogon]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current]

@="C:\\Windows\\media\\Windows Logon Sound.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Default]

@="C:\\Windows\\media\\Windows Logon Sound.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsUAC]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsUAC\.Current]

@="C:\\Windows\\media\\Windows User Account Control.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\.Default\WindowsUAC\.Default]

@="C:\\Windows\\media\\Windows User Account Control.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer]

@="Windows Explorer"

"DispFileName"="@mmsys.cpl,-5854"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\ActivatingDocument]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.Default]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\BlockedPopup]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current]

@="C:\\Windows\\media\\Windows Pop-up Blocked.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.Default]

@="C:\\Windows\\media\\Windows Pop-up Blocked.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current]

@="C:\\Windows\\media\\Windows Recycle.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Default]

@="C:\\Windows\\media\\Windows Recycle.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FaxError]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FaxError\.Current]

@="C:\\Windows\\media\\ding.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FaxError\.Default]

@="C:\\Windows\\media\\ding.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FaxLineRings]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FaxLineRings\.Current]

@="C:\\Windows\\media\\Windows Ringin.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FaxLineRings\.Default]

@="C:\\Windows\\media\\Windows Ringin.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FaxSent]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FaxSent\.Current]

@="C:\\Windows\\media\\tada.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FaxSent\.Default]

@="C:\\Windows\\media\\tada.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FeedDiscovered]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.Current]

@="C:\\Windows\\media\\Windows Feed Discovered.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.Default]

@="C:\\Windows\\media\\Windows Feed Discovered.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\MoveMenuItem]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.Default]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\Navigating]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]

@="C:\\Windows\\media\\Windows Navigation Start.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\Navigating\.Default]

@="C:\\Windows\\media\\Windows Navigation Start.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\SearchProviderDiscovered]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\SearchProviderDiscovered\.Current]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\SearchProviderDiscovered\.Default]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\SecurityBand]

@=""

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\SecurityBand\.Current]

@="C:\\Windows\\media\\Windows User Account Control.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\Explorer\SecurityBand\.Default]

@="C:\\Windows\\media\\Windows User Account Control.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr]

@="Speech Recognition"

"DispFileName"="@C:\\Windows\\System32\\speech\\speechux\\sapi.cpl,-5555"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\DisNumbersSound]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\DisNumbersSound\.Current]

@="C:\\Windows\\media\\Speech Disambiguation.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\DisNumbersSound\.Default]

@="C:\\Windows\\media\\Speech Disambiguation.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\HubOffSound]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\HubOffSound\.Current]

@="C:\\Windows\\media\\Speech Off.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\HubOffSound\.Default]

@="C:\\Windows\\media\\Speech Off.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\HubOnSound]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\HubOnSound\.Current]

@="C:\\Windows\\media\\Speech On.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\HubOnSound\.Default]

@="C:\\Windows\\media\\Speech On.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\HubSleepSound]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\HubSleepSound\.Current]

@="C:\\Windows\\media\\Speech Sleep.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\HubSleepSound\.Default]

@="C:\\Windows\\media\\Speech Sleep.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\MisrecoSound]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\MisrecoSound\.Current]

@="C:\\Windows\\media\\Speech Misrecognition.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\MisrecoSound\.Default]

@="C:\\Windows\\media\\Speech Misrecognition.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\PanelSound]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\PanelSound\.Current]

@="C:\\Windows\\media\\Speech Disambiguation.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Apps\sapisvr\PanelSound\.Default]

@="C:\\Windows\\media\\Speech Disambiguation.wav"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Names]

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Names\.Default]

@="@mmsys.cpl,-800"

[HKEY_USERS\.DEFAULT\AppEvents\Schemes\Names\.None]

@="@mmsys.cpl,-801"

the file paths needs to be set to an empty parameter (not deleted) to mute them all.

thanks oido thats exactly what i was after. id been playing with the file but oblivously missed something somewhere.

now thats done i can focus on why the hell the search assistant is still enabled even though ive got a registry hack that is adding the 'Use Search Asst' key with the 'no' value :/

Thanks for everyones contributions this one

Or you could use this registry patch to to exactly what you want:

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\AppEvents]

[HKEY_CURRENT_USER\AppEvents]

[HKEY_CURRENT_USER\AppEvents\EventLabels]

[HKEY_CURRENT_USER\AppEvents\EventLabels\.Default]
@="Default Beep"
"DispFileName"="@mmsys.cpl,-5824"

[HKEY_CURRENT_USER\AppEvents\Schemes]
@=".current"

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps]

[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default]
@="Windows"
"DispFileName"="@mmsys.cpl,-5856"

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

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

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

[HKEY_CURRENT_USER\AppEvents\Schemes\Names]

[HKEY_CURRENT_USER\AppEvents\Schemes\Names\.Default]
@="Windows Default"

[HKEY_CURRENT_USER\AppEvents\Schemes\Names\.None]
@="No Sounds"

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft launches Godot Sample to streamline Xbox PC game development on the engine by Pulasthi Ariyasinghe Microsoft today announced a new endeavor that aims to make it simpler for Godot developers to get their products into the Xbox PC ecosystem. Dubbed the "XBOX Godot Sample," this is a new public reference for developers using the open-source engine. This is set to serve as an example of how Microsoft GDK, Xbox Services, and PlayFab can be integrated into their projects. The sample is available now on GitHub as a working example. This covers key features in gaming projects that developers may need to release their projects on Xbox PC, with everything from matchmaking and game sign-in to gamepad compatibility with Godot being covered. This release is being called the first step in giving Godot developers the tools to bring their games over to Xbox PC, with more changes to come based on feedback and issue reports. However, the company was clear that this is not related to bringing Godot projects to Xbox consoles. The engine's open development model stops it from accessing console SDKs due to the requirement of NDAs and legal contracts. Here's how it explained this Godot sample project's focus: This is a source-only sample, not a product. It's MIT-licensed at the wrapper layer; the GDK and PlayFab dependencies still require their own installs and license acceptance, consistent with our other XBOX samples. There is no set update cadence for support or maintenance. We’ll watch the repo, monitor issues, and iterate where it makes sense, but this isn't a commercial release. That said, we’re excited to hear your feedback and see any community PRs, as we evolve this together. This is the first step in bringing Godot for XBOX on PC. We plan to evolve it over time based on what the community tells us is most valuable. This sample is built specifically for XBOX on PC. It doesn’t include support for XBOX Series X|S or XBOX One. If you’re already building for XBOX Series X|S or XBOX One, please talk with your XBOX representative. If not, you can get started by signing up here. Game developers can find the XBOX Godot Sample by heading to GitHub over here. Documentation on how to get started with Godot for building an Xbox PC project can be seen here.
    • I don't understand the vision. Do people really want to buy a new computer from Dell with 6 browsers installed? We all keep asking for Microsoft to stop having so much junk on their OS, and adding a bunch of browsers seems to go against that. Ideally, we would just be asked what browser we want during OOBE but Google is just going to pay Dell a bunch of money to include Chrome. Additionally, would you want your phones to start including all the browsers too when you get them? The only thing I ever wanted was to be able to uninstall IE or edge and I believe you are now able to. I do agree that microsoft needs to chill with their "are you sure you don't want to try edge before you install chrome" ads when going to download chrome.
    • It is notable that around 70% of web browser users choose Google Chrome. However, it is puzzling why anyone on Windows would opt for Chrome when Microsoft Edge is often superior in many aspects and comes pre-installed. Edge collects less data, uses less RAM, and is more optimized for Windows as a native Microsoft product. While some may point to bloat in Edge, much of it can be removed with simple tools, requiring no more effort than installing Chrome. Meanwhile, Chrome reportedly downloads large amounts of AI data (4 GB) without explicit consent. I'm sure you Chrome users love that, or? Although Microsoft’s aggressive promotion of Edge may be questionable, the browser’s current advantages make it a preferable choice over Chrome today, even if Chrome may have been better in the past.
    • JetBrains rolls out IntelliJ IDEA update with Markdown preview fixes and more by David Uzondu Image via JetBrains IntelliJ 2026.1.3 from JetBrains has landed, bringing several highly requested bug fixes that target common UI glitches and terminal rendering issues. If you run tmux inside the integrated terminal, the IDE no longer renders the cursor above the active line. The Markdown preview bug, which was fixed in this release, had annoyed developers for quite some time, as the preview pane failed to render images saved outside the project directory. Instead of displaying the actual image, the IDE simply showed a broken image icon, a problem that stuck around for two years before this update. Over on Windows, developers running WSL can now use wsl.exe to spin up their environments without losing terminal functionality. In previous builds, launching a terminal shell with something like wsl.exe -d ubuntu inside a Windows-based project broke both shell integration and active process detection. Other bug fixes in this release include: An issue where Gradle sync incorrectly reported success as a failure on WSL when using Gradle 9.5.0. A syntax highlighting bug that flagged valid Java for-loop initialization blocks with multiple statements as incorrect. A warning bug that triggered a false non-null local variable alert when using JSpecify annotations. A database generation bug that hid the option to use a DELETE statement instead of a TRUNCATE checkbox. A Kotlin highlighting failure where an assertion error in the Gradle redundant library inspection broke error highlighting. A UI bug where the ComboBox popup lacked a maximum height restriction. A Snowflake syntax error where DataGrip failed to support the "create temp" command. A Svelte syntax parsing failure that incorrectly flagged quotes inside inline expressions. A VCS repository manager deadlock that triggered thread pool exhaustion. A memory leak where the LazyTree component kept all previous versions of a tree in memory. IntelliJ 2026.1.3 is the third bug fix release for the IntelliJ 2026.1 series. The first one landed back in April with a fix for the WSL Python interpreter freeze, another fix for guest participants using Emmet abbreviations, and corrected WildFly server deployment errors.
  • Recent Achievements

    • Collaborator
      Asgardi earned a badge
      Collaborator
    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      73
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!