var fDesc=new Array(); fDesc[0] = "Windows Embedded Standard 7 delivers the power, familiarity, and reliability of the Windows 7 operating system in a componentized form for developers to create advanced commercial and consumer devices running thousands of existing Windows 7 applications and drivers.
Windows Embedded Standard SP 1 includes three new technologies:
1. Remote Desktop Protocol 7.1 (RDP7.1) includes RemoteFX, which is a set of technologies that includes USB Redirection, Multi-media redirection, Multi-monitor support.
2.SD Boot allows building and installation of Windows Embedded Standard 7 images on SD cards. Customers may boot a Windows Embedded Standard 7 image from an SD card (no roaming) as long as the SD card is in the device enclosure and not easily accessible to the end user.
3. SKU Compliance Package is added to the image after it is developed. This package deactivates features not in the designated SKU"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }