Windows 10 IoT Core 17093 for Insider 版本更新
新特性:
- General bug fixes
- Enabled Miracast on Dragonboard.
已知的一些问题:
- F5 driver deployment from Visual Studio does not work on IoT Core.
- Devices that were installed via NOOBS cannot run the bcdedit tool to enable the kernel debugger. This can be achieved with the following workaround: 
 Mount the SD card on your PC
 Find the EFIESP drive partition number with diskpart or Disk Management (say it’s “M:”)
 Run the command “bcdedit /store M:\EFI\Microsoft\boot\bcd /set {default} debug yes”
 Unmount the SD card.
 You should now be able to connect the debugger as usual
- Unable to deploy apps in headless mode. Device is not functional in headless mode.
- F5 application deployment of headed foreground UWP apps will not work on the first attempt. The second attempt should be successful.
- UWP startup apps will be replaced by IoT Core default app.
- Azure DM setup is not working.
- Settings entered before flashing (computer name, password and Wi-Fi profile) do not get applied to the device.
Windows 10 IoT Core 17093 for Insider 版本更新的更多相关文章
- Windows 10 IoT Core 17133 for Insider 版本更新
		今天,微软发布了Windows 10 IoT Core 17133 for Insider 版本更新,本次更新只修正了一些Bug,没有发布新的特性.用户可以登录Windows Device Porta ... 
- Windows 10 IoT Core 17127 for Insider 版本更新
		昨天,微软发布了Windows 10 IoT Core 17127 for Insider 版本更新,本次更新只修正了一些Bug,没有发布新的特性.相比于17120,修复了一个已知的问题. 一些已知的 ... 
- Windows 10 IoT Core 17120 for Insider 版本更新
		今天,微软发布了Windows 10 IoT Core 17120 for Insider 版本更新,本次更新只修正了一些Bug,没有发布新的特性.相比于17115,又少了两个已知的问题. 一些已知的 ... 
- Windows 10 IoT Core 17115 for Insider 版本更新
		今天,微软发布了Windows 10 IoT Core 17115 for Insider 版本更新,本次更新只修正了一些Bug,没有发布新的特性. 一些已知的问题如下: F5 driver depl ... 
- Windows 10 IoT Core 17101 for Insider 版本更新
		除夕夜,微软发布了Windows 10 IoT Core 17101 for Insider 版本更新,本次更新只修正了一些Bug,没有发布新的特性. 已知的问题: F5 driver deploym ... 
- Windows 10 IoT Core 17083 for Insider 版本更新
		1月26日,微软发布了Windows 10 IoT Core 17083 for Insider版本更新,概括如下: 新特性:1. General bug fixes2. Enabled Flash ... 
- Windows 10 IoT Core环境配置中的那些坑
		我使用的设备是Raspberry Pi 3B,想来国内的嵌入式玩具应该还是树莓派最常见吧.这段时间一直在捣鼓Win10 IoT,结果发现,从安装一直到编码调试一路下来全都是坑.写这篇东西一个是为了备忘 ... 
- Windows 10 IoT Serials 3 - Windows 10 IoT Core Ardunio Wiring Mode
		Maker社区和智能硬件的朋友一定知道Arduino,很多3D打印机都是用它做的.为了迎合这一大块市场,微软在基于Intel Galileo的Windows 8.1 IoT中就是使用这种基于Ardui ... 
- Windows 10 IoT Core Samples
		Windows 10 IoT Core Samples Welcome to the Windows 10 IoT Core Samples These samples have been valid ... 
随机推荐
- 刷题的model格式(请用英文)
			[抄题]: [暴力解法]: 时间分析: 空间分析: [优化后]: 时间分析: 空间分析: [奇葩输出条件]: [奇葩corner case]: [思维问题]: [英文数据结构或算法,为什么不用别的数据 ... 
- ABAP的匹配
			ABAP的匹配 通配符 字符串操作中的通配符 *:多位字符的通配符 +:一位字符的通配符 #:字符操作中的转义符 REPORT ztest_placeholder. DATA:l_name(8) TY ... 
- WCF 服务的集合管理器的设计
			今天是2019年2月1日,时间过得针对,马上就年底了,当前新年也离我们越来越近了.在此,我也祝福经常浏览我博客的朋友们“新年快乐.阖家欢乐”,来年有一个好彩头.在即将结束这一年之计,写今年的最后一片文 ... 
- nodejs 使用官方oracledb库连接数据库 教程
			https://www.cnblogs.com/rysinal/p/7779055.html 导读 linux下安装使用 gcc安装 nodejs安装 oracle客户端安装 npm安装oracled ... 
- linux学习第十五天 (Linux就该这么学) 找到一本不错的Linux电子书,附《Linux就该这么学》章节目录
			今天收尾DNS内容复习了,还有分享解析配置,都没有记,主要访问同一个域名,就近访问, 
- HTTP协议之url详解
			HTTP使用统一资源标识符(Uniform Resource Identifiers, URI)来传输数据和建立连接.URL是一种特殊类型的URI,包含了用于查找某个资源的足够的信息 URL,全称是U ... 
- STS中springmvc.xml配置文件
			<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.sp ... 
- Rabbit
			安装配置参考:https://blog.csdn.net/qq_31634461/article/details/79377256 概念学习参考(纯洁的微笑):https://www.cnblogs. ... 
- [Bat]UNC路径不支持的2种解决方法
			UNC(Universal Naming Convention),\\servername\sharename,其中servername是服务器名.sharename是共享资源的名称 1.使用push ... 
- quartz一次简单应用经历
			项目里使用到每月的第一天需要定时统计上一个月的某种数据,这个时候,我开始第一次知道任务调度这么一个专业词汇.也初次了解quartz这个任务调度框架.网上看了好几篇博文,有种quartz越看越难的感觉, ... 
