mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-06 06:38:31 +00:00
removed windows 10 reference and pages edits (#4185)
* removed any windows 10 reference * update links * page clean up * Update _index.md * clean up getting started page * clean up more pages * Update faq.md * Update _index.md * more clean up
This commit is contained in:
committed by
GitHub
parent
a30664002b
commit
3da0221fb4
@@ -5,8 +5,12 @@ toc: true
|
||||
|
||||
## General Questions
|
||||
|
||||
### Is Windows 10 still supported?
|
||||
No. Windows 10 is no longer supported by Winutil because it reached end of support on **October 14, 2025**.
|
||||
Winutil is focused on Windows 11.
|
||||
|
||||
### How do I uninstall Winutil?
|
||||
You do not have to uninstall Winutil. As it is a script you run from PowerShell, it only loads into your RAM. This means as soon as you close Winutil, it will be cleared from your system. Winutil doesn't install itself permanently on your computer.
|
||||
You do not need to uninstall Winutil. Because it runs as a PowerShell script, it is loaded into memory only while it is open. Once you close it, it is removed from memory and does not remain installed on your system.
|
||||
|
||||
### Is Winutil safe to use?
|
||||
Yes, Winutil is open source and the code is publicly available on GitHub. Thousands of users run it daily. However, like any system modification tool, you should:
|
||||
@@ -44,12 +48,15 @@ Try these solutions in order:
|
||||
irm https://github.com/ChrisTitusTech/Winutil/releases/latest/download/Winutil.ps1 | iex
|
||||
```
|
||||
|
||||
2. **Force TLS 1.2** (for older Windows):
|
||||
2. **Force TLS 1.2**:
|
||||
```powershell
|
||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||
irm "https://christitus.com/win" | iex
|
||||
```
|
||||
|
||||
> [!NOTE]
|
||||
> On Windows 11, you usually do not need the TLS 1.2 command. Use it only if you hit download or security protocol errors.
|
||||
|
||||
3. **Change DNS** to Cloudflare (1.1.1.1) or Google (8.8.8.8)
|
||||
|
||||
4. **Use a VPN** if GitHub is blocked in your region
|
||||
@@ -70,7 +77,7 @@ If you applied a tweak and it breaks something, you can revert it:
|
||||
1. Open Winutil again
|
||||
2. Go to the **Tweaks** tab
|
||||
3. Select the same tweak you applied
|
||||
4. Click **"Undo Selected Tweaks"**
|
||||
4. Click **Undo Selected Tweaks**
|
||||
5. The system will revert to the previous state
|
||||
|
||||
Alternatively, use System Restore if you created a restore point.
|
||||
@@ -93,7 +100,7 @@ Alternatively, use System Restore if you created a restore point.
|
||||
Start with Essential Tweaks. Only use Advanced Tweaks if you understand the implications.
|
||||
|
||||
### Will tweaks survive Windows Updates?
|
||||
Most tweaks persist through updates, but some may be reset by major Windows updates (feature updates). You may need to reapply certain tweaks after major updates.
|
||||
Most tweaks persist through updates, but some may be reset by major Windows feature updates. You may need to reapply certain tweaks afterward.
|
||||
|
||||
### Can I create my own tweak presets?
|
||||
Currently, Winutil uses predefined presets (Desktop, Laptop, Minimal, Standard). Custom presets aren't directly supported in the GUI, but you can script your preferred configuration.
|
||||
@@ -112,8 +119,8 @@ Yes! Check the boxes for all applications you want, then click "Install Selected
|
||||
|
||||
### WinGet isn't working. How do I fix it?
|
||||
1. Go to the **Config** tab
|
||||
2. Find **Fixes** section
|
||||
3. Click **"WinGet Reinstall"**
|
||||
2. Find the **Fixes** section
|
||||
3. Click **WinGet Reinstall**
|
||||
4. Wait for completion
|
||||
5. Try installing applications again
|
||||
|
||||
@@ -138,8 +145,8 @@ Generally, **no**. Security updates are important. However, you might:
|
||||
|
||||
### How do I re-enable updates after disabling them?
|
||||
1. Open Winutil
|
||||
2. Go to **Updates** tab
|
||||
3. Click **"Enable Updates"**
|
||||
2. Go to the **Updates** tab
|
||||
3. Click **Enable Updates**
|
||||
4. Updates will resume normally
|
||||
|
||||
### What's the difference between "Security Updates Only" and "Disable Updates"?
|
||||
@@ -169,7 +176,7 @@ Troubleshooting steps:
|
||||
### Network tweaks broke my internet connection
|
||||
1. Open Winutil
|
||||
2. Go to **Config** > **Fixes**
|
||||
3. Click **"Reset Network"**
|
||||
3. Click **Reset Network**
|
||||
4. Restart your computer
|
||||
5. Connection should be restored
|
||||
|
||||
@@ -177,7 +184,7 @@ Troubleshooting steps:
|
||||
Undo the tweaks that might have affected those features:
|
||||
1. Reopen Winutil
|
||||
2. Select the tweaks you applied
|
||||
3. Click "Undo Selected Tweaks"
|
||||
3. Click **Undo Selected Tweaks**
|
||||
|
||||
If that doesn't work, use System Restore to revert to a previous state.
|
||||
|
||||
@@ -190,10 +197,10 @@ Yes, Winutil works on Windows Server editions, though some features may not be a
|
||||
Yes, Winutil works with Windows 10/11 LTSC editions. Some applications may not be available depending on your configuration.
|
||||
|
||||
### Can I use Winutil in a corporate/enterprise environment?
|
||||
Yes, but check your organization's policies first. Some tweaks may conflict with group policies or corporate requirements.
|
||||
Yes, but check your organization's policies first. Some tweaks may conflict with Group Policy or other corporate requirements.
|
||||
|
||||
### How do I automate Winutil for multiple PCs?
|
||||
See the [Automation Guide](userguide/automation/) for details on:
|
||||
See the [Automation Guide](/userguide/automation/) for details on:
|
||||
- Configuration files
|
||||
- PowerShell parameters
|
||||
- Batch deployment
|
||||
@@ -206,7 +213,7 @@ Yes! Contributions are welcome:
|
||||
- Improve documentation
|
||||
- Help others in Discord
|
||||
|
||||
See the [Contributing Guide](contributing/) for details.
|
||||
See the [Contributing Guide](/contributing/) for details.
|
||||
|
||||
## Privacy & Security
|
||||
|
||||
@@ -239,7 +246,7 @@ Tweaks can improve performance by:
|
||||
- Cleaning temporary files
|
||||
- Optimizing startup programs
|
||||
|
||||
Results vary based on your system and which tweaks you apply.
|
||||
Results vary depending on your system and which tweaks you apply.
|
||||
|
||||
### What's the best preset for gaming?
|
||||
Use the **Desktop** preset, then additionally apply:
|
||||
@@ -249,7 +256,7 @@ Use the **Desktop** preset, then additionally apply:
|
||||
- Set display for performance (Advanced)
|
||||
|
||||
### How much RAM does Winutil use?
|
||||
Winutil itself uses ~50-100MB while running. Once closed, it's removed from memory.
|
||||
Winutil itself uses about 50-100 MB while running. Once closed, it is removed from memory.
|
||||
|
||||
## Error Messages
|
||||
|
||||
@@ -265,8 +272,8 @@ Type `Y` and press Enter in the PowerShell window. This only happens on first us
|
||||
|
||||
Can't find your answer? Try these resources:
|
||||
|
||||
- **[Known Issues](knownissues/)** - Check if it's a known problem
|
||||
- **[User Guide](userguide/)** - Comprehensive documentation
|
||||
- **[Known Issues](/knownissues/)** - Check if it's a known problem
|
||||
- **[User Guide](/userguide/)** - Comprehensive documentation
|
||||
- **[Discord Community](https://discord.gg/RUbZUZyByQ)** - Get help from other users
|
||||
- **[GitHub Issues](https://github.com/ChrisTitusTech/winutil/issues)** - Report bugs
|
||||
- **[YouTube Tutorial](https://www.youtube.com/watch?v=6UQZ5oQg8XA)** - Video walkthrough
|
||||
|
||||
Reference in New Issue
Block a user