From 9b1ebd437b3cb8304b505151a34a77690569d563 Mon Sep 17 00:00:00 2001 From: asheroto Date: Tue, 14 Nov 2023 01:14:54 -0600 Subject: [PATCH] Update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2be9521..4d2d6c2 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ If you just need to run the basic script without any parameters, you can use the irm asheroto.com/uninstallteams | iex ``` -Due to the nature of how PowerShell works, you won't be able to use any parameters such as `-DisableOfficeTeamsInstall` with this command. You can either use Method [#1](https://github.com/asheroto/UninstallTeams#method-1---powershell-gallery), [#3](https://github.com/asheroto/UninstallTeams#method-3---download-locally-and-run), or if you absolutely need to use a one-line command with parameters, you can use the following: +Due to the nature of how PowerShell works, you won't be able to use any parameters like +`-DisableOfficeTeamsInstall` with this command. You can either use Method [#1](https://github.com/asheroto/UninstallTeams#method-1---powershell-gallery), [#3](https://github.com/asheroto/UninstallTeams#method-3---download-locally-and-run), or if you absolutely need to use a one-line command with parameters, you can use the following: ```powershell &([ScriptBlock]::Create((irm asheroto.com/uninstallteams))) -DisableOfficeTeamsInstall