From 2ce62a3cf64b859814a30e435df086d4b170aa6d Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Thu, 21 Jan 2021 18:22:44 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2e8de89..0fbccbdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Diff from v5.3.2 * If you want to run the specific functions without editing the preset file you can run them as parameters now ```powershell - .\Sophia.ps1 -Functions "FunctionName1 -Parameter", "FunctionName2 -Parameter" + .\Sophia.ps1 -Functions CreateRestorePoint, "ScheduledTasks -Disable", "WindowsCapabilities -Disable", Refresh ``` * The quotation marks required;