Files
PowerToys/src/runner/auto_start_helper.h

6 lines
168 B
C
Raw Normal View History

#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();