From 45e48f12375bf793110ff73e61aedcabc23eec77 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Fri, 8 Dec 2023 20:13:50 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d8e423..b40f5bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * The `InitialActions` function simplified; * Fixed bug in `TempTask` when `$env:SystemDrive\Recovery` folder wasn't removed; + * Just in case re-create `Temp` scheduled task via `. .\Functions.ps1` [method](https://github.com/farag2/Sophia-Script-for-Windows#how-to-run-the-specific-functions). * Thanks to `linchel23`. * Added `CopilotButton` function for `Windows 10` to hide ot show Copilot button on the taskbar as Windows starts supporting it with the latest available build; * Added `WindowsLatestUpdate` function for `Windows 10` to let user get Windows updates as soon as they're available for your device as Windows starts supporting it with the latest available build;