mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2026-04-11 17:37:18 +10:00
added next and previous (#4323)
Co-authored-by: Chris Titus <contact@christitus.com>
This commit is contained in:
committed by
GitHub
parent
b7f6a8cebe
commit
c9e9214fd6
@@ -1,6 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: User Guide
|
title: User Guide
|
||||||
weight: 2
|
weight: 2
|
||||||
|
breadcrumbs: false
|
||||||
|
cascade:
|
||||||
|
type: docs
|
||||||
|
params:
|
||||||
|
reversePagination: false
|
||||||
|
breadcrumbs: false
|
||||||
---
|
---
|
||||||
|
|
||||||
Welcome to the official User Guide for **Winutil**, your all-in-one Windows toolkit.
|
Welcome to the official User Guide for **Winutil**, your all-in-one Windows toolkit.
|
||||||
@@ -145,3 +151,12 @@ Watch the complete Winutil overview:
|
|||||||
|
|
||||||
{{< youtube id=6UQZ5oQg8XA loading=lazy >}}
|
{{< youtube id=6UQZ5oQg8XA loading=lazy >}}
|
||||||
|
|
||||||
|
Ready to get started? Head to the **[Getting Started Guide](getting-started/)**.
|
||||||
|
|
||||||
|
## Next
|
||||||
|
|
||||||
|
Dive right into the following section to get started:
|
||||||
|
|
||||||
|
{{< cards >}}
|
||||||
|
{{< card link="getting-started" title="Getting Started" icon="document-text" subtitle="Learn how to use winutil." >}}
|
||||||
|
{{< /cards >}}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Applications
|
title: Applications
|
||||||
weight: 3
|
weight: 3
|
||||||
|
prev: /userguide/getting-started/
|
||||||
|
next: /userguide/tweaks/
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< tabs >}}
|
{{< tabs >}}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Automation
|
title: Automation
|
||||||
weight: 7
|
weight: 7
|
||||||
|
prev: /userguide/updates/
|
||||||
|
next: /userguide/win11Creator/
|
||||||
---
|
---
|
||||||
|
|
||||||
Use Automation to run Winutil from an exported configuration file.
|
Use Automation to run Winutil from an exported configuration file.
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Features
|
title: Features
|
||||||
weight: 5
|
weight: 5
|
||||||
|
prev: /userguide/tweaks/
|
||||||
|
next: /userguide/updates/
|
||||||
---
|
---
|
||||||
|
|
||||||
Use the **Features** and **Fixes** sections to install optional Windows components and run common repair tasks.
|
Use the **Features** and **Fixes** sections to install optional Windows components and run common repair tasks.
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Getting Started
|
title: Getting Started
|
||||||
weight: 2
|
weight: 2
|
||||||
|
prev: /userguide/
|
||||||
|
next: /userguide/application/
|
||||||
---
|
---
|
||||||
|
|
||||||
## Welcome to Winutil!
|
## Welcome to Winutil!
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Tweaks
|
title: Tweaks
|
||||||
weight: 4
|
weight: 4
|
||||||
|
prev: /userguide/application/
|
||||||
|
next: /userguide/features/
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< image src="images/Tweaks-Tab" alt="Image of Tweaks Tab" >}}
|
{{< image src="images/Tweaks-Tab" alt="Image of Tweaks Tab" >}}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: Updates
|
title: Updates
|
||||||
weight: 6
|
weight: 6
|
||||||
|
prev: /userguide/features/
|
||||||
|
next: /userguide/automation/
|
||||||
---
|
---
|
||||||
|
|
||||||
Winutil provides three update modes so you can choose how aggressively Windows Update is managed on your system:
|
Winutil provides three update modes so you can choose how aggressively Windows Update is managed on your system:
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Win11 Creator
|
title: Win11 Creator
|
||||||
weight: 8
|
weight: 8
|
||||||
|
prev: /userguide/automation/
|
||||||
---
|
---
|
||||||
|
|
||||||
## Using Winutil's Win11 Creator
|
## Using Winutil's Win11 Creator
|
||||||
|
|||||||
Reference in New Issue
Block a user