Skip to content

Commit fda5399

Browse files
authoredMay 12, 2024
Update Convert_web_request_response_to_a_string.ps1
1 parent 81607be commit fda5399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Convert_web_request_response_to_a_string.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ function ConvertTo-BodyWithEncoding
3535
}
3636

3737
# We cannot invoke an expression with non-latin words to avoid "??????"
38-
# New-ItemProperty -Path "Registry::HKEY_CLASSES_ROOT\CLSID\{B298D29A-A6ED-11DE-BA8C-A68E55D89593}\Settings" -Name Title -PropertyType String -Value "Открыть с помощью &Notepad++" -Force
38+
# New-ItemProperty -LiteralPath Registry::HKEY_CLASSES_ROOT\*\shell\Paint.NET -Name "(Default)" -PropertyType String -Value "Открыть с помощью Paint.NET" -Force
3939
$Parameters = @{
40-
Uri = "https://raw.githubusercontent.com/farag2/Utilities/master/Notepad%2B%2B_context_menu.ps1"
40+
Uri = "https://raw.githubusercontent.com/farag2/Utilities/master/Paint.NET_context_menu.ps1"
4141
UseBasicParsing = $true
4242
Verbose = $true
4343
}

0 commit comments

Comments
 (0)