From 900fde4db20e4ed14257f89ae3d7a6428779eb42 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Sun, 5 Mar 2017 08:22:31 +0100 Subject: [PATCH] Rephrase some parts of the README for clarity ref #99 --- README.md | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e50138f..01e64d2 100644 --- a/README.md +++ b/README.md @@ -3,21 +3,30 @@ This project collects Powershell scripts which help to *debloat* Windows 10, tweak common settings and install basic software components. -I develop those scripts on a Windows 10 Professional 64-Bit (English) virtual -machine. Please let me know if you encounter any issues with other Windows 10 -versions. +I test these scripts on a Windows 10 Professional 64-Bit (English) virtual +machine. Please let me know if you encounter any issues. Home Edition and +different languages are not supported. These scripts are intended for +tech-savvy administrators, who know what they are doing and just want to +automate this phase of their setup. If this profile does not fit you, I +recommend using a different (more interactive) tool -- and there are a lot of +them out there. + +**There is no undo**, I recommend only using these scripts on a fresh +installation (including Windows Updates). Test everything after running them +before doing anything else. Also there is no guarantee that everything will +work after future updates since I cannot predict what Microsoft will do next. -Home Edition and different languages are not supported. Let me know of you fork -this repo for fixing Home Edition or a different language. +## Interactivity -Note that **there is no undo**, I recommend only using these scripts on a fresh -install (including updates). Test everything after running them before -continuing with something else. Also there is no guarantee that everything will -work after future updates since I cannot predict what Microsoft will do next. +The scripts are designed to run without any user-interaction. Modify them +beforehand. If you want a more interactive approach check out +[DisableWinTracking](https://github.com/10se1ucgo/DisableWinTracking) from +[10se1ucgo](https://github.com/10se1ucgo). ## Download Latest Version -Code located in the `master` branch is under development (for now). +Code located in the `master` branch is always considered under development, but +you'll probably want the most recent version anyway. - [Download [zip]](https://github.com/W4RH4WK/Debloat-Windows-10/archive/master.zip) @@ -86,13 +95,6 @@ App when wanting to use one. But I haven't confirmed this yet, and there is a workaround to re-enable it afterwards. See [#78](https://github.com/W4RH4WK/Debloat-Windows-10/issues/78). -## Interactivity - -The scripts are designed to run without any user-interaction. Modify them -beforehand. If you want a more interactive approach check out -[DisableWinTracking](https://github.com/10se1ucgo/DisableWinTracking) from -[10se1ucgo](https://github.com/10se1ucgo). - ## Liability **All scripts are provided as is and you use them at your own risk.**