From 9cf0db665231eb12747c50431d3184ee1a6c7f31 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Sun, 3 Oct 2021 18:33:17 -0400 Subject: [PATCH] undo test --- Fix-IncreaseOutlookFolderLimit.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fix-IncreaseOutlookFolderLimit.bat b/Fix-IncreaseOutlookFolderLimit.bat index 9453d51..2324863 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