From d6631245c663db294678b2b8bceb2c189ee59b29 Mon Sep 17 00:00:00 2001 From: makeProjectGreatAgain Date: Sat, 19 Oct 2024 01:44:53 +0400 Subject: [PATCH] Update pwsh.json. Fix instructions for context menu and file association setup - add 'reg import' Fix instructions for context menu and file association setup - add 'reg import' --- bucket/pwsh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 20a07adce1e4b..fc5382d6546c3 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -7,8 +7,8 @@ "Since Scoop uses pwsh.exe internally, to update PowerShell Core itself,", "run `scoop update pwsh` from Windows PowerShell, i.e. powershell.exe.", "", - "Add PowerShell Core as a explorer context menu by running: '$dir\\install-explorer-context.reg'", - "For file context menu, run '$dir\\install-file-context.reg'" + "Add PowerShell Core as a explorer context menu by running: 'reg import \"$dir\\install-explorer-context.reg\"'", + "For file context menu, run 'reg import \"$dir\\install-file-context.reg\"'" ], "architecture": { "64bit": {