From 7b85c3325327aa3e293cdde42f0a9c3796a981e4 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 26 Jan 2026 12:10:55 -0500 Subject: [PATCH] Update src/samy.functions.ps1 --- src/samy.functions.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/samy.functions.ps1 b/src/samy.functions.ps1 index 575656f..58042bf 100644 --- a/src/samy.functions.ps1 +++ b/src/samy.functions.ps1 @@ -171,7 +171,7 @@ function Restart-ExplorerIfInteractive { [CmdletBinding()] param() - # Don’t kill Explorer during SYSTEM/unboxing contexts where it may not exist or may be harmful + # Don't kill Explorer during SYSTEM/unboxing contexts where it may not exist or may be harmful $isSystem = ($env:USERNAME -eq 'SYSTEM') if (-not $isSystem) {