diff --git a/docs/content/dev/features/Features/legacymedia.md b/docs/content/dev/features/Features/legacymedia.md index 8066785b..931014bb 100644 --- a/docs/content/dev/features/Features/legacymedia.md +++ b/docs/content/dev/features/Features/legacymedia.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/feature.json",linenos=inline,linenostart=27} "WPFFeatureslegacymedia": { "Content": "Legacy Media (WMP, DirectPlay)", - "Description": "Enables legacy programs from previous versions of windows", + "Description": "Enables legacy programs from previous versions of Windows.", "category": "Features", "panel": "1", "feature": [ diff --git a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md index 6635d5d1..50142a2d 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/BingSearch.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2185} "WPFToggleBingSearch": { "Content": "Bing Search in Start Menu", - "Description": "If enable then includes web search results from Bing in your Start Menu search.", + "Description": "If enabled, Bing web search results will be included in your Start Menu search.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md b/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md index e32dec86..701a4d68 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md +++ b/docs/content/dev/tweaks/Customize-Preferences/DetailedBSoD.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2559} "WPFToggleDetailedBSoD": { "Content": "Detailed BSoD", - "Description": "If Enabled then you will see a detailed Blue Screen of Death (BSOD) with more information.", + "Description": "If enabled, you will see a detailed Blue Screen of Death (BSOD) with more information.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md index 2c6b8cb7..c51f0f3e 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HiddenFiles.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2439} "WPFToggleHiddenFiles": { "Content": "Show Hidden Files", - "Description": "If Enabled then Hidden Files will be shown.", + "Description": "If enabled, Hidden Files will be shown.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md index 08b8de15..09d70cc8 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md +++ b/docs/content/dev/tweaks/Customize-Preferences/HideSettingsHome.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2309} "WPFToggleHideSettingsHome": { "Content": "Remove Settings Home Page", - "Description": "Removes the Home page in the Windows Settings app.", + "Description": "Removes the Home Page in the Windows Settings app.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md b/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md index 255a102e..401324bd 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md +++ b/docs/content/dev/tweaks/Customize-Preferences/MouseAcceleration.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2327} "WPFToggleMouseAcceleration": { "Content": "Mouse Acceleration", - "Description": "If Enabled then Cursor movement is affected by the speed of your physical mouse movements.", + "Description": "If enabled, the Cursor movement is affected by the speed of your physical mouse movements.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md b/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md index 30bf3b49..0109579e 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md +++ b/docs/content/dev/tweaks/Customize-Preferences/NewOutlook.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2379} "WPFToggleNewOutlook": { "Content": "New Outlook", - "Description": "If disabled it removes the toggle for new Outlook, disables the new Outlook migration and makes sure the Outlook Application actually uses the old Outlook.", + "Description": "If disabled, it removes the new Outlook toggle, disables the new Outlook migration, and ensures the classic Outlook application is used.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/NumLock.md b/docs/content/dev/tweaks/Customize-Preferences/NumLock.md index 1a1dbed7..1df1b708 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/NumLock.md +++ b/docs/content/dev/tweaks/Customize-Preferences/NumLock.md @@ -1,11 +1,11 @@ --- -title: "NumLock on Startup" +title: "Num Lock on Startup" description: "" --- ```json {filename="config/tweaks.json",linenos=inline,linenostart=2221} "WPFToggleNumLock": { - "Content": "NumLock on Startup", + "Content": "Num Lock on Startup", "Description": "Toggle the Num Lock key state when your computer starts.", "category": "Customize Preferences", "panel": "2", diff --git a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md index 60efcb9c..c3c4d2cf 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md +++ b/docs/content/dev/tweaks/Customize-Preferences/S3Sleep.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2585} "WPFToggleS3Sleep": { "Content": "S3 Sleep", - "Description": "Toggles between Modern Standby and S3 sleep.", + "Description": "Toggles between Modern Standby and S3 Sleep.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md index 09fcc041..27925bf5 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md +++ b/docs/content/dev/tweaks/Customize-Preferences/ShowExt.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2467} "WPFToggleShowExt": { "Content": "Show File Extensions", - "Description": "If enabled then File extensions (e.g., .txt, .jpg) are visible.", + "Description": "If enabled, File extensions (e.g., .txt, .jpg) are visible.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md index c16ba5eb..65ff01b1 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StartMenuRecommendations.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2265} "WPFToggleStartMenuRecommendations": { "Content": "Recommendations in Start Menu", - "Description": "If disabled then you will not see recommendations in the Start Menu. WARNING: This will also disable Windows Spotlight on your Lock Screen as a side effect.", + "Description": "If disabled, then you will not see recommendations in the Start Menu. WARNING: This will also disable Windows Spotlight on your Lock Screen as a side effect.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md index 5f25fb72..bc9a8a19 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md +++ b/docs/content/dev/tweaks/Customize-Preferences/StickyKeys.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2361} "WPFToggleStickyKeys": { "Content": "Sticky Keys", - "Description": "If Enabled then Sticky Keys is activated - Sticky keys is an accessibility feature of some graphical user interfaces which assists users who have physical disabilities or help users reduce repetitive strain injury.", + "Description": "If enabled, Sticky Keys is activated. Sticky keys is an accessibility feature of some graphical user interfaces which assists users who have physical disabilities or help users reduce repetitive strain injury.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md index cf1d3fbd..b9f07a8e 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskView.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskView.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2513} "WPFToggleTaskView": { "Content": "Task View Button in Taskbar", - "Description": "If Enabled then Task View Button in Taskbar will be shown.", + "Description": "If enabled, Task View Button in Taskbar will be shown.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md index 43e9d2c3..1928714e 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarAlignment.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2531} "WPFToggleTaskbarAlignment": { "Content": "Center Taskbar Items", - "Description": "[Windows 11] If Enabled then the Taskbar Items will be shown on the Center, otherwise the Taskbar Items will be shown on the Left.", + "Description": "[Windows 11] If enabled, the Taskbar Items will be shown on the Center, otherwise the Taskbar Items will be shown on the Left.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md index d96b6881..0c63e3dc 100644 --- a/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md +++ b/docs/content/dev/tweaks/Customize-Preferences/TaskbarSearch.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2495} "WPFToggleTaskbarSearch": { "Content": "Search Button in Taskbar", - "Description": "If Enabled Search Button will be on the taskbar.", + "Description": "If enabled, Search Button will be on the Taskbar.", "category": "Customize Preferences", "panel": "2", "Type": "Toggle", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Activity.md b/docs/content/dev/tweaks/Essential-Tweaks/Activity.md index 4c5492f5..bdaf416a 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Activity.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Activity.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2} "WPFTweaksActivity": { "Content": "Disable Activity History", - "Description": "This erases recent docs, clipboard, and run history.", + "Description": "Erases recent docs, clipboard, and run history.", "category": "Essential Tweaks", "panel": "1", "registry": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md b/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md index bf881778..21a51c4f 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/ConsumerFeatures.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1291} "WPFTweaksConsumerFeatures": { "Content": "Disable ConsumerFeatures", - "Description": "Windows will not automatically install any games, third-party apps, or application links from the Windows Store for the signed-in user. Some default Apps will be inaccessible (eg. Phone Link)", + "Description": "Windows will not automatically install any games, third-party apps, or application links from the Windows Store for the signed-in user. Some default Apps will be inaccessible (eg. Phone Link).", "category": "Essential Tweaks", "panel": "1", "registry": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md b/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md index d085c177..5347e8c7 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/DeleteTempFiles.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2038} "WPFTweaksDeleteTempFiles": { "Content": "Delete Temporary Files", - "Description": "Erases TEMP Folders", + "Description": "Erases TEMP Folders.", "category": "Essential Tweaks", "panel": "1", "InvokeScript": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md b/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md index 924bcb0e..3afd4294 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/DisableExplorerAutoDiscovery.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2634} "WPFTweaksDisableExplorerAutoDiscovery": { "Content": "Disable Explorer Automatic Folder Discovery", - "Description": "Windows Explorer automatically tries to guess the type of the folder based on its contents, slowing down the browsing experience. WARNING! Will disable file explorer grouping", + "Description": "Windows Explorer automatically tries to guess the type of the folder based on its contents, slowing down the browsing experience. WARNING! Will disable File Explorer grouping.", "category": "Essential Tweaks", "panel": "1", "InvokeScript": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md b/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md index a1de5d5f..8e122912 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1763} "WPFTweaksEndTaskOnTaskbar": { "Content": "Enable End Task With Right Click", - "Description": "Enables option to end task when right clicking a program in the taskbar", + "Description": "Enables option to end task when right clicking a program in the taskbar.", "category": "Essential Tweaks", "panel": "1", "registry": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Hiber.md b/docs/content/dev/tweaks/Essential-Tweaks/Hiber.md index c8388ce6..28b86821 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Hiber.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Hiber.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=32} "WPFTweaksHiber": { "Content": "Disable Hibernation", - "Description": "Hibernation is really meant for laptops as it saves what's in memory before turning the pc off. It really should never be used", + "Description": "Hibernation is really meant for laptops as it saves what's in memory before turning the PC off. It really should never be used.", "category": "Essential Tweaks", "panel": "1", "registry": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Location.md b/docs/content/dev/tweaks/Essential-Tweaks/Location.md index c7ba9bdd..fbbde313 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Location.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Location.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=125} "WPFTweaksLocation": { "Content": "Disable Location Tracking", - "Description": "Disables Location Tracking...DUH!", + "Description": "Disables Location Tracking.", "category": "Essential Tweaks", "panel": "1", "registry": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md b/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md index 3fea7a04..ef75dc4e 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Powershell7Tele.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1779} "WPFTweaksPowershell7Tele": { "Content": "Disable Powershell 7 Telemetry", - "Description": "This will create an Environment Variable called 'POWERSHELL_TELEMETRY_OPTOUT' with a value of '1' which will tell Powershell 7 to not send Telemetry Data.", + "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", "InvokeScript": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md b/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md index 7f0683d7..8628ae37 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/RestorePoint.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1736} "WPFTweaksRestorePoint": { "Content": "Create Restore Point", - "Description": "Creates a restore point at runtime in case a revert is needed from WinUtil modifications", + "Description": "Creates a restore point at runtime in case a revert is needed from WinUtil modifications.", "category": "Essential Tweaks", "panel": "1", "Checked": "False", diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md b/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md index a7ea6098..b20772c2 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Telemetry.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1307} "WPFTweaksTelemetry": { "Content": "Disable Telemetry", - "Description": "Disables Microsoft Telemetry...Duh", + "Description": "Disables Microsoft Telemetry.", "category": "Essential Tweaks", "panel": "1", "registry": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md b/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md index d3456871..7d9bbb22 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/WPBT.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1892} "WPFTweaksWPBT": { "Content": "Disable Windows Platform Binary Table (WPBT)", - "Description": "If enabled then allows your computer vendor to execute a program each time it boots. It enables computer vendors to force install anti-theft software, software drivers, or a software program conveniently. This could also be a security risk.", + "Description": "If enabled, WPBT allows your computer vendor to execute programs at boot time, such as anti-theft software, software drivers, as well as force install software without user consent. Poses potential security risk.", "category": "Essential Tweaks", "panel": "1", "registry": [ diff --git a/docs/content/dev/tweaks/Essential-Tweaks/Widget.md b/docs/content/dev/tweaks/Essential-Tweaks/Widget.md index fdb648b6..8f523030 100644 --- a/docs/content/dev/tweaks/Essential-Tweaks/Widget.md +++ b/docs/content/dev/tweaks/Essential-Tweaks/Widget.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=61} "WPFTweaksWidget": { "Content": "Remove Widgets", - "Description": "Removes the annoying widgets in the bottom left of the taskbar", + "Description": "Removes the annoying widgets in the bottom left of the Taskbar.", "category": "Essential Tweaks", "panel": "1", "InvokeScript": [ diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md index cda11da4..5be25b9f 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1973} "WPFTweaksBlockAdobeNet": { "Content": "Adobe Network Block", - "Description": "Reduce user interruptions by selectively blocking connections to Adobe's activation and telemetry servers. Credit: Ruddernation-Designs", + "Description": "Reduces user interruptions by selectively blocking connections to Adobe's activation and telemetry servers. Credit: Ruddernation-Designs", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "InvokeScript": [ 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 a13b3c45..89541829 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BraveDebloat.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/BraveDebloat.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1126} "WPFTweaksBraveDebloat": { "Content": "Brave Debloat", - "Description": "Disables various annoyances like Brave Rewards,Leo AI,Crypto Wallet and VPN", + "Description": "Disables various annoyances like Brave Rewards, Leo AI, Crypto Wallet and VPN.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "registry": [ diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md index 148a06da..b3de65ff 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1647} "WPFTweaksDeBloat": { "Content": "Remove ALL MS Store Apps - NOT RECOMMENDED", - "Description": "USE WITH CAUTION!!! This will remove ALL Microsoft store apps.", + "Description": "USE WITH CAUTION!!! This will remove ALL Microsoft Store apps.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "appx": [ 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 c04063c2..005ff2dd 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2111} "WPFTweaksDisableBGapps": { "Content": "Disable Background Apps", - "Description": "Disables all Microsoft Store apps from running in the background, which has to be done individually since Win11", + "Description": "Disables all Microsoft Store apps from running in the background, which has to be done individually since Windows 11.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "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 4593dc99..ae5aebff 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2127} "WPFTweaksDisableFSO": { "Content": "Disable Fullscreen Optimizations", - "Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen", + "Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "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 59c05a78..1b9fe25b 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1950} "WPFTweaksDisableNotifications": { "Content": "Disable Notification Tray/Calendar", - "Description": "Disables all Notifications INCLUDING Calendar", + "Description": "Disables all Notifications INCLUDING Calendar.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "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 7b2367fb..dfc07176 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/IPv46.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=2051} "WPFTweaksIPv46": { "Content": "Prefer IPv4 over IPv6", - "Description": "To set the IPv4 preference can have latency and security benefits on private networks where IPv6 is not configured.", + "Description": "Setting the IPv4 preference can have latency and security benefits on private networks where IPv6 is not configured.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "registry": [ diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge.md index f716e1f6..9263bdca 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1429} "WPFTweaksRemoveEdge": { "Content": "Remove Microsoft Edge", - "Description": "Unblocks Microsoft Edge uninstaller restrictions than uses that uninstaller to remove Microsoft Edge", + "Description": "Unblocks Microsoft Edge uninstaller restrictions then uses that uninstaller to remove Microsoft Edge.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "InvokeScript": [ 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 c452541b..cdbdf33a 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveGallery.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1517} "WPFTweaksRemoveGallery": { "Content": "Remove Gallery from explorer", - "Description": "Removes the Gallery from Explorer and sets This PC as default", + "Description": "Removes the Gallery from Explorer and sets This PC as default.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "InvokeScript": [ diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md index efc6f65f..e86909b1 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHome.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1498} "WPFTweaksRemoveHome": { "Content": "Remove Home from Explorer", - "Description": "Removes the Home from Explorer and sets This PC as default", + "Description": "Removes the Home from Explorer and sets This PC as default.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "InvokeScript": [ 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 8633e3fc..941dc15f 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOneDrive.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=1461} "WPFTweaksRemoveOneDrive": { "Content": "Remove OneDrive", - "Description": "Denys permission to remove onedrive user files than uses its own uninstaller to remove it than brings back permissions", + "Description": "Denies permission to remove OneDrive user files, then uses its own uninstaller to remove it and restores the original permission afterward.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "InvokeScript": [ diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RevertStartMenu.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RevertStartMenu.md index 3f254092..92b254d0 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RevertStartMenu.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RevertStartMenu.md @@ -6,7 +6,7 @@ description: "" ```json {filename="config/tweaks.json",linenos=inline,linenostart=90} "WPFTweaksRevertStartMenu": { "Content": "Revert the new start menu", - "Description": "Uses vivetool to revert the the original start menu from 24h2", + "Description": "Uses vivetool to revert to the original start menu from 24H2.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "InvokeScript": [ diff --git a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md index 83f13fe8..093bc55d 100644 --- a/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md +++ b/docs/content/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu.md @@ -1,12 +1,12 @@ --- -title: "Set Classic Right-Click Menu " +title: "Set Classic Right-Click Menu" description: "" --- ```json {filename="config/tweaks.json",linenos=inline,linenostart=2003} "WPFTweaksRightClickMenu": { - "Content": "Set Classic Right-Click Menu ", - "Description": "Great Windows 11 tweak to bring back good context menus when right clicking things in explorer.", + "Content": "Set Classic Right-Click Menu", + "Description": "Restores the classic context menu when right-clicking in File Explorer, replacing the simplified Windows 11 version.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "InvokeScript": [ 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 fd0dcdb3..8c731fbe 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=2067} "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 a IPv6 feature that can cause additional latency, but may cause problems with some games.", "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "registry": [