mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 14:48:31 +00:00
* Update devdocs-generator.ps1 * made new dir * Update devdocs-generator.ps1 * Update devdocs-generator.ps1
53 lines
1.1 KiB
Markdown
53 lines
1.1 KiB
Markdown
---
|
|
title: Developer Reference
|
|
weight: 3
|
|
toc: false
|
|
---
|
|
|
|
> [!NOTE]
|
|
> This section contains technical documentation for developers. For end-user documentation, see the [User Guide](../userguide/).
|
|
|
|
## Architecture
|
|
|
|
- [Architecture & Design](architecture/) - Code structure, data flow, and how Winutil works internally
|
|
|
|
## Tweaks
|
|
|
|
### Essential Tweaks
|
|
|
|
{{< autolinks section="dev/tweaks/essential-tweaks" >}}
|
|
|
|
### Advanced Tweaks (CAUTION)
|
|
|
|
{{< autolinks section="dev/tweaks/z--advanced-tweaks---caution" >}}
|
|
|
|
### Customize Preferences
|
|
|
|
{{< autolinks section="dev/tweaks/customize-preferences" >}}
|
|
|
|
### Performance Plans
|
|
|
|
{{< autolinks section="dev/tweaks/performance-plans" >}}
|
|
|
|
## Features
|
|
|
|
### Fixes
|
|
|
|
{{< autolinks section="dev/features/fixes" >}}
|
|
|
|
### Legacy Windows Panels
|
|
|
|
{{< autolinks section="dev/features/legacy-windows-panels" >}}
|
|
|
|
### Features
|
|
|
|
{{< autolinks section="dev/features/features" >}}
|
|
|
|
### Remote Access
|
|
|
|
{{< autolinks section="dev/features/remote-access" >}}
|
|
|
|
### Powershell Profile Powershell 7+ Only
|
|
|
|
{{< autolinks section="dev/features/powershell-profile-powershell-7--only" >}}
|