Skip to content

Commit 2d24974

Browse files
authored
Website updated to latest version (#4157)
* updated theme to latest version * updated tabs to the new way * added missing frontmatter to pages * updated hugo version * edited the file structure * revert back to old way * Update _index.md * fix typo and made sure it was upto date * updated docs * clean up navbar * Update en.yaml
1 parent d2dbf03 commit 2d24974

File tree

14 files changed

+97
-64
lines changed

14 files changed

+97
-64
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.repository == 'ChrisTitusTech/winutil'
3131
runs-on: ubuntu-latest
3232
env:
33-
HUGO_VERSION: 0.147.7
33+
HUGO_VERSION: 0.156.0
3434
HUGO_ENVIRONMENT: production
3535
TZ: America/Chicago
3636
steps:

docs/content/KnownIssues.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ If you are seeing errors referencing TLS or security, you may be running an olde
1515

1616
```
1717
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
18-
iex https://christitus.com/win | iex
18+
irm https://christitus.com/win | iex
1919
```
2020

21-
If it still isn't working and you live in India, it might be due to India blocking GitHub's content domain and preventing downloads. See more on [Times of India](https://timesofindia.indiatimes.com/gadgets-news/github-content-domain-blocked-for-these-indian-users-reports/articleshow/96687992.cms).
21+
If it still isn't working in your region, it may be due to temporary ISP or network filtering of GitHub content domains. This has been reported by some users in India in the past. See: [Times of India](https://timesofindia.indiatimes.com/gadgets-news/github-content-domain-blocked-for-these-indian-users-reports/articleshow/96687992.cms).
2222

2323
If you are still having issues, try using a **VPN**, or changing your **DNS provider** to one of following two providers:
2424

@@ -37,7 +37,7 @@ If it returns `ConstrainedLanguage`, you may need to switch to `FullLanguage` mo
3737

3838
### Script blocked by Execution Policy
3939

40-
1. Ensure you are running PowerShell as admin: Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
40+
1. Ensure you are running PowerShell as admin: Press `Windows key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
4141
2. In the PowerShell window, type this to allow unsigned code to execute and run the installation script:
4242

4343
```
@@ -65,7 +65,7 @@ This could be for a number of reasons:
6565

6666
If that doesn't work, disable Hibernation:
6767

68-
- Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11. then type:
68+
- Press `Windows key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11, then type:
6969

7070
```bat
7171
powercfg /H off
@@ -89,11 +89,11 @@ Related issue: [#198](https://github.com/ChrisTitusTech/Winutil/issues/198)
8989

9090
### Windows 11: Quick Settings no longer works
9191

92-
Launch the Script and click _Enable Action Center_.
92+
Launch the script and click _Enable Action Center_.
9393

9494
### Explorer (file browser) no longer launches
9595

96-
- Press `Windows key`+`R` then type:
96+
- Press `Windows key`+`R`, then type:
9797

9898
```bat
9999
control /name Microsoft.FolderOptions
@@ -106,15 +106,15 @@ Launch the Script and click _Enable Action Center_.
106106
If you're using a laptop or tablet and find your battery drains too fast, please try the below troubleshooting steps, and report the results back to the Winutil community.
107107

108108
1. **Check Battery Health:**
109-
- Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
109+
- Press `Windows key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
110110
- Run the following command to generate a battery report:
111111
```powershell
112112
powercfg /batteryreport /output "C:\battery_report.html"
113113
```
114114
- Open the generated HTML report to review information about battery health and usage. A battery with poor health may hold less charge, discharge faster, or cause other issues.
115115
116116
2. **Review Power Settings:**
117-
- Open the Settings app, and go to _System_ > _Power & sleep_.
117+
- Open Settings and go to _System_ > _Power & battery_ (Windows 11) or _System_ > _Power & sleep_ (Windows 10).
118118
- Adjust power plan settings based on your preferences and usage patterns.
119119
- Click on _Additional power settings_ to access advanced power settings that may help.
120120
@@ -128,7 +128,7 @@ If you're using a laptop or tablet and find your battery drains too fast, please
128128
- Ensure graphics, chipset, and other essential drivers are up to date.
129129
130130
5. **Check for Windows Updates:**
131-
- Open the Settings app, and go to _Update & Security_ > _Windows Update_.
131+
- Open Settings and go to _Windows Update_ (Windows 11) or _Update & Security_ > _Windows Update_ (Windows 10).
132132
- Check for and install any available updates for your operating system.
133133
134134
6. **Reduce Screen Brightness:**
@@ -144,11 +144,11 @@ If you're using a laptop or tablet and find your battery drains too fast, please
144144
- Review the list of apps and their power usage. Disable or uninstall any you don't need.
145145
146146
9. **Check Background Apps:**
147-
- Open the Settings app, and go to _Privacy_ > _Background apps_.
147+
- Review background app permissions in Settings (location varies by Windows version and app type).
148148
- Disable or uninstall unnecessary apps running in the background.
149149
150150
10. **Use `powercfg` for Analysis:**
151-
- Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
151+
- Press `Windows key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
152152
- Run the following command to analyze energy usage and generate a report:
153153
```powershell
154154
powercfg /energy /output "C:\energy_report.html"
@@ -161,7 +161,7 @@ If you're using a laptop or tablet and find your battery drains too fast, please
161161
- Look for events with the source _Power-Troubleshooter_ to identify power-related events. These may highlight battery, input power, and other issues.
162162
163163
12. **Check Wake-up Sources:**
164-
- Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
164+
- Press `Windows key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
165165
- Use the command `powercfg /requests` to identify processes preventing sleep.
166166
- Use the command `powercfg /waketimers` to view active wake timers.
167167
- Check Task Scheduler to see if any of the discovered processes are scheduled to start on boot or at regular intervals.
@@ -172,7 +172,7 @@ If you're using a laptop or tablet and find your battery drains too fast, please
172172
- Consider reconfiguring, closing, disabling, or uninstalling applications that use a lot of resources.
173173
174174
14. **Disable Activity History:**
175-
- Open the Settings app, and go to _Privacy_ > _Activity history_.
175+
- Open Settings and go to _Privacy & security_ > _Activity history_ (Windows 11) or _Privacy_ > _Activity history_ (Windows 10).
176176
- Turn off _Let Windows collect my activities from this PC_.
177177
178178
15. **Prevent Network Adapters From Waking PC:**

docs/content/userguide/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Winutil is designed for:
3131
New to Winutil? Start here:
3232

3333
1. **[Getting Started Guide](getting-started/)** - Installation and first steps
34-
2. **[Application Store](application/)** - Learn to install software easily
34+
2. **[Applications Guide](application/)** - Learn to install, upgrade, and uninstall software
3535
3. **[Tweaks Guide](tweaks/)** - Optimize your system
3636
4. **[Features & Fixes](features/)** - Troubleshoot common issues
3737
5. **[Win11 Creator](win11Creator/)** - Build a custom debloated Windows 11 ISO
@@ -42,7 +42,7 @@ New to Winutil? Start here:
4242

4343
Browse and install hundreds of popular applications with a single click. No more hunting for download links or dealing with installer bloat.
4444

45-
**[Read the Store Guide →](application/)**
45+
**[Read the Applications Guide →](application/)**
4646

4747
### ⚙️ System Tweaks
4848

@@ -91,7 +91,7 @@ Build a custom Windows 11 ISO with bloatware removed, telemetry disabled, and ha
9191
| I want to... | Go to... |
9292
|--------------|----------|
9393
| Install Winutil for the first time | [Getting Started](getting-started/) |
94-
| Install applications quickly | [Application Store](application/) |
94+
| Install, upgrade, or uninstall apps | [Applications Guide](application/) |
9595
| Speed up my computer | [Tweaks Guide](tweaks/) |
9696
| Fix Windows Update problems | [Features - Fixes](features/) |
9797
| Automate setup for multiple PCs | [Automation](automation/) |
@@ -151,7 +151,7 @@ Want to help improve Winutil?
151151
This User Guide covers everything you need to know:
152152

153153
1. **[Getting Started](getting-started/)** - Installation, first run, basic usage
154-
2. **[Application Store](application/)** - Installing software, using presets
154+
2. **[Applications](application/)** - Installing, upgrading, and uninstalling software
155155
3. **[Tweaks](tweaks/)** - System optimizations and customizations
156156
4. **[Features & Fixes](features/)** - Troubleshooting tools and utilities
157157
5. **[Win11 Creator](win11Creator/)** - Build a custom debloated Windows 11 ISO

docs/content/userguide/application/_index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
---
22
title: Applications
3-
weight: 2
3+
weight: 3
44
---
55

6-
{{< tabs items="Installation & Updates,Upgrade All,Uninstall,Get Installed,Clear Selection" defaultIndex="0" >}}
6+
{{< tabs >}}
77

8-
{{< tab >}}
9-
* Choose the programs you want to install or upgrade.
8+
{{< tab name="Installation & Updates" selected=true >}}
9+
* Choose the applications you want to install or upgrade.
1010
* For programs not currently installed, this action will install them.
1111
* For programs already installed, this action will update them to the latest version.
1212
* Click the `Install/Upgrade Selected` button to start the installation or upgrade process.
1313
{{< /tab >}}
1414

15-
{{< tab >}}
15+
{{< tab name="Upgrade All" >}}
1616
* Simply press the `Upgrade All` button.
1717
* This will upgrade all applicable programs that are installed without the need for individual selection.
1818
{{< /tab >}}
1919

20-
{{< tab >}}
20+
{{< tab name="Uninstall" >}}
2121
* Select the programs you wish to uninstall.
2222
* Click the `Uninstall Selected` button to remove the selected programs.
2323
{{< /tab >}}
2424

25-
{{< tab >}}
25+
{{< tab name="Get Installed" >}}
2626
* Click the `Show Installed Apps` button.
27-
* This will scan for and select all installed programs in Winutil that WinGet supports.
27+
* This scans for and selects installed applications supported by WinGet.
2828
{{< /tab >}}
2929

30-
{{< tab >}}
30+
{{< tab name="Clear Selection" >}}
3131
* Click the `Clear Selection` button.
3232
* This will unselect all checked programs.
3333
{{< /tab >}}
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
Automation option in winutil allows you to run winutil from a config file,
2-
you can get your own config file inside winutil by clicking the gear icon on the top right and clicking export and saving it as a file
1+
---
2+
title: Automation
3+
weight: 7
4+
---
35

4-
you can automate winutil launch with this command
6+
The Automation option in Winutil allows you to run Winutil from an exported config file.
7+
8+
You can create your own config in the app by clicking the gear icon in the top-right corner, then choosing Export and saving the file.
9+
10+
You can automate Winutil launch with this command:
511
```powershell
6-
& ([ScriptBlock]::Create((irm "https://christitus.com/win"))) -Config C:\Path\To\Config -Run
12+
& ([ScriptBlock]::Create((irm "https://christitus.com/win"))) -Config "C:\Path\To\Config.json" -Run
713
```

docs/content/userguide/features/_index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Features
3-
weight: 4
3+
weight: 5
44
---
55

6-
* Install the most used **Windows Features** by checking the checkbox and clicking "Install Features" to install them.
6+
Install common **Windows Features** by selecting the feature checkboxes and clicking **Install Features**.
77

8-
* All .Net Frameworks (2, 3, 4)
9-
* HyperV Virtualization
8+
* All .NET Frameworks (2, 3, 4)
9+
* Hyper-V Virtualization
1010
* Legacy Media (WMP, DirectPlay)
1111
* NFS - Network File System
1212
* Enable Daily Registry Backup Task 12:30am
@@ -16,7 +16,7 @@ weight: 4
1616
* Windows Sandbox
1717

1818
### Fixes
19-
* Quick fixes for your system if you are having issues.
19+
Quick fixes for common system problems.
2020

2121
* Set Up Autologin
2222
* Reset Windows Update
@@ -28,6 +28,7 @@ weight: 4
2828
### Legacy Windows Panels
2929

3030
Open old-school Windows panels directly from Winutil. Following Panels are available:
31+
Open classic Windows panels directly from Winutil. Available panels include:
3132

3233
* Control Panel
3334
* Network Connections
@@ -39,4 +40,4 @@ Open old-school Windows panels directly from Winutil. Following Panels are avail
3940

4041
### Remote Access
4142

42-
Enables OpenSSH server on your windows machine.
43+
Enables an OpenSSH server on your Windows machine.

docs/content/userguide/getting-started/_index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Getting Started
3-
weight: 1
3+
weight: 2
44
---
55

66
## Welcome to Winutil!
@@ -111,7 +111,7 @@ This allows you to undo changes if needed.
111111
1. Navigate to the **Install** tab
112112
2. Browse categories or use the search bar
113113
3. Check applications you want to install
114-
4. Click "Install Selected" at the bottom
114+
4. Click "Install/Upgrade Selected" at the bottom
115115

116116
### 3. Apply Basic Tweaks
117117

@@ -131,7 +131,7 @@ For a better Windows experience without risks:
131131
1. Open **Install** tab
132132
2. Search for the application name
133133
3. Check the box next to it
134-
4. Click "Install Selected"
134+
4. Click "Install/Upgrade Selected"
135135

136136
**Multiple Applications**:
137137

@@ -239,7 +239,7 @@ irm "https://christitus.com/win" | iex
239239

240240
### Download Blocked (India/Certain Regions)
241241

242-
If GitHub is blocked in your region:
242+
If downloads are blocked in your region:
243243

244244
1. Use a VPN service
245245
2. Change DNS to Cloudflare (1.1.1.1) or Google (8.8.8.8)
@@ -258,7 +258,7 @@ If Winutil downloads but doesn't open:
258258

259259
Now that you're set up, explore these guides:
260260

261-
- [Application Installation Guide](../application/) - Learn about installing software
261+
- [Application Guide](../application/) - Learn about installing, upgrading, and uninstalling software
262262
- [Tweaks Guide](../tweaks/) - Understand system optimizations
263263
- [FAQ](../../faq/) - Common questions and answers
264264

@@ -276,12 +276,13 @@ If you need assistance:
276276

277277
| Task | Location | Action |
278278
| -------------------- | ----------- | ------------------------------------ |
279-
| Install Apps | Install Tab | Check boxes → Install Selected |
279+
| Install or upgrade apps | Install Tab | Check boxes → Install/Upgrade Selected |
280+
| Uninstall apps | Install Tab | Check boxes → Uninstall Selected |
280281
| Apply Tweaks | Tweaks Tab | Select tweaks → Run Tweaks |
281282
| Undo Tweaks | Tweaks Tab | Select tweaks → Undo Selected Tweaks |
282283
| Create Restore Point | Tweaks Tab | Essential Tweaks section |
283284
| Fix Network | Config Tab | Fixes → Reset Network |
284285
| Change DNS | Tweaks Tab | DNS section |
285286
| Open Control Panel | Config Tab | Legacy Windows Panels |
286287

287-
Happy optimizing! 🚀
288+
Happy optimizing! 🚀

docs/content/userguide/tweaks/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Tweaks
3-
weight: 3
3+
weight: 4
44
---
55

66
{{< image src="images/Tweaks-Tab" alt="Image of Tweaks Tab" >}}
@@ -21,10 +21,10 @@ Essential Tweaks are modifications and optimizations that are generally safe for
2121
### Advanced Tweaks (CAUTION)
2222
Advanced Tweaks are intended for experienced users who have a solid understanding of their system and the potential implications of making deep-level changes. These tweaks involve more significant alterations to the operating system and can provide substantial customization. However, they also carry a higher risk of causing system instability or unintended side effects if not implemented correctly. Users who choose to apply Advanced Tweaks should proceed with caution, ensuring they have adequate knowledge and backups in place to recover if something goes wrong. These tweaks are not recommended for novice users or those unfamiliar with the inner workings of their operating system.
2323

24-
### O&O Shutup
24+
### O&O ShutUp10++
2525

2626

27-
[O&O ShutUp10++](https://www.oo-software.com/en/shutup10) can be launched from Winutil with only one button click. It is a free privacy tool for Windows that lets users easily manage their privacy settings. It disables telemetry, controls updates, and manages app permissions to enhance security and privacy. The tool offers recommended settings for optimal privacy with just a few clicks.
27+
[O&O ShutUp10++](https://www.oo-software.com/en/shutup10) can be launched from Winutil with one click. It is a free privacy tool for Windows that helps users manage telemetry, update behavior, and app permission settings.
2828

2929
{{< youtube id=3HvNr8eMcv0 loading=lazy >}}
3030

@@ -46,11 +46,11 @@ The utility provides a convenient DNS selection feature, allowing users to choos
4646

4747
### Customize Preferences
4848

49-
The Customize Preferences section allows users to personalize their Windows experience by toggling various visual and functional features. These preferences are designed to enhance usability and tailor the system to the user’s specific needs and preferences.
49+
The Customize Preferences section allows users to personalize their Windows experience by toggling visual and functional settings.
5050

5151
### Performance Plans
5252

53-
The Performance Plans section allows users to manage the Ultimate Performance Profile on their system. This feature is designed to optimize the system for maximum performance.
53+
The Performance Plans section allows users to manage the Ultimate Performance Profile for maximum performance.
5454

5555
#### Add and activate the Ultimate Performance Profile:
5656
* Enables and activates the Ultimate Performance Profile to enhance system performance by minimizing latency and increasing efficiency.

docs/content/userguide/updates/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: Updates
3+
weight: 6
4+
---
5+
16
The utility provides three distinct settings for managing Windows updates: Default (Out of Box) Settings, Security (Recommended) Settings, and Disable ALL Updates (NOT RECOMMENDED!). Each setting offers a different approach to handling updates, catering to various user needs and preferences.
27

38
### Default (Out of Box) Settings

0 commit comments

Comments
 (0)