Uploaded SoundChangeDuck
Nothing special. Just a cheap prank. Changing system sounds. In this example device connection.pull/117/head
parent
4626f3c9c1
commit
2f3ee66067
|
@ -0,0 +1,11 @@
|
|||
**Title: SoundChangeDuck**
|
||||
|
||||
<p>Author: 0iphor13<br>
|
||||
OS: Windows<br>
|
||||
Version: 1.0<br>
|
||||
|
||||
**What is SoundChangeDuck?**
|
||||
#
|
||||
<p>Nothing special... SoundChangeDuck changes the systems sound of device connection.<br>
|
||||
In this example it changes the sound from Hardware Insert to Hardware Fail - You can of course decide which sounds you want to change.<br>
|
||||
Also feel free to bring your own .wav file to use custom sounds.</p>
|
|
@ -0,0 +1,15 @@
|
|||
REM SoundChangeDuck
|
||||
REM Version 1.0
|
||||
REM OS: Windows
|
||||
REM Author: 0iphor13
|
||||
|
||||
REM Nothing special, something cheap. Changes the sound of device connection from Hardware Insert to Hardware fail.
|
||||
REM You can of course decide which system sounds you want to change.
|
||||
REM You can also bring your own .wav file to change it to your desired sound.
|
||||
|
||||
DELAY 2000
|
||||
GUI r
|
||||
DELAY 200
|
||||
STRING cmd.exe /c reg add "HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\DeviceConnect\.Current" /t REG_SZ /d "%SystemRoot%\media\Windows Hardware Fail.wav" /f
|
||||
DELAY 200
|
||||
ENTER
|
Loading…
Reference in New Issue