From 85402470618b19a8182f4307723e08858450a0c0 Mon Sep 17 00:00:00 2001 From: Xyueta Date: Mon, 25 Sep 2023 20:38:04 +0200 Subject: [PATCH] fix: powershell icon in new context menu --- src/playbook/Configuration/tweaks/qol/config-powershell.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/playbook/Configuration/tweaks/qol/config-powershell.yml b/src/playbook/Configuration/tweaks/qol/config-powershell.yml index bea615a5ba..a7a9e42cbe 100644 --- a/src/playbook/Configuration/tweaks/qol/config-powershell.yml +++ b/src/playbook/Configuration/tweaks/qol/config-powershell.yml @@ -11,12 +11,12 @@ actions: - !registryValue: path: 'HKCR\Applications\powershell.exe\shell\open\command' value: '' - data: '"%windir%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -EP Unrestricted -File "%1" %*' + data: '"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -EP Unrestricted -File "%1" %*' type: REG_SZ - !registryValue: path: 'HKCR\ps1_auto_file\shell\open\command' value: '' - data: '"%windir%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -EP Unrestricted -File "%1" %*' + data: '"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoLogo -EP Unrestricted -File "%1" %*' type: REG_SZ - !registryValue: path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ps1\OpenWithList'