REG is a files for Windows Registry.
These are various additions to the Windows Registry.
Это различные дополнения к реестру Windows.
Open your console and clone this repository
Откройте свою консоль и клонируйте этот репозиторий
git clone https://github.com/brendan8c/FFmpeg_bat.git
Double click on the desired file agreeing to everything.
Дважды щелкните нужный файл, соглашаясь со всем.
🇺🇸 ENGLISH | ||
💾 | Context Menu Editor | Able to create a registry file Menu.reg to add any program to the Windows context menu. |
💾 | Context Menu Remover | Allows you to easily delete previously created Windows context menu entries. |
💎 | Open_CMD | This will add an icon (CMD) to the explorer context menu. Runs CMD with administrator rights! Right-click anywhere free space in the folder. |
🇷🇺 RUSSIAN | ||
💾 | Context Menu Editor | Способен создать файл реестра Menu.reg для занесения любой программы в контекстное меню Windows. |
💾 | Context Menu Remover | Позволяет легко удалить ранее созданные записи контекстного меню Windows. |
💎 | Open_CMD | Это добавит иконку (CMD) в контекстное меню проводника. Запускает CMD с правами администратора! Щёлкните правой кнопкой мыши в любом свободном месте в папке. |
Note 🔍
- I left more detailed instructions in some
.reg
files. - Any
.reg
file can be opened in a text editor. - Just drag it to notepad.
Bat
files are encoded in(chcp 866)
,- for correct viewing of
Bat
files, change the encoding of your code editor.
- Я оставил более подробные инструкции в некоторых
.reg
файлах. - Любой
.reg
файл можно открыть в текстовом редакторе. - Просто перетащите его в блокнот.
Bat
файлы находятся в кодировке(chcp 866)
,- для корректного просмотра
Bat
файлов измените кодировку вашего редактора кода.