From f4703284eff68241aff77d4d88ac7354fd565cc7 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Thu, 26 Mar 2026 15:26:48 -0500 Subject: [PATCH] chore: Update generated dev docs (#4264) --- docs/content/dev/features/Fixes/Winget.md | 10 +++++----- .../UninstallPSProfile.md | 2 +- .../dev/tweaks/Customize-Preferences/BingSearch.md | 2 +- .../dev/tweaks/Customize-Preferences/DarkMode.md | 2 +- .../dev/tweaks/Customize-Preferences/DetailedBSoD.md | 2 +- .../Customize-Preferences/DisableCrossDeviceResume.md | 2 +- .../dev/tweaks/Customize-Preferences/HiddenFiles.md | 2 +- .../tweaks/Customize-Preferences/HideSettingsHome.md | 2 +- .../tweaks/Customize-Preferences/MouseAcceleration.md | 2 +- .../tweaks/Customize-Preferences/MultiplaneOverlay.md | 2 +- .../dev/tweaks/Customize-Preferences/NewOutlook.md | 2 +- .../dev/tweaks/Customize-Preferences/NumLock.md | 2 +- .../dev/tweaks/Customize-Preferences/S3Sleep.md | 2 +- .../dev/tweaks/Customize-Preferences/ShowExt.md | 2 +- .../dev/tweaks/Customize-Preferences/StandbyFix.md | 4 ++-- .../Customize-Preferences/StartMenuRecommendations.md | 2 +- .../dev/tweaks/Customize-Preferences/StickyKeys.md | 2 +- .../dev/tweaks/Customize-Preferences/TaskView.md | 2 +- .../tweaks/Customize-Preferences/TaskbarAlignment.md | 2 +- .../dev/tweaks/Customize-Preferences/TaskbarSearch.md | 2 +- .../dev/tweaks/Customize-Preferences/VerboseLogon.md | 2 +- docs/content/dev/tweaks/Essential-Tweaks/Activity.md | 2 +- .../dev/tweaks/Essential-Tweaks/ConsumerFeatures.md | 2 +- .../dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md | 2 +- docs/content/dev/tweaks/Essential-Tweaks/Hiber.md | 2 +- docs/content/dev/tweaks/Essential-Tweaks/Location.md | 2 +- .../dev/tweaks/Essential-Tweaks/Powershell7Tele.md | 4 ++-- .../dev/tweaks/Essential-Tweaks/RestorePoint.md | 2 +- .../dev/tweaks/Essential-Tweaks/RevertStartMenu.md | 4 ++-- docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md | 2 +- docs/content/dev/tweaks/Essential-Tweaks/WPBT.md | 2 +- .../z--Advanced-Tweaks---CAUTION/BraveDebloat.md | 2 +- .../z--Advanced-Tweaks---CAUTION/DisableBGapps.md | 2 +- .../tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md | 2 +- .../tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md | 2 +- .../DisableNotifications.md | 2 +- .../dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md | 2 +- .../tweaks/z--Advanced-Tweaks---CAUTION/EdgeDebloat.md | 2 +- .../dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md | 2 +- .../tweaks/z--Advanced-Tweaks---CAUTION/RazerBlock.md | 2 +- .../z--Advanced-Tweaks---CAUTION/RemoveCopilot.md | 2 +- .../z--Advanced-Tweaks---CAUTION/RemoveGallery.md | 4 ++-- .../z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md | 2 +- .../dev/tweaks/z--Advanced-Tweaks---CAUTION/Storage.md | 2 +- .../dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md | 4 ++-- .../dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md | 4 ++-- .../tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md | 2 +- 47 files changed, 57 insertions(+), 57 deletions(-) diff --git a/docs/content/dev/features/Fixes/Winget.md b/docs/content/dev/features/Fixes/Winget.md index 1d6a973a..7cdcdf44 100644 --- a/docs/content/dev/features/Fixes/Winget.md +++ b/docs/content/dev/features/Fixes/Winget.md @@ -9,20 +9,20 @@ function Invoke-WPFFixesWinget { <# .SYNOPSIS - Fixes Winget by running choco install winget + Fixes WinGet by running `choco install winget` .DESCRIPTION - BravoNorris for the fantastic idea of a button to reinstall winget + BravoNorris for the fantastic idea of a button to reinstall WinGet #> # Install Choco if not already present try { Set-WinUtilTaskbaritem -state "Indeterminate" -overlay "logo" - Write-Host "==> Starting Winget Repair" + Write-Host "==> Starting WinGet Repair" Install-WinUtilWinget } catch { - Write-Error "Failed to install winget: $_" + Write-Error "Failed to install WinGet: $_" Set-WinUtilTaskbaritem -state "Error" -overlay "warning" } finally { - Write-Host "==> Finished Winget Repair" + Write-Host "==> Finished WinGet Repair" Set-WinUtilTaskbaritem -state "None" -overlay "checkmark" } diff --git a/docs/content/dev/features/Powershell-Profile-Powershell-7--Only/UninstallPSProfile.md b/docs/content/dev/features/Powershell-Profile-Powershell-7--Only/UninstallPSProfile.md index 73a160de..326a6fc6 100644 --- a/docs/content/dev/features/Powershell-Profile-Powershell-7--Only/UninstallPSProfile.md +++ b/docs/content/dev/features/Powershell-Profile-Powershell-7--Only/UninstallPSProfile.md @@ -13,6 +13,6 @@ function Invoke-WinUtilUninstallPSProfile { Remove-Item $Profile } - Write-Host "Successfully uninstalled CTT Powershell Profile" -ForegroundColor Green + Write-Host "Successfully uninstalled CTT PowerShell Profile." -ForegroundColor Green } ``` diff --git a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md index ab817af2..8cbfe875 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md b/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md index 1c9c5609..6bd63fe7 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DarkMode.md @@ -48,6 +48,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md b/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md index 10a67cce..369af536 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md @@ -32,6 +32,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/DisableCrossDeviceResume.md b/docs/content/dev/tweaks/Customize-Preferences/DisableCrossDeviceResume.md index 7e1792b9..baebfc45 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DisableCrossDeviceResume.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DisableCrossDeviceResume.md @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md index d4e177c1..12c4f007 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md @@ -34,6 +34,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md index f37e4500..f11b0611 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md b/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md index 169295c7..aaef37d7 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md +++ b/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md @@ -40,6 +40,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md b/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md index 16fac87b..3fba2fb9 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md +++ b/docs/content/dev/tweaks/Customize-Preferences/MultiplaneOverlay.md @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md b/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md index aee1a263..1acb73e6 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md +++ b/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md @@ -48,6 +48,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/NumLock.md b/docs/content/dev/tweaks/Customize-Preferences/NumLock.md index ee56a780..5cec39b2 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/NumLock.md +++ b/docs/content/dev/tweaks/Customize-Preferences/NumLock.md @@ -32,6 +32,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md index 8c0e6c08..b6febfb7 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md +++ b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md index 3e552660..77754f75 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md +++ b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md @@ -34,6 +34,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md b/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md index f3a7a5b8..0b500b11 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StandbyFix.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2225} "WPFToggleStandbyFix": { "Content": "Modern Standby fix", - "Description": "Disable network connection during S0 sleep. If network connectivity is turned on during S0 sleep it could cause overheating on modern laptops", + "Description": "Disable network connection during S0 Sleep. If network connectivity is turned on during S0 Sleep it could cause overheating on modern laptops.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md index ac907e7a..7d01c1c8 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md @@ -50,6 +50,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md index 6da92c34..3dd997c6 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md index a8629c9b..95a8de4c 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md index 03300980..f4f6a23f 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md @@ -34,6 +34,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md index 4d8d10ea..75ffb998 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md b/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md index 43fd602a..7c8b6790 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md +++ b/docs/content/dev/tweaks/Customize-Preferences/VerboseLogon.md @@ -24,6 +24,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Activity.md b/docs/content/dev/tweaks/Essential-Tweaks/Activity.md index bdaf416a..a7d56ca6 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Activity.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Activity.md @@ -36,6 +36,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md b/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md index 2183712a..9ef4db19 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md @@ -22,6 +22,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md b/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md index df38797c..adb98c39 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md @@ -22,6 +22,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Hiber.md b/docs/content/dev/tweaks/Essential-Tweaks/Hiber.md index 28b86821..254f7dbc 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Hiber.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Hiber.md @@ -35,6 +35,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Location.md b/docs/content/dev/tweaks/Essential-Tweaks/Location.md index ae11b36c..4f0e1ff1 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Location.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Location.md @@ -43,6 +43,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md b/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md index b544d248..a9eb4d91 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md @@ -1,11 +1,11 @@ --- -title: "Disable Powershell 7 Telemetry" +title: "Disable PowerShell 7 Telemetry" description: "" --- ```json {filename="config/tweaks.json",linenos=inline,linenostart=1801} "WPFTweaksPowershell7Tele": { - "Content": "Disable Powershell 7 Telemetry", + "Content": "Disable PowerShell 7 Telemetry", "Description": "Creates an Environment Variable called 'POWERSHELL_TELEMETRY_OPTOUT' with a value of '1' which will tell PowerShell 7 to not send Telemetry Data.", "category": "Essential Tweaks", "panel": "1", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md b/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md index e63cdce9..d51df0b9 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md @@ -33,6 +33,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Essential-Tweaks/RevertStartMenu.md b/docs/content/dev/tweaks/Essential-Tweaks/RevertStartMenu.md index 829579a6..64d063b5 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/RevertStartMenu.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/RevertStartMenu.md @@ -20,7 +20,7 @@ description: "" Remove-Item ViVeTool -Recurse - Write-Host 'Old start menu reverted please restart your computer to take effect' + Write-Host 'Old start menu reverted. Please restart your computer to take effect.' " ], "UndoScript": [ @@ -34,7 +34,7 @@ description: "" Remove-Item ViVeTool -Recurse - Write-Host 'New start menu reverted please restart your computer to take effect' + Write-Host 'New start menu reverted. Please restart your computer to take effect.' " ], ``` diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md b/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md index 852db780..37bd789f 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md @@ -128,6 +128,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md b/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md index 3b278705..2c1fe2b0 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md @@ -22,6 +22,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BraveDebloat.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BraveDebloat.md index 0d7190a1..e6023208 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BraveDebloat.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BraveDebloat.md @@ -50,6 +50,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md index 6bc59f34..421df631 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md @@ -22,6 +22,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md index 634cfef4..47954c14 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md @@ -22,6 +22,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md index 989f4c3e..df6dd401 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableIPv6.md @@ -28,6 +28,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md index dd42e5d8..3d9c1c90 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md @@ -29,6 +29,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md index f25b9d8a..a7013e43 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display.md @@ -105,6 +105,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeDebloat.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeDebloat.md index 0b49db1a..5918a7b6 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeDebloat.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/EdgeDebloat.md @@ -127,6 +127,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md index 35593fd5..118bc68d 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md @@ -22,6 +22,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RazerBlock.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RazerBlock.md index 367be513..e886b025 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RazerBlock.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RazerBlock.md @@ -48,6 +48,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md index 1d8606ac..1f3985cd 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot.md @@ -90,6 +90,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md index d87d465c..08688772 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md @@ -1,11 +1,11 @@ --- -title: "Remove Gallery from explorer" +title: "Remove Gallery from Explorer" description: "" --- ```json {filename="config/tweaks.json",linenos=inline,linenostart=1530} "WPFTweaksRemoveGallery": { - "Content": "Remove Gallery from explorer", + "Content": "Remove Gallery from Explorer", "Description": "Removes the Gallery from Explorer and sets This PC as default.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md index 84c7f997..54c21a22 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md @@ -23,7 +23,7 @@ description: "" Remove-Item \"$Env:LocalAppData\\Microsoft\\OneDrive\" -Recurse -Force Remove-Item \"C:\\ProgramData\\Microsoft OneDrive\" -Recurse -Force - # Grant back permission to accses OneDrive folder + # Grant back permission to access OneDrive folder icacls $Env:OneDrive /grant \"Administrators:(D,DC)\" # Disable OneSyncSvc diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Storage.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Storage.md index 5ab8c97d..bad62b4c 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Storage.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Storage.md @@ -22,6 +22,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md index 9713975f..5a30ced0 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2089} "WPFTweaksTeredo": { "Content": "Disable Teredo", - "Description": "Teredo network tunneling is a IPv6 feature that can cause additional latency, but may cause problems with some games.", + "Description": "Teredo network tunneling is an IPv6 feature that can cause additional latency, but may cause problems with some games.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "registry": [ @@ -28,6 +28,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md index a535459c..0de50fd2 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1458} "WPFTweaksUTC": { "Content": "Set Time to UTC (Dual Boot)", - "Description": "Essential for computers that are dual booting. Fixes the time sync with Linux Systems.", + "Description": "Essential for computers that are dual booting. Fixes the time sync with Linux systems.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "registry": [ @@ -22,6 +22,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry). diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md index af5769b5..35742978 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/XboxRemoval.md @@ -29,6 +29,6 @@ description: "" ## Registry Changes -Applications and System Components store and retrieve configuration data to modify windows settings, so we can use the registry to change many settings in one place. +Applications and System Components store and retrieve configuration data to modify Windows settings, so we can use the registry to change many settings in one place. You can find information about the registry on [Wikipedia](https://www.wikiwand.com/en/Windows_Registry) and [Microsoft's Website](https://learn.microsoft.com/en-us/windows/win32/sysinfo/registry).