PowerToys/src/runner/auto_start_helper.h
Josh Soref 0bcaa13056
Spelling: ... runner settings (#3783)
* spelling: default

* spelling: elevated

* spelling: instance

* spelling: relative
2020-05-27 17:06:50 +02:00

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