Furthermore I have double checked there is no second monitor attached to the Desktop. Not even an extra wire plugged into a video output.
Yet your Project dialog is showing that some kind of extra video support is sensed somehow. For example, with my Surface RT I only get that when I have its mini-HDMI cable in use. Otherwise I get the option that you are looking for (from Win-K Project)
Do you still have the Intel HD Graphics Properties tool? FWIW MS seem to have disabled it on my Surface but I see that others are somehow still being able to use it. So, if you have it probably you could get some clues that way.
Another possible clue would be from WMIC. FWIW there are a few differences between both my Surfaces.
| C:>wmic.exe desktopmonitor get /format:list<br><br><br> <br><br>Availability=8 <br><br>Bandwidth= <br><br>Caption=Surface Display Panel <br><br>ConfigManagerErrorCode=0 <br><br>ConfigManagerUserConfig=FALSE <br><br>CreationClassName=Win32_DesktopMonitor <br><br>Description=Surface Display Panel <br><br>DeviceID=DesktopMonitor1 <br><br>DisplayType= <br><br>ErrorCleared= <br><br>ErrorDescription= <br><br>InstallDate= <br><br>IsLocked= <br><br>LastErrorCode= <br><br>MonitorManufacturer=Microsoft <br><br>MonitorType=Surface Display Panel <br><br>Name=Surface Display Panel <br><br>PixelsPerXLogicalInch=96 <br><br>PixelsPerYLogicalInch=96 <br><br>PNPDeviceID=DISPLAY\SEC3242\4&532226C&0&UID68092928 <br><br>PowerManagementCapabilities= <br><br>PowerManagementSupported= <br><br>ScreenHeight= <br><br>ScreenWidth= <br><br>Status=OK <br><br>StatusInfo= <br><br>SystemCreationClassName=Win32_ComputerSystem <br><br>SystemName=SP |
|---|
For example, Availability=8 here, 3 on the RT. (I don't know what either value means.) Ironically here my other monitor is supposedly primary but this is showing the Surface properties. I have never been able to figure out how WMIC would show me the equivalent for my other monitor.
Some details I imagine could be interesting to see from you are those ConfigManager ones or the Error ones. Seeing ConfigManagerUserConfig=FALSE almost makes me want to try setting it to TRUE to see if that would bring back the Intel HD Graphics Properties functionality. <eg>
HTH
Robert