Windows 10 SDK Preview Build 18917 available now!

Today, we released a new Windows 10 Preview Build of the SDK to be used in conjunction with Windows 10 Insider Preview (Build 18917 or greater). The Preview SDK Build 18917 contains bug fixes and under development changes to the API surface area. The Preview SDK can be downloaded from developer section on Windows Insider. For feedback and […]

The post Windows 10 SDK Preview Build 18917 available now! appeared first on Windows Blog.

Continue reading Windows 10 SDK Preview Build 18917 available now!

Announcing Windows Server vNext Preview Build 18917

Hello Windows Insiders! Today we are pleased to release a new Insider preview build of the Windows Server VNext Semi-Annual Channel editions and Windows Admin Center Preview 1906. Available Content Windows Server vNext Semi-Annual Preview The Server Core Edition is available in the 18 supported Server languages in ISO format and in English only in […]

The post Announcing Windows Server vNext Preview Build 18917 appeared first on Windows Blog.

Continue reading Announcing Windows Server vNext Preview Build 18917

Building hybrid applications with the WebView2 developer preview

Last month at Build, we introduced the new WebView2 coming to Windows, powered by the upcoming Chromium-based Microsoft Edge. Today, we’re releasing a new update to the WebView2 SDK, and with it we’re ready to encourage a broader set of app developers to try the WebView2 preview and give us early feedback. The WebView 2 […]

The post Building hybrid applications with the WebView2 developer preview appeared first on Microsoft Edge Blog.

Continue reading Building hybrid applications with the WebView2 developer preview

Run, operate, and scale modern applications with Redis Enterprise on Microsoft Azure

Today, we rely on our everyday services to be delivered digitally and expect the experience to be instant. In order for customer-facing applications to respond to users in 100ms, you need a high-performance database capable of handling a variety of application scenarios at the lowest complexity and cost, with uncompromising performance. Redis is the world’s

Read more

The post Run, operate, and scale modern applications with Redis Enterprise on Microsoft Azure appeared first on Open Source blog.

The post Run, operate, and scale modern applications with Redis Enterprise on Microsoft Azure appeared first on Cloud Perspectives Blog.

Continue reading Run, operate, and scale modern applications with Redis Enterprise on Microsoft Azure

See what we mean – Visually grounded natural language navigation is going places

How do humans communicate efficiently? The common belief is that the words humans use to communicate – such as dog, for instance – invoke similar understanding of the physical concepts. Indeed, there exists a common conception about the physical appearance of a dog, the sounds dogs make, how they walk or run, and so on. […]

The post See what we mean – Visually grounded natural language navigation is going places appeared first on Microsoft Research.

Continue reading See what we mean – Visually grounded natural language navigation is going places

Automate playbook launch via a business process flow

In today’s world, the job of salespeople is challenging. They are under more pressure than ever to deliver value to sophisticated customers who have a plethora of information at their disposal. On the flip slide, although customers today may be better informed, with the wealth of information and options available, they are increasingly overwhelmed. They

Read more

The post Automate playbook launch via a business process flow appeared first on Microsoft Dynamics 365 Blog.

The post Automate playbook launch via a business process flow appeared first on Cloud Perspectives Blog.

Continue reading Automate playbook launch via a business process flow

How to create custom templates that work well with Designer in PowerPoint

Today we announced that Designer now works with a company or organization’s custom branded templates! Now AI recommendations on layout, designs, colors, and fonts can help employees save time and keep them on-brand while adhering to your company’s bra… Continue reading How to create custom templates that work well with Designer in PowerPoint

Script to check if a reg key is set on multiple servers

Summary If your servers require a reg key and unsure if its properly configured. You can use this script to check if the key is present or is set to the correct value across multiple servers. The Script #Simple Server list $servers = Get-Content C:servers.txt   # Loop through all servers and check key foreach… Continue reading Script to check if a reg key is set on multiple servers