Skip to content

Commit

Permalink
feat: update 7-zip context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Oct 18, 2023
1 parent 3579b91 commit 1f75eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbook/Executables/FILEASSOC.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ exit /b

:7ZIPUSER
(
reg add "HKU\%~1\Software\7-Zip\Options" /v "ContextMenu" /t REG_DWORD /d "1073746726" /f
reg add "HKCU\Software\7-Zip\Options" /v "ContextMenu" /t REG_DWORD /d "1073742374" /f
reg add "HKU\%~1\Software\Classes\.001" /ve /t REG_SZ /d "7-Zip.001" /f
reg add "HKU\%~1\Software\Classes\.7z" /ve /t REG_SZ /d "7-Zip.7z" /f
reg add "HKU\%~1\Software\Classes\.apfs" /ve /t REG_SZ /d "7-Zip.apfs" /f
Expand Down

0 comments on commit 1f75eb4

Please sign in to comment.