> For the complete documentation index, see [llms.txt](https://tamagosecurity.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tamagosecurity.gitbook.io/notes/windows/windows-privilege-escalation/abusing-other-components.md).

# Abusing Other Components

## Scheduled Task

* Which use does the task executed
* Trigger what specified task
* What actions are executed when one or more of these triggers are met

Check all scheduled task:

{% tabs %}
{% tab title="PowerShell" %}
{% code title="PowerShell" %}

```
```

{% endcode %}
{% endtab %}

{% tab title="CMD" %}
{% code title="CMD" %}

```
```

{% endcode %}
{% endtab %}
{% endtabs %}

To check permission for the file, if have Full Permission (F) we can abuse:

{% code title="CMD" %}

```
```

{% endcode %}

{% hint style="warning" %}
If the file has Full Permission (F) for a user or group, it may be possible to abuse that permission.
{% endhint %}

## Using Exploits

Check Windows Version for kernel exploits:

{% code title="CMD" %}

```
```

{% endcode %}

Check also for privilege that can be abused like \[\[SeImpersonatePrivilege]]:

{% code title="CMD" %}

```
```

{% endcode %}
