ContMenuFiles

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
AZJIO
Addict
Addict
Posts: 1356
Joined: Sun May 14, 2017 1:48 am

ContMenuFiles

Post by AZJIO »

ContMenuFiles

A program for configuring the context menu of files. Previously, the program (Ru, En) was written in AutoIt3.

Download: yandex

Image

Update:
Added items:
"Run SetUserFTA for everyone"
"Run SetUserFTA for group"
"Change ProgID"
Added batch processing, adding an item to a group.
Added Ignor Unknown when adding and deleting in a group.
Added the item "Show missing...", i.e. unregistered extensions.
Added "Create file extension", but if desired, if the Flag SetUserFTA = 1, it will be set using SetUserFTA.
The parameter item = Open in %s specifies the name of the item.
The [ProgID] section defines a ProgID template, where you can set each group to its own (for example, Archives), and if not found, then shared (ProgID = %sfile), if not found by default. Where %s is the file extension, such as mp3file or 7-Zip.rar. But it will be offered with the possibility of change.

Corrected Registry.pbi, as advised here
Added window resizing
Added drag and drop exe file or shortcut.
Last edited by AZJIO on Thu Apr 04, 2024 11:36 pm, edited 2 times in total.
AZJIO
Addict
Addict
Posts: 1356
Joined: Sun May 14, 2017 1:48 am

Re: ContMenuFiles

Post by AZJIO »

Update
Added events on pressing Enter, depending on which element of the window has focus.
Exporting extensions is done in a separate thread as the process takes a few seconds and the progress is visible in the status bar.
Added item "Open ini"

added some hotkeys:
Ctrl+Delete - delete menu item
Ctrl+F - Open in Explorer, such as find a file
Ctrl+Down - Add item (Down - move through the tree and then Ctrl+Down adds an item, almost like a group addition)
Alt+J - Open in registry
Post Reply