mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 06:50:09 +00:00
Docs, Winutil website update (#3947)
* Updated winutil website add git ignore to not upload unnecessarily file. i have also updated microwin docs and added a copyright info to the footer * Update _index.md * Update KnownIssues.md * Update links update all the links for github to the corresponding pages. i have kept the original links aswell but commented out * update hugo workflow to use version 0.147.0 * Update en.yaml * update hugo toml to get rid off powered by * Update docs.yaml * Update KnownIssues.md * Update KnownIssues.md * Update KnownIssues.md * Update compatibility note for MicroWin and Ventoy * removed quad 9 dns * fixed all the incorrect code block in markdown file * Replace hardcoded page lists with auto-discovery shortcode Created a new shortcode at docs/layouts/shortcodes/autolinks.html. This enables auto-discovery when creating new Markdown files, streamlining the workflow for future documentation updates. * updated os requirements
This commit is contained in:
7
.github/workflows/docs.yaml
vendored
7
.github/workflows/docs.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'docs/**' # ONLY triggers if files in the 'docs' folder are changed
|
- "docs/**" # ONLY triggers if files in the 'docs' folder are changed
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: 0.145.0
|
HUGO_VERSION: 0.147.7
|
||||||
HUGO_ENVIRONMENT: production
|
HUGO_ENVIRONMENT: production
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
steps:
|
steps:
|
||||||
@@ -59,8 +59,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
${{ runner.temp }}/hugo_cache
|
${{ runner.temp }}/hugo_cache
|
||||||
key: hugo-${{ github.run_id }}
|
key: hugo-${{ github.run_id }}
|
||||||
restore-keys:
|
restore-keys: hugo-
|
||||||
hugo-
|
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
run: |
|
run: |
|
||||||
hugo \
|
hugo \
|
||||||
|
|||||||
7
.gitignore
vendored
7
.gitignore
vendored
@@ -55,4 +55,9 @@ winutil.ps1
|
|||||||
|
|
||||||
binary/
|
binary/
|
||||||
|
|
||||||
.preprocessor_hashes.json
|
.preprocessor_hashes.json
|
||||||
|
|
||||||
|
# Hugo Files
|
||||||
|
docs/public/
|
||||||
|
docs/.hugo_build.lock
|
||||||
|
docs/resources/
|
||||||
@@ -4,6 +4,7 @@ toc: true
|
|||||||
---
|
---
|
||||||
|
|
||||||
### Download not working
|
### Download not working
|
||||||
|
|
||||||
If `https://christitus.com/win` is not working, or you want to download the code from GitHub directly, you can use the direct download link:
|
If `https://christitus.com/win` is not working, or you want to download the code from GitHub directly, you can use the direct download link:
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -21,192 +22,208 @@ If it still isn't working and you live in India, it might be due to India blocki
|
|||||||
|
|
||||||
If you are still having issues, try using a **VPN**, or changing your **DNS provider** to one of following two providers:
|
If you are still having issues, try using a **VPN**, or changing your **DNS provider** to one of following two providers:
|
||||||
|
|
||||||
| Provider | Primary DNS | Secondary DNS |
|
| Provider | Primary DNS | Secondary DNS |
|
||||||
|:------------:|:------------:|:-------------:|
|
| :--------: | :---------: | :-----------: |
|
||||||
| Cloudflare | `1.1.1.1` | `1.0.0.1` |
|
| Cloudflare | `1.1.1.1` | `1.0.0.1` |
|
||||||
| Google | `8.8.8.8` | `8.8.4.4` |
|
| Google | `8.8.8.8` | `8.8.4.4` |
|
||||||
|
|
||||||
|
|
||||||
### Script blocked by Execution Policy
|
### Script blocked by Execution Policy
|
||||||
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.
|
|
||||||
|
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.
|
||||||
2. In the PowerShell window, type this to allow unsigned code to execute and run the installation script:
|
2. In the PowerShell window, type this to allow unsigned code to execute and run the installation script:
|
||||||
|
|
||||||
```
|
```
|
||||||
Set-ExecutionPolicy Unrestricted -Scope Process -Force
|
Set-ExecutionPolicy Unrestricted -Scope Process -Force
|
||||||
irm https://christitus.com/win | iex
|
irm https://christitus.com/win | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
## Runtime Issues
|
## Runtime Issues
|
||||||
|
|
||||||
### WinGet configuration
|
### WinGet configuration
|
||||||
|
|
||||||
If you have not installed anything using PowerShell before, you may be prompted to configure WinGet. This requires user interaction on first run. You will need to manually type `y` into the PowerShell console and press enter to continue. Once you do it the first time, you will not be prompted again.
|
If you have not installed anything using PowerShell before, you may be prompted to configure WinGet. This requires user interaction on first run. You will need to manually type `y` into the PowerShell console and press enter to continue. Once you do it the first time, you will not be prompted again.
|
||||||
|
|
||||||
### MicroWin: Error `0x80041031`
|
### MicroWin: Error `0x80041031`
|
||||||
|
|
||||||
This error code typically indicates an issue related to Windows Management Instrumentation (WMI). Here are a few steps you can try to resolve the issue:
|
This error code typically indicates an issue related to Windows Management Instrumentation (WMI). Here are a few steps you can try to resolve the issue:
|
||||||
|
|
||||||
1. **Reboot Your Computer:**
|
1. **Reboot Your Computer:**
|
||||||
|
|
||||||
Sometimes, a simple reboot can resolve temporary issues. Restart your computer and try mounting the ISO again.
|
Sometimes, a simple reboot can resolve temporary issues. Restart your computer and try mounting the ISO again.
|
||||||
|
|
||||||
3. **Check for System Corruption:**
|
2. **Check for System Corruption:**
|
||||||
|
|
||||||
Run the System File Checker (SFC) utility to scan and repair system files that may be corrupted.
|
Run the System File Checker (SFC) utility to scan and repair system files that may be corrupted.
|
||||||
```powershell
|
|
||||||
sfc /scannow
|
|
||||||
```
|
|
||||||
|
|
||||||
4. **Update Your System:**
|
```powershell
|
||||||
|
sfc /scannow
|
||||||
|
```
|
||||||
|
|
||||||
Make sure your operating system is up-to-date. Check for Windows updates and install any pending updates.
|
3. **Update Your System:**
|
||||||
|
|
||||||
5. **Check WMI Service:**
|
Make sure your operating system is up-to-date. Check for Windows updates and install any pending updates.
|
||||||
|
|
||||||
Ensure that the Windows Management Instrumentation (WMI) service is running. You can do this through the Services application:
|
4. **Check WMI Service:**
|
||||||
- Press `Win`+`R` to open the Run dialog.
|
|
||||||
- Type `services.msc` and press Enter.
|
|
||||||
- Locate *Windows Management Instrumentation* in the list.
|
|
||||||
- Make sure to set its status to "Running" and the startup type to "Automatic".
|
|
||||||
|
|
||||||
6. **Check for Security Software Interference:**
|
Ensure that the Windows Management Instrumentation (WMI) service is running. You can do this through the Services application:
|
||||||
|
- Press `Win`+`R` to open the Run dialog.
|
||||||
|
- Type `services.msc` and press Enter.
|
||||||
|
- Locate _Windows Management Instrumentation_ in the list.
|
||||||
|
- Make sure to set its status to "Running" and the startup type to "Automatic".
|
||||||
|
|
||||||
Security software can sometimes interfere with WMI operations. Temporarily disable your anti-virus or security software and check if the issue persists. WMI is a common attack/infection vector, so many anti-virus programs will limit its usage.
|
5. **Check for Security Software Interference:**
|
||||||
|
|
||||||
7. **Event Viewer:**
|
Security software can sometimes interfere with WMI operations. Temporarily disable your anti-virus or security software and check if the issue persists. WMI is a common attack/infection vector, so many anti-virus programs will limit its usage.
|
||||||
|
|
||||||
Check the Event Viewer for more detailed error information. Look for entries related to the `80041031` error and check if there are any additional details that can help identify the cause.
|
6. **Event Viewer:**
|
||||||
|
|
||||||
- Press `Win`+`X` and select *Event Viewer*.
|
Check the Event Viewer for more detailed error information. Look for entries related to the `80041031` error and check if there are any additional details that can help identify the cause.
|
||||||
- Navigate to *Windows Logs* > *Application* or *System*.
|
- Press `Win`+`X` and select _Event Viewer_.
|
||||||
- Look for entries with the source related to WMI or the application use to mount the ISO.
|
- Navigate to _Windows Logs_ > _Application_ or _System_.
|
||||||
|
- Look for entries with the source related to WMI or the application use to mount the ISO.
|
||||||
|
|
||||||
8. **ISO File Integrity:**
|
7. **ISO File Integrity:**
|
||||||
|
|
||||||
Ensure that the ISO file you are trying to mount is uncorrupted. Try mounting a different ISO file to see if the issue persists.
|
Ensure that the ISO file you are trying to mount is uncorrupted. Try mounting a different ISO file to see if the issue persists.
|
||||||
|
|
||||||
If the problem persists after trying these steps, additional troubleshooting is required. Consider seeking assistance from Microsoft support or community forums for more specific guidance based on your system configuration and the software you use to mount the ISO.
|
If the problem persists after trying these steps, additional troubleshooting is required. Consider seeking assistance from Microsoft support or community forums for more specific guidance based on your system configuration and the software you use to mount the ISO.
|
||||||
|
|
||||||
## Windows Issues
|
## Windows Issues
|
||||||
|
|
||||||
### Windows takes longer to shut down
|
### Windows takes longer to shut down
|
||||||
|
|
||||||
This could be for a number of reasons:
|
This could be for a number of reasons:
|
||||||
|
|
||||||
- Turn on fast startup: Press `Windows key`+`R`, then type:
|
- Turn on fast startup: Press `Windows key`+`R`, then type:
|
||||||
```bat
|
|
||||||
control /name Microsoft.PowerOptions /page pageGlobalSettings
|
```bat
|
||||||
```
|
control /name Microsoft.PowerOptions /page pageGlobalSettings
|
||||||
- If that doesn't work, disable Hibernation:
|
```
|
||||||
- Press `Windows Key`+`X` and select *PowerShell (Admin)* in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
|
|
||||||
- In the PowerShell window, type:
|
If that doesn't work, disable Hibernation:
|
||||||
```bat
|
|
||||||
powercfg /H off
|
- Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11. then type:
|
||||||
```
|
|
||||||
|
```bat
|
||||||
|
powercfg /H off
|
||||||
|
```
|
||||||
|
|
||||||
Related issue: [#69](https://github.com/ChrisTitusTech/Winutil/issues/69)
|
Related issue: [#69](https://github.com/ChrisTitusTech/Winutil/issues/69)
|
||||||
|
|
||||||
### Windows Search does not work
|
### Windows Search does not work
|
||||||
Enable Background Apps. Related issues: [#69](https://github.com/ChrisTitusTech/Winutil/issues/69) [95](https://github.com/ChrisTitusTech/Winutil/issues/95) [#232](https://github.com/ChrisTitusTech/Winutil/issues/232)
|
|
||||||
|
Enable Background Apps. Related issues: [#69](https://github.com/ChrisTitusTech/Winutil/issues/69) [#95](https://github.com/ChrisTitusTech/Winutil/issues/95) [#232](https://github.com/ChrisTitusTech/Winutil/issues/232)
|
||||||
|
|
||||||
### Xbox Game Bar Activation Broken
|
### Xbox Game Bar Activation Broken
|
||||||
|
|
||||||
Set the Xbox Accessory Management Service to Automatic:
|
Set the Xbox Accessory Management Service to Automatic:
|
||||||
|
|
||||||
```
|
```powershell
|
||||||
Get-Service -Name "XboxGipSvc" | Set-Service -StartupType Automatic
|
Get-Service -Name "XboxGipSvc" | Set-Service -StartupType Automatic
|
||||||
```
|
```
|
||||||
|
|
||||||
Related issue: [#198](https://github.com/ChrisTitusTech/Winutil/issues/198)
|
Related issue: [#198](https://github.com/ChrisTitusTech/Winutil/issues/198)
|
||||||
|
|
||||||
### Windows 11: Quick Settings no longer works
|
### Windows 11: Quick Settings no longer works
|
||||||
Launch the Script and click *Enable Action Center*.
|
|
||||||
|
Launch the Script and click _Enable Action Center_.
|
||||||
|
|
||||||
### Explorer (file browser) no longer launches
|
### Explorer (file browser) no longer launches
|
||||||
- Press `Windows key`+`R` then type:
|
|
||||||
```bat
|
- Press `Windows key`+`R` then type:
|
||||||
control /name Microsoft.FolderOptions
|
|
||||||
```
|
```bat
|
||||||
- Change the *Open File Explorer to* option to *This PC*.
|
control /name Microsoft.FolderOptions
|
||||||
|
```
|
||||||
|
|
||||||
|
- Change the _Open File Explorer to_ option to _This PC_.
|
||||||
|
|
||||||
### Battery drains too fast
|
### Battery drains too fast
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
1. **Check Battery Health:**
|
1. **Check Battery Health:**
|
||||||
- Press `Windows Key`+`X` and select *PowerShell (Admin)* in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
|
- Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
|
||||||
- Run the following command to generate a battery report:
|
- Run the following command to generate a battery report:
|
||||||
```powershell
|
```powershell
|
||||||
powercfg /batteryreport /output "C:\battery_report.html"
|
powercfg /batteryreport /output "C:\battery_report.html"
|
||||||
```
|
```
|
||||||
- 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.
|
- 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.
|
||||||
|
|
||||||
2. **Review Power Settings:**
|
2. **Review Power Settings:**
|
||||||
- Open the Settings app, and go to *System* > *Power & sleep*.
|
- Open the Settings app, and go to _System_ > _Power & sleep_.
|
||||||
- Adjust power plan settings based on your preferences and usage patterns.
|
- Adjust power plan settings based on your preferences and usage patterns.
|
||||||
- Click on *Additional power settings* to access advanced power settings that may help.
|
- Click on _Additional power settings_ to access advanced power settings that may help.
|
||||||
|
|
||||||
3. **Identify Power-Hungry Apps:**
|
3. **Identify Power-Hungry Apps:**
|
||||||
- Right-click on the taskbar and select *Task Manager*.
|
- Right-click on the taskbar and select _Task Manager_.
|
||||||
- Navigate to the *Processes* tab to identify applications with high CPU or memory usage.
|
- Navigate to the _Processes_ tab to identify applications with high CPU or memory usage.
|
||||||
- Consider reconfiguring, closing, disabling, or uninstalling applications that use a lot of resources.
|
- Consider reconfiguring, closing, disabling, or uninstalling applications that use a lot of resources.
|
||||||
|
|
||||||
4. **Update Drivers:**
|
4. **Update Drivers:**
|
||||||
- Visit your device manufacturer's website or use Windows Update to check for driver updates.
|
- Visit your device manufacturer's website or use Windows Update to check for driver updates.
|
||||||
- Ensure graphics, chipset, and other essential drivers are up to date.
|
- Ensure graphics, chipset, and other essential drivers are up to date.
|
||||||
|
|
||||||
5. **Check for Windows Updates:**
|
5. **Check for Windows Updates:**
|
||||||
- Open the Settings app, and go to *Update & Security* > *Windows Update*.
|
- Open the Settings app, and go to _Update & Security_ > _Windows Update_.
|
||||||
- Check for and install any available updates for your operating system.
|
- Check for and install any available updates for your operating system.
|
||||||
|
|
||||||
6. **Reduce Screen Brightness:**
|
6. **Reduce Screen Brightness:**
|
||||||
- Open the Settings app, and go to *System* > *Display*.
|
- Open the Settings app, and go to _System_ > _Display_.
|
||||||
- Adjust screen brightness based on your preferences and lighting conditions.
|
- Adjust screen brightness based on your preferences and lighting conditions.
|
||||||
|
|
||||||
7. **Enable Battery Saver:**
|
7. **Enable Battery Saver:**
|
||||||
- Open the Settings app, and go to *System* > *Battery*.
|
- Open the Settings app, and go to _System_ > _Battery_.
|
||||||
- Turn on *Battery saver* to limit background activity and conserve power.
|
- Turn on _Battery saver_ to limit background activity and conserve power.
|
||||||
|
|
||||||
8. **Check Power Usage in Settings:**
|
8. **Check Power Usage in Settings:**
|
||||||
- Open the Settings app, and go to *System* > *Battery* > *Battery usage by app*.
|
- Open the Settings app, and go to _System_ > _Battery_ > _Battery usage by app_.
|
||||||
- Review the list of apps and their power usage. Disable or uninstall any you don't need.
|
- Review the list of apps and their power usage. Disable or uninstall any you don't need.
|
||||||
|
|
||||||
9. **Check Background Apps:**
|
9. **Check Background Apps:**
|
||||||
- Open the Settings app, and go to *Privacy* > *Background apps*.
|
- Open the Settings app, and go to _Privacy_ > _Background apps_.
|
||||||
- Disable or uninstall unnecessary apps running in the background.
|
- Disable or uninstall unnecessary apps running in the background.
|
||||||
|
|
||||||
10. **Use `powercfg` for Analysis:**
|
10. **Use `powercfg` for Analysis:**
|
||||||
- Press `Windows Key`+`X` and select *PowerShell (Admin)* in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
|
- Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
|
||||||
- Run the following command to analyze energy usage and generate a report:
|
- Run the following command to analyze energy usage and generate a report:
|
||||||
```powershell
|
```powershell
|
||||||
powercfg /energy /output "C:\energy_report.html"
|
powercfg /energy /output "C:\energy_report.html"
|
||||||
```
|
```
|
||||||
- Open the generated HTML report to identify energy consumption patterns.
|
- Open the generated HTML report to identify energy consumption patterns.
|
||||||
|
|
||||||
11. **Review Event Logs:**
|
11. **Review Event Logs:**
|
||||||
- Open Event Viewer by searching for it in the Start menu.
|
- Open Event Viewer by searching for it in the Start menu.
|
||||||
- Navigate to *Windows Logs* > *System*.
|
- Navigate to _Windows Logs_ > _System_.
|
||||||
- Look for events with the source *Power-Troubleshooter* to identify power-related events. These may highlight battery, input power, and other issues.
|
- Look for events with the source _Power-Troubleshooter_ to identify power-related events. These may highlight battery, input power, and other issues.
|
||||||
|
|
||||||
12. **Check Wake-up Sources:**
|
12. **Check Wake-up Sources:**
|
||||||
- Press `Windows Key`+`X` and select *PowerShell (Admin)* in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
|
- Press `Windows Key`+`X` and select _PowerShell (Admin)_ in Windows 10, or `Windows Terminal (Admin)` in Windows 11.
|
||||||
- Use the command `powercfg /requests` to identify processes preventing sleep.
|
- Use the command `powercfg /requests` to identify processes preventing sleep.
|
||||||
- Use the command `powercfg /waketimers` to view active wake timers.
|
- Use the command `powercfg /waketimers` to view active wake timers.
|
||||||
- Check Task Scheduler to see if any of the discovered processes are scheduled to start on boot or at regular intervals.
|
- Check Task Scheduler to see if any of the discovered processes are scheduled to start on boot or at regular intervals.
|
||||||
|
|
||||||
13. **Advanced Identification of Power-Hungry Apps:**
|
13. **Advanced Identification of Power-Hungry Apps:**
|
||||||
- Open Resource Monitor from the Start menu.
|
- Open Resource Monitor from the Start menu.
|
||||||
- Navigate to the *CPU*, *Memory*, *Network*, and other tabs to identify processes with high resource usage.
|
- Navigate to the _CPU_, _Memory_, _Network_, and other tabs to identify processes with high resource usage.
|
||||||
- Consider reconfiguring, closing, disabling, or uninstalling applications that use a lot of resources.
|
- Consider reconfiguring, closing, disabling, or uninstalling applications that use a lot of resources.
|
||||||
|
|
||||||
14. **Disable Activity History:**
|
14. **Disable Activity History:**
|
||||||
- Open the Settings app, and go to *Privacy* > *Activity history*.
|
- Open the Settings app, and go to _Privacy_ > _Activity history_.
|
||||||
- Turn off *Let Windows collect my activities from this PC*.
|
- Turn off _Let Windows collect my activities from this PC_.
|
||||||
|
|
||||||
15. **Prevent Network Adapters From Waking PC:**
|
15. **Prevent Network Adapters From Waking PC:**
|
||||||
- Open Device Manager by searching for it in the Start menu.
|
- Open Device Manager by searching for it in the Start menu.
|
||||||
- Locate your network adapter, right-click, and go to *Properties*.
|
- Locate your network adapter, right-click, and go to _Properties_.
|
||||||
- Under the *Power Management* tab, uncheck the option that allows the device to wake the computer.
|
- Under the _Power Management_ tab, uncheck the option that allows the device to wake the computer.
|
||||||
|
|
||||||
16. **Review Installed Applications:**
|
16. **Review Installed Applications:**
|
||||||
- Manually review installed applications by searching for *Add or remove programs* in the Start menu.
|
- Manually review installed applications by searching for _Add or remove programs_ in the Start menu.
|
||||||
- Check settings/preferences of individual applications for power-related options.
|
- Check settings/preferences of individual applications for power-related options.
|
||||||
- Uninstall unnecessary or problematic software.
|
- Uninstall unnecessary or problematic software.
|
||||||
|
|
||||||
These troubleshooting steps are generic, but should help in most situations. You should have these key takeaways:
|
These troubleshooting steps are generic, but should help in most situations. You should have these key takeaways:
|
||||||
|
|
||||||
- Battery health is the most significant limiter on your device's runtime. A battery in poor health usually cannot be made to last like it used to, simply by closing some applications. Consider replacing your battery.
|
- Battery health is the most significant limiter on your device's runtime. A battery in poor health usually cannot be made to last like it used to, simply by closing some applications. Consider replacing your battery.
|
||||||
- Background applications that use CPU and memory, make lots of or large network requests, read/write to disk frequently, or that keep your PC awake when it could be conserving energy are the next major concern. Avoid installing programs you don't need, only use programs you trust, and configure applications to use as little power and run as infrequently as possible.
|
- Background applications that use CPU and memory, make lots of or large network requests, read/write to disk frequently, or that keep your PC awake when it could be conserving energy are the next major concern. Avoid installing programs you don't need, only use programs you trust, and configure applications to use as little power and run as infrequently as possible.
|
||||||
- Windows performs a lot of tasks that may affect battery life by default. Changing settings, stopping scheduled tasks, and disabling features can help the system stay in lower power states to conserve battery.
|
- Windows performs a lot of tasks that may affect battery life by default. Changing settings, stopping scheduled tasks, and disabling features can help the system stay in lower power states to conserve battery.
|
||||||
|
|||||||
@@ -14,95 +14,30 @@ weight: 3
|
|||||||
|
|
||||||
### Essential Tweaks
|
### Essential Tweaks
|
||||||
|
|
||||||
- [Create Restore Point](tweaks/essential-tweaks/restorepoint/)
|
{{< autolinks section="dev/tweaks/essential-tweaks" >}}
|
||||||
- [Debloat Edge](tweaks/essential-tweaks/edgedebloat/)
|
|
||||||
- [Delete Temporary Files](tweaks/essential-tweaks/deletetempfiles/)
|
|
||||||
- [Disable Activity History](tweaks/essential-tweaks/activity/)
|
|
||||||
- [Disable ConsumerFeatures](tweaks/essential-tweaks/consumerfeatures/)
|
|
||||||
- [Disable GameDVR](tweaks/essential-tweaks/gamedvr/)
|
|
||||||
- [Disable Hibernation](tweaks/essential-tweaks/hibernation/)
|
|
||||||
- [Disable Location Tracking](tweaks/essential-tweaks/location/)
|
|
||||||
- [Disable Powershell 7 Telemetry](tweaks/essential-tweaks/powershell7tele/)
|
|
||||||
- [Disable Storage Sense](tweaks/essential-tweaks/storage/)
|
|
||||||
- [Disable Telemetry](tweaks/essential-tweaks/telemetry/)
|
|
||||||
- [Enable End Task With Right Click](tweaks/essential-tweaks/endtaskontaskbar/)
|
|
||||||
- [Prefer IPv4 over IPv6](tweaks/essential-tweaks/ipv46/)
|
|
||||||
- [Run Disk Cleanup](tweaks/essential-tweaks/diskcleanup/)
|
|
||||||
- [Set Hibernation as default (good for laptops)](tweaks/essential-tweaks/laptophibernation/)
|
|
||||||
- [Set Services to Manual](tweaks/essential-tweaks/services/)
|
|
||||||
|
|
||||||
### Advanced Tweaks (CAUTION)
|
### Advanced Tweaks (CAUTION)
|
||||||
|
|
||||||
- [Adobe Network Block](tweaks/z--advanced-tweaks---caution/blockadobenet/)
|
{{< autolinks section="dev/tweaks/z--advanced-tweaks---caution" >}}
|
||||||
- [Disable Background Apps](tweaks/z--advanced-tweaks---caution/disablebgapps/)
|
|
||||||
- [Disable Fullscreen Optimizations](tweaks/z--advanced-tweaks---caution/disablefso/)
|
|
||||||
- [Disable IPv6](tweaks/z--advanced-tweaks---caution/disableipsix/)
|
|
||||||
- [Disable Microsoft Copilot](tweaks/z--advanced-tweaks---caution/removecopilot/)
|
|
||||||
- [Disable Notification Tray/Calendar](tweaks/z--advanced-tweaks---caution/disablenotifications/)
|
|
||||||
- [Disable Teredo](tweaks/z--advanced-tweaks---caution/teredo/)
|
|
||||||
- [DNS](tweaks/z--advanced-tweaks---caution/changedns/)
|
|
||||||
- [Remove ALL MS Store Apps - NOT RECOMMENDED](tweaks/z--advanced-tweaks---caution/debloat/)
|
|
||||||
- [Remove Home and Gallery from explorer](tweaks/z--advanced-tweaks---caution/removehomegallery/)
|
|
||||||
- [Make Edge Uninstallable](tweaks/z--advanced-tweaks---caution/edgeuninstall/)
|
|
||||||
- [Run OO Shutup 10](tweaks/z--advanced-tweaks---caution/oosubutton/)
|
|
||||||
- [Remove OneDrive](tweaks/z--advanced-tweaks---caution//removeonedrive)
|
|
||||||
- [Set Classic Right-Click Menu ](tweaks/z--advanced-tweaks---caution/rightclickmenu/)
|
|
||||||
- [Set Display for Performance](tweaks/z--advanced-tweaks---caution/display/)
|
|
||||||
- [Set Time to UTC (Dual Boot)](tweaks/z--advanced-tweaks---caution/utc/)
|
|
||||||
|
|
||||||
### Customize Preferences
|
### Customize Preferences
|
||||||
|
|
||||||
- [Bing Search in Start Menu](tweaks/customize-preferences/bingsearch/)
|
{{< autolinks section="dev/tweaks/customize-preferences" >}}
|
||||||
- [Center Taskbar Items](tweaks/customize-preferences/taskbaralignment/)
|
|
||||||
- [Dark Theme for Windows](tweaks/customize-preferences/darkmode/)
|
|
||||||
- [Detailed BSoD](tweaks/customize-preferences/detailedbsod/)
|
|
||||||
- [Mouse Acceleration](tweaks/customize-preferences/mouseacceleration/)
|
|
||||||
- [NumLock on Startup](tweaks/customize-preferences/numlock/)
|
|
||||||
- [Search Button in Taskbar](tweaks/customize-preferences/taskbarsearch/)
|
|
||||||
- [Show File Extensions](tweaks/customize-preferences/showext/)
|
|
||||||
- [Show Hidden Files](tweaks/customize-preferences/hiddenfiles/)
|
|
||||||
- [Snap Assist Flyout](tweaks/customize-preferences/snapflyout/)
|
|
||||||
- [Snap Assist Suggestion](tweaks/customize-preferences/snapsuggestion/)
|
|
||||||
- [Snap Window](tweaks/customize-preferences/snapwindow/)
|
|
||||||
- [Sticky Keys](tweaks/customize-preferences/stickykeys/)
|
|
||||||
- [Task View Button in Taskbar](tweaks/customize-preferences/taskview/)
|
|
||||||
- [Verbose Messages During Logon](tweaks/customize-preferences/verboselogon/)
|
|
||||||
- [Widgets Button in Taskbar](tweaks/customize-preferences/taskbarwidgets/)
|
|
||||||
|
|
||||||
### Performance Plans
|
### Performance Plans
|
||||||
|
|
||||||
- [Add and Remove Ultimate Performance Profile](tweaks/performance-plans/profile/)
|
{{< autolinks section="dev/tweaks/performance-plans" >}}
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- [Remove Adobe Creative Cloud](features/fixes/RunAdobeCCCleanerTool/)
|
{{< autolinks section="dev/features/fixes" >}}
|
||||||
- [Reset Network](features/fixes/network/)
|
|
||||||
- [Reset Windows Update](features/fixes/update/)
|
|
||||||
- [Set Up Autologin](features/fixes/autologin/)
|
|
||||||
- [System Corruption Scan](features/fixes/corruptionscan/)
|
|
||||||
- [WinGet Reinstall](features/fixes/winget/)
|
|
||||||
|
|
||||||
### Legacy Windows Panels
|
### Legacy Windows Panels
|
||||||
|
|
||||||
- [Control Panel](features/legacy-windows-panels/control/)
|
{{< autolinks section="dev/features/legacy-windows-panels" >}}
|
||||||
- [Network Connections](features/legacy-windows-panels/network/)
|
|
||||||
- [Power Panel](features/legacy-windows-panels/power/)
|
|
||||||
- [Printer Settings](features/legacy-windows-panels/printer/)
|
|
||||||
- [Region](features/legacy-windows-panels/region/)
|
|
||||||
- [Sound Settings](features/legacy-windows-panels/sound/)
|
|
||||||
- [System Properties](features/legacy-windows-panels/system/)
|
|
||||||
- [User Accounts](features/legacy-windows-panels/user/)
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- [All .Net Framework (2,3,4)](features/features/dotnet/)
|
{{< autolinks section="dev/features/features" >}}
|
||||||
- [Disable Legacy F8 Boot Recovery](features/features/disablelegacyrecovery/)
|
|
||||||
- [Enable Legacy F8 Boot Recovery](features/features/enablelegacyrecovery/)
|
|
||||||
- [Enable Daily Registry Backup Task 12.30am](features/features/regbackup/)
|
|
||||||
- [HyperV Virtualization](features/features/hyperv/)
|
|
||||||
- [Legacy Media (WMP, DirectPlay)](features/features/legacymedia/)
|
|
||||||
- [NFS - Network File System](features/features/nfs/)
|
|
||||||
- [Windows Sandbox](features/features/sandbox/)
|
|
||||||
- [Windows Subsystem for Linux](features/features/wsl/)
|
|
||||||
|
|||||||
@@ -1,11 +1,6 @@
|
|||||||
### Features
|
---
|
||||||
|
weight: 1
|
||||||
|
title: "Features"
|
||||||
|
---
|
||||||
|
|
||||||
- [All .Net Framework (2,3,4)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/dotnet.md)
|
{{< autolinks section="dev/features/features" >}}
|
||||||
- [Disable Legacy F8 Boot Recovery](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/DisableLegacyRecovery.md)
|
|
||||||
- [Enable Legacy F8 Boot Recovery](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/EnableLegacyRecovery.md)
|
|
||||||
- [Enable Daily Registry Backup Task 12.30am](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/RegBackup.md)
|
|
||||||
- [HyperV Virtualization](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/hyperv.md)
|
|
||||||
- [Legacy Media (WMP, DirectPlay)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/legacymedia.md)
|
|
||||||
- [NFS - Network File System](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/nfs.md)
|
|
||||||
- [Windows Sandbox](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/Sandbox.md)
|
|
||||||
- [Windows Subsystem for Linux](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/wsl.md)
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Set Up Autologin
|
# Set Up Autologin
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFPanelAutologin {
|
function Invoke-WPFPanelAutologin {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# System Corruption Scan
|
# System Corruption Scan
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFSystemRepair {
|
function Invoke-WPFSystemRepair {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Reset Network
|
# Reset Network
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFFixesNetwork {
|
function Invoke-WPFFixesNetwork {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Remove Adobe Creative Cloud
|
# Remove Adobe Creative Cloud
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFRunAdobeCCCleanerTool {
|
function Invoke-WPFRunAdobeCCCleanerTool {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Reset Windows Update
|
# Reset Windows Update
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFFixesUpdate {
|
function Invoke-WPFFixesUpdate {
|
||||||
|
|
||||||
<#
|
<#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# WinGet Reinstall
|
# WinGet Reinstall
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFFixesWinget {
|
function Invoke-WPFFixesWinget {
|
||||||
|
|
||||||
<#
|
<#
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
### Fixes
|
---
|
||||||
|
weight: 2
|
||||||
|
title: "Fixes"
|
||||||
|
---
|
||||||
|
|
||||||
- [Remove Adobe Creative Cloud](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/RunAdobeCCCleanerTool.md)
|
{{< autolinks section="dev/features/fixes" >}}
|
||||||
- [Reset Network](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Network.md)
|
|
||||||
- [Reset Windows Update](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Update.md)
|
|
||||||
- [Set Up Autologin](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Autologin.md)
|
|
||||||
- [System Corruption Scan](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/CorruptionScan.md)
|
|
||||||
- [WinGet Reinstall](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Winget.md)
|
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
### Legacy Windows Panels
|
---
|
||||||
|
weight: 3
|
||||||
|
title: "Legacy Windows Panels"
|
||||||
|
---
|
||||||
|
|
||||||
- [Control Panel](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/control.md)
|
{{< autolinks section="dev/features/legacy-windows-panels" >}}
|
||||||
- [Network Connections](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/network.md)
|
|
||||||
- [Power Panel](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/power.md)
|
|
||||||
- [Printer Settings](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/printer.md)
|
|
||||||
- [Region](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/region.md)
|
|
||||||
- [Sound Settings](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/sound.md)
|
|
||||||
- [System Properties](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/system.md)
|
|
||||||
- [User Accounts](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/user.md)
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Control Panel
|
# Control Panel
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFControlPanel {
|
function Invoke-WPFControlPanel {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Network Connections
|
# Network Connections
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFControlPanel {
|
function Invoke-WPFControlPanel {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Power Panel
|
# Power Panel
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFControlPanel {
|
function Invoke-WPFControlPanel {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Printer Settings
|
# Printer Settings
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFControlPanel {
|
function Invoke-WPFControlPanel {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Region
|
# Region
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFControlPanel {
|
function Invoke-WPFControlPanel {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Sound Settings
|
# Sound Settings
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFControlPanel {
|
function Invoke-WPFControlPanel {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# System Properties
|
# System Properties
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFControlPanel {
|
function Invoke-WPFControlPanel {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# User Accounts
|
# User Accounts
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFControlPanel {
|
function Invoke-WPFControlPanel {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,31 +1,16 @@
|
|||||||
|
---
|
||||||
|
weight: 1
|
||||||
|
title: "Features"
|
||||||
|
---
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
- [Remove Adobe Creative Cloud](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/RunAdobeCCCleanerTool.md)
|
{{< autolinks section="dev/features/fixes" >}}
|
||||||
- [Reset Network](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Network.md)
|
|
||||||
- [Reset Windows Update](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Update.md)
|
|
||||||
- [Set Up Autologin](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Autologin.md)
|
|
||||||
- [System Corruption Scan](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/CorruptionScan.md)
|
|
||||||
- [WinGet Reinstall](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Fixes/Winget.md)
|
|
||||||
|
|
||||||
### Legacy Windows Panels
|
### Legacy Windows Panels
|
||||||
|
|
||||||
- [Control Panel](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/control.md/control.md)
|
{{< autolinks section="dev/features/legacy-windows-panels" >}}
|
||||||
- [Network Connections](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/network.md)
|
|
||||||
- [Power Panel](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/power.md)
|
|
||||||
- [Printer Settings](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/printer.md)
|
|
||||||
- [Region](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/region.md)
|
|
||||||
- [Sound Settings](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/sound.md)
|
|
||||||
- [System Properties](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/system.md)
|
|
||||||
- [User Accounts](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Legacy-Windows-Panels/user.md)
|
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- [All .Net Framework (2,3,4)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/dotnet.md)
|
{{< autolinks section="dev/features/features" >}}
|
||||||
- [Disable Legacy F8 Boot Recovery](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/DisableLegacyRecovery.md)
|
|
||||||
- [Enable Legacy F8 Boot Recovery](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/EnableLegacyRecovery.md)
|
|
||||||
- [Enable Daily Registry Backup Task 12.30am](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/RegBackup.md)
|
|
||||||
- [HyperV Virtualization](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/hyperv.md)
|
|
||||||
- [Legacy Media (WMP, DirectPlay)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/legacymedia.md)
|
|
||||||
- [NFS - Network File System](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/nfs.md)
|
|
||||||
- [Windows Sandbox](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/Sandbox.md)
|
|
||||||
- [Windows Subsystem for Linux](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/features/Features/wsl.md)
|
|
||||||
|
|||||||
@@ -1,18 +1,8 @@
|
|||||||
|
---
|
||||||
|
weight: 3
|
||||||
|
title: "Customize Preferences"
|
||||||
|
---
|
||||||
|
|
||||||
### Customize Preferences
|
### Customize Preferences
|
||||||
|
|
||||||
- [Bing Search in Start Menu](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md)
|
{{< autolinks section="dev/tweaks/customize-preferences" >}}
|
||||||
- [Center Taskbar Items](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md)
|
|
||||||
- [Dark Theme for Windows](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md)
|
|
||||||
- [Detailed BSoD](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md)
|
|
||||||
- [Mouse Acceleration](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md)
|
|
||||||
- [NumLock on Startup](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/NumLock.md)
|
|
||||||
- [Search Button in Taskbar](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md)
|
|
||||||
- [Show File Extensions](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md)
|
|
||||||
- [Show Hidden Files](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md)
|
|
||||||
- [Snap Assist Flyout](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/SnapFlyout.md)
|
|
||||||
- [Snap Assist Suggestion](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/SnapSuggestion.md)
|
|
||||||
- [Snap Window](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/SnapWindow.md)
|
|
||||||
- [Sticky Keys](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md)
|
|
||||||
- [Task View Button in Taskbar](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/TaskView.md)
|
|
||||||
- [Verbose Messages During Logon](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md)
|
|
||||||
- [Widgets Button in Taskbar](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/TaskbarWidgets.md)
|
|
||||||
|
|||||||
@@ -1,18 +1,8 @@
|
|||||||
|
---
|
||||||
|
weight: 1
|
||||||
|
title: "Essential Tweaks"
|
||||||
|
---
|
||||||
|
|
||||||
### Essential Tweaks
|
### Essential Tweaks
|
||||||
|
|
||||||
- [Create Restore Point](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md)
|
{{< autolinks section="dev/tweaks/essential-tweaks" >}}
|
||||||
- [Debloat Edge](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/EdgeDebloat.md)
|
|
||||||
- [Delete Temporary Files](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md)
|
|
||||||
- [Disable Activity History](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Activity.md)
|
|
||||||
- [Disable ConsumerFeatures](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md)
|
|
||||||
- [Disable GameDVR](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/GameDVR.md)
|
|
||||||
- [Disable Hibernation](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Hibernation.md)
|
|
||||||
- [Disable Location Tracking](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Location.md)
|
|
||||||
- [Disable Powershell 7 Telemetry](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md)
|
|
||||||
- [Disable Storage Sense](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Storage.md)
|
|
||||||
- [Disable Telemetry](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md)
|
|
||||||
- [Enable End Task With Right Click](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md)
|
|
||||||
- [Prefer IPv4 over IPv6](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/IPv46.md)
|
|
||||||
- [Run Disk Cleanup](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md)
|
|
||||||
- [Set Hibernation as default (good for laptops)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/LaptopHibernation.md)
|
|
||||||
- [Set Services to Manual](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Services.md)
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Remove Ultimate Performance Profile
|
# Remove Ultimate Performance Profile
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
Function Invoke-WPFUltimatePerformance {
|
Function Invoke-WPFUltimatePerformance {
|
||||||
<#
|
<#
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
---
|
||||||
|
weight: 4
|
||||||
|
title: "Performance Plans"
|
||||||
|
---
|
||||||
|
|
||||||
### Performance Plans
|
### Performance Plans
|
||||||
|
|
||||||
- [Add and Remove Ultimate Performance Profile](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Performance-Plans/Profile.md)
|
{{< autolinks section="dev/tweaks/performance-plans" >}}
|
||||||
|
|||||||
@@ -1,58 +1,20 @@
|
|||||||
|
---
|
||||||
|
weight: 2
|
||||||
|
title: "Tweaks"
|
||||||
|
---
|
||||||
|
|
||||||
### Essential Tweaks
|
### Essential Tweaks
|
||||||
|
|
||||||
- [Create Restore Point](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md)
|
{{< autolinks section="dev/tweaks/essential-tweaks" >}}
|
||||||
- [Debloat Edge](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/EdgeDebloat.md)
|
|
||||||
- [Delete Temporary Files](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md)
|
|
||||||
- [Disable Activity History](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Activity.md)
|
|
||||||
- [Disable ConsumerFeatures](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md)
|
|
||||||
- [Disable GameDVR](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/GameDVR.md)
|
|
||||||
- [Disable Hibernation](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Hibernation.md)
|
|
||||||
- [Disable Location Tracking](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Location.md)
|
|
||||||
- [Disable Powershell 7 Telemetry](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md)
|
|
||||||
- [Disable Storage Sense](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Storage.md)
|
|
||||||
- [Disable Telemetry](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md)
|
|
||||||
- [Enable End Task With Right Click](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md)
|
|
||||||
- [Prefer IPv4 over IPv6](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/IPv46.md)
|
|
||||||
- [Run Disk Cleanup](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/DiskCleanup.md)
|
|
||||||
- [Set Hibernation as default (good for laptops)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/LaptopHibernation.md)
|
|
||||||
- [Set Services to Manual](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Essential-Tweaks/Services.md)
|
|
||||||
|
|
||||||
### Advanced Tweaks (CAUTION)
|
### Advanced Tweaks (CAUTION)
|
||||||
|
|
||||||
- [Adobe Network Block](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md)
|
{{< autolinks section="dev/tweaks/z--advanced-tweaks---caution" >}}
|
||||||
- [Disable Background Apps](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md)
|
|
||||||
- [Disable Fullscreen Optimizations](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md)
|
|
||||||
- [Disable IPv6](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md)
|
|
||||||
- [Disable Notification Tray/Calendar](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md)
|
|
||||||
- [Disable Teredo](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md)
|
|
||||||
- [Remove ALL MS Store Apps - NOT RECOMMENDED](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md)
|
|
||||||
- [Remove Gallery from explorer](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md)
|
|
||||||
- [Remove Home from explorer](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md)
|
|
||||||
- [Run OO Shutup 10](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton.md)
|
|
||||||
- [Remove OneDrive](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md)
|
|
||||||
- [Set Classic Right-Click Menu](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md)
|
|
||||||
- [Set Display for Performance](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md)
|
|
||||||
- [Set Time to UTC (Dual Boot)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md)
|
|
||||||
|
|
||||||
### Customize Preferences
|
### Customize Preferences
|
||||||
|
|
||||||
- [Bing Search in Start Menu](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md)
|
{{< autolinks section="dev/tweaks/customize-preferences" >}}
|
||||||
- [Center Taskbar Items](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md)
|
|
||||||
- [Dark Theme for Windows](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md)
|
|
||||||
- [Detailed BSoD](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md)
|
|
||||||
- [Mouse Acceleration](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md)
|
|
||||||
- [NumLock on Startup](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/NumLock.md)
|
|
||||||
- [Search Button in Taskbar](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md)
|
|
||||||
- [Show File Extensions](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md)
|
|
||||||
- [Show Hidden Files](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md)
|
|
||||||
- [Snap Assist Flyout](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/SnapFlyout.md)
|
|
||||||
- [Snap Assist Suggestion](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/SnapSuggestion.md)
|
|
||||||
- [Snap Window](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/SnapWindow.md)
|
|
||||||
- [Sticky Keys](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md)
|
|
||||||
- [Task View Button in Taskbar](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/TaskView.md)
|
|
||||||
- [Verbose Messages During Logon](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md)
|
|
||||||
- [Widgets Button in Taskbar](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Customize-Preferences/TaskbarWidgets.md)
|
|
||||||
|
|
||||||
### Performance Plans
|
### Performance Plans
|
||||||
|
|
||||||
- [Add and Remove Ultimate Performance Profile](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/Performance-Plans/Profile.md)
|
{{< autolinks section="dev/tweaks/performance-plans" >}}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Run OO Shutup 10
|
# Run OO Shutup 10
|
||||||
|
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WPFOOSU {
|
function Invoke-WPFOOSU {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
],
|
],
|
||||||
```
|
```
|
||||||
# Function
|
# Function
|
||||||
```json
|
```powershell
|
||||||
function Invoke-WinUtilRemoveEdge {
|
function Invoke-WinUtilRemoveEdge {
|
||||||
Write-Host "Unlocking The Offical Edge Uninstaller And Removing Microsoft Edge..."
|
Write-Host "Unlocking The Offical Edge Uninstaller And Removing Microsoft Edge..."
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +1,8 @@
|
|||||||
|
---
|
||||||
|
weight: 2
|
||||||
|
title: "Advanced Tweaks (CAUTION)"
|
||||||
|
---
|
||||||
|
|
||||||
### Advanced Tweaks (CAUTION)
|
### Advanced Tweaks (CAUTION)
|
||||||
|
|
||||||
- [Adobe Network Block](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md)
|
{{< autolinks section="dev/tweaks/z--advanced-tweaks---caution" >}}
|
||||||
- [Disable Background Apps](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md)
|
|
||||||
- [Disable Fullscreen Optimizations](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md)
|
|
||||||
- [Disable IPv6](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md)
|
|
||||||
- [Disable Notification Tray/Calendar](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md)
|
|
||||||
- [Disable Teredo](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md)
|
|
||||||
- [Remove ALL MS Store Apps - NOT RECOMMENDED](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md)
|
|
||||||
- [Remove Gallery from explorer](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md)
|
|
||||||
- [Remove Home from explorer](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md)
|
|
||||||
- [Make Edge Uninstallable](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeUninstall.md)
|
|
||||||
- [Run OO Shutup 10](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton.md)
|
|
||||||
- [Remove OneDrive](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md)
|
|
||||||
- [Set Classic Right-Click Menu](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md)
|
|
||||||
- [Set Display for Performance](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md)
|
|
||||||
- [Set Time to UTC (Dual Boot)](https://github.com/ChrisTitusTech/winutil/blob/main/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md)
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Winutil is a powerful Windows utility that helps you optimize, customize, and ma
|
|||||||
|
|
||||||
Before running Winutil, ensure your system meets these requirements:
|
Before running Winutil, ensure your system meets these requirements:
|
||||||
|
|
||||||
- **Operating System**: Windows 10 (version 1809 or later) or Windows 11
|
- **Operating System**: Windows 10 (Latest Version) or Windows 11
|
||||||
- **PowerShell**: Version 5.1 or later (included by default in Windows 10/11)
|
- **PowerShell**: Version 5.1 or later (included by default in Windows 10/11)
|
||||||
- **Administrator Access**: Required for system-level changes
|
- **Administrator Access**: Required for system-level changes
|
||||||
- **Internet Connection**: Required for downloading applications and updates
|
- **Internet Connection**: Required for downloading applications and updates
|
||||||
@@ -26,17 +26,20 @@ Winutil doesn't require traditional installation. It runs directly from PowerShe
|
|||||||
There are several ways to open PowerShell with admin rights:
|
There are several ways to open PowerShell with admin rights:
|
||||||
|
|
||||||
**Method 1: Start Menu (Recommended)**
|
**Method 1: Start Menu (Recommended)**
|
||||||
|
|
||||||
1. Right-click on the Windows Start button
|
1. Right-click on the Windows Start button
|
||||||
2. Select "Windows PowerShell (Admin)" on Windows 10
|
2. Select "Windows PowerShell (Admin)" on Windows 10
|
||||||
3. Or select "Terminal (Admin)" on Windows 11
|
3. Or select "Terminal (Admin)" on Windows 11
|
||||||
|
|
||||||
**Method 2: Search Method**
|
**Method 2: Search Method**
|
||||||
|
|
||||||
1. Press the `Windows` key
|
1. Press the `Windows` key
|
||||||
2. Type "PowerShell" or "Terminal"
|
2. Type "PowerShell" or "Terminal"
|
||||||
3. Press `Ctrl + Shift + Enter` to launch as administrator
|
3. Press `Ctrl + Shift + Enter` to launch as administrator
|
||||||
4. Or right-click and select "Run as administrator"
|
4. Or right-click and select "Run as administrator"
|
||||||
|
|
||||||
**Method 3: Run Dialog**
|
**Method 3: Run Dialog**
|
||||||
|
|
||||||
1. Press `Windows + R`
|
1. Press `Windows + R`
|
||||||
2. Type `powershell`
|
2. Type `powershell`
|
||||||
3. Press `Ctrl + Shift + Enter`
|
3. Press `Ctrl + Shift + Enter`
|
||||||
@@ -46,11 +49,13 @@ There are several ways to open PowerShell with admin rights:
|
|||||||
Once PowerShell is open with administrator privileges, run one of these commands:
|
Once PowerShell is open with administrator privileges, run one of these commands:
|
||||||
|
|
||||||
**Stable Release (Recommended for most users)**
|
**Stable Release (Recommended for most users)**
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
irm "https://christitus.com/win" | iex
|
irm "https://christitus.com/win" | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
**Development Branch (For testing latest features)**
|
**Development Branch (For testing latest features)**
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
irm "https://christitus.com/windev" | iex
|
irm "https://christitus.com/windev" | iex
|
||||||
```
|
```
|
||||||
@@ -61,6 +66,7 @@ irm "https://christitus.com/windev" | iex
|
|||||||
### Step 3: Wait for Winutil to Load
|
### Step 3: Wait for Winutil to Load
|
||||||
|
|
||||||
The first time you run Winutil, it may take a few moments to:
|
The first time you run Winutil, it may take a few moments to:
|
||||||
|
|
||||||
- Download the latest version
|
- Download the latest version
|
||||||
- Initialize the interface
|
- Initialize the interface
|
||||||
- Load all features and settings
|
- Load all features and settings
|
||||||
@@ -80,6 +86,7 @@ On your first run, you may be prompted to configure WinGet (Windows Package Mana
|
|||||||
Winutil opens with a clean, tabbed interface:
|
Winutil opens with a clean, tabbed interface:
|
||||||
|
|
||||||
**Main Tabs**:
|
**Main Tabs**:
|
||||||
|
|
||||||
- **Install**: Browse and install applications
|
- **Install**: Browse and install applications
|
||||||
- **Tweaks**: Apply system optimizations and customizations
|
- **Tweaks**: Apply system optimizations and customizations
|
||||||
- **Config**: Access system tools and utilities
|
- **Config**: Access system tools and utilities
|
||||||
@@ -121,12 +128,14 @@ For a better Windows experience without risks:
|
|||||||
### Installing Applications
|
### Installing Applications
|
||||||
|
|
||||||
**Single Application**:
|
**Single Application**:
|
||||||
|
|
||||||
1. Open **Install** tab
|
1. Open **Install** tab
|
||||||
2. Search for the application name
|
2. Search for the application name
|
||||||
3. Check the box next to it
|
3. Check the box next to it
|
||||||
4. Click "Install Selected"
|
4. Click "Install Selected"
|
||||||
|
|
||||||
**Multiple Applications**:
|
**Multiple Applications**:
|
||||||
|
|
||||||
1. Check multiple application boxes
|
1. Check multiple application boxes
|
||||||
2. All checked apps will install in sequence
|
2. All checked apps will install in sequence
|
||||||
3. Progress is shown in the bottom panel
|
3. Progress is shown in the bottom panel
|
||||||
@@ -134,16 +143,19 @@ For a better Windows experience without risks:
|
|||||||
### Applying Tweaks
|
### Applying Tweaks
|
||||||
|
|
||||||
**Essential Tweaks** (Safe for all users):
|
**Essential Tweaks** (Safe for all users):
|
||||||
|
|
||||||
1. Go to **Tweaks** tab
|
1. Go to **Tweaks** tab
|
||||||
2. Select from Essential Tweaks section
|
2. Select from Essential Tweaks section
|
||||||
3. Click "Run Tweaks"
|
3. Click "Run Tweaks"
|
||||||
|
|
||||||
**Advanced Tweaks** (Use with caution):
|
**Advanced Tweaks** (Use with caution):
|
||||||
|
|
||||||
1. Only modify if you understand the implications
|
1. Only modify if you understand the implications
|
||||||
2. Always create a restore point first
|
2. Always create a restore point first
|
||||||
3. Review documentation for each tweak
|
3. Review documentation for each tweak
|
||||||
|
|
||||||
**Undoing Tweaks**:
|
**Undoing Tweaks**:
|
||||||
|
|
||||||
1. Select the same tweaks you applied
|
1. Select the same tweaks you applied
|
||||||
2. Click "Undo Selected Tweaks"
|
2. Click "Undo Selected Tweaks"
|
||||||
3. System will revert to previous state
|
3. System will revert to previous state
|
||||||
@@ -183,6 +195,7 @@ Winutil offers several preset configurations:
|
|||||||
## Safety Tips
|
## Safety Tips
|
||||||
|
|
||||||
✅ **DO**:
|
✅ **DO**:
|
||||||
|
|
||||||
- Create restore points before major changes
|
- Create restore points before major changes
|
||||||
- Read tweak descriptions before applying
|
- Read tweak descriptions before applying
|
||||||
- Start with Essential Tweaks
|
- Start with Essential Tweaks
|
||||||
@@ -190,6 +203,7 @@ Winutil offers several preset configurations:
|
|||||||
- Back up important data
|
- Back up important data
|
||||||
|
|
||||||
❌ **DON'T**:
|
❌ **DON'T**:
|
||||||
|
|
||||||
- Apply all tweaks at once without understanding them
|
- Apply all tweaks at once without understanding them
|
||||||
- Skip creating restore points
|
- Skip creating restore points
|
||||||
- Use Advanced Tweaks without research
|
- Use Advanced Tweaks without research
|
||||||
@@ -203,11 +217,13 @@ Winutil offers several preset configurations:
|
|||||||
**If the download fails**:
|
**If the download fails**:
|
||||||
|
|
||||||
1. Try the direct GitHub link:
|
1. Try the direct GitHub link:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
irm https://github.com/ChrisTitusTech/Winutil/releases/latest/download/Winutil.ps1 | iex
|
irm https://github.com/ChrisTitusTech/Winutil/releases/latest/download/Winutil.ps1 | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Force TLS 1.2 (for older Windows versions):
|
2. Force TLS 1.2 (for older Windows versions):
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
irm "https://christitus.com/win" | iex
|
irm "https://christitus.com/win" | iex
|
||||||
@@ -260,14 +276,14 @@ If you need assistance:
|
|||||||
|
|
||||||
## Quick Reference Card
|
## Quick Reference Card
|
||||||
|
|
||||||
| Task | Location | Action |
|
| Task | Location | Action |
|
||||||
|------|----------|--------|
|
| -------------------- | ----------- | ------------------------------------ |
|
||||||
| Install Apps | Install Tab | Check boxes → Install Selected |
|
| Install Apps | Install Tab | Check boxes → Install Selected |
|
||||||
| Apply Tweaks | Tweaks Tab | Select tweaks → Run Tweaks |
|
| Apply Tweaks | Tweaks Tab | Select tweaks → Run Tweaks |
|
||||||
| Undo Tweaks | Tweaks Tab | Select tweaks → Undo Selected Tweaks |
|
| Undo Tweaks | Tweaks Tab | Select tweaks → Undo Selected Tweaks |
|
||||||
| Create Restore Point | Tweaks Tab | Essential Tweaks section |
|
| Create Restore Point | Tweaks Tab | Essential Tweaks section |
|
||||||
| Fix Network | Config Tab | Fixes → Reset Network |
|
| Fix Network | Config Tab | Fixes → Reset Network |
|
||||||
| Change DNS | Tweaks Tab | DNS section |
|
| Change DNS | Tweaks Tab | DNS section |
|
||||||
| Open Control Panel | Config Tab | Legacy Windows Panels |
|
| Open Control Panel | Config Tab | Legacy Windows Panels |
|
||||||
|
|
||||||
Happy optimizing! 🚀
|
Happy optimizing! 🚀
|
||||||
|
|||||||
@@ -23,19 +23,19 @@ From this screen, you'll have to do one of the following:
|
|||||||
{{< image src="images/microwin/microwin-downloader" >}}
|
{{< image src="images/microwin/microwin-downloader" >}}
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
When downloading your ISO file, network conditions (such as speed and location) can affect the time you have to wait for the download to complete and the availability of such download.
|
> When downloading your ISO file, network conditions (such as speed and location) can affect the time you have to wait for the download to complete and the availability of such download.
|
||||||
|
|
||||||
### Compatibility
|
### Compatibility
|
||||||
|
|
||||||
You may be wondering if your Windows image is compatible with the MicroWin process. Because of this, we present to you a compatibility list:
|
You may be wondering if your Windows image is compatible with the MicroWin process. Because of this, we present to you a compatibility list:
|
||||||
|
|
||||||
| Version | Compatible? |
|
| Version | Compatible? |
|
||||||
|:--|:--|
|
| :---------- | :----------------------------------------------------- |
|
||||||
| Windows 7 | ❌ Not supported |
|
| Windows 7 | ❌ Not supported |
|
||||||
| Windows 8 | ❌ Not supported |
|
| Windows 8 | ❌ Not supported |
|
||||||
| Windows 8.1 | ❌ Not supported |
|
| Windows 8.1 | ❌ Not supported |
|
||||||
| Windows 10 | ℹ️ Only the latest versions are supported, and you will not get the full experience |
|
| Windows 10 | ❌ Not supported, But may work on the latest versions. |
|
||||||
| Windows 11 | 👍 Supported (21H2-24H2) |
|
| Windows 11 | 👍 Supported (21H2-25H2) |
|
||||||
|
|
||||||
After getting information about your ISO file, you will see the following screen:
|
After getting information about your ISO file, you will see the following screen:
|
||||||
|
|
||||||
@@ -45,14 +45,14 @@ After getting information about your ISO file, you will see the following screen
|
|||||||
|
|
||||||
To successfully use MicroWin with your Windows image, you need the following:
|
To successfully use MicroWin with your Windows image, you need the following:
|
||||||
|
|
||||||
- **The latest versions of Windows 10, or Windows 11**
|
- **The latest versions of Windows 11**
|
||||||
- **Enough space**. We recommend having, at least, double the size of your ISO file. However, you may need more if you want to inject drivers
|
- **Enough space**. We recommend having, at least, double the size of your ISO file. However, you may need more if you want to inject drivers
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
||||||
### Choosing your index
|
### Choosing your index
|
||||||
|
|
||||||
By default, MicroWin will target the Pro edition of Windows. The Pro edition is a good baseline for IT administrators **and** end-users, due to the inclusion of Group Policy, the ability to join domains, and more things that you can't find with the Home edition. For more information, check out [this comparison chart](https://en.wikipedia.org/wiki/Windows_10_editions#Comparison_chart).
|
By default, MicroWin will target the Pro edition of Windows. The Pro edition is a good baseline for IT administrators **and** end-users, due to the inclusion of Group Policy, the ability to join domains, and more things that you can't find with the Home edition. For more information, check out [this comparison chart](https://en.wikipedia.org/wiki/Windows_11_version_history).
|
||||||
|
|
||||||
Obviously, you should pick the edition of Windows for which you have a license. To change the edition to process, select the drop-down menu under "Choose Windows SKU" and select your edition.
|
Obviously, you should pick the edition of Windows for which you have a license. To change the edition to process, select the drop-down menu under "Choose Windows SKU" and select your edition.
|
||||||
|
|
||||||
@@ -67,7 +67,7 @@ If you want to use MicroWin on a real system, you may want to include the driver
|
|||||||
- **Injecting VirtIO drivers:** if you plan on using the target Windows image with QEMU/Proxmox VE, or any UI that uses it (like `virt-manager` on Linux), you can automatically download the VirtIO driver ISO and put its contents into your ISO file
|
- **Injecting VirtIO drivers:** if you plan on using the target Windows image with QEMU/Proxmox VE, or any UI that uses it (like `virt-manager` on Linux), you can automatically download the VirtIO driver ISO and put its contents into your ISO file
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
Injecting VirtIO drivers is only supported on v25.01.11 and later
|
> Injecting VirtIO drivers is only supported on v25.01.11 and later
|
||||||
|
|
||||||
Of course, you can continue without setting up drivers. Simply leave the options blank and continue with the process.
|
Of course, you can continue without setting up drivers. Simply leave the options blank and continue with the process.
|
||||||
|
|
||||||
@@ -145,6 +145,9 @@ If you have a Ventoy drive, you can copy your ISO file to it quickly and easily.
|
|||||||
|
|
||||||
You can learn more about Ventoy drives [here](https://www.ventoy.net/en/index.html).
|
You can learn more about Ventoy drives [here](https://www.ventoy.net/en/index.html).
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Newer versions of MicroWin images may have compatibility issues with ventoy.
|
||||||
|
|
||||||
### Setting up a custom user
|
### Setting up a custom user
|
||||||
|
|
||||||
If you want to set up a custom user, effectively creating a completely unattended installation, you can set up a user name and password:
|
If you want to set up a custom user, effectively creating a completely unattended installation, you can set up a user name and password:
|
||||||
@@ -152,7 +155,7 @@ If you want to set up a custom user, effectively creating a completely unattende
|
|||||||
{{< image src="images/microwin/microwin-customuser" >}}
|
{{< image src="images/microwin/microwin-customuser" >}}
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
To set up a custom user, you need to specify its name, which cannot surpass 20 characters. Otherwise, a user named "User" will be created. However, you don't need to set up a password. If you leave the password box blank, you can take advantage of auto-logons, but **do what you think it's best for your use case**.
|
> To set up a custom user, you need to specify its name, which cannot surpass 20 characters. Otherwise, a user named "User" will be created. However, you don't need to set up a password. If you leave the password box blank, you can take advantage of auto-logons, but **do what you think it's best for your use case**.
|
||||||
|
|
||||||
After configuring all your desired settings, click "Start the process" and specify the location of your ISO file.
|
After configuring all your desired settings, click "Start the process" and specify the location of your ISO file.
|
||||||
|
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ dateFormat = "January 2, 2006"
|
|||||||
[params.footer]
|
[params.footer]
|
||||||
enable = true
|
enable = true
|
||||||
displayCopyright = true
|
displayCopyright = true
|
||||||
displayPoweredBy = true
|
displayPoweredBy = false
|
||||||
width = "normal"
|
width = "normal"
|
||||||
|
|
||||||
[params.highlight.copy]
|
[params.highlight.copy]
|
||||||
|
|||||||
24
docs/i18n/en.yaml
Normal file
24
docs/i18n/en.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
copyright: "© Chris Titus Tech. All rights reserved."
|
||||||
|
|
||||||
|
backToTop: "Scroll to top"
|
||||||
|
changeLanguage: "Change language"
|
||||||
|
changeTheme: "Change theme"
|
||||||
|
copy: "Copy"
|
||||||
|
copied: "Copied!"
|
||||||
|
copyAsMarkdown: "Copy as Markdown"
|
||||||
|
copyPage: "Copy Page"
|
||||||
|
copyCode: "Copy code"
|
||||||
|
dark: "Dark"
|
||||||
|
editThisPage: "Edit this page on GitHub →"
|
||||||
|
lastUpdated: "Last updated on"
|
||||||
|
light: "Light"
|
||||||
|
next: "Next"
|
||||||
|
noResultsFound: "No results found."
|
||||||
|
onThisPage: "On this page"
|
||||||
|
poweredBy: "Powered by Chris Titus Tech"
|
||||||
|
previous: "Prev"
|
||||||
|
readMore: "Read more →"
|
||||||
|
searchPlaceholder: "Search..."
|
||||||
|
system: "System"
|
||||||
|
tags: "Tags"
|
||||||
|
viewAsMarkdown: "View as Markdown"
|
||||||
19
docs/layouts/shortcodes/autolinks.html
Normal file
19
docs/layouts/shortcodes/autolinks.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{{- $section := .Get "section" | lower -}}
|
||||||
|
{{- $pages := slice -}}
|
||||||
|
{{- range .Site.RegularPages -}}
|
||||||
|
{{- if in .RelPermalink $section -}}
|
||||||
|
{{- $pageTitle := .Title -}}
|
||||||
|
{{- if eq $pageTitle "" -}}
|
||||||
|
{{- $pageTitle = .File.BaseFileName | humanize | title -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- if findRE "^# .+" .RawContent -}}
|
||||||
|
{{- $pageTitle = replaceRE "(?s)^# (.+?)\\n.*" "$1" .RawContent -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- $pages = $pages | append (dict "title" $pageTitle "url" .RelPermalink) -}}
|
||||||
|
{{- end -}}
|
||||||
|
{{- end -}}
|
||||||
|
<ul>
|
||||||
|
{{- range sort $pages "title" "asc" }}
|
||||||
|
<li><a href="{{ .url }}">{{ .title }}</a></li>
|
||||||
|
{{- end }}
|
||||||
|
</ul>
|
||||||
Reference in New Issue
Block a user