I have a Windows Service that runs a Team City Build agent on a Windows 7 OS.
This agent triggers NUnit tests which use the Selenium IE web drivers to execute a series of tests.
For the Selenium IE web drivers to work the protected mode for all zones needs to be set to the same value (either protected mode on or off).
The problem is the default settings for the Local System Account are invalid (some zones are running in protected mode, others are not).
Can anyone can tell me how to change the protected mode settings for either all users or the Local System Account user?