Skip to content

Commit

Permalink
fix: powershell icon in new context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Sep 25, 2023
1 parent 46d46a0 commit 8540247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/playbook/Configuration/tweaks/qol/config-powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8540247

Please sign in to comment.