diff --git a/Sound/Avoid audiorecorders.REG b/Sound/Avoid audiorecorders.REG new file mode 100644 index 0000000..78bd722 --- /dev/null +++ b/Sound/Avoid audiorecorders.REG @@ -0,0 +1,17 @@ +Windows Registry Editor Version 5.00 + + + + + + + + +; [1549] - Ausführen des Audiorecorders unterbinden +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\SoundRecorder] +"Soundrec"=dword:1 + +[HKEY_CURRENT_USER\Software\Policies\Microsoft\SoundRecorder] +"Soundrec"=dword:1 + + diff --git a/Sound/Disable Beep.REG b/Sound/Disable Beep.REG new file mode 100644 index 0000000..96c4be9 --- /dev/null +++ b/Sound/Disable Beep.REG @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Control Panel\Sound] +"Beep"="no" + + diff --git a/Sound/Disable Boot Sounds.REG b/Sound/Disable Boot Sounds.REG new file mode 100644 index 0000000..193cb47 --- /dev/null +++ b/Sound/Disable Boot Sounds.REG @@ -0,0 +1,14 @@ +Windows Registry Editor Version 5.00 + + + + + + + + +; [1653] - Sound beim Starten von Windows ausschalten +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\BootAnimation] +"DisableStartupSound"=dword:1 + + diff --git a/Sound/Disable Print Error sound.REG b/Sound/Disable Print Error sound.REG new file mode 100644 index 0000000..35c3722 --- /dev/null +++ b/Sound/Disable Print Error sound.REG @@ -0,0 +1,14 @@ +Windows Registry Editor Version 5.00 + + + + + + + + +; [292] - Tonausgabe beim Druckerfehler deaktivieren +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print] +"BeepEnabled"=dword:0 + + diff --git a/Sound/Disable internal speaker.REG b/Sound/Disable internal speaker.REG new file mode 100644 index 0000000..eb25ba5 --- /dev/null +++ b/Sound/Disable internal speaker.REG @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + + +[HKEY_CURRENT_USER\Control Panel\Sound] +"ExtendedSounds"="yes" + +