Subversion Repositories Code-Repo

Rev

Rev 53 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53 Rev 55
Line 176... Line 176...
176
            // Writes the default settings configuration
176
            // Writes the default settings configuration
177
            try
177
            try
178
            {
178
            {
179
                XElement Settings = new XElement("Settings",
179
                XElement Settings = new XElement("Settings",
180
                    new XElement("ProgramSettings",
180
                    new XElement("ProgramSettings",
-
 
181
                        new XElement("ShowFileSizes","true"),
181
                        new XElement("SystemAccounts", "Administrators,Administrator"),
182
                        new XElement("SystemAccounts", "Administrators,Administrator"),
182
                        new XElement("HiddenAccounts", "Administrator,Guest"),
183
                        new XElement("HiddenAccounts", "Administrator,Guest"),
183
                        new XElement("SharedFolderLocation", "C:\\"),
184
                        new XElement("SharedFolderLocation", "C:\\"),
184
                        new XElement("USBMasterCopyx32Location", "C:\\"),
185
                        new XElement("USBMasterCopyx32Location", "C:\\"),
185
                        new XElement("USBMasterCopyx64Location", "C:\\"),
186
                        new XElement("USBMasterCopyx64Location", "C:\\"),