diff --git a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 index 8717227f6..7f02e9984 100644 --- a/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 +++ b/src/Sophia_Script_for_Windows_10/Module/Sophia.psm1 @@ -12317,7 +12317,7 @@ Start-Sleep -Seconds 3 # https://github.com/DCourtel/Windows_10_Focus_Assist/blob/master/FocusAssistLibrary/FocusAssistLib.cs # https://redplait.blogspot.com/2018/07/wnf-ids-from-perfntcdll-adk-version.html -`$CompilerParameters = [System.CodeDom.Compiler.CompilerParameters]::new("""System.dll""") +`$CompilerParameters = [System.CodeDom.Compiler.CompilerParameters]::new("System.dll") `$CompilerParameters.TempFiles = [System.CodeDom.Compiler.TempFileCollection]::new(`$env:TEMP, `$false) `$CompilerParameters.GenerateInMemory = `$true `$Signature = @{ @@ -12413,7 +12413,7 @@ while ([WinAPI.Focus]::GetFocusAssistState() -ne "OFF")