├── .github └── FUNDING.yml └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] 4 | patreon: Wilenty # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: Wilenty # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Collection of "Windows Tweaking Scripts" by mdl052020 2 | 3 | [![Latest Version](https://img.shields.io/github/release/Wilenty/Collection-of-Windows-Tweaking-Scripts-by-mdl052020.svg)](https://github.com/Wilenty/Collection-of-Windows-Tweaking-Scripts-by-mdl052020/releases/latest) 4 | [![Total Downloads](https://img.shields.io/github/downloads/Wilenty/Collection-of-Windows-Tweaking-Scripts-by-mdl052020/total.svg)](https://github.com/Wilenty/Collection-of-Windows-Tweaking-Scripts-by-mdl052020/releases) 5 | [![Latest Release Downloads](https://img.shields.io/github/downloads/Wilenty/Collection-of-Windows-Tweaking-Scripts-by-mdl052020/latest/total.svg)](https://github.com/Wilenty/Collection-of-Windows-Tweaking-Scripts-by-mdl052020/releases/latest) 6 | 7 | About 8 | 9 | A set of "Windows Tweaking Scripts" taken (Prior to Removal - at Author's request) from https://forums.mydigitallife.net/threads/82116 10 | and said Author has encouraged me to share them here; And so... 11 | 12 | That being said, Feel free to Download and Use - At Your Own Risk!!! The assumption here, is that you know what you are doing. 13 | 14 | NOTE: I (nor the original Author) will not be held responsible for any unwanted behaviour or damage caused by the use of these scripts. 15 | The responsibility lies entirely with you (the User)! 16 | --------------------------------------------------------------------------------