1
0
Files
Repository/Windows-Powercfg/readme.md
2025-10-31 08:58:36 +01:00

18 lines
548 B
Markdown

# 🔋 Windows Power Configuration Script
## 🔧 What it does
This script sets custom **power settings** using `powercfg`:
- Turns off the **display after 15 minutes** (AC & battery).
- Disables **disk timeout** (never turn off disks).
- Disables **sleep/standby** (AC & battery).
- Disables **hibernation** (AC & battery).
---
## ⚠️ Notes
- Requires **administrator rights**.
- Settings apply to the **active power plan**.
- You can adjust values (in minutes) if needed, e.g.:
```batch
powercfg -change -monitor-timeout-ac 10
```