From 5c632e78252ac4637518918623d3c066a9a8f859 Mon Sep 17 00:00:00 2001 From: Pieter Smit Date: Wed, 20 Nov 2024 22:46:42 +0200 Subject: [PATCH] Update final message --- canarytokens/windows_fake_fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canarytokens/windows_fake_fs.py b/canarytokens/windows_fake_fs.py index 4ea0697a7..484780051 100644 --- a/canarytokens/windows_fake_fs.py +++ b/canarytokens/windows_fake_fs.py @@ -935,7 +935,7 @@ class FileEntry Write-Host "RootPath : " -NoNewline Write-Host $RootPath -ForegroundColor Green - Write-Host " IMPORTANT: Changes will take effect after next login/reboot" -ForegroundColor Yellow + Write-Host " IMPORTANT: Scheduled task has started and will launch on future logons" -ForegroundColor Yellow } else { Write-Host "`nScheduled task creation failed." -ForegroundColor Yellow