In order to work with the program HarePoint Explorer for SharePoint was more comfortable, there are a number of parameters that can be customized
To open the settings you simply select the File menu, click Properties.
In order to change the programming language, click the General tab, and in paragraph Programming language select C# or Visual Basic.
At your choice, you can cancel the launch of startup browser window with the objects SPFarm and SPManager. To do this, just click the General tab, and in paragraph Startup check the box next to Do not open SPFarm and SPConfig objects on startup.
You can change default references required to run scripts. To do this, go to the References tab and click the buttons Add and Remove.
Note: When you click on the Remove button all selected references will be removed from the list.
You can change default namespaces required to run scripts. To do this, go to the Namespaces tab and click the buttons Add and Remove.
Note: When you click on the Remove button all selected namespaces will be removed from the list.
During work in program HarePoint Explorer for SharePoint you could perform a series of actions in synchronous and asynchronous modes.
Use of asynchronous mode allows you to prevent hangind of the program and you always have the opportunity to "kill" the process. To do this, use the button Abort in the Tools menu which is duplicated on the toolbar.
Unfortunately, not all steps possible to make in asynchronous mode, so it is important to be able quickly switch to synchronous mode. So while working with the tree object in the Browser of object model in the asynchronous mode, on press and hold the key Ctrl, the tree will expand in synchronous mode.
Also, for long work in synchronous mode there is a switch (Async in the Tools menu) that is duplicated on the toolbar.