|
6 | 6 |
|
7 | 7 | # Utilities Page |
8 | 8 |
|
9 | | -## System Utilities |
| 9 | +!!! note "New and Updated Utilities Page" |
10 | 10 |
|
11 | | -The following system utilities can be run directly from the app: |
| 11 | + The Utilities page has been completely redesigned and updated with new features and controls for better usability and functionality. |
12 | 12 |
|
13 | | -| Utility Name | Command | Type | Description | |
14 | | -| ----------------------- | -------------------------------------------- | ------- | ----------------------------------------- | |
15 | | -| **System File Checker** | `sfc /scannow` | System | Scans and repairs Windows system files. | |
16 | | -| **DISM Health Restore** | `DISM /Online /Cleanup-Image /RestoreHealth` | System | Repairs Windows system image health. | |
17 | | -| **Check Disk** | `chkdsk C: /f /r /x` | System | Checks and repairs disk errors. | |
18 | | -| **Show Power Plan** | `powercfg /getactivescheme` | System | Displays the currently active power plan. | |
19 | | -| **Reset IP Stack** | `netsh int ip reset` | Network | Resets TCP/IP stack. | |
20 | | -| **Reset Winsock** | `netsh winsock reset` | Network | Resets Winsock catalog to default. | |
21 | | -| **Flush DNS Cache** | `ipconfig /flushdns` | Network | Clears the DNS cache. | |
22 | | -| **Disk Cleanup** | `cleanmgr.exe /sagerun:1` | System | Launches Windows Disk Cleanup utility. | |
| 13 | +## Overview |
23 | 14 |
|
24 | | -!!! info |
| 15 | +The new Utilities page provides direct access to system maintenance tools and settings management with intuitive controls like toggles, buttons, and dropdowns. All utilities run PowerShell scripts behind the scenes and sync with your Windows configuration. |
25 | 16 |
|
26 | | - Users can choose to keep the PowerShell window open after execution via a toggle in the ui. |
| 17 | +## Available Utilities |
27 | 18 |
|
28 | | ---- |
| 19 | +### Disk Management |
| 20 | + |
| 21 | +| Utility | Description | Control Type | |
| 22 | +|---------|-------------|--------------| |
| 23 | +| **Disk Cleaner** | Free up space by removing unnecessary files. | Button - "Clean Now" | |
| 24 | +| **Storage Sense** | Automatically free up space by getting rid of files you don't need. | Toggle | |
| 25 | + |
| 26 | +### System Information & Diagnostics |
| 27 | + |
| 28 | +| Utility | Description | Control Type | |
| 29 | +|---------|-------------|--------------| |
| 30 | +| **System Information** | View detailed information about your system. | Button - "View Info" | |
| 31 | +| **Graphics Driver** | Restart your graphics driver to fix display issues. | Button - "Restart" | |
| 32 | + |
| 33 | +### Performance & Power |
| 34 | + |
| 35 | +| Utility | Description | Control Type | |
| 36 | +|---------|-------------|--------------| |
| 37 | +| **Fast Startup** | Improve boot times by optimizing startup settings. | Toggle | |
| 38 | +| **Power Plan** | Choose how your computer manages power and performance. | Dropdown - [Balanced, High Performance, Power Saver, Ultimate Performance] | |
| 39 | + |
| 40 | +### Network & Connectivity |
| 41 | + |
| 42 | +| Utility | Description | Control Type | |
| 43 | +|---------|-------------|--------------| |
| 44 | +| **Flush DNS Cache** | Fix connection issues by clearing DNS resolver cache. | Button - "Flush" | |
| 45 | +| **Network Reset** | Reset your network stack to fix connectivity problems. | Button - "Reset" | |
| 46 | + |
| 47 | +### Audio & Updates |
| 48 | + |
| 49 | +| Utility | Description | Control Type | |
| 50 | +|---------|-------------|--------------| |
| 51 | +| **Restart Audio Service** | Fix sound issues by restarting Windows Audio. | Button - "Restart" | |
| 52 | +| **Windows Updates** | Control how Windows handles automatic updates. | Dropdown - [Default, Manual, Disabled] | |
| 53 | + |
| 54 | +!!! info |
29 | 55 |
|
30 | | -## Quick Access Tools |
31 | | - |
32 | | -Quick access to commonly used Windows tools: |
33 | | - |
34 | | -| Tool Name | Command | Description | |
35 | | -| ---------------------- | -------------------- | ---------------------------------- | |
36 | | -| **Regedit** | `start regedit.exe` | Opens the Windows Registry Editor. | |
37 | | -| **Task Manager** | `start taskmgr.exe` | Opens Task Manager. | |
38 | | -| **Disk Cleanup** | `start cleanmgr.exe` | Opens Disk Cleanup utility. | |
39 | | -| **Display Settings** | `start desk.cpl` | Opens Display Settings. | |
40 | | -| **System Information** | `start msinfo32.exe` | Opens System Information. | |
41 | | -| **Device Manager** | `start devmgmt.msc` | Opens Device Manager. | |
42 | | -| **System Properties** | `start sysdm.cpl` | Opens System Properties. | |
43 | | -| **Character Map** | `start charmap.exe` | Opens Character Map. | |
44 | | -| **Remote Desktop** | `start mstsc.exe` | Opens Remote Desktop client. | |
| 56 | + All utilities automatically detect and display your current system settings. Changes are applied instantly using PowerShell scripts, and you'll see toast notifications for success or failure. |
0 commit comments