From f7f2d332997036fb7d336bbad4d1c14bc2e29389 Mon Sep 17 00:00:00 2001 From: Aaron Viehl Date: Sun, 6 Feb 2022 16:52:50 +0100 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 22b85f9..a9e699f 100644 --- a/readme.md +++ b/readme.md @@ -40,4 +40,12 @@ By using `-UseSetupRemoval` the Office365 setup method will be used. To make sure that the program will only do the necessary parts a _stage mechanism_ is builtin. After every stage a registry value will be written to ``HKLM:\Software\OEM\101\M365\Install\CurrentStage`` -To overwrite all stages and restart the whole script use ``-RunAgain`` +To overwrite all stages and restart the whole script use ``-RunAgain``. + +### Usage + +You may use this script without explicit download: + +```powershell +iwr https://raw.githubusercontent.com/Admonstrator/msoffice-removal-tool/main/msoffice-removal-tool.ps1 -OutFile msoffice-removal-tool.ps1; powershell -ExecutionPolicy Bypass .\msoffice-removal-tool.ps1 +```