Skip to content

Commit

Permalink
Update README info to match all functionalities
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDragoX committed Oct 12, 2023
1 parent ecb36bd commit 41e2728
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 |

- `Apply Tweaks`: Run every Common Tweak scripts ([Go To **☑️ Common Script Features** section](#%EF%B8%8F-common-script-features));
- `Undo Tweaks`: Re-apply some tweaks and _Revert_ all possible ones, covering the, `ShutUp10 settings`, `Scheduled Tasks`, `Services`, `Privacy and Performance`, `Personal` and `Optional Features` tweaks, then try to `Reinstall Pre-Installed Apps`;
- [`Remove Microsoft Edge`](./src/scripts/Remove-MSEdge.ps1): uninstalls **Microsoft Edge**, then remove the remaining files, **Edge Web View** files will remain untouched;
- [`Remove Microsoft Edge`](./src/scripts/Remove-MSEdge.ps1): uninstalls **Microsoft Edge**, disables Scheduled Tasks and Services related to Edge, then remove the remaining files, **Edge Web View** files will remain untouched, but apps which depends on **WebView2** will not install unless you install Microsoft Edge;
- [`Remove OneDrive`](./src/scripts/Remove-OneDrive.ps1): completely removes OneDrive from the System, re-install is possible via Win Store;
- [`Remove Xbox`](./src/scripts/Remove-Xbox.ps1): wipe Xbox Apps, disable Services related to Xbox and GameBar/GameDVR;

Expand All @@ -166,6 +166,7 @@ _This section contains options to restore the system apps, by downloading them f
- `OneDrive`;
- `Paint + Paint 3D`;
- `Phone Link`;
- `Quick Assist`;
- `Sound Recorder`;
- `Taskbar Widgets`;
- `Windows Media Player (UWP)`;
Expand All @@ -188,10 +189,23 @@ _This section contains tools to solve some Windows problems and get info about h

_This section can manually adjust `Optional Features` from the system, working as a ON/OFF toggle._

#### Task Scheduler ([Can be found here](src/utils/Individual-Tweaks.psm1))

_This section can manually adjust `Scheduled Tasks` from the system, working as a ON/OFF toggle._

#### Services ([Can be found here](src/utils/Individual-Tweaks.psm1))

_This section can manually adjust `Services` from the system, working as a ON/OFF toggle._

#### Windows Capabilities ([Can be found here](src/utils/Individual-Tweaks.psm1))

_This section can manually adjust `Windows Capabilities` from the system, working as a ON/OFF toggle._

#### Miscellaneous Features ([Can be found here](src/utils/Individual-Tweaks.psm1))

- `Enable/Disable Encrypted DNS`: Sets the DNS Client Servers to **Cloudflare's** and **Google's** (ipv4 and ipv6), and enables **DNS Over HTTPS** on _Windows 11_.
- `Enable/Disable God Mode`: Manages the hidden Desktop folder called "**God Mode**";
- `Enable/Disable Mouse Acceleration`: Manages the **Enhance Pointer Precision** setting from mouse settings;
- `Enable/Disable Mouse Natural Scroll`: Sets the mac-like mouse scrolling behavior, basically reverts mouse scroll direction;
- `Enable/Disable Take Ownership menu`: [_Enables_](./src/utils/enable-take-ownership-context-menu.reg) or [_Disables_](src/utils/disable-take-ownership-context-menu.reg) the **Take Ownership context menu**;
- `Enable/Disable Shutdown PC shortcut`: Manages the **Shutdown Computer desktop shortcut**;
Expand All @@ -201,6 +215,7 @@ _This section can manually adjust `Optional Features` from the system, working a
- [Install _Winget/Chocolatey_ package managers](./src/lib/package-managers/);

- Be able to install the listed software in this script! Even from System apps.
- **Importante Note:** When proceeding to install a new app, the script will automatically install the required package manager for that operation.

- [**Create** or **Remove** a Daily Upgrade Task for _Winget/Chocolatey_ packages](./src/lib/package-managers/);

Expand Down

0 comments on commit 41e2728

Please sign in to comment.