mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 12:09:18 +08:00
72eb76191f
* Fixed issue with autostarting as admin even if it should as user, fixed permissions issue for autostart configuration * Indentation fix * Added support for all cases of autostart task modifying * Fix for compilation
6 lines
169 B
C
6 lines
169 B
C
#pragma once
|
|
|
|
bool is_auto_start_task_active_for_this_user();
|
|
bool create_auto_start_task_for_this_user(bool runEvelvated);
|
|
bool delete_auto_start_task_for_this_user();
|