As of the date of this post the name \"Microsoft Edge\" has just been officially announced as the default browser for the new Windows 10.
It may be premature to ask
Prerequisite: Windows 10 is installed on your machine
Selenium WD Java code for MS Edge is as follows:
System.setProperty("webdriver.edge.driver", "D:\Ripon\MicrosoftWebDriver.exe");
driver = new EdgeDriver();