diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi
index a4f7ab7c51ad96829e7971644c14849310a2bb5b..32ae2a8a154a0e3fb279a17f6b6f13aadd398008 100755
--- a/indra/newview/installers/windows/installer_template.nsi
+++ b/indra/newview/installers/windows/installer_template.nsi
@@ -613,7 +613,7 @@ Push $2
         ; Remove all cache and settings files but leave any other .txt files to preserve the chat logs
 ;    RMDir /r "$2\Application Data\SecondLife\logs"
     RMDir /r "$2\Application Data\SecondLife\browser_profile"
-;    RMDir /r "$2\Application Data\SecondLife\user_settings"
+    RMDir /r "$2\Application Data\SecondLife\user_settings"
     Delete  "$2\Application Data\SecondLife\*.xml"
     Delete  "$2\Application Data\SecondLife\*.bmp"
     Delete  "$2\Application Data\SecondLife\search_history.txt"