ContextMenuForWindows11
ContextMenuForWindows11 copied to clipboard
Set menu visibility status based on custom condition
Hi,
I would like to have menu show only when certain conditions are meet. The easiest way to allow for such custom conditions would be a additional field where you execute the command that will return True or False, for eg:
(Get-Volume -DriveLetter c | select -ExpandProperty FileSystemLabel) -eq 'System'
Possible?
menu loading will be very slow and I don't have a good way to optimize at the moment
+1
[https://github.com/ikas-mc/ContextMenuForWindows11/issues/199#issuecomment-2717094538](https://github.com/ikas-mc/ContextMenuForWindows11/issues/199#issuecomment-2717094538)