salve, ho installato powermenu per avere la possibilità di mettere le finestre in primo piano, il problema è che il programma fornisce una serie di opzioni accessorie che non mi interessano (trasparenza e priorità processo)
nel readme ci sono le opzioni da attivare da linea di comando
codice:
Options 
-quiet

When used, PowerMenu will not display any message boxes.
 
-close 

Tells PowerMenu to exit and release all windows that are minimized to the tray.
 
-about

Shows the about box.
 
-help

Shows this readme. 
 
-hideself [on | off]

Tells PowerMenu whether or not to display an icon of it self on the system tray.

Example:

PowerMenu -hideself on

Tells PowerMenu to not show itself on the system tray.
 
-minimized [on | off] title

Minimize or unmiminize the window with the title "title" to the system tray.  PowerMenu must already be running.

Example:

PowerMenu -minimized on "Notepad"

This will make  all windows with the word "Notepad" in its title minimize to the system tray.
 
-topmost [on | off | toggle] title

Make a window "always on top".  PowerMenu must already be running.

PowerMenu -topmost on "Notepad"

Example:

This will make  all windows with the word "Notepad" in its title appear on top of other windows.
 
-transparency name level

Sets the transparency level of a window.  PowerMenu must already be running.

PowerMenu -transparency "Notepad" 50

This will make the all windows with the word "Notepad" in its title be 50% transparent.
   
-enable [priority | transparency | alwaysontop | minimizetotray]

Enables a PowerMenu extension.  Every application window's system menu will have an extra menu item for each enabled extension.  By default, PowerMenu starts up with all extensions enabled.  

Examples:

PowerMenu -enable priority

Enables the priority menu and adds it to every application's system menu.
 
-disable [priority | transparency | alwaysontop | minimizetotray]
 
Disables a PowerMenu extension.  Every application window's system menu will have an extra menu item for each enabled extension.  By default, PowerMenu starts up with all extensions enabled.

Examples:

PowerMenu -disable priority

Disables the priority menu and removes it from every application's system menu.
quello che mi interessa ovviamente è disable, ma vorrei capire se c'è la possibilità (ne dubito) di dare più argomenti a disable.
ovviamente mi interessa priority, transparency, in modo da avviare il programma all'avvio del sistema senza opzioni inutili che appaiono nel menu contestuale della finestra (per intenderci quando si clicca col dx sulla barra del titolo)