Skip to content

Commit

Permalink
v3.7.3
Browse files Browse the repository at this point in the history
- hash error in right click menu fixed
  • Loading branch information
caglaryalcin committed Mar 13, 2024
1 parent 48a5289 commit 853005d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions w11.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,9 @@ Function SystemSettings {
Remove-Item $tempOut -ErrorAction Ignore
Remove-Item $tempErr -ErrorAction Ignore

reg add "md5menu" /f *>$null
reg add "md5menu\command" /f *>$null
reg add "md5menu" /v "MUIVerb" /t REG_SZ /d MD5 /f *>$null
reg add "$md5menu" /f *>$null
reg add "$md5menu\command" /f *>$null
reg add "$md5menu" /v "MUIVerb" /t REG_SZ /d MD5 /f *>$null

$tempOut = [System.IO.Path]::GetTempFileName()
$tempErr = [System.IO.Path]::GetTempFileName()
Expand Down

0 comments on commit 853005d

Please sign in to comment.