- May
- 13,139
- 180
If you are typically a member of Administrators there's a little trick that will let you start TCC (or anything I suppose) elevated without having to answer to a UAC prompt. I don't know, and tend to doubt, whether this can be adapted for a non-admin.
Create a scheduled task:
Name: whatever (I'll use "TCCAdmin")
Run with highest privileges
Triggers: none
Action: Start a program (TCC, wherever)
Settings: Allow run on demand
Now create a shortcut to: C:\Windows\System32\schtasks.exe /run /tn "TCCAdmin"
That's it. The shortcut starts TCC elevated without fuss.
Create a scheduled task:
Name: whatever (I'll use "TCCAdmin")
Run with highest privileges
Triggers: none
Action: Start a program (TCC, wherever)
Settings: Allow run on demand
Now create a shortcut to: C:\Windows\System32\schtasks.exe /run /tn "TCCAdmin"
That's it. The shortcut starts TCC elevated without fuss.