You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
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).
22
22
23
23
If you are still having issues, try using a **VPN**, or changing your **DNS provider** to one of following two providers:
24
24
@@ -37,7 +37,7 @@ If it returns `ConstrainedLanguage`, you may need to switch to `FullLanguage` mo
37
37
38
38
### Script blocked by Execution Policy
39
39
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.
41
41
2. In the PowerShell window, type this to allow unsigned code to execute and run the installation script:
42
42
43
43
```
@@ -65,7 +65,7 @@ This could be for a number of reasons:
65
65
66
66
If that doesn't work, disable Hibernation:
67
67
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:
69
69
70
70
```bat
71
71
powercfg /H off
@@ -89,11 +89,11 @@ Related issue: [#198](https://github.com/ChrisTitusTech/Winutil/issues/198)
89
89
90
90
### Windows 11: Quick Settings no longer works
91
91
92
-
Launch the Script and click _Enable Action Center_.
92
+
Launch the script and click _Enable Action Center_.
93
93
94
94
### Explorer (file browser) no longer launches
95
95
96
-
- Press `Windows key`+`R` then type:
96
+
- Press `Windows key`+`R`, then type:
97
97
98
98
```bat
99
99
control /name Microsoft.FolderOptions
@@ -106,15 +106,15 @@ Launch the Script and click _Enable Action Center_.
106
106
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.
107
107
108
108
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.
110
110
- Run the following command to generate a battery report:
- 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.
115
115
116
116
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).
118
118
- Adjust power plan settings based on your preferences and usage patterns.
119
119
- Click on _Additional power settings_ to access advanced power settings that may help.
120
120
@@ -128,7 +128,7 @@ If you're using a laptop or tablet and find your battery drains too fast, please
128
128
- Ensure graphics, chipset, and other essential drivers are up to date.
129
129
130
130
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).
132
132
- Check for and install any available updates for your operating system.
133
133
134
134
6. **Reduce Screen Brightness:**
@@ -144,11 +144,11 @@ If you're using a laptop or tablet and find your battery drains too fast, please
144
144
- Review the list of apps and their power usage. Disable or uninstall any you don't need.
145
145
146
146
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).
148
148
- Disable or uninstall unnecessary apps running in the background.
149
149
150
150
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.
152
152
- Run the following command to analyze energy usage and generate a report:
153
153
```powershell
154
154
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
161
161
- Look for events with the source _Power-Troubleshooter_ to identify power-related events. These may highlight battery, input power, and other issues.
162
162
163
163
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.
165
165
- Use the command `powercfg /requests` to identify processes preventing sleep.
166
166
- Use the command `powercfg /waketimers` to view active wake timers.
167
167
- 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
172
172
- Consider reconfiguring, closing, disabling, or uninstalling applications that use a lot of resources.
173
173
174
174
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).
176
176
- Turn off _Let Windows collect my activities from this PC_.
Copy file name to clipboardExpand all lines: docs/content/userguide/tweaks/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Tweaks
3
-
weight: 3
3
+
weight: 4
4
4
---
5
5
6
6
{{< 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
21
21
### Advanced Tweaks (CAUTION)
22
22
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.
23
23
24
-
### O&O Shutup
24
+
### O&O ShutUp10++
25
25
26
26
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.
28
28
29
29
{{< youtube id=3HvNr8eMcv0 loading=lazy >}}
30
30
@@ -46,11 +46,11 @@ The utility provides a convenient DNS selection feature, allowing users to choos
46
46
47
47
### Customize Preferences
48
48
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.
50
50
51
51
### Performance Plans
52
52
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.
54
54
55
55
#### Add and activate the Ultimate Performance Profile:
56
56
* Enables and activates the Ultimate Performance Profile to enhance system performance by minimizing latency and increasing efficiency.
Copy file name to clipboardExpand all lines: docs/content/userguide/updates/_index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: Updates
3
+
weight: 6
4
+
---
5
+
1
6
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.
0 commit comments