mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
6 lines
168 B
C
6 lines
168 B
C
#pragma once
|
|
|
|
bool is_auto_start_task_active_for_this_user();
|
|
bool create_auto_start_task_for_this_user(bool runElevated);
|
|
bool delete_auto_start_task_for_this_user();
|