Désactive le son pour l’utilisateur courant et le « default user »
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
REM Current reg add "HKCU\AppEvents\Schemes" /t REG_SZ /d ".None" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\.Default\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\ChangeTheme\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\FaxBeep\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\MailBeep\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemExit\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemHand\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\.Default\WindowsUAC\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\Explorer\FaxError\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\Explorer\FaxLineRings\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\Explorer\FaxSent\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\Explorer\Navigating\.Current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\DisNumbersSound\.current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\HubOffSound\.current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\HubOnSound\.current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\HubSleepSound\.current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\MisrecoSound\.current" /t REG_SZ /d "" /f reg add "HKCU\AppEvents\Schemes\Apps\sapisvr\PanelSound\.current" /t REG_SZ /d "" /f REM default reg load HKLM\0000 c:\users\default\ntuser.dat reg add "HKLM\0000\AppEvents\Schemes" /t REG_SZ /d ".None" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\.Default\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\ChangeTheme\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\CriticalBatteryAlarm\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\DeviceDisconnect\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\DeviceFail\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\FaxBeep\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\LowBatteryAlarm\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\MailBeep\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\SystemAsterisk\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\SystemExclamation\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\SystemExit\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\SystemHand\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\SystemNotification\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\WindowsLogoff\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\WindowsLogon\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\.Default\WindowsUAC\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\Explorer\BlockedPopup\.current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\Explorer\EmptyRecycleBin\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\Explorer\FaxError\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\Explorer\FaxLineRings\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\Explorer\FaxSent\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\Explorer\FeedDiscovered\.current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\Explorer\Navigating\.Current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\Explorer\SecurityBand\.current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\sapisvr\DisNumbersSound\.current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\sapisvr\HubOffSound\.current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\sapisvr\HubOnSound\.current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\sapisvr\HubSleepSound\.current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\sapisvr\MisrecoSound\.current" /t REG_SZ /d "" /f reg add "HKLM\0000\AppEvents\Schemes\Apps\sapisvr\PanelSound\.current" /t REG_SZ /d "" /f reg unload HKLM\0000 REM HKLM reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableStartupSound /t REG_DWORD /d 1 /f reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\BootAnimation" /v DisableStartupSound /t REG_DWORD /d 0 /f |
Cet article n'a pas été revu depuis la publication.
Cet article a été créé par david le 26 décembre 2016.
Laisser un commentaire