From a8d49d5c28d3b02b287adf48ce8cb2113417dc3e Mon Sep 17 00:00:00 2001 From: deeshwashrr <71968231+deeshwashrr@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:17:53 +1000 Subject: [PATCH] Update README.md added commands that could be easily copy and pasted --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d684ad5..8a5c670 100644 --- a/README.md +++ b/README.md @@ -42,18 +42,17 @@ To run this with parameters, do the following: 3) On the prompt, change to the directory where you extracted the files: e.g. - `cd c:\temp` 4) Next, to run either script, enter in the following: - e.g. - `.\Windows10SysPrepDebloater.ps1 -Sysprep, -Debloat -Privacy` + e.g. - `.\Windows10SysPrepDebloater.ps1 -Sysprep -Debloat -Privacy` # Sysprep, Interactive, and GUI Application There are now 3 versions of my Windows10Debloater - There is an interactive version, a GUI app version, and a pure silent version. +Windows10SysPrepDebloater.ps1 - The silent version now utilizes the switch parameters: -Sysprep, -Debloat -Privacy. The silent version can be useful for deploying MDT Images/sysprepping or any other way you deploy Windows 10. This will work to remove the bloatware during the deployment process. To run, simply, ```.\Windows10SysPrepDebloater.ps1 -Sysprep -Debloat -Privacy``` -Windows10SysPrepDebloater.ps1 - The silent version now utilizes the switch parameters: -Sysprep, -Debloat -Privacy. The silent version can be useful for deploying MDT Images/sysprepping or any other way you deploy Windows 10. This will work to remove the bloatware during the deployment process. +Windows10Debloater.ps1 - This interactive version is what it implies - a Windows10Debloater script with interactive prompts. This one should not be used for deployments that require a silent script with optional parameters. This script gives you choices with prompts as it runs so that you can make the choices of what the script does. To run, simply, ```.\Windows10Debloater.ps1``` -Windows10Debloater.ps1 - This interactive version is what it implies - a Windows10Debloater script with interactive prompts. This one should not be used for deployments that require a silent script with optional parameters. This script gives you choices with prompts as it runs so that you can make the choices of what the script does. - -Windows10DebloaterGUI.ps1 There is now a GUI Application named Windows10DebloaterGUI.ps1 with buttons to perform all of the functions that the scripts do. This is better for the average user who does not want to work with code, or if you'd prefer to just see an application screen. +Windows10DebloaterGUI.ps1 There is now a GUI Application named Windows10DebloaterGUI.ps1 with buttons to perform all of the functions that the scripts do. This is better for the average user who does not want to work with code, or if you'd prefer to just see an application screen. To run the GUI app,simply ```.\Windows10DebloaterGUI.ps1``` # Switch Parameters