From cebfcd9cb7c2b0f14862aea060b45be3167ddae8 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Sun, 3 Oct 2021 18:32:12 -0400 Subject: [PATCH] test update --- Fix-IncreaseOutlookFolderLimit.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fix-IncreaseOutlookFolderLimit.bat b/Fix-IncreaseOutlookFolderLimit.bat index 2324863..9453d51 100644 --- a/Fix-IncreaseOutlookFolderLimit.bat +++ b/Fix-IncreaseOutlookFolderLimit.bat @@ -7,4 +7,4 @@ set FOLDER_LIMIT=1000 REM Create the registry key and value to change Outlook's folder limit reg add "HKLM\SYSTEM\CurrentControlSet\services\MSExchangeIS" /ve /f reg add "HKLM\SYSTEM\CurrentControlSet\services\MSExchangeIS\ParametersSystem" /ve /f -reg add "HKLM\SYSTEM\CurrentControlSet\services\MSExchangeIS\ParametersSystem" /v objtFolderView /t REG_DWORD /d %FOLDER_LIMIT% /f +reg add "HKLM\SYSTEM\CurrentControlSet\services\MSExchangeIS\ParametersSystem" /v objtFolderView /t REG_DWORD /d %FOLDER_LIMIT% /f