Membuat Shortcut Manual Mengatur Volume Windows

Berikut ini merupakan salah satu cara yang saya dapatkan dari web (https://superuser.com/questions/82229/how-to-control-master-volume-in-windows-7) tentang membuat tombol pintasan (shortcut) untuk mengatur volume windows. Hal ini saya lakukan karena laptop saya diganti ke windows 10 lalu beberapa driver bawaan dari laptop tidak cocok (compatible) dengan windows 10 ini.

berikut tutorial’nya masih dalam bahasa inggris … hehehe

I just did this with my laptop. I used AutoHotKey

Here is the script

#PgUp::Send {Volume_Up 3}
#PgDn::Send {Volume_Down 3}

so doing Win+PgUp or Win+PgDown changes the master volume.

  1. If you don’t have it installed already, http://www.autohotkey.com/
  2. Once installed, right click your Desktop, and choose new AutoHotKey file
  3. Make sure to title the file ending with .ahk (for example, I used “controls.ahk”)
  4. Paste the code in from above
  5. Save it, and double click the script in windows explorer

To run it at startup

  1. Use the AHK provided “Convert to exe” utility (or you can right click the file and select “compile script”)
  2. Create the .exe in “C:\Users\%USERNAME%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup”
Membuat manual tombol pengatur volume windows

Anda mungkin juga suka...

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *