1. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    @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)
     
  2. Titanos

    Titanos MDL Novice

    Dec 11, 2019
    31
    28
    0
    #19982 Titanos, Jul 30, 2021
    Last edited: Jul 30, 2021
    ======
    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.
     
  3. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    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.
     
  4. 3to4

    3to4 MDL Novice

    Feb 4, 2011
    7
    2
    0
    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.
     
  5. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    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.
    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
    :::::::::
    
     
  6. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    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.
     
  7. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    @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.
     
  8. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    #19988 Yanta, Jul 30, 2021
    Last edited: Jul 30, 2021
    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
     
  9. Titanos

    Titanos MDL Novice

    Dec 11, 2019
    31
    28
    0
    Do a test with windows update service active and computer connected to Internet.
     
  10. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
    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.
     
  11. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
    #19991 graver.x, Jul 30, 2021
    Last edited: Jul 30, 2021
    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.
     
  12. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    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.
     
  13. Titanos

    Titanos MDL Novice

    Dec 11, 2019
    31
    28
    0
    :)
    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.
     
  14. MIMMO61

    MIMMO61 MDL Senior Member

    Aug 19, 2009
    372
    107
    10
    Good morning.
    ToolKit will be updated for W11?
    Thank you
     
  15. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,734
    240
    ^
    only wait my friend, all in good time
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. MSMG Dev on the way Back to MDL . Pl have patience till he login & will resolve queries of Users.
     
  17. xlincn

    xlincn MDL Novice

    Nov 9, 2013
    48
    15
    0
    Hope to support win11 general deletion
     
  18. kozalyw

    kozalyw MDL Novice

    May 27, 2021
    12
    2
    0
    em,win10 inside's driver can not be deleted and i may be miss some using guide. so pls help :p
     
  19. graver.x

    graver.x MDL Senior Member

    Jan 18, 2020
    347
    484
    10
    #20000 graver.x, Aug 3, 2021
    Last edited: Aug 3, 2021