From 94c59a3140b3c3d83770fef5c67e785aa943d764 Mon Sep 17 00:00:00 2001 From: laci Date: Wed, 10 Jul 2024 12:35:42 +0200 Subject: [PATCH] comment fix --- windows-installer.hta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-installer.hta b/windows-installer.hta index ea06870..a3b0065 100644 --- a/windows-installer.hta +++ b/windows-installer.hta @@ -46,7 +46,7 @@ Sub Window_OnLoad wcRegPath = "HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters\" - #WriteToRegistry wcRegPath & "BasicAuthLevel", 1, "REG_DWORD" + 'WriteToRegistry wcRegPath & "BasicAuthLevel", 1, "REG_DWORD" WriteToRegistry wcRegPath & "FileAttributesLimitInBytes", 10000000, "REG_DWORD" WriteToRegistry wcRegPath & "FileSizeLimitInBytes", 512000000, "REG_DWORD" WriteToRegistry wcRegPath & "InternetServerTimeoutInSec", 600, "REG_DWORD"