# Tools

## Console/Terminal

#### Cmder

{% embed url="<http://cmder.net/>" %}

## Crash report

### perfmon

Run cmd as admin:

```bash
perfmon/report
```

### winstat

Run cmd as admin:

```bash
winstat prepop
```

### Reliability Monitor

Open up the Action Center, you can use the “View reliability history” link to get there, but we’d recommend opening the start menu or start screen and searching for “reliability”, which is probably faster.

## File managers

### windirstat

{% embed url="<https://windirstat.net/>" %}

## Hardware monitor

### Power supply info

{% embed url="<https://openhardwaremonitor.org/>" %}

{% embed url="<https://outervision.com/power-supply-calculator>" %}

## Package manager

### Chocolatey

{% embed url="<https://chocolatey.org/>" %}

## Productivity

### PowerToys

{% embed url="<https://github.com/microsoft/PowerToys>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.devops.buzz/public/windows/tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
