@MSMG FYI: A quick translate of the main issue from the @graver.x russian screenshot sounds like: "Error 2: the specified file was not found", just after healthy SFC check report. (The same error as @graver.x experienced before in Toolkit v11.5). But I can say I don't remember such error on my experience with LTSC. (I don't play with modern Windows versions)
====== Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\FileSystem] "NtfsDisableLfsUpgrade"=dword:00000001 ===== I have a note - can't find it now - that specifies the imported registry must use ControlSet001 and not CurrentControlSet.
I'm installing Server 2019. Removed most stuff and when I installed the OS some specific sounds don't work, like program error, exclamation, notify and things like that. Sounds like recycle, device connect, disconnect and fail work, and I can get the start up sound working via a task and vbs script. I thought it might be something I removed with the toolkit, but I installed a vanilla S2019 standard with desktop experience, enabled the sound related services and I get the same result. Anyone aware of how to get these sounds working? They work fine when I play them from control panel > sounds, but not when events that would normally trigger a sound occur. They work fine on S2012 R2. I want them working because I can't see my server, but it's close enough for me to hear it when stuff happens.
Thank you so much. Now the installation went through!! I checked the registry. This registry mod goes to a different position, but the mod is working!! (I checked by running "fsutil fsinfo ntfsinfo C:" You saved me from all my frustrations of not being able to do this. Thank you again.
I always experienced such odd sounds behavior on Windows 10 (any time, any versions). I offer you my semi-silent scheme to use as a template. Manual settings should work, and with your own comfortable configuration as you like it. Try. Spoiler: Sound Scheme Code: echo :: Sound scheme ......................................................................................... [ Custom ] :: :: Defaults: (Default) = .Default :: reg add "HKCU\AppEvents\Schemes\Names\.Custom" /ve /t REG_SZ /d "Custom" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes" /ve /t REG_SZ /d ".Custom" /f >nul 2>&1 :: :: System sounds :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\.Default\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\.Default\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\AppGPFault\.Custom" /ve /t REG_SZ /d "C:\Windows\media\Windows Restore.wav" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\AppGPFault\.Current" /ve /t REG_SZ /d "C:\Windows\media\Windows Restore.wav" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\CCSelect\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\CCSelect\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\ChangeTheme\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\ChangeTheme\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Close\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Close\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Custom" /ve /t REG_SZ /d "C:\Windows\media\Windows Proximity Connection.wav" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current" /ve /t REG_SZ /d "C:\Windows\media\Windows Proximity Connection.wav" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Custom" /ve /t REG_SZ /d "C:\Windows\media\Windows Exclamation.wav" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current" /ve /t REG_SZ /d "C:\Windows\media\Windows Exclamation.wav" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Custom" /ve /t REG_SZ /d "C:\Windows\media\notify.wav" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current" /ve /t REG_SZ /d "C:\Windows\media\notify.wav" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceFail\.Custom" /ve /t REG_SZ /d "C:\Windows\media\Windows Critical Stop.wav" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current" /ve /t REG_SZ /d "C:\Windows\media\Windows Critical Stop.wav" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\FaxBeep\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\FaxBeep\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\MailBeep\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\MailBeep\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Maximize\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Maximize\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\MenuCommand\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\MenuCommand\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\MenuPopup\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\MenuPopup\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\MessageNudge\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\MessageNudge\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Minimize\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Minimize\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Default\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Default\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.IM\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.IM\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm10\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm2\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm3\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm4\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm5\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm6\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm7\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm8\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Alarm9\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call10\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call2\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call3\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call4\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call5\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call6\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call7\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call8\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Looping.Call9\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Mail\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Mail\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Proximity\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Proximity\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Reminder\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.Reminder\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.SMS\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Notification.SMS\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\Open\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\Open\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\PrintComplete\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\PrintComplete\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\ProximityConnection\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\ProximityConnection\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\RestoreDown\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\RestoreDown\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\RestoreUp\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\RestoreUp\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\ShowBand\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\ShowBand\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemExit\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemHand\.Custom" /ve /t REG_SZ /d "C:\Windows\media\Windows Critical Stop.wav" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemHand\.Current" /ve /t REG_SZ /d "C:\Windows\media\Windows Critical Stop.wav" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemNotification\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemQuestion\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsUAC\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsUAC\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsUnlock\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: :: Explorer Sounds :: reg add "HKCU\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Custom" /ve /t REG_SZ /d "C:\Windows\media\recycle.wav" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current" /ve /t REG_SZ /d "C:\Windows\media\recycle.wav" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\Explorer\MoveMenuItem\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\Explorer\Navigating\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\Explorer\Navigating\.Current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: reg add "HKCU\AppEvents\Schemes\Apps\Explorer\SecurityBand\.Custom" /ve /t REG_SZ /d "" /f >nul 2>&1 reg add "HKCU\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current" /ve /t REG_SZ /d "" /f >nul 2>&1 :: :: Sound scheme for all future users :: reg add "HKEY_USERS\.DEFAULT\AppEvents\Schemes" /ve /t REG_SZ /d ".Custom" /f >nul 2>&1 :::::::::
Thank you kind sir. It's too quiet I want noise.... give me noise... Lots of noise... Seriously, I have something similar. I like some of the older sounds more than the newer ones. But I just cannot get Windows to play anything on S2019 at all, no matter what sound I set for these events; Asterisk, Critical stop, Default Beep, Exclamation, Notification, Program Error, Question and System Notification.
@Yanta Recheck Windows codecs removal. May be install 3-rd party codecs pack, i.e. K-Lite. These are very fast steps to check before you go deep into inspecting specific S2019 issues.
Audio plays fine with k-Lite and opencodecs. VLC, PotPlayer and websites all play audio without issue. The only thing that won't play are that half dozen or so system sounds. UPDATE: Figured it out - Just have to enable the \microsoft\windows\multimedia\systemsounds task
Thank you, bro, it's really my omission that I didn't bother to translate this error for MSMG. by showing a screenshot in my own language. I corrected it with your permission. And completed the post. I apologize for the inaccuracy.
Yes., I did everything as it should be - with an Internet connection connected, Windows Update and all related services necessary for the correct operation of Windows Update are in working condition. And the second test - with the original 19043.964.210427-1544.21H1_RELEASE_SVC_PROD3_CLIENTIOTENTERPRISE_OEMRET_X64FRE_RU-RU.ISO (uupdump.net) connected as a file source, when I was working with the build 19043.964.
To be clear, this is "unacceptable" workaround (for me) on regular basis. Only like a "test for test's sake". Everything internal that require online (while should work offline really) goes to the garbage trash. Not a proper solution = nonsence solution, which should be fixed 100% to work offline w/o issue.
The line bellow is from CBS.log that @graver.x have posted: ---------------- 2021-07-29 13:49:44, Info CSI 0000004c Warning: Unable to repair manifest for component ([l:99 ml:140]'amd64_microsoft-windows-i..iguration.resources_31bf3856ad364e35_10.0.19041.1_ru-ru_ba67ff9f9e91c298') from backups directory with disposition (2). A backup file may not exist or may be corrupt. Falling back to WU. ---------------- Based on the post above he knows exactly what has to do.