ich möchte einen Registry-Eintrag auf den eingerichteten Clients per opsi-fire-event ändern lassen.
"opsi-fire-event.py client.domain.local on_demand" funktioniert auch wunderbar, allerdings öffnet sich jedesmal das Winst Fenster. Ich möchte aber, dass der Anwender davon nichts mitbekommt.
Wie starte ich den event ohne, dass sich der notifier startet?
Aus der opsiclientd.conf
Code: Alles auswählen
[event_on_demand]
event_notifier_command = %opsiclientd_notifier.command% -s notifier\\event.ini
use_cached_config = false
cache_products = false
get_config_from_service = true
logoff_current_user = false
type = custom
update_action_processor = true
requires_cached_products = false
block_login = true
action_notifier_desktop = current
cache_max_bandwidth = 0
lock_workstation = false
event_notifier_desktop = current
sync_config = false
action_processor_desktop = current
action_processor_command = %action_processor.command%
write_log_to_service = true
message = Starting to process product actions. Attention: the computer may restart. Please save all unsaved data now.
user_cancelable = false
action_notifier_command = %opsiclientd_notifier.command% -s notifier\\action.ini
update_config_file = true
Ein Abändern der event.ini/action.ini-Einträge hat bei mir nichts gebracht, das Fenster öffnet sich in jedem Fall trotzdem.
Besten Gruß,
Phil