This program makes it easy to add shortcuts for any program to the right-click menu.
- Creates a new key with a specified name at the desired location.
- Creates a "command" subkey.
- Sets the
(default)
value of the "command" subkey to the file path of the program you specify.
- Operating System: Windows 10+
- Python Version: 3.7+
To use this project, follow these steps:
- Install Python version 3.7 or higher: Download Python.
- Download this repo as a .zip file and extract it or clone the repository.
- Run the Start.bat file as Administrator.
- Enter the name you want to see in the right-click menu.
- Enter the file path of the desired program within quotation marks ("").
If you encounter an error, try the following:
- Your Python version may not be 3.7+. Update your Python version and try again.
- Ensure you select "Run as Administrator" when running the Start.bat file. Right-click on the file and select "Run as Administrator."
- Verify that the file path of the program exists and does not contain the following characters:
! ' ^ + % & = ? -
.
This project is open to contributions! If you'd like to improve or fix bugs in this project, follow these steps:
-
Fork this project (click the "Fork" button in the top right corner).
-
Make changes on your local machine.
-
Test your changes.
-
Commit your changes and create a pull request.
Bu program, sağ tık menüsüne istediğiniz program için kısayol eklemenizi kolaylaştırır.
- Belirtilen konumda istediğiniz ada göre yeni anahtar oluşturur.
- Alt anahtar olarak "command" anahtarı oluşturur.
- "command" anahtarındaki "(varsayılan)" değerine, vermiş olduğunuz programın dosya yolunu girer.
- İşletim Sistemi: Windows 10+
- Python Sürümü: 3.7+
Bu projeyi kullanmak için aşağıdaki adımları izleyebilirsiniz:
- Python 3.7 veya daha yüksek bir sürümü yükleyin: Python İndir.
- Bu repoyu .zip olarak indirin ve rar'dan çıkarın veya klonlayın
- Start.bat dosyasını Yönetici olarak çalıştırın
- Sağ tık menüsünde görmek istediğiniz adı yazın
- İstediğiniz programın dosya yolunu Tırnak işareti ("") içinde girin girin
- Python sürümünüz 3.7+ olmayabilir Python sürümünüzü güncelleyin ve tekrar deneyin
- start.bat dosyasını çalıştırırken "Yönetici olarak çalıştır" seçeneğini seçmeniz gerekebilir. Sağ tıklayın ve Yönetici olarak çalıştır seçeneğini tıklayın.
- Programın Dosya yolunun var olduğundan ve şu karakterleri içermediğinden emin olun ! ' ^ + % & = ? -
Bu proje, katkılara açıktır! Eğer bu projeyi geliştirmek veya hata düzeltmek isterseniz, aşağıdaki adımları takip edebilirsiniz:
-
Bu projeyi fork'layın (sağ üstte "Fork" butonuna tıklayın).
-
Kendi bilgisayarınızda bir değişiklik yapın.
-
Değişikliklerinizi test edin.
-
Yapmış olduğunuz değişiklikleri commit'leyin ve pull request oluşturun.