diff --git a/404.html b/404.html index e5e067c7..29470930 100644 --- a/404.html +++ b/404.html @@ -1 +1 @@ - WinUtil Documentation
Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

404 - Not found

\ No newline at end of file + WinUtil Documentation
Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

404 - Not found

\ No newline at end of file diff --git a/KnownIssues/index.html b/KnownIssues/index.html index 6bd50eed..fc053e15 100644 --- a/KnownIssues/index.html +++ b/KnownIssues/index.html @@ -1,4 +1,4 @@ - Known Issues - WinUtil Documentation
Skip to content
Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

Known Issues

Launch Issues:

  • Windows Security (formerly Defender) and other anti-virus software are known to block the script. The script gets flagged due to the fact that it requires administrator privileges & makes drastic system changes.
  • If possible: Allow script in Anti-Virus software settings.

  • If you are having TLS 1.2 issues, or are having trouble resolving christitus.com/win then run with the following command:

[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12;iex(New-Object Net.WebClient).DownloadString('https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1')
+ Known Issues - WinUtil Documentation      
Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

Known Issues

Launch Issues:

  • Windows Security (formerly Defender) and other anti-virus software are known to block the script. The script gets flagged due to the fact that it requires administrator privileges & makes drastic system changes.
  • If possible: Allow script in Anti-Virus software settings.

  • If you are having TLS 1.2 issues, or are having trouble resolving christitus.com/win then run with the following command:

[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12;iex(New-Object Net.WebClient).DownloadString('https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1')
 

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
Cloudflare 1.1.1.1 1.0.0.1
Google 8.8.8.8 8.8.4.4
  • Script doesn't run/PowerShell crashes:
  • Press Windows Key+X and select 'PowerShell (Admin)' (Windows 10) or 'Windows Terminal (Admin)' (Windows 11)
  • Run:
    Set-ExecutionPolicy Unrestricted -Scope Process -Force
     
  • Run:
    irm christitus.com/win | iex
     

Other Issues:

  • Windows taking longer to shut down:
  • #69 Turn on fast startup: Press Windows key + R, then type:
    control /name Microsoft.PowerOptions /page pageGlobalSettings
    diff --git a/contribute/index.html b/contribute/index.html
    index 7a0b2f8b..3ed6777b 100644
    --- a/contribute/index.html
    +++ b/contribute/index.html
    @@ -1,4 +1,4 @@
    - Contributing Guide - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    How to Contribute?

    Testing

    • Test the latest changes to WinUtil by running the pre-release and reporting issues you are encountering to help us continually improve WinUtil!

    Run the latest pre-release

    irm christitus.com/windev | iex
    + Contributing Guide - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    How to Contribute?

    Testing

    • Test the latest changes to WinUtil by running the pre-release and reporting issues you are encountering to help us continually improve WinUtil!

    Run the latest pre-release

    irm christitus.com/windev | iex
     

    Keep in mind

    This is a pre-release and should be treated as such. It exists for developers to test the utility and report or fix bugs before they get added to the stable release. Don't use it in production!

    Issues

    • If you encounter any challenges or problems with the script, I kindly request that you submit them via the "Issues" tab on the GitHub repository. By filling out the provided template, you can provide specific details about the issue, allowing me (and others in the community) to promptly address any bugs or consider feature requests.

    Contribute Code

    • Pull requests are now handled directly on the MAIN branch. This was done since we can now select specific releases to launch via releases in GitHub.

    • If you're doing code changes, then you can submit a PR to main branch, but I am very selective about these.

    Important

    Do not use a code formatter, make massive amounts of line changes, or make multiple feature changes. EACH FEATURE CHANGE SHOULD BE IT'S OWN PULL REQUEST!

    • When creating pull requests, it is essential to thoroughly document all changes made. This includes, but is not limited to, documenting any additions made to the tweaks section and corresponding undo tweak, so users are able to remove the newly added tweaks if necessary, and comprehensive documentation is required for all code changes. Document your changes and briefly explain why you made your changes in your Pull Request Description. Failure to adhere to this format may result in the denial of the pull request. Additionally, any code lacking sufficient documentation may also be denied.

    • By following these guidelines, we can maintain a high standard of quality and ensure that the codebase remains organized and well-documented.

    Note

    When creating a function, please include "WPF" or "WinUtil" in the file name so it can be loaded into the runspace.

    Walk through

    Overview

    %%{init: {"flowchart": {"curve": "cardinal"}} }%%
     graph TD
       A[Fork Project] --> B[Clone Repository];
    diff --git a/dev/features/Features/DisableLegacyRecovery/index.html b/dev/features/Features/DisableLegacyRecovery/index.html
    index 2f6567da..60ef2b70 100644
    --- a/dev/features/Features/DisableLegacyRecovery/index.html
    +++ b/dev/features/Features/DisableLegacyRecovery/index.html
    @@ -1,4 +1,4 @@
    - Disable Legacy F8 Boot Recovery - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Legacy F8 Boot Recovery

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.

    Preview Code
    {
    + Disable Legacy F8 Boot Recovery - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Legacy F8 Boot Recovery

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.

    Preview Code
    {
       "Content": "Disable Legacy F8 Boot Recovery",
       "Description": "Disables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
       "category": "Features",
    diff --git a/dev/features/Features/DisableSearchSuggestions/index.html b/dev/features/Features/DisableSearchSuggestions/index.html
    index 909afaed..08834d04 100644
    --- a/dev/features/Features/DisableSearchSuggestions/index.html
    +++ b/dev/features/Features/DisableSearchSuggestions/index.html
    @@ -1,4 +1,4 @@
    - Disable Search Box Web Suggestions in Registry(explorer restart) - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Search Box Web Suggestions in Registry(explorer restart)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables web suggestions when searching using Windows Search.

    Preview Code
    {
    + Disable Search Box Web Suggestions in Registry(explorer restart) - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Search Box Web Suggestions in Registry(explorer restart)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables web suggestions when searching using Windows Search.

    Preview Code
    {
       "Content": "Disable Search Box Web Suggestions in Registry(explorer restart)",
       "Description": "Disables web suggestions when searching using Windows Search.",
       "category": "Features",
    diff --git a/dev/features/Features/EnableLegacyRecovery/index.html b/dev/features/Features/EnableLegacyRecovery/index.html
    index 1e7caba9..5bd7643d 100644
    --- a/dev/features/Features/EnableLegacyRecovery/index.html
    +++ b/dev/features/Features/EnableLegacyRecovery/index.html
    @@ -1,4 +1,4 @@
    - Enable Legacy F8 Boot Recovery - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Enable Legacy F8 Boot Recovery

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.

    Preview Code
    {
    + Enable Legacy F8 Boot Recovery - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Enable Legacy F8 Boot Recovery

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.

    Preview Code
    {
       "Content": "Enable Legacy F8 Boot Recovery",
       "Description": "Enables Advanced Boot Options screen that lets you start Windows in advanced troubleshooting modes.",
       "category": "Features",
    diff --git a/dev/features/Features/EnableSearchSuggestions/index.html b/dev/features/Features/EnableSearchSuggestions/index.html
    index 14fb9b43..db35cf2d 100644
    --- a/dev/features/Features/EnableSearchSuggestions/index.html
    +++ b/dev/features/Features/EnableSearchSuggestions/index.html
    @@ -1,4 +1,4 @@
    - Enable Search Box Web Suggestions in Registry(explorer restart) - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Enable Search Box Web Suggestions in Registry(explorer restart)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables web suggestions when searching using Windows Search.

    Preview Code
    {
    + Enable Search Box Web Suggestions in Registry(explorer restart) - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Enable Search Box Web Suggestions in Registry(explorer restart)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables web suggestions when searching using Windows Search.

    Preview Code
    {
       "Content": "Enable Search Box Web Suggestions in Registry(explorer restart)",
       "Description": "Enables web suggestions when searching using Windows Search.",
       "category": "Features",
    diff --git a/dev/features/Features/Install/index.html b/dev/features/Features/Install/index.html
    index 15895b4e..c92a42dc 100644
    --- a/dev/features/Features/Install/index.html
    +++ b/dev/features/Features/Install/index.html
    @@ -1,4 +1,4 @@
    - Install Features - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Install Features

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Install Features - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Install Features

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Install Features",
       "category": "Features",
       "panel": "1",
    diff --git a/dev/features/Features/RegBackup/index.html b/dev/features/Features/RegBackup/index.html
    index 98c6c4c4..ae41e1e6 100644
    --- a/dev/features/Features/RegBackup/index.html
    +++ b/dev/features/Features/RegBackup/index.html
    @@ -1,4 +1,4 @@
    - Enable Daily Registry Backup Task 12.30am - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Enable Daily Registry Backup Task 12.30am

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables daily registry backup, previously disabled by Microsoft in Windows 10 1803.

    Preview Code
    {
    + Enable Daily Registry Backup Task 12.30am - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Enable Daily Registry Backup Task 12.30am

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables daily registry backup, previously disabled by Microsoft in Windows 10 1803.

    Preview Code
    {
       "Content": "Enable Daily Registry Backup Task 12.30am",
       "Description": "Enables daily registry backup, previously disabled by Microsoft in Windows 10 1803.",
       "category": "Features",
    diff --git a/dev/features/Features/Sandbox/index.html b/dev/features/Features/Sandbox/index.html
    index 50b9daf7..273229b6 100644
    --- a/dev/features/Features/Sandbox/index.html
    +++ b/dev/features/Features/Sandbox/index.html
    @@ -1,4 +1,4 @@
    - Windows Sandbox - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Windows Sandbox

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Windows Sandbox is a lightweight virtual machine that provides a temporary desktop environment to safely run applications and programs in isolation.

    Preview Code
    {
    + Windows Sandbox - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Windows Sandbox

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Windows Sandbox is a lightweight virtual machine that provides a temporary desktop environment to safely run applications and programs in isolation.

    Preview Code
    {
       "Content": "Windows Sandbox",
       "category": "Features",
       "panel": "1",
    diff --git a/dev/features/Features/dotnet/index.html b/dev/features/Features/dotnet/index.html
    index 791fb93e..b58957e6 100644
    --- a/dev/features/Features/dotnet/index.html
    +++ b/dev/features/Features/dotnet/index.html
    @@ -1,4 +1,4 @@
    - All .Net Framework (2,3,4) - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    All .Net Framework (2,3,4)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    .NET and .NET Framework is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.

    Preview Code
    {
    + All .Net Framework (2,3,4) - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    All .Net Framework (2,3,4)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    .NET and .NET Framework is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.

    Preview Code
    {
       "Content": "All .Net Framework (2,3,4)",
       "Description": ".NET and .NET Framework is a developer platform made up of tools, programming languages, and libraries for building many different types of applications.",
       "category": "Features",
    diff --git a/dev/features/Features/hyperv/index.html b/dev/features/Features/hyperv/index.html
    index 0452e28b..65635006 100644
    --- a/dev/features/Features/hyperv/index.html
    +++ b/dev/features/Features/hyperv/index.html
    @@ -1,4 +1,4 @@
    - HyperV Virtualization - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    HyperV Virtualization

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Hyper-V is a hardware virtualization product developed by Microsoft that allows users to create and manage virtual machines.

    Preview Code
    {
    + HyperV Virtualization - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    HyperV Virtualization

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Hyper-V is a hardware virtualization product developed by Microsoft that allows users to create and manage virtual machines.

    Preview Code
    {
       "Content": "HyperV Virtualization",
       "Description": "Hyper-V is a hardware virtualization product developed by Microsoft that allows users to create and manage virtual machines.",
       "category": "Features",
    diff --git a/dev/features/Features/legacymedia/index.html b/dev/features/Features/legacymedia/index.html
    index ee0dec55..26f63db1 100644
    --- a/dev/features/Features/legacymedia/index.html
    +++ b/dev/features/Features/legacymedia/index.html
    @@ -1,4 +1,4 @@
    - Legacy Media (WMP, DirectPlay) - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Legacy Media (WMP, DirectPlay)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables legacy programs from previous versions of windows

    Preview Code
    {
    + Legacy Media (WMP, DirectPlay) - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Legacy Media (WMP, DirectPlay)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables legacy programs from previous versions of windows

    Preview Code
    {
       "Content": "Legacy Media (WMP, DirectPlay)",
       "Description": "Enables legacy programs from previous versions of windows",
       "category": "Features",
    diff --git a/dev/features/Features/nfs/index.html b/dev/features/Features/nfs/index.html
    index 35b03eb5..7fb6f0fd 100644
    --- a/dev/features/Features/nfs/index.html
    +++ b/dev/features/Features/nfs/index.html
    @@ -1,4 +1,4 @@
    - NFS - Network File System - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    NFS - Network File System

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Network File System (NFS) is a mechanism for storing files on a network.

    Preview Code
    {
    + NFS - Network File System - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    NFS - Network File System

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Network File System (NFS) is a mechanism for storing files on a network.

    Preview Code
    {
       "Content": "NFS - Network File System",
       "Description": "Network File System (NFS) is a mechanism for storing files on a network.",
       "category": "Features",
    diff --git a/dev/features/Features/wsl/index.html b/dev/features/Features/wsl/index.html
    index 163b7c3e..e8ea65e1 100644
    --- a/dev/features/Features/wsl/index.html
    +++ b/dev/features/Features/wsl/index.html
    @@ -1,4 +1,4 @@
    - Windows Subsystem for Linux - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Windows Subsystem for Linux

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Windows Subsystem for Linux is an optional feature of Windows that allows Linux programs to run natively on Windows without the need for a separate virtual machine or dual booting.

    Preview Code
    {
    + Windows Subsystem for Linux - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Windows Subsystem for Linux

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Windows Subsystem for Linux is an optional feature of Windows that allows Linux programs to run natively on Windows without the need for a separate virtual machine or dual booting.

    Preview Code
    {
       "Content": "Windows Subsystem for Linux",
       "Description": "Windows Subsystem for Linux is an optional feature of Windows that allows Linux programs to run natively on Windows without the need for a separate virtual machine or dual booting.",
       "category": "Features",
    diff --git a/dev/features/Fixes/Autologin/index.html b/dev/features/Fixes/Autologin/index.html
    index 6df84f8f..d17c461d 100644
    --- a/dev/features/Fixes/Autologin/index.html
    +++ b/dev/features/Fixes/Autologin/index.html
    @@ -1,4 +1,4 @@
    - Set Up Autologin - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Up Autologin

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Set Up Autologin - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Up Autologin

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Set Up Autologin",
       "category": "Fixes",
       "Order": "a040_",
    diff --git a/dev/features/Fixes/DISM/index.html b/dev/features/Fixes/DISM/index.html
    index d4889e38..987985bd 100644
    --- a/dev/features/Fixes/DISM/index.html
    +++ b/dev/features/Fixes/DISM/index.html
    @@ -1,4 +1,4 @@
    - System Corruption Scan - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    System Corruption Scan

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + System Corruption Scan - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    System Corruption Scan

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "System Corruption Scan",
       "category": "Fixes",
       "panel": "1",
    diff --git a/dev/features/Fixes/Network/index.html b/dev/features/Fixes/Network/index.html
    index 49a27e2c..bd2928a2 100644
    --- a/dev/features/Fixes/Network/index.html
    +++ b/dev/features/Fixes/Network/index.html
    @@ -1,4 +1,4 @@
    - Reset Network - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Reset Network

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Reset Network - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Reset Network

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Reset Network",
       "category": "Fixes",
       "Order": "a042_",
    diff --git a/dev/features/Fixes/RunAdobeCCCleanerTool/index.html b/dev/features/Fixes/RunAdobeCCCleanerTool/index.html
    index 580771af..998fc83a 100644
    --- a/dev/features/Fixes/RunAdobeCCCleanerTool/index.html
    +++ b/dev/features/Fixes/RunAdobeCCCleanerTool/index.html
    @@ -1,4 +1,4 @@
    - Remove Adobe Creative Cloud - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove Adobe Creative Cloud

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Remove Adobe Creative Cloud - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove Adobe Creative Cloud

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Remove Adobe Creative Cloud",
       "category": "Fixes",
       "panel": "1",
    diff --git a/dev/features/Fixes/Update/index.html b/dev/features/Fixes/Update/index.html
    index 385ac79a..322d73b5 100644
    --- a/dev/features/Fixes/Update/index.html
    +++ b/dev/features/Fixes/Update/index.html
    @@ -1,4 +1,4 @@
    - Reset Windows Update - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Reset Windows Update

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Reset Windows Update - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Reset Windows Update

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Reset Windows Update",
       "category": "Fixes",
       "panel": "1",
    diff --git a/dev/features/Fixes/Winget/index.html b/dev/features/Fixes/Winget/index.html
    index 2a4005c0..e44637b7 100644
    --- a/dev/features/Fixes/Winget/index.html
    +++ b/dev/features/Fixes/Winget/index.html
    @@ -1,4 +1,4 @@
    - WinGet Reinstall - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    WinGet Reinstall

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + WinGet Reinstall - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    WinGet Reinstall

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "WinGet Reinstall",
       "category": "Fixes",
       "panel": "1",
    diff --git a/dev/features/Legacy-Windows-Panels/control/index.html b/dev/features/Legacy-Windows-Panels/control/index.html
    index 38c4a5f9..254da4da 100644
    --- a/dev/features/Legacy-Windows-Panels/control/index.html
    +++ b/dev/features/Legacy-Windows-Panels/control/index.html
    @@ -1,4 +1,4 @@
    - Control Panel - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Control Panel

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Control Panel - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Control Panel

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Control Panel",
       "category": "Legacy Windows Panels",
       "panel": "2",
    diff --git a/dev/features/Legacy-Windows-Panels/network/index.html b/dev/features/Legacy-Windows-Panels/network/index.html
    index 3b11268f..affb152e 100644
    --- a/dev/features/Legacy-Windows-Panels/network/index.html
    +++ b/dev/features/Legacy-Windows-Panels/network/index.html
    @@ -1,4 +1,4 @@
    - Network Connections - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Network Connections

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Network Connections - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Network Connections

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Network Connections",
       "category": "Legacy Windows Panels",
       "panel": "2",
    diff --git a/dev/features/Legacy-Windows-Panels/power/index.html b/dev/features/Legacy-Windows-Panels/power/index.html
    index 62123885..07f0608d 100644
    --- a/dev/features/Legacy-Windows-Panels/power/index.html
    +++ b/dev/features/Legacy-Windows-Panels/power/index.html
    @@ -1,4 +1,4 @@
    - Power Panel - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Power Panel

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Power Panel - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Power Panel

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Power Panel",
       "category": "Legacy Windows Panels",
       "panel": "2",
    diff --git a/dev/features/Legacy-Windows-Panels/region/index.html b/dev/features/Legacy-Windows-Panels/region/index.html
    index b0ca11df..8261db8c 100644
    --- a/dev/features/Legacy-Windows-Panels/region/index.html
    +++ b/dev/features/Legacy-Windows-Panels/region/index.html
    @@ -1,4 +1,4 @@
    - Region - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Region

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Region - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Region

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Region",
       "category": "Legacy Windows Panels",
       "panel": "2",
    diff --git a/dev/features/Legacy-Windows-Panels/sound/index.html b/dev/features/Legacy-Windows-Panels/sound/index.html
    index 0b767c40..c6f62ae3 100644
    --- a/dev/features/Legacy-Windows-Panels/sound/index.html
    +++ b/dev/features/Legacy-Windows-Panels/sound/index.html
    @@ -1,4 +1,4 @@
    - Sound Settings - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Sound Settings

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Sound Settings - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Sound Settings

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Sound Settings",
       "category": "Legacy Windows Panels",
       "panel": "2",
    diff --git a/dev/features/Legacy-Windows-Panels/system/index.html b/dev/features/Legacy-Windows-Panels/system/index.html
    index bb4313a7..846290d6 100644
    --- a/dev/features/Legacy-Windows-Panels/system/index.html
    +++ b/dev/features/Legacy-Windows-Panels/system/index.html
    @@ -1,4 +1,4 @@
    - System Properties - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    System Properties

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + System Properties - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    System Properties

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "System Properties",
       "category": "Legacy Windows Panels",
       "panel": "2",
    diff --git a/dev/features/Legacy-Windows-Panels/user/index.html b/dev/features/Legacy-Windows-Panels/user/index.html
    index a225e2e1..f20308df 100644
    --- a/dev/features/Legacy-Windows-Panels/user/index.html
    +++ b/dev/features/Legacy-Windows-Panels/user/index.html
    @@ -1,4 +1,4 @@
    - User Accounts - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    User Accounts

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + User Accounts - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    User Accounts

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "User Accounts",
       "category": "Legacy Windows Panels",
       "panel": "2",
    diff --git a/dev/tweaks/Customize-Preferences/BingSearch/index.html b/dev/tweaks/Customize-Preferences/BingSearch/index.html
    index f4177930..9ca66c24 100644
    --- a/dev/tweaks/Customize-Preferences/BingSearch/index.html
    +++ b/dev/tweaks/Customize-Preferences/BingSearch/index.html
    @@ -1,4 +1,4 @@
    - Bing Search in Start Menu - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Bing Search in Start Menu

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enable then includes web search results from Bing in your Start Menu search.

    Preview Code
    {
    + Bing Search in Start Menu - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Bing Search in Start Menu

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enable then includes web search results from Bing in your Start Menu search.

    Preview Code
    {
       "Content": "Bing Search in Start Menu",
       "Description": "If enable then includes web search results from Bing in your Start Menu search.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/DarkMode/index.html b/dev/tweaks/Customize-Preferences/DarkMode/index.html
    index 6ae4379e..bf23c2af 100644
    --- a/dev/tweaks/Customize-Preferences/DarkMode/index.html
    +++ b/dev/tweaks/Customize-Preferences/DarkMode/index.html
    @@ -1,4 +1,4 @@
    - Dark Theme for Windows - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Dark Theme for Windows

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enable/Disable Dark Mode.

    Preview Code
    {
    + Dark Theme for Windows - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Dark Theme for Windows

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enable/Disable Dark Mode.

    Preview Code
    {
       "Content": "Dark Theme for Windows",
       "Description": "Enable/Disable Dark Mode.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/DetailedBSoD/index.html b/dev/tweaks/Customize-Preferences/DetailedBSoD/index.html
    index 330cb831..87a02231 100644
    --- a/dev/tweaks/Customize-Preferences/DetailedBSoD/index.html
    +++ b/dev/tweaks/Customize-Preferences/DetailedBSoD/index.html
    @@ -1,4 +1,4 @@
    - Detailed BSoD - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Detailed BSoD

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then you will see a detailed Blue Screen of Death (BSOD) with more information.

    Preview Code
    {
    + Detailed BSoD - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Detailed BSoD

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then you will see a detailed Blue Screen of Death (BSOD) with more information.

    Preview Code
    {
       "Content": "Detailed BSoD",
       "Description": "If Enabled then you will see a detailed Blue Screen of Death (BSOD) with more information.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/HiddenFiles/index.html b/dev/tweaks/Customize-Preferences/HiddenFiles/index.html
    index bbb04864..b81fea88 100644
    --- a/dev/tweaks/Customize-Preferences/HiddenFiles/index.html
    +++ b/dev/tweaks/Customize-Preferences/HiddenFiles/index.html
    @@ -1,4 +1,4 @@
    - Show Hidden Files - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Show Hidden Files

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then Hidden Files will be shown.

    Preview Code
    {
    + Show Hidden Files - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Show Hidden Files

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then Hidden Files will be shown.

    Preview Code
    {
       "Content": "Show Hidden Files",
       "Description": "If Enabled then Hidden Files will be shown.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/MouseAcceleration/index.html b/dev/tweaks/Customize-Preferences/MouseAcceleration/index.html
    index ceb14cf3..bcf12ba2 100644
    --- a/dev/tweaks/Customize-Preferences/MouseAcceleration/index.html
    +++ b/dev/tweaks/Customize-Preferences/MouseAcceleration/index.html
    @@ -1,4 +1,4 @@
    - Mouse Acceleration - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Mouse Acceleration

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then Cursor movement is affected by the speed of your physical mouse movements.

    Preview Code
    {
    + Mouse Acceleration - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Mouse Acceleration

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then Cursor movement is affected by the speed of your physical mouse movements.

    Preview Code
    {
       "Content": "Mouse Acceleration",
       "Description": "If Enabled then Cursor movement is affected by the speed of your physical mouse movements.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/NumLock/index.html b/dev/tweaks/Customize-Preferences/NumLock/index.html
    index c2cd4a5e..4c0ff3a7 100644
    --- a/dev/tweaks/Customize-Preferences/NumLock/index.html
    +++ b/dev/tweaks/Customize-Preferences/NumLock/index.html
    @@ -1,4 +1,4 @@
    - NumLock on Startup - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    NumLock on Startup

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Toggle the Num Lock key state when your computer starts.

    Preview Code
    {
    + NumLock on Startup - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    NumLock on Startup

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Toggle the Num Lock key state when your computer starts.

    Preview Code
    {
       "Content": "NumLock on Startup",
       "Description": "Toggle the Num Lock key state when your computer starts.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/ShowExt/index.html b/dev/tweaks/Customize-Preferences/ShowExt/index.html
    index 6792397e..9b0efb26 100644
    --- a/dev/tweaks/Customize-Preferences/ShowExt/index.html
    +++ b/dev/tweaks/Customize-Preferences/ShowExt/index.html
    @@ -1,4 +1,4 @@
    - Show File Extensions - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Show File Extensions

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enabled then File extensions (e.g., .txt, .jpg) are visible.

    Preview Code
    {
    + Show File Extensions - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Show File Extensions

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enabled then File extensions (e.g., .txt, .jpg) are visible.

    Preview Code
    {
       "Content": "Show File Extensions",
       "Description": "If enabled then File extensions (e.g., .txt, .jpg) are visible.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/SnapFlyout/index.html b/dev/tweaks/Customize-Preferences/SnapFlyout/index.html
    index d40fc6b5..0e51302d 100644
    --- a/dev/tweaks/Customize-Preferences/SnapFlyout/index.html
    +++ b/dev/tweaks/Customize-Preferences/SnapFlyout/index.html
    @@ -1,4 +1,4 @@
    - Snap Assist Flyout - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Snap Assist Flyout

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enabled then Snap preview is disabled when maximize button is hovered.

    Preview Code
    {
    + Snap Assist Flyout - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Snap Assist Flyout

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enabled then Snap preview is disabled when maximize button is hovered.

    Preview Code
    {
       "Content": "Snap Assist Flyout",
       "Description": "If enabled then Snap preview is disabled when maximize button is hovered.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/SnapSuggestion/index.html b/dev/tweaks/Customize-Preferences/SnapSuggestion/index.html
    index a6f8e223..69b2761d 100644
    --- a/dev/tweaks/Customize-Preferences/SnapSuggestion/index.html
    +++ b/dev/tweaks/Customize-Preferences/SnapSuggestion/index.html
    @@ -1,4 +1,4 @@
    - Snap Assist Suggestion - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Snap Assist Suggestion

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enabled then you will get suggestions to snap other applications in the left over spaces.

    Preview Code
    {
    + Snap Assist Suggestion - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Snap Assist Suggestion

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enabled then you will get suggestions to snap other applications in the left over spaces.

    Preview Code
    {
       "Content": "Snap Assist Suggestion",
       "Description": "If enabled then you will get suggestions to snap other applications in the left over spaces.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/SnapWindow/index.html b/dev/tweaks/Customize-Preferences/SnapWindow/index.html
    index 2ba28898..9e48ec6e 100644
    --- a/dev/tweaks/Customize-Preferences/SnapWindow/index.html
    +++ b/dev/tweaks/Customize-Preferences/SnapWindow/index.html
    @@ -1,4 +1,4 @@
    - Snap Window - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Snap Window

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enabled you can align windows by dragging them. | Relogin Required

    Preview Code
    {
    + Snap Window - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Snap Window

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If enabled you can align windows by dragging them. | Relogin Required

    Preview Code
    {
       "Content": "Snap Window",
       "Description": "If enabled you can align windows by dragging them. | Relogin Required",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/StickyKeys/index.html b/dev/tweaks/Customize-Preferences/StickyKeys/index.html
    index 8e934a20..aea8e3eb 100644
    --- a/dev/tweaks/Customize-Preferences/StickyKeys/index.html
    +++ b/dev/tweaks/Customize-Preferences/StickyKeys/index.html
    @@ -1,4 +1,4 @@
    - Sticky Keys - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Sticky Keys

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    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.

    Preview Code
    {
    + Sticky Keys - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Sticky Keys

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    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.

    Preview Code
    {
       "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.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/TaskView/index.html b/dev/tweaks/Customize-Preferences/TaskView/index.html
    index 1f3059c4..5c20a822 100644
    --- a/dev/tweaks/Customize-Preferences/TaskView/index.html
    +++ b/dev/tweaks/Customize-Preferences/TaskView/index.html
    @@ -1,4 +1,4 @@
    - Task View Button in Taskbar - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Task View Button in Taskbar

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then Task View Button in Taskbar will be shown.

    Preview Code
    {
    + Task View Button in Taskbar - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Task View Button in Taskbar

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then Task View Button in Taskbar will be shown.

    Preview Code
    {
       "Content": "Task View Button in Taskbar",
       "Description": "If Enabled then Task View Button in Taskbar will be shown.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/TaskbarAlignment/index.html b/dev/tweaks/Customize-Preferences/TaskbarAlignment/index.html
    index 8d8704a3..99caca6a 100644
    --- a/dev/tweaks/Customize-Preferences/TaskbarAlignment/index.html
    +++ b/dev/tweaks/Customize-Preferences/TaskbarAlignment/index.html
    @@ -1,4 +1,4 @@
    - Center Taskbar Items - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Center Taskbar Items

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    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.

    Preview Code
    {
    + Center Taskbar Items - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Center Taskbar Items

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    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.

    Preview Code
    {
       "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.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/TaskbarSearch/index.html b/dev/tweaks/Customize-Preferences/TaskbarSearch/index.html
    index d92a5fe4..9a5d0712 100644
    --- a/dev/tweaks/Customize-Preferences/TaskbarSearch/index.html
    +++ b/dev/tweaks/Customize-Preferences/TaskbarSearch/index.html
    @@ -1,4 +1,4 @@
    - Search Button in Taskbar - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Search Button in Taskbar

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled Search Button will be on the taskbar.

    Preview Code
    {
    + Search Button in Taskbar - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Search Button in Taskbar

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled Search Button will be on the taskbar.

    Preview Code
    {
       "Content": "Search Button in Taskbar",
       "Description": "If Enabled Search Button will be on the taskbar.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/TaskbarWidgets/index.html b/dev/tweaks/Customize-Preferences/TaskbarWidgets/index.html
    index 8de78f9a..af94d628 100644
    --- a/dev/tweaks/Customize-Preferences/TaskbarWidgets/index.html
    +++ b/dev/tweaks/Customize-Preferences/TaskbarWidgets/index.html
    @@ -1,4 +1,4 @@
    - Widgets Button in Taskbar - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Widgets Button in Taskbar

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then Widgets Button in Taskbar will be shown.

    Preview Code
    {
    + Widgets Button in Taskbar - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Widgets Button in Taskbar

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    If Enabled then Widgets Button in Taskbar will be shown.

    Preview Code
    {
       "Content": "Widgets Button in Taskbar",
       "Description": "If Enabled then Widgets Button in Taskbar will be shown.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Customize-Preferences/VerboseLogon/index.html b/dev/tweaks/Customize-Preferences/VerboseLogon/index.html
    index 061a4478..11ca4b42 100644
    --- a/dev/tweaks/Customize-Preferences/VerboseLogon/index.html
    +++ b/dev/tweaks/Customize-Preferences/VerboseLogon/index.html
    @@ -1,4 +1,4 @@
    - Verbose Messages During Logon - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Verbose Messages During Logon

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Show detailed messages during the login process for troubleshooting and diagnostics.

    Preview Code
    {
    + Verbose Messages During Logon - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Verbose Messages During Logon

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Show detailed messages during the login process for troubleshooting and diagnostics.

    Preview Code
    {
       "Content": "Verbose Messages During Logon",
       "Description": "Show detailed messages during the login process for troubleshooting and diagnostics.",
       "category": "Customize Preferences",
    diff --git a/dev/tweaks/Essential-Tweaks/AH/index.html b/dev/tweaks/Essential-Tweaks/AH/index.html
    index e58f5201..e34d62ff 100644
    --- a/dev/tweaks/Essential-Tweaks/AH/index.html
    +++ b/dev/tweaks/Essential-Tweaks/AH/index.html
    @@ -1,4 +1,4 @@
    - Disable Activity History - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Activity History

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    This erases recent docs, clipboard, and run history.

    Preview Code
    {
    + Disable Activity History - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Activity History

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    This erases recent docs, clipboard, and run history.

    Preview Code
    {
       "Content": "Disable Activity History",
       "Description": "This erases recent docs, clipboard, and run history.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/ConsumerFeatures/index.html b/dev/tweaks/Essential-Tweaks/ConsumerFeatures/index.html
    index a8a2efaa..4d55a43c 100644
    --- a/dev/tweaks/Essential-Tweaks/ConsumerFeatures/index.html
    +++ b/dev/tweaks/Essential-Tweaks/ConsumerFeatures/index.html
    @@ -1,4 +1,4 @@
    - Disable ConsumerFeatures - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable ConsumerFeatures

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Windows 10 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)

    Preview Code
    {
    + Disable ConsumerFeatures - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable ConsumerFeatures

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Windows 10 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)

    Preview Code
    {
       "Content": "Disable ConsumerFeatures",
       "Description": "Windows 10 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",
    diff --git a/dev/tweaks/Essential-Tweaks/DVR/index.html b/dev/tweaks/Essential-Tweaks/DVR/index.html
    index c503a0f0..bdfc8623 100644
    --- a/dev/tweaks/Essential-Tweaks/DVR/index.html
    +++ b/dev/tweaks/Essential-Tweaks/DVR/index.html
    @@ -1,4 +1,4 @@
    - Disable GameDVR - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable GameDVR

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    GameDVR is a Windows App that is a dependency for some Store Games. I've never met someone that likes it, but it's there for the XBOX crowd.

    Preview Code
    {
    + Disable GameDVR - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable GameDVR

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    GameDVR is a Windows App that is a dependency for some Store Games. I've never met someone that likes it, but it's there for the XBOX crowd.

    Preview Code
    {
       "Content": "Disable GameDVR",
       "Description": "GameDVR is a Windows App that is a dependency for some Store Games. I've never met someone that likes it, but it's there for the XBOX crowd.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/DeleteTempFiles/index.html b/dev/tweaks/Essential-Tweaks/DeleteTempFiles/index.html
    index b88ab0cb..c495e395 100644
    --- a/dev/tweaks/Essential-Tweaks/DeleteTempFiles/index.html
    +++ b/dev/tweaks/Essential-Tweaks/DeleteTempFiles/index.html
    @@ -1,4 +1,4 @@
    - Delete Temporary Files - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Delete Temporary Files

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Erases TEMP Folders

    Preview Code
    {
    + Delete Temporary Files - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Delete Temporary Files

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Erases TEMP Folders

    Preview Code
    {
       "Content": "Delete Temporary Files",
       "Description": "Erases TEMP Folders",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/DiskCleanup/index.html b/dev/tweaks/Essential-Tweaks/DiskCleanup/index.html
    index 9ff38ce7..7a5c2a1c 100644
    --- a/dev/tweaks/Essential-Tweaks/DiskCleanup/index.html
    +++ b/dev/tweaks/Essential-Tweaks/DiskCleanup/index.html
    @@ -1,4 +1,4 @@
    - Run Disk Cleanup - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Run Disk Cleanup

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Runs Disk Cleanup on Drive C: and removes old Windows Updates.

    Preview Code
    {
    + Run Disk Cleanup - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Run Disk Cleanup

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Runs Disk Cleanup on Drive C: and removes old Windows Updates.

    Preview Code
    {
       "Content": "Run Disk Cleanup",
       "Description": "Runs Disk Cleanup on Drive C: and removes old Windows Updates.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/EdgeDebloat/index.html b/dev/tweaks/Essential-Tweaks/EdgeDebloat/index.html
    index e815fcc5..4ad22be6 100644
    --- a/dev/tweaks/Essential-Tweaks/EdgeDebloat/index.html
    +++ b/dev/tweaks/Essential-Tweaks/EdgeDebloat/index.html
    @@ -1,4 +1,4 @@
    - Debloat Edge - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Debloat Edge

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables various telemetry options, popups, and other annoyances in Edge.

    Preview Code
    {
    + Debloat Edge - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Debloat Edge

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables various telemetry options, popups, and other annoyances in Edge.

    Preview Code
    {
       "Content": "Debloat Edge",
       "Description": "Disables various telemetry options, popups, and other annoyances in Edge.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar/index.html b/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar/index.html
    index bf9cb271..7b73d21a 100644
    --- a/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar/index.html
    +++ b/dev/tweaks/Essential-Tweaks/EndTaskOnTaskbar/index.html
    @@ -1,4 +1,4 @@
    - Enable End Task With Right Click - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Enable End Task With Right Click

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables option to end task when right clicking a program in the taskbar

    Preview Code
    {
    + Enable End Task With Right Click - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Enable End Task With Right Click

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Enables option to end task when right clicking a program in the taskbar

    Preview Code
    {
       "Content": "Enable End Task With Right Click",
       "Description": "Enables option to end task when right clicking a program in the taskbar",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/Hiber/index.html b/dev/tweaks/Essential-Tweaks/Hiber/index.html
    index a963696e..fff1abc8 100644
    --- a/dev/tweaks/Essential-Tweaks/Hiber/index.html
    +++ b/dev/tweaks/Essential-Tweaks/Hiber/index.html
    @@ -1,4 +1,4 @@
    - Disable Hibernation - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Hibernation

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    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, but some people are lazy and rely on it. Don't be like Bob. Bob likes hibernation.

    Preview Code
    {
    + Disable Hibernation - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Hibernation

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    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, but some people are lazy and rely on it. Don't be like Bob. Bob likes hibernation.

    Preview Code
    {
       "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, but some people are lazy and rely on it. Don't be like Bob. Bob likes hibernation.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/Home/index.html b/dev/tweaks/Essential-Tweaks/Home/index.html
    index ef78a240..8e90454a 100644
    --- a/dev/tweaks/Essential-Tweaks/Home/index.html
    +++ b/dev/tweaks/Essential-Tweaks/Home/index.html
    @@ -1,4 +1,4 @@
    - Disable Homegroup - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Homegroup

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables HomeGroup - HomeGroup is a password-protected home networking service that lets you share your stuff with other PCs that are currently running and connected to your network.

    Preview Code
    {
    + Disable Homegroup - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Homegroup

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables HomeGroup - HomeGroup is a password-protected home networking service that lets you share your stuff with other PCs that are currently running and connected to your network.

    Preview Code
    {
       "Content": "Disable Homegroup",
       "Description": "Disables HomeGroup - HomeGroup is a password-protected home networking service that lets you share your stuff with other PCs that are currently running and connected to your network.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/IPv46/index.html b/dev/tweaks/Essential-Tweaks/IPv46/index.html
    index 71820946..5990fb1b 100644
    --- a/dev/tweaks/Essential-Tweaks/IPv46/index.html
    +++ b/dev/tweaks/Essential-Tweaks/IPv46/index.html
    @@ -1,4 +1,4 @@
    - Prefer IPv4 over IPv6 - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Prefer IPv4 over IPv6

    Last Updated: 2024-08-27

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    To set the IPv4 preference can have latency and security benefits on private networks where IPv6 is not configured.

    Preview Code
    {
    + Prefer IPv4 over IPv6 - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Prefer IPv4 over IPv6

    Last Updated: 2024-08-27

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    To set the IPv4 preference can have latency and security benefits on private networks where IPv6 is not configured.

    Preview Code
    {
       "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.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/LaptopHibernation/index.html b/dev/tweaks/Essential-Tweaks/LaptopHibernation/index.html
    index ab50426f..585886eb 100644
    --- a/dev/tweaks/Essential-Tweaks/LaptopHibernation/index.html
    +++ b/dev/tweaks/Essential-Tweaks/LaptopHibernation/index.html
    @@ -1,4 +1,4 @@
    - Set Hibernation as default (good for laptops) - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Hibernation as default (good for laptops)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Most modern laptops have connected standby enabled which drains the battery, this sets hibernation as default which will not drain the battery. See issue https://github.com/ChrisTitusTech/winutil/issues/1399

    Preview Code
    {
    + Set Hibernation as default (good for laptops) - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Hibernation as default (good for laptops)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Most modern laptops have connected standby enabled which drains the battery, this sets hibernation as default which will not drain the battery. See issue https://github.com/ChrisTitusTech/winutil/issues/1399

    Preview Code
    {
       "Content": "Set Hibernation as default (good for laptops)",
       "Description": "Most modern laptops have connected standby enabled which drains the battery, this sets hibernation as default which will not drain the battery. See issue https://github.com/ChrisTitusTech/winutil/issues/1399",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/Loc/index.html b/dev/tweaks/Essential-Tweaks/Loc/index.html
    index 604f4008..e3c912b4 100644
    --- a/dev/tweaks/Essential-Tweaks/Loc/index.html
    +++ b/dev/tweaks/Essential-Tweaks/Loc/index.html
    @@ -1,4 +1,4 @@
    - Disable Location Tracking - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Location Tracking

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables Location Tracking...DUH!

    Preview Code
    {
    + Disable Location Tracking - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Location Tracking

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables Location Tracking...DUH!

    Preview Code
    {
       "Content": "Disable Location Tracking",
       "Description": "Disables Location Tracking...DUH!",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/Powershell7/index.html b/dev/tweaks/Essential-Tweaks/Powershell7/index.html
    index 1ffd8f68..5aa2d99d 100644
    --- a/dev/tweaks/Essential-Tweaks/Powershell7/index.html
    +++ b/dev/tweaks/Essential-Tweaks/Powershell7/index.html
    @@ -1,4 +1,4 @@
    - Change Windows Terminal default: PowerShell 5 -> PowerShell 7 - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Change Windows Terminal default: PowerShell 5 -> PowerShell 7

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    This will edit the config file of the Windows Terminal replacing PowerShell 5 with PowerShell 7 and installing PS7 if necessary

    Preview Code
    {
    + Change Windows Terminal default: PowerShell 5 -> PowerShell 7 - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Change Windows Terminal default: PowerShell 5 -> PowerShell 7

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    This will edit the config file of the Windows Terminal replacing PowerShell 5 with PowerShell 7 and installing PS7 if necessary

    Preview Code
    {
       "Content": "Change Windows Terminal default: PowerShell 5 -> PowerShell 7",
       "Description": "This will edit the config file of the Windows Terminal replacing PowerShell 5 with PowerShell 7 and installing PS7 if necessary",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/Powershell7Tele/index.html b/dev/tweaks/Essential-Tweaks/Powershell7Tele/index.html
    index 3c79baa2..851ef20d 100644
    --- a/dev/tweaks/Essential-Tweaks/Powershell7Tele/index.html
    +++ b/dev/tweaks/Essential-Tweaks/Powershell7Tele/index.html
    @@ -1,4 +1,4 @@
    - Disable Powershell 7 Telemetry - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Powershell 7 Telemetry

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    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.

    Preview Code
    {
    + Disable Powershell 7 Telemetry - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Powershell 7 Telemetry

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    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.

    Preview Code
    {
       "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.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/RestorePoint/index.html b/dev/tweaks/Essential-Tweaks/RestorePoint/index.html
    index 5f8e9bf0..4b62698b 100644
    --- a/dev/tweaks/Essential-Tweaks/RestorePoint/index.html
    +++ b/dev/tweaks/Essential-Tweaks/RestorePoint/index.html
    @@ -1,4 +1,4 @@
    - Create Restore Point - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Create Restore Point

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Creates a restore point at runtime in case a revert is needed from WinUtil modifications

    Preview Code
    {
    + Create Restore Point - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Create Restore Point

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Creates a restore point at runtime in case a revert is needed from WinUtil modifications

    Preview Code
    {
       "Content": "Create Restore Point",
       "Description": "Creates a restore point at runtime in case a revert is needed from WinUtil modifications",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/Services/index.html b/dev/tweaks/Essential-Tweaks/Services/index.html
    index b948aa0f..0eef2a79 100644
    --- a/dev/tweaks/Essential-Tweaks/Services/index.html
    +++ b/dev/tweaks/Essential-Tweaks/Services/index.html
    @@ -1,4 +1,4 @@
    - Set Services to Manual - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Services to Manual

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Turns a bunch of system services to manual that don't need to be running all the time. This is pretty harmless as if the service is needed, it will simply start on demand.

    Preview Code
    {
    + Set Services to Manual - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Services to Manual

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Turns a bunch of system services to manual that don't need to be running all the time. This is pretty harmless as if the service is needed, it will simply start on demand.

    Preview Code
    {
       "Content": "Set Services to Manual",
       "Description": "Turns a bunch of system services to manual that don't need to be running all the time. This is pretty harmless as if the service is needed, it will simply start on demand.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/Storage/index.html b/dev/tweaks/Essential-Tweaks/Storage/index.html
    index 513b41e1..a2490192 100644
    --- a/dev/tweaks/Essential-Tweaks/Storage/index.html
    +++ b/dev/tweaks/Essential-Tweaks/Storage/index.html
    @@ -1,4 +1,4 @@
    - Disable Storage Sense - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Storage Sense

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Storage Sense deletes temp files automatically.

    Preview Code
    {
    + Disable Storage Sense - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Storage Sense

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Storage Sense deletes temp files automatically.

    Preview Code
    {
       "Content": "Disable Storage Sense",
       "Description": "Storage Sense deletes temp files automatically.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/Tele/index.html b/dev/tweaks/Essential-Tweaks/Tele/index.html
    index 83c7180e..904811d3 100644
    --- a/dev/tweaks/Essential-Tweaks/Tele/index.html
    +++ b/dev/tweaks/Essential-Tweaks/Tele/index.html
    @@ -1,4 +1,4 @@
    - Disable Telemetry - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Telemetry

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables Microsoft Telemetry. Note: This will lock many Edge Browser settings. Microsoft spies heavily on you when using the Edge browser.

    Preview Code
    {
    + Disable Telemetry - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Telemetry

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables Microsoft Telemetry. Note: This will lock many Edge Browser settings. Microsoft spies heavily on you when using the Edge browser.

    Preview Code
    {
       "Content": "Disable Telemetry",
       "Description": "Disables Microsoft Telemetry. Note: This will lock many Edge Browser settings. Microsoft spies heavily on you when using the Edge browser.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Essential-Tweaks/Wifi/index.html b/dev/tweaks/Essential-Tweaks/Wifi/index.html
    index 9fc98c3e..d67e5775 100644
    --- a/dev/tweaks/Essential-Tweaks/Wifi/index.html
    +++ b/dev/tweaks/Essential-Tweaks/Wifi/index.html
    @@ -1,4 +1,4 @@
    - Disable Wifi-Sense - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Wifi-Sense

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Wifi Sense is a spying service that phones home all nearby scanned wifi networks and your current geo location.

    Preview Code
    {
    + Disable Wifi-Sense - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Wifi-Sense

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Wifi Sense is a spying service that phones home all nearby scanned wifi networks and your current geo location.

    Preview Code
    {
       "Content": "Disable Wifi-Sense",
       "Description": "Wifi Sense is a spying service that phones home all nearby scanned wifi networks and your current geo location.",
       "category": "Essential Tweaks",
    diff --git a/dev/tweaks/Performance-Plans/AddUltPerf/index.html b/dev/tweaks/Performance-Plans/AddUltPerf/index.html
    index 3f0983ca..1b1cf14f 100644
    --- a/dev/tweaks/Performance-Plans/AddUltPerf/index.html
    +++ b/dev/tweaks/Performance-Plans/AddUltPerf/index.html
    @@ -1,4 +1,4 @@
    - Add and Activate Ultimate Performance Profile - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Add and Activate Ultimate Performance Profile

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Add and Activate Ultimate Performance Profile - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Add and Activate Ultimate Performance Profile

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Add and Activate Ultimate Performance Profile",
       "category": "Performance Plans",
       "panel": "2",
    diff --git a/dev/tweaks/Performance-Plans/RemoveUltPerf/index.html b/dev/tweaks/Performance-Plans/RemoveUltPerf/index.html
    index 87d78918..977b5e80 100644
    --- a/dev/tweaks/Performance-Plans/RemoveUltPerf/index.html
    +++ b/dev/tweaks/Performance-Plans/RemoveUltPerf/index.html
    @@ -1,4 +1,4 @@
    - Remove Ultimate Performance Profile - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove Ultimate Performance Profile

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Remove Ultimate Performance Profile - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove Ultimate Performance Profile

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Remove Ultimate Performance Profile",
       "category": "Performance Plans",
       "panel": "2",
    diff --git a/dev/tweaks/Shortcuts/Shortcut/index.html b/dev/tweaks/Shortcuts/Shortcut/index.html
    index a386e45e..4d543a65 100644
    --- a/dev/tweaks/Shortcuts/Shortcut/index.html
    +++ b/dev/tweaks/Shortcuts/Shortcut/index.html
    @@ -1,4 +1,4 @@
    - Create WinUtil Shortcut - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Create WinUtil Shortcut

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Create WinUtil Shortcut - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Create WinUtil Shortcut

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Create WinUtil Shortcut",
       "category": "Shortcuts",
       "panel": "2",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet/index.html
    index 3b042299..1ece02db 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/BlockAdobeNet/index.html
    @@ -1,4 +1,4 @@
    - Adobe Network Block - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Adobe Network Block

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Reduce user interruptions by selectively blocking connections to Adobe's activation and telemetry servers. Credit: Ruddernation-Designs

    Preview Code
    {
    + Adobe Network Block - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Adobe Network Block

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Reduce user interruptions by selectively blocking connections to Adobe's activation and telemetry servers. Credit: Ruddernation-Designs

    Preview Code
    {
       "Content": "Adobe Network Block",
       "Description": "Reduce user interruptions by selectively blocking connections to Adobe's activation and telemetry servers. Credit: Ruddernation-Designs",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat/index.html
    index b41b5ee3..4e99f225 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DeBloat/index.html
    @@ -1,4 +1,4 @@
    - Remove ALL MS Store Apps - NOT RECOMMENDED - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove ALL MS Store Apps - NOT RECOMMENDED

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    USE WITH CAUTION!!!!! This will remove ALL Microsoft store apps other than the essentials to make winget work. Games installed by MS Store ARE INCLUDED!

    Preview Code
    {
    + Remove ALL MS Store Apps - NOT RECOMMENDED - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove ALL MS Store Apps - NOT RECOMMENDED

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    USE WITH CAUTION!!!!! This will remove ALL Microsoft store apps other than the essentials to make winget work. Games installed by MS Store ARE INCLUDED!

    Preview Code
    {
       "Content": "Remove ALL MS Store Apps - NOT RECOMMENDED",
       "Description": "USE WITH CAUTION!!!!! This will remove ALL Microsoft store apps other than the essentials to make winget work. Games installed by MS Store ARE INCLUDED!",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DebloatAdobe/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DebloatAdobe/index.html
    index bfed761e..519e83f7 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DebloatAdobe/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DebloatAdobe/index.html
    @@ -1,4 +1,4 @@
    - Adobe Debloat - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Adobe Debloat

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Manages Adobe Services, Adobe Desktop Service, and Acrobat Updates

    Preview Code
    {
    + Adobe Debloat - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Adobe Debloat

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Manages Adobe Services, Adobe Desktop Service, and Acrobat Updates

    Preview Code
    {
       "Content": "Adobe Debloat",
       "Description": "Manages Adobe Services, Adobe Desktop Service, and Acrobat Updates",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps/index.html
    index 9bfd7d59..1a369835 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableBGapps/index.html
    @@ -1,4 +1,4 @@
    - Disable Background Apps - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Background Apps

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables all Microsoft Store apps from running in the background, which has to be done individually since Win11

    Preview Code
    {
    + Disable Background Apps - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Background Apps

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables all Microsoft Store apps from running in the background, which has to be done individually since Win11

    Preview Code
    {
       "Content": "Disable Background Apps",
       "Description": "Disables all Microsoft Store apps from running in the background, which has to be done individually since Win11",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO/index.html
    index c82bd857..a1613b72 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableFSO/index.html
    @@ -1,4 +1,4 @@
    - Disable Fullscreen Optimizations - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Fullscreen Optimizations

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen

    Preview Code
    {
    + Disable Fullscreen Optimizations - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Fullscreen Optimizations

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen

    Preview Code
    {
       "Content": "Disable Fullscreen Optimizations",
       "Description": "Disables FSO in all applications. NOTE: This will disable Color Management in Exclusive Fullscreen",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableLMS1/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableLMS1/index.html
    index f15afedf..12f227c7 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableLMS1/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableLMS1/index.html
    @@ -1,4 +1,4 @@
    - Disable Intel MM (vPro LMS) - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Intel MM (vPro LMS)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Intel LMS service is always listening on all ports and could be a huge security risk. There is no need to run LMS on home machines and even in the Enterprise there are better solutions.

    Preview Code
    {
    + Disable Intel MM (vPro LMS) - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Intel MM (vPro LMS)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Intel LMS service is always listening on all ports and could be a huge security risk. There is no need to run LMS on home machines and even in the Enterprise there are better solutions.

    Preview Code
    {
       "Content": "Disable Intel MM (vPro LMS)",
       "Description": "Intel LMS service is always listening on all ports and could be a huge security risk. There is no need to run LMS on home machines and even in the Enterprise there are better solutions.",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications/index.html
    index 07996548..a7808f87 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/DisableNotifications/index.html
    @@ -1,4 +1,4 @@
    - Disable Notification Tray/Calendar - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Notification Tray/Calendar

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables all Notifications INCLUDING Calendar

    Preview Code
    {
    + Disable Notification Tray/Calendar - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Notification Tray/Calendar

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables all Notifications INCLUDING Calendar

    Preview Code
    {
       "Content": "Disable Notification Tray/Calendar",
       "Description": "Disables all Notifications INCLUDING Calendar",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/Disableipsix/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/Disableipsix/index.html
    index 2f0696e3..a3660d67 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/Disableipsix/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/Disableipsix/index.html
    @@ -1,4 +1,4 @@
    - Disable IPv6 - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable IPv6

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables IPv6.

    Preview Code
    {
    + Disable IPv6 - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable IPv6

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables IPv6.

    Preview Code
    {
       "Content": "Disable IPv6",
       "Description": "Disables IPv6.",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display/index.html
    index 74257934..e7754275 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/Display/index.html
    @@ -1,4 +1,4 @@
    - Set Display for Performance - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Display for Performance

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Sets the system preferences to performance. You can do this manually with sysdm.cpl as well.

    Preview Code
    {
    + Set Display for Performance - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Display for Performance

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Sets the system preferences to performance. You can do this manually with sysdm.cpl as well.

    Preview Code
    {
       "Content": "Set Display for Performance",
       "Description": "Sets the system preferences to performance. You can do this manually with sysdm.cpl as well.",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton/index.html
    index 30febbc9..717272a6 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/OOSUbutton/index.html
    @@ -1,4 +1,4 @@
    - Run OO Shutup 10 - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Run OO Shutup 10

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Run OO Shutup 10 - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Run OO Shutup 10

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Run OO Shutup 10",
       "category": "z__Advanced Tweaks - CAUTION",
       "panel": "1",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot/index.html
    index 75ca8b24..0022d2ed 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveCopilot/index.html
    @@ -1,4 +1,4 @@
    - Disable Microsoft Copilot - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Microsoft Copilot

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables MS Copilot AI built into Windows since 23H2.

    Preview Code
    {
    + Disable Microsoft Copilot - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Microsoft Copilot

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Disables MS Copilot AI built into Windows since 23H2.

    Preview Code
    {
       "Content": "Disable Microsoft Copilot",
       "Description": "Disables MS Copilot AI built into Windows since 23H2.",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge/index.html
    index 93be5e8b..180f625d 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveEdge/index.html
    @@ -1,4 +1,4 @@
    - Remove Microsoft Edge - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove Microsoft Edge

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Removes MS Edge when it gets reinstalled by updates. Credit: Techie Jack

    Preview Code
    {
    + Remove Microsoft Edge - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove Microsoft Edge

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Removes MS Edge when it gets reinstalled by updates. Credit: Techie Jack

    Preview Code
    {
       "Content": "Remove Microsoft Edge",
       "Description": "Removes MS Edge when it gets reinstalled by updates. Credit: Techie Jack",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHomeGallery/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHomeGallery/index.html
    index 9fa9bd5a..c340ecda 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHomeGallery/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveHomeGallery/index.html
    @@ -1,4 +1,4 @@
    - Remove Home and Gallery from explorer - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove Home and Gallery from explorer

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Removes the Home and Gallery from explorer and sets This PC as default

    Preview Code
    {
    + Remove Home and Gallery from explorer - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove Home and Gallery from explorer

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Removes the Home and Gallery from explorer and sets This PC as default

    Preview Code
    {
       "Content": "Remove Home and Gallery from explorer",
       "Description": "Removes the Home and Gallery from explorer and sets This PC as default",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOnedrive/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOnedrive/index.html
    index 88f6bb44..879461c7 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOnedrive/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RemoveOnedrive/index.html
    @@ -1,4 +1,4 @@
    - Remove OneDrive - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove OneDrive

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Moves OneDrive files to Default Home Folders and Uninstalls it.

    Preview Code
    {
    + Remove OneDrive - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Remove OneDrive

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Moves OneDrive files to Default Home Folders and Uninstalls it.

    Preview Code
    {
       "Content": "Remove OneDrive",
       "Description": "Moves OneDrive files to Default Home Folders and Uninstalls it.",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu/index.html
    index a35e1521..fd295e96 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/RightClickMenu/index.html
    @@ -1,4 +1,4 @@
    - Set Classic Right-Click Menu - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Classic Right-Click Menu

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Great Windows 11 tweak to bring back good context menus when right clicking things in explorer.

    Preview Code
    {
    + Set Classic Right-Click Menu - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Classic Right-Click Menu

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Great Windows 11 tweak to bring back good context menus when right clicking things in explorer.

    Preview Code
    {
       "Content": "Set Classic Right-Click Menu ",
       "Description": "Great Windows 11 tweak to bring back good context menus when right clicking things in explorer.",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo/index.html
    index 0ec626b8..457aba31 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/Teredo/index.html
    @@ -1,4 +1,4 @@
    - Disable Teredo - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Teredo

    Last Updated: 2024-08-27

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Teredo network tunneling is a ipv6 feature that can cause additional latency, but may cause problems with some games

    Preview Code
    {
    + Disable Teredo - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Disable Teredo

    Last Updated: 2024-08-27

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Teredo network tunneling is a ipv6 feature that can cause additional latency, but may cause problems with some games

    Preview Code
    {
       "Content": "Disable Teredo",
       "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",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC/index.html
    index bf78ef95..b8ed83c1 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/UTC/index.html
    @@ -1,4 +1,4 @@
    - Set Time to UTC (Dual Boot) - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Time to UTC (Dual Boot)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Essential for computers that are dual booting. Fixes the time sync with Linux Systems.

    Preview Code
    {
    + Set Time to UTC (Dual Boot) - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Set Time to UTC (Dual Boot)

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Description

    Essential for computers that are dual booting. Fixes the time sync with Linux Systems.

    Preview Code
    {
       "Content": "Set Time to UTC (Dual Boot)",
       "Description": "Essential for computers that are dual booting. Fixes the time sync with Linux Systems.",
       "category": "z__Advanced Tweaks - CAUTION",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/Undoall/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/Undoall/index.html
    index 444bee38..4f4a8623 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/Undoall/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/Undoall/index.html
    @@ -1,4 +1,4 @@
    - Undo Selected Tweaks - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Undo Selected Tweaks

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Undo Selected Tweaks - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Undo Selected Tweaks

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Undo Selected Tweaks",
       "category": "z__Advanced Tweaks - CAUTION",
       "panel": "1",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/button/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/button/index.html
    index b575daac..2df4cab7 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/button/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/button/index.html
    @@ -1,4 +1,4 @@
    - Run Tweaks - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Run Tweaks

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + Run Tweaks - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Run Tweaks

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "Run Tweaks",
       "category": "z__Advanced Tweaks - CAUTION",
       "panel": "1",
    diff --git a/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns/index.html b/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns/index.html
    index 5fff92b9..06c00358 100644
    --- a/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns/index.html
    +++ b/dev/tweaks/z--Advanced-Tweaks---CAUTION/changedns/index.html
    @@ -1,4 +1,4 @@
    - DNS - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    DNS

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
    + DNS - WinUtil Documentation      
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    DNS

    Last Updated: 2024-08-07

    Info

    The Development Documentation is auto generated for every compilation of WinUtil, meaning a part of it will always stay up-to-date. Developers do have the ability to add custom content, which won't be updated automatically.

    Preview Code
    {
       "Content": "DNS",
       "category": "z__Advanced Tweaks - CAUTION",
       "panel": "1",
    diff --git a/devdocs/index.html b/devdocs/index.html
    index c74d6907..e6f457c1 100644
    --- a/devdocs/index.html
    +++ b/devdocs/index.html
    @@ -1 +1 @@
    - Dev Docs - WinUtil Documentation      
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Table of Contents

    Tweaks

    z--Advanced-Tweaks---CAUTION

    Essential-Tweaks

    Shortcuts

    Customize-Preferences

    Performance-Plans

    Features

    Legacy-Windows-Panels

    Fixes

    Features

    \ No newline at end of file + Dev Docs - WinUtil Documentation
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Table of Contents

    Tweaks

    z--Advanced-Tweaks---CAUTION

    Essential-Tweaks

    Shortcuts

    Customize-Preferences

    Performance-Plans

    Features

    Legacy-Windows-Panels

    Fixes

    Features

    \ No newline at end of file diff --git a/faq/index.html b/faq/index.html index b92d5ba3..10b7a835 100644 --- a/faq/index.html +++ b/faq/index.html @@ -1 +1 @@ - FAQ - WinUtil Documentation
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    FAQ's

    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 deleted off your system.

    I applied a tweak and now something doesn't work, what do I do?

    • If you applied a tweak and it breaks something, you can always revert the tweak by selecting the tweak and clicking "Undo Selected Tweaks".
    \ No newline at end of file + FAQ - WinUtil Documentation
    Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    FAQ's

    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 deleted off your system.

    I applied a tweak and now something doesn't work, what do I do?

    • If you applied a tweak and it breaks something, you can always revert the tweak by selecting the tweak and clicking "Undo Selected Tweaks".
    \ No newline at end of file diff --git a/index.html b/index.html index 787d793b..2b7342dc 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,2 @@ - WinUtil Documentation
    Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

    Welcome to the WinUtil Documentation!

    Version GitHub Downloads (specific asset, all releases) Discord Community Server

    Welcome to the official documentation for WinUtil, your go-to utility for optimizing and managing your Windows environment. Whether you’re an IT professional, power user, or regular user, WinUtil provides a comprehensive set of tools to enhance your Windows experience.

    Running the latest release of WinUtil

    • You will first need to start a Powershell terminal as Admin.
    • Now you can run the following command:
      irm christitus.com/win | iex
      + WinUtil Documentation      
      Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

      Welcome to the WinUtil Documentation!

      Version GitHub Downloads (specific asset, all releases) Discord Community Server

      Welcome to the official documentation for WinUtil, your go-to utility for optimizing and managing your Windows environment. Whether you’re an IT professional, power user, or regular user, WinUtil provides a comprehensive set of tools to enhance your Windows experience.

      Running the latest release of WinUtil

      • You will first need to start a Powershell terminal as Admin.
      • Now you can run the following command:
        irm christitus.com/win | iex
         

      Info

      WinUtil is updated weekly as of the time of writing. Consequently, features and functionalities may evolve, and the documentation may not always reflect the most current images or information.

      \ No newline at end of file diff --git a/userguide/index.html b/userguide/index.html index ae60ba50..894840b6 100644 --- a/userguide/index.html +++ b/userguide/index.html @@ -1,2 +1,2 @@ - User Guide - WinUtil Documentation
      Announcement: We are currently not adding any applicatiosn to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

      Walkthrough

      Install


      • Choose the programs you want to install or upgrade.
        • For programs not currently installed, this action will install them.
        • For programs already installed, this action will update them to the latest version.
      • Click the Install/Upgrade Selected button to start the installation or upgrade process.
      • Simply press the Upgrade All button.
      • This will upgrade all applicable programs that are installed without the need for individual selection.
      • Select the programs you wish to uninstall.
      • Click the Uninstall Selected button to remove the selected programs.
      • Click the Get Installed button.
      • This will scan for and select all installed programs in WinUtil that WinGet supports.
      • Click the Clear Selection button.
      • This will unselect all checked programs.

      Install Image Install Image

      Tip

      If you have trouble finding an application, press ctrl + f and search the name of it. Applications will filter depending on your input.

      Tweaks


      Tweaks Image Tweaks Image

      Run Tweaks

      • Open Tweaks Tab: Navigate to the 'Tweaks' tab in the application.
      • Select Tweaks: Choose the tweaks you want to apply. You can use the presets available at the top for convenience.
      • Run Tweaks: After selecting the desired tweaks, click the 'Run Tweaks' button at the bottom of the screen.

      Undo Tweaks

      • Open Tweaks Tab: Go to the 'Tweaks' tab located next to 'Install'.
      • Select Tweaks to Remove: Choose the tweaks you want to disable or remove.
      • Undo Tweaks: Click the 'Undo Selected Tweaks' button at the bottom of the screen to apply the changes.

      Essential Tweaks

      Essential Tweaks are modifications and optimizations that are generally safe for most users to implement. These tweaks are designed to enhance system performance, improve privacy, and reduce unnecessary system activities. They are considered low-risk and are recommended for users who want to ensure their system runs smoothly and efficiently without delving too deeply into complex configurations. The goal of Essential Tweaks is to provide noticeable improvements with minimal risk, making them suitable for a wide range of users, including those who may not have advanced technical knowledge.

      Advanced Tweaks - CAUTION

      Advanced Tweaks are intended for experienced users who have a solid understanding of their system and the potential implications of making deep-level changes. These tweaks involve more significant alterations to the operating system and can provide substantial customization. However, they also carry a higher risk of causing system instability or unintended side effects if not implemented correctly. Users who choose to apply Advanced Tweaks should proceed with caution, ensuring they have adequate knowledge and backups in place to recover if something goes wrong. These tweaks are not recommended for novice users or those unfamiliar with the inner workings of their operating system.

      O&O Shutup

      O&O ShutUp10++ can be launched from WinUtil with only one button click. It is a free privacy tool for Windows that lets users easily manage their privacy settings. It disables telemetry, controls updates, and manages app permissions to enhance security and privacy. The tool offers recommended settings for optimal privacy with just a few clicks.

      DNS

      The utility provides a convenient DNS selection feature, allowing users to choose between various DNS providers for both IPv4 and IPv6. This enables users to optimize their internet connection for speed, security, and privacy according to their specific needs. Here are the available options:

      • Default: Uses the default DNS settings configured by your ISP or network.
      • DHCP: Automatically acquires DNS settings from the DHCP server.
      • Google: A reliable and fast DNS service provided by Google.
      • Cloudflare: Known for speed and privacy, Cloudflare DNS is a popular choice for enhancing internet performance.
      • Cloudflare_Malware: Provides additional protection by blocking malware sites.
      • Cloudflare_Malware_Adult: Blocks both malware and adult content, offering more comprehensive filtering.
      • Level3: Another fast and reliable DNS service option.
      • Open_DNS: Offers customizable filtering and enhanced security features.
      • Quad9: Focuses on security by blocking known malicious domains.

      Customize Preferences

      The Customize Preferences section allows users to personalize their Windows experience by toggling various visual and functional features. These preferences are designed to enhance usability and tailor the system to the user’s specific needs and preferences.

      Performance Plans

      The Performance Plans section allows users to manage the Ultimate Performance Profile on their system. This feature is designed to optimize the system for maximum performance.

      Add and activate the Ultimate Performance Profile:

      • Enables and activates the Ultimate Performance Profile to enhance system performance by minimizing latency and increasing efficiency.

      Remove Ultimate Performance Profile:

      • Deactivates the Ultimate Performance Profile, changing the system to the Balanced Profile.

      Shortcuts

      The utility includes a feature to easily create a desktop shortcut, providing quick access to the script.

      Config


      Features

      • Install the most used Windows Features by checking the checkbox and clicking "Install Features" to install them.

      • All .Net Frameworks (2, 3, 4)

      • HyperV Virtualization
      • Legacy Media (WMP, DirectPlay)
      • NFS - Network File System
      • Enable Search Box Web Suggestions in Registry (explorer restart)
      • Disables Search Box Web Suggestions in Registry (explorer restart)
      • Enable Daily Registry Backup Task 12:30am
      • Enable Legacy F8 Boot Recovery
      • Disable Legacy F8 Boot Recovery
      • Windows Subsystem for Linux
      • Windows Sandbox

      Fixes

      • Quick fixes for your system if you are having issues.

      • Set Up Autologin

      • Reset Windows Update
      • Reset Network
      • System Corruption Scan
      • WinGet Reinstall
      • Remove Adobe Creative Cloud

      Legacy Windows Panels

      Open old-school Windows panels directly from WinUtil. Following Panels are available:

      • Control Panel
      • Network Connections
      • Power Panel
      • Region
      • Sound Settings
      • System Properties
      • User Accounts

      Updates


      The utility provides three distinct settings for managing Windows updates: Default (Out of Box) Settings, Security (Recommended) Settings, and Disable ALL Updates (NOT RECOMMENDED!). Each setting offers a different approach to handling updates, catering to various user needs and preferences.

      Default (Out of Box) Settings

      • Description: This setting retains the default configurations that come with Windows, ensuring no modifications are made.
      • Functionality: It will remove any custom Windows update settings previously applied.
      • Note: If update errors persist, reset all updates in the configuration tab to restore all Microsoft Update Services to their default settings, reinstalling them from their servers.
      • Description: This is the recommended setting for all computers.
      • Update Schedule:
        • Feature Updates: Delays feature updates by 2 years to avoid potential bugs and instability.
        • Security Updates: Installs security updates 4 days after their release to ensure system protection against pressing security flaws.
      • Rationale:
        • Feature Updates: Often introduce new features and bugs; delaying these updates minimizes the risk of system disruptions.
        • Security Updates: Essential for patching critical security vulnerabilities. Delaying them by a few days allows for verification of stability and compatibility without leaving the system exposed for extended periods.
      • Description: This setting completely disables all Windows updates.
      • Suitability: May be appropriate for systems used for specific purposes that do not require active internet browsing.
      • Warning: Disabling updates significantly increases the risk of the system being hacked or infected due to the lack of security patches.
      • Note: It is strongly advised against using this setting due to the heightened security risks.

      Bug

      The Updates tab is currently non-functional. We are actively working on a resolution to restore its functionality.

      MicroWin


      • MicroWin lets you customize your Windows 10 and 11 installation images by debloating them however you want.

      Microwin Microwin

      Basic usage

      1. Specify the source Windows ISO to customize.

        • If you don't have a Windows ISO file prepared, you can download it using the Media Creation Tool for the respective Windows version. Here is the Windows 11 version, and here is the Windows 10 version
      2. Configure the debloat process.

      3. Specify the target location for the new ISO file.
      4. Let the magic happen!

      Heads-up

      This feature is still in development, and you may encounter some issues with the generated images. If that happens, don't hesitate to report an issue!

      Options

      • Download oscdimg.exe from the CTT GitHub repo will grab an OSCDIMG executable from the GitHub repository instead of a Chocolatey package.

      Info

      OSCDIMG is the tool that lets the program create ISO images. Typically, you would find this in the Windows Assessment and Deployment Kit

      • Selecting a scratch directory will copy the contents of the ISO file to the directory you specify instead of an automatically generated folder in the %TEMP% directory.
      • You can select an edition of Windows to debloat (SKU) using the convenient drop-down menu.

      By default, MicroWin will debloat the Pro edition, but you can choose any edition you want.

      Driver integration options
      • Inject drivers will add the drivers in the folder that you specify to the target Windows image.
      • Import drivers from the current system will add every third-party driver that is present in your active installation.

      This makes the target image have the same hardware compatibility as the active installation. However, this means that you will only be able to install the target Windows image and take full advantage of it on computers with the same hardware. To avoid this, you'll need to customize the install.wim file of the target ISO in the 'sources` folder.

      Custom user settings

      With MicroWin, you can also configure your user before proceeding if you don't want to use the default User account. To do this, simply type the account name (20 characters maximum), and a password. Then, let MicroWin do the rest.

      Info

      Please make sure that you remember your password. MicroWin will configure auto-login settings, so you won't have to enter your password. However, if you are required to enter your password, it's best that you don't forget it.

      Ventoy options
      • Copy to Ventoy will copy the target ISO file to any USB drive with Ventoy installed

      Info

      Ventoy is a solution that lets you boot to any ISO file stored on a drive. Think of it as having multiple bootable USBs in one. Do note, though, that your drive needs to have enough free space for the target ISO file.

      Automation

      • Some features are available through automation. This allows you to save your config file, pass it to WinUtil, walk away and come back to a finished system. Here is how you can set it up currently with Winutil >24.01.15

      • On the Install Tab, click "Get Installed", this will get all installed apps supported by Winutil on the system. GetInstalled GetInstalled

      • Click on the Settings cog in the upper right corner and choose Export. Choose file file and location; this will export the setting file. SettingsExport SettingsExport

      • Copy this file to a USB or somewhere you can use it after Windows installation.

      Tip

      Use the Microwin tab to create a custom Windows image & install the Windows image.

      • On any supported Windows machine, open PowerShell as Admin and run the following command to automatically apply tweaks and install apps from the config file.
        iex "& { $(irm christitus.com/win) } -Config [path-to-your-config] -Run"
        + User Guide - WinUtil Documentation      
        Announcement: We are currently not adding any applications to WinUtil and any apps that will be added through a PR will be declined by the maintainer.

        Walkthrough

        Install


        • Choose the programs you want to install or upgrade.
          • For programs not currently installed, this action will install them.
          • For programs already installed, this action will update them to the latest version.
        • Click the Install/Upgrade Selected button to start the installation or upgrade process.
        • Simply press the Upgrade All button.
        • This will upgrade all applicable programs that are installed without the need for individual selection.
        • Select the programs you wish to uninstall.
        • Click the Uninstall Selected button to remove the selected programs.
        • Click the Get Installed button.
        • This will scan for and select all installed programs in WinUtil that WinGet supports.
        • Click the Clear Selection button.
        • This will unselect all checked programs.

        Install Image Install Image

        Tip

        If you have trouble finding an application, press ctrl + f and search the name of it. Applications will filter depending on your input.

        Tweaks


        Tweaks Image Tweaks Image

        Run Tweaks

        • Open Tweaks Tab: Navigate to the 'Tweaks' tab in the application.
        • Select Tweaks: Choose the tweaks you want to apply. You can use the presets available at the top for convenience.
        • Run Tweaks: After selecting the desired tweaks, click the 'Run Tweaks' button at the bottom of the screen.

        Undo Tweaks

        • Open Tweaks Tab: Go to the 'Tweaks' tab located next to 'Install'.
        • Select Tweaks to Remove: Choose the tweaks you want to disable or remove.
        • Undo Tweaks: Click the 'Undo Selected Tweaks' button at the bottom of the screen to apply the changes.

        Essential Tweaks

        Essential Tweaks are modifications and optimizations that are generally safe for most users to implement. These tweaks are designed to enhance system performance, improve privacy, and reduce unnecessary system activities. They are considered low-risk and are recommended for users who want to ensure their system runs smoothly and efficiently without delving too deeply into complex configurations. The goal of Essential Tweaks is to provide noticeable improvements with minimal risk, making them suitable for a wide range of users, including those who may not have advanced technical knowledge.

        Advanced Tweaks - CAUTION

        Advanced Tweaks are intended for experienced users who have a solid understanding of their system and the potential implications of making deep-level changes. These tweaks involve more significant alterations to the operating system and can provide substantial customization. However, they also carry a higher risk of causing system instability or unintended side effects if not implemented correctly. Users who choose to apply Advanced Tweaks should proceed with caution, ensuring they have adequate knowledge and backups in place to recover if something goes wrong. These tweaks are not recommended for novice users or those unfamiliar with the inner workings of their operating system.

        O&O Shutup

        O&O ShutUp10++ can be launched from WinUtil with only one button click. It is a free privacy tool for Windows that lets users easily manage their privacy settings. It disables telemetry, controls updates, and manages app permissions to enhance security and privacy. The tool offers recommended settings for optimal privacy with just a few clicks.

        DNS

        The utility provides a convenient DNS selection feature, allowing users to choose between various DNS providers for both IPv4 and IPv6. This enables users to optimize their internet connection for speed, security, and privacy according to their specific needs. Here are the available options:

        • Default: Uses the default DNS settings configured by your ISP or network.
        • DHCP: Automatically acquires DNS settings from the DHCP server.
        • Google: A reliable and fast DNS service provided by Google.
        • Cloudflare: Known for speed and privacy, Cloudflare DNS is a popular choice for enhancing internet performance.
        • Cloudflare_Malware: Provides additional protection by blocking malware sites.
        • Cloudflare_Malware_Adult: Blocks both malware and adult content, offering more comprehensive filtering.
        • Level3: Another fast and reliable DNS service option.
        • Open_DNS: Offers customizable filtering and enhanced security features.
        • Quad9: Focuses on security by blocking known malicious domains.

        Customize Preferences

        The Customize Preferences section allows users to personalize their Windows experience by toggling various visual and functional features. These preferences are designed to enhance usability and tailor the system to the user’s specific needs and preferences.

        Performance Plans

        The Performance Plans section allows users to manage the Ultimate Performance Profile on their system. This feature is designed to optimize the system for maximum performance.

        Add and activate the Ultimate Performance Profile:

        • Enables and activates the Ultimate Performance Profile to enhance system performance by minimizing latency and increasing efficiency.

        Remove Ultimate Performance Profile:

        • Deactivates the Ultimate Performance Profile, changing the system to the Balanced Profile.

        Shortcuts

        The utility includes a feature to easily create a desktop shortcut, providing quick access to the script.

        Config


        Features

        • Install the most used Windows Features by checking the checkbox and clicking "Install Features" to install them.

        • All .Net Frameworks (2, 3, 4)

        • HyperV Virtualization
        • Legacy Media (WMP, DirectPlay)
        • NFS - Network File System
        • Enable Search Box Web Suggestions in Registry (explorer restart)
        • Disables Search Box Web Suggestions in Registry (explorer restart)
        • Enable Daily Registry Backup Task 12:30am
        • Enable Legacy F8 Boot Recovery
        • Disable Legacy F8 Boot Recovery
        • Windows Subsystem for Linux
        • Windows Sandbox

        Fixes

        • Quick fixes for your system if you are having issues.

        • Set Up Autologin

        • Reset Windows Update
        • Reset Network
        • System Corruption Scan
        • WinGet Reinstall
        • Remove Adobe Creative Cloud

        Legacy Windows Panels

        Open old-school Windows panels directly from WinUtil. Following Panels are available:

        • Control Panel
        • Network Connections
        • Power Panel
        • Region
        • Sound Settings
        • System Properties
        • User Accounts

        Updates


        The utility provides three distinct settings for managing Windows updates: Default (Out of Box) Settings, Security (Recommended) Settings, and Disable ALL Updates (NOT RECOMMENDED!). Each setting offers a different approach to handling updates, catering to various user needs and preferences.

        Default (Out of Box) Settings

        • Description: This setting retains the default configurations that come with Windows, ensuring no modifications are made.
        • Functionality: It will remove any custom Windows update settings previously applied.
        • Note: If update errors persist, reset all updates in the configuration tab to restore all Microsoft Update Services to their default settings, reinstalling them from their servers.
        • Description: This is the recommended setting for all computers.
        • Update Schedule:
          • Feature Updates: Delays feature updates by 2 years to avoid potential bugs and instability.
          • Security Updates: Installs security updates 4 days after their release to ensure system protection against pressing security flaws.
        • Rationale:
          • Feature Updates: Often introduce new features and bugs; delaying these updates minimizes the risk of system disruptions.
          • Security Updates: Essential for patching critical security vulnerabilities. Delaying them by a few days allows for verification of stability and compatibility without leaving the system exposed for extended periods.
        • Description: This setting completely disables all Windows updates.
        • Suitability: May be appropriate for systems used for specific purposes that do not require active internet browsing.
        • Warning: Disabling updates significantly increases the risk of the system being hacked or infected due to the lack of security patches.
        • Note: It is strongly advised against using this setting due to the heightened security risks.

        Bug

        The Updates tab is currently non-functional. We are actively working on a resolution to restore its functionality.

        MicroWin


        • MicroWin lets you customize your Windows 10 and 11 installation images by debloating them however you want.

        Microwin Microwin

        Basic usage

        1. Specify the source Windows ISO to customize.

          • If you don't have a Windows ISO file prepared, you can download it using the Media Creation Tool for the respective Windows version. Here is the Windows 11 version, and here is the Windows 10 version
        2. Configure the debloat process.

        3. Specify the target location for the new ISO file.
        4. Let the magic happen!

        Heads-up

        This feature is still in development, and you may encounter some issues with the generated images. If that happens, don't hesitate to report an issue!

        Options

        • Download oscdimg.exe from the CTT GitHub repo will grab an OSCDIMG executable from the GitHub repository instead of a Chocolatey package.

        Info

        OSCDIMG is the tool that lets the program create ISO images. Typically, you would find this in the Windows Assessment and Deployment Kit

        • Selecting a scratch directory will copy the contents of the ISO file to the directory you specify instead of an automatically generated folder in the %TEMP% directory.
        • You can select an edition of Windows to debloat (SKU) using the convenient drop-down menu.

        By default, MicroWin will debloat the Pro edition, but you can choose any edition you want.

        Driver integration options
        • Inject drivers will add the drivers in the folder that you specify to the target Windows image.
        • Import drivers from the current system will add every third-party driver that is present in your active installation.

        This makes the target image have the same hardware compatibility as the active installation. However, this means that you will only be able to install the target Windows image and take full advantage of it on computers with the same hardware. To avoid this, you'll need to customize the install.wim file of the target ISO in the 'sources` folder.

        Custom user settings

        With MicroWin, you can also configure your user before proceeding if you don't want to use the default User account. To do this, simply type the account name (20 characters maximum), and a password. Then, let MicroWin do the rest.

        Info

        Please make sure that you remember your password. MicroWin will configure auto-login settings, so you won't have to enter your password. However, if you are required to enter your password, it's best that you don't forget it.

        Ventoy options
        • Copy to Ventoy will copy the target ISO file to any USB drive with Ventoy installed

        Info

        Ventoy is a solution that lets you boot to any ISO file stored on a drive. Think of it as having multiple bootable USBs in one. Do note, though, that your drive needs to have enough free space for the target ISO file.

        Automation

        • Some features are available through automation. This allows you to save your config file, pass it to WinUtil, walk away and come back to a finished system. Here is how you can set it up currently with Winutil >24.01.15

        • On the Install Tab, click "Get Installed", this will get all installed apps supported by Winutil on the system. GetInstalled GetInstalled

        • Click on the Settings cog in the upper right corner and choose Export. Choose file file and location; this will export the setting file. SettingsExport SettingsExport

        • Copy this file to a USB or somewhere you can use it after Windows installation.

        Tip

        Use the Microwin tab to create a custom Windows image & install the Windows image.

        • On any supported Windows machine, open PowerShell as Admin and run the following command to automatically apply tweaks and install apps from the config file.
          iex "& { $(irm christitus.com/win) } -Config [path-to-your-config] -Run"
           
        • Have a cup of coffee! Come back when it's done.
        \ No newline at end of file