<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developers &#8211; The Redmond Cloud</title>
	<atom:link href="https://www.theredmondcloud.com/category/developers/feed" rel="self" type="application/rss+xml" />
	<link>https://www.theredmondcloud.com</link>
	<description>Windows News and Tech Updates</description>
	<lastBuildDate>Mon, 26 May 2025 01:11:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://www.theredmondcloud.com/wp-content/uploads/2019/12/cropped-TheRedmondCloudLogo-AMP-Logo-32x32.png</url>
	<title>Developers &#8211; The Redmond Cloud</title>
	<link>https://www.theredmondcloud.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>GitHub&#8217;s New MCP Server: What It Means for the Future of AI-Powered Development on Windows</title>
		<link>https://www.theredmondcloud.com/githubs-new-mcp-server-what-it-means-for-the-future-of-ai-powered-development-on-windows</link>
					<comments>https://www.theredmondcloud.com/githubs-new-mcp-server-what-it-means-for-the-future-of-ai-powered-development-on-windows#disqus_thread</comments>
		
		<dc:creator><![CDATA[Mike Johnson]]></dc:creator>
		<pubDate>Mon, 26 May 2025 01:08:02 +0000</pubDate>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[AI in Development]]></category>
		<category><![CDATA[Azure DevOps]]></category>
		<category><![CDATA[GitHub Copilot]]></category>
		<category><![CDATA[MCP Server]]></category>
		<category><![CDATA[Microsoft Developer Tools]]></category>
		<category><![CDATA[Windows development]]></category>
		<guid isPermaLink="false">https://www.theredmondcloud.com/?p=201459</guid>

					<description><![CDATA[We’re standing on the edge of a new era in Windows development, one where AI is now an active participant in every step of the development process. If you’ve ever wished your AI assistant could not only point out bugs but also open issues, automate fixes, or even manage your repo, all from your favorite [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>We’re standing on the edge of a new era in Windows development, one where AI is now an active participant in every step of the development process. If you’ve ever wished your AI assistant could not only point out bugs but also open issues, automate fixes, or even manage your repo, all from your favorite Windows environment, well, that future is arriving faster than you might think. But with every leap forward comes a new set of complexities to navigate. So, what does this leap in AI in development mean for Windows developers? Let’s dive in.</p>
<h2>What is the GitHub MCP Server and Why Is It a Game Changer for AI in Windows Development?</h2>
<h3>Standardizing AI-Tool Interactions</h3>
<p>Imagine the “USB-C port for AI applications”, that’s how the <a href="https://www.infoq.com/news/2025/04/github-mcp-server-public-preview/" target="_blank" rel="noopener">Model Context Protocol (MCP)</a> is described. For years, we’ve seen how protocols like Microsoft’s Language Server Protocol (LSP) revolutionized how editors and language servers communicate. Now, MCP does something similar for AI, creating a standard way for large language models (LLMs) to interface with developer tools, APIs, and repositories. The significance? It’s about interoperability. With a consistent, open protocol, developers and enterprises can trust that their AI tools will work seamlessly across a rapidly evolving ecosystem. When you raise the bar for standardization, you also elevate user expectations for reliability and robust integration.</p>
<h3>Key Features and Capabilities</h3>
<p>The MCP server, recently rewritten in Go, delivers a suite of features for Microsoft developer tools that are hard not to get excited about. Think customizable tool descriptions, dynamic tool discovery, and integrated code scanning for automated security and quality checks. There’s also the new <code>get_me</code> function, letting AI agents interact with private repositories using natural language queries. Registry management happens through RESTful APIs, and developers get robust SDKs for TypeScript and Python. The fact that this platform emerged from a collaboration with Anthropic only reinforces its commitment to robust, enterprise-grade AI integration. As someone who’s spent years configuring LSPs, seeing a parallel revolution for AI tools is genuinely thrilling. Remember the first time code completion transformed your workflow? MCP is poised to do the same for AI-powered development, particularly within the Microsoft ecosystem.</p>
<p>Visual Studio Code now has <a href="https://hackernoon.com/you-can-now-talk-to-your-repos-thanks-to-githubs-mcp-server" target="_blank" rel="noopener">native support for MCP in Copilot</a>, bringing the protocol’s benefits directly into your daily coding environment. For developers using Azure DevOps and Microsoft’s broader cloud platform, MCP’s protocol opens doors to new automation scenarios, like deploying code, managing pipelines, or triggering tests, directly from AI-powered interfaces. This isn’t just incremental change, it’s a foundational shift.</p>
<h2>How MCP Transforms AI-Powered Workflows on Windows and Microsoft Tools</h2>
<h3>From Code Suggestion to Workflow Automation</h3>
<p>Here’s where the rubber meets the road. MCP enables AI agents like GitHub Copilot to go beyond code suggestions and actually perform complex workflow tasks. We’re talking about code scanning, creating issues, managing repositories, and more, all from within your Windows environment. Moreover, MCP now enables natural language interactions with private and sensitive repositories, unlocking levels of automation that were previously inaccessible. In our forum, devs have reported that MCP-driven Copilot has cut their manual triage time by half. That’s real impact.</p>
<p>Picture this: You can now prompt Copilot, “Find any markdown files missing an author footer, and create an issue to track adding those.” This kind of workflow automation is <a href="https://hackernoon.com/you-can-now-talk-to-your-repos-thanks-to-githubs-mcp-server" target="_blank" rel="noopener">now native in VS Code with MCP integration</a>. What tedious task would you automate first? The potential for streamlined, AI-powered development is significant for teams of all sizes.</p>
<h3>Deep Integration with Microsoft Ecosystem</h3>
<p>What makes MCP especially relevant for Windows developers is its deep extensibility within the Microsoft ecosystem. With seamless integration into Visual Studio, Azure DevOps, and broader Microsoft toolchains, MCP positions itself as the backbone of intelligent automation. And it gets better: <a href="https://www.windowscentral.com/software-apps/windows-11" target="_blank" rel="noopener">Windows 11 has gained Model Context Protocol support</a>, making it easier than ever for developers to build agentic AI experiences. Windows 12, with its anticipated Microsoft AI enhancements, is set to take this a step further, with Copilot and third-party AI tool integration that lowers the barrier to entry for both technical and non-technical users. These advancements mean that automating repetitive tasks, enhancing code security, and interacting with tools using natural language are becoming standard practice.</p>
<ul>
<li>Automate repetitive triage and maintenance</li>
<li>Enhance security and code quality with integrated scanning</li>
<li>Interact with tools and data via natural language</li>
</ul>
<p>Of course, the potential for automation depends on thoughtful configuration and an ongoing trust in AI-powered actions. You still need to keep a watchful eye on what your AI assistants are doing, oversight remains a best practice.</p>
<h2>Nuances, Challenges, and Considerations for Secure AI Adoption in Windows Development</h2>
<h3>Security and Enterprise Control</h3>
<p>As AI agents gain more autonomy, security and enterprise control become even more critical, a priority for every responsible organization. The MCP server is built with this in mind, supporting secure, controlled access for tools and data, absolutely crucial for organizations working in regulated or privacy-sensitive fields. Through RESTful APIs and configurable access permissions, developers and IT leaders can enforce granular management of what AI agents are allowed to see and do.</p>
<p>Enterprises adopting MCP in regulated industries, such as healthcare or finance, must also consider compliance requirements and audit trails for all AI-driven actions. Establishing robust monitoring and documentation processes is essential to ensure regulatory obligations are met and to provide transparency for every automated action performed by AI agents.</p>
<h3>Ecosystem Complexity and Reliability</h3>
<p>But there’s a flip side. The emergence of multiple open-source MCP servers is exciting, but it also means more complexity. Ensuring that AI-driven actions, like creating issues or modifying repositories, actually match developer intent is an ongoing challenge. Having worked with both open- and closed-source automation, I know firsthand how vital oversight is. AI mistakes aren’t just bugs; they can have real-world consequences. How much trust should you place in automated actions? Where do you draw the line? These are pressing questions as AI becomes more deeply embedded in development workflows.</p>
<p>MCP’s openness powers innovation, but it demands diligence. As the protocol evolves, it’s on us as a community to validate, monitor, and refine our AI-automated workflows.</p>
<ul>
<li>Always validate AI-driven actions in critical workflows</li>
<li>Leverage access controls for sensitive operations</li>
<li>Encourage peer reviews of automation scripts and permissions</li>
</ul>
<h2>The Road Ahead, Community, Extensibility, and the Future of AI on Windows</h2>
<h3>Community-Driven Innovation</h3>
<p>The momentum behind MCP is impossible to ignore: <a href="https://hackernoon.com/you-can-now-talk-to-your-repos-thanks-to-githubs-mcp-server" target="_blank" rel="noopener">nearly 14,000 GitHub stars and 150+ pull requests since launch</a>. The pace at which community-built servers are appearing, integrating with tools like Git, GitLab, Google Drive, and Slack, drives rapid advancement in Windows development and AI tool compatibility. This fosters fast evolution, more options, and an ecosystem that reflects the diversity of real-world workflows.</p>
<h3>Enabling the Next Generation of Developer Tools</h3>
<p>TypeScript and Python SDKs put powerful customization in the hands of Windows and Microsoft developers. Many enterprises are already piloting MCP integrations to automate patch management and compliance reporting within Windows environments, demonstrating real-world use cases beyond code suggestions. As Windows 12 approaches, we expect even deeper Copilot and AI integration, empowering everyone from enterprise architects to casual users. <a href="https://www.theredmondcloud.com/windows-12-and-windows-server-2025-microsofts-ai-and-cloud-future-for-enterprises" target="_blank" rel="noopener">Microsoft’s commitment to open APIs and Copilot Studio</a> is poised to democratize innovation at every level, supporting both sophisticated technical solutions and no-code AI agents for business users.</p>
<h3>The Redmond Cloud Perspective</h3>
<p>At The Redmond Cloud, our mission is to empower a community that understands, tests, and drives responsible AI-powered automation within the Microsoft ecosystem. We’re excited to see how our readers and forum members will shape the next generation of solutions, whether you’re building your own MCP-compatible tools or exploring new ways to integrate AI into your workflow. The pace of change is rapid, but by sharing knowledge and best practices, our community can navigate new challenges with confidence.</p>
<p>Ready to dive deeper into AI-powered Windows development? Join The Redmond Cloud forums to swap experiences and challenges with your peers, and don’t forget to subscribe to our newsletter for the latest insights on Microsoft AI and Windows development.</p>
<h2>FAQ</h2>
<dl>
<dt><strong>What is the GitHub MCP server and how does it differ from previous AI integrations?</strong></dt>
<dd>The GitHub MCP server is an open protocol that standardizes how AI models interact with developer tools and data on platforms like Windows. Unlike earlier integrations, MCP allows for customizable, secure, and automated interactions, enabling AI agents not just to suggest code but to take direct actions within repositories and toolchains.<br />
<a href="https://www.infoq.com/news/2025/04/github-mcp-server-public-preview/" target="_blank" rel="noopener">Learn more</a></dd>
<dt></dt>
<dt><strong>How does MCP enhance AI-powered development on Windows?</strong></dt>
<dd>MCP enables seamless integration with Microsoft developer tools (Visual Studio, Azure DevOps), allowing AI agents to automate workflow tasks, perform code scanning, and interact via natural language, all within secure, controlled Windows environments.</dd>
<dt></dt>
<dt><strong>What security considerations should developers keep in mind when using MCP?</strong></dt>
<dd>While MCP supports secure, controlled access, developers must ensure that AI actions align with intent, especially when automating sensitive operations. Using robust access controls and validating AI-driven workflows are essential best practices.<br />
<a href="https://github.com/madhukarkumar/anthropic-mcp-servers" target="_blank" rel="noopener">Security details</a></dd>
<dt></dt>
<dt><strong>Can I build my own MCP-compatible tools or servers?</strong></dt>
<dd>Yes, SDKs for TypeScript and Python are available, alongside extensive documentation and a growing open-source community. This makes it easier for Windows developers to build and extend MCP-compatible solutions.<br />
<a href="https://github.com/madhukarkumar/anthropic-mcp-servers" target="_blank" rel="noopener">See SDKs</a></dd>
<dt></dt>
<dt><strong>Where can I connect with other developers and stay updated on MCP and AI in Windows?</strong></dt>
<dd>Join <a href="https://www.theredmondcloud.com/" target="_blank" rel="noopener">The Redmond Cloud</a> community forums and subscribe to our newsletter for the latest news, tutorials, and support on AI-powered development in the Microsoft ecosystem.<br />
<a href="https://www.theredmondcloud.com/" target="_blank" rel="noopener">Join here</a></dd>
</dl>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/githubs-new-mcp-server-what-it-means-for-the-future-of-ai-powered-development-on-windows/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Free Windows 11 22H2 virtual machines now available</title>
		<link>https://www.theredmondcloud.com/free-windows-11-22h2-virtual-machines-now-available</link>
					<comments>https://www.theredmondcloud.com/free-windows-11-22h2-virtual-machines-now-available#disqus_thread</comments>
		
		<dc:creator><![CDATA[Fahad Ali]]></dc:creator>
		<pubDate>Mon, 07 Nov 2022 17:00:09 +0000</pubDate>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[22H2]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtual Machines]]></category>
		<category><![CDATA[VMs]]></category>
		<guid isPermaLink="false">https://www.windows11news.com/?p=95720</guid>

					<description><![CDATA[Free virtual machines! Get your free virtual machines here! Hot off the launch of Windows 11 22H2, Microsoft has made available VMs powered by this latest operating system version. Free and on demand. These are great for developers who want to start writing apps for the new OS, or you know, regular folks who are [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Free virtual machines! Get your free virtual machines here! Hot off the launch of <a href="https://www.theredmondcloud.com/windows-11-2022-update-has-launched/">Windows 11 22H2</a>, Microsoft has made available VMs powered by this latest operating system version.</p>
<p>Free and on demand.</p>
<p>These are great for developers who want to start writing apps for the new OS, or you know, regular folks who are curious to see what’s new in the new Windows 11 release. If you are one, you can now download these <a href="https://www.theredmondcloud.com/microsoft-updates-its-free-windows-11-virtual-machines/" target="_blank" rel="noopener">virtual machines</a> that the Redmond-based company has just put up.</p>
<p>The software titan updated its VMs with the latest tooling, and these virtual machines are loaded full of developer tools, including Visual Studio 2022, WSL, and other utilities.</p>
<p>Here’s what they offer:</p>
<ul>
<li>Windows 11 Enterprise SKU (Evaluation)</li>
<li>Visual Studio 2022 Community Edition with UWP, .NET Desktop, Azure, and Windows App SDK for C# workloads</li>
<li>Windows Subsystem for Linux 2 with Ubuntu pre-installed</li>
<li>Windows Terminal</li>
<li>Developer Mode</li>
</ul>
<p>Rock solid!</p>
<p>It is worth mentioning that these Windows 11-based virtual machines are not entirely free, in the sense that you can use these VMs at no cost until January 10, 2023. After this date, Microsoft will ask you to activate your copy of Windows just like any other virtual machine or local installation.</p>
<p>Meaning you can activate your system with a genuine key to continue using it beyond this date.</p>
<p>Still, two months should be more than enough time for people to get acquainted with the latest operating system&#8217;s tooling and features.</p>
<p>These official Windows 11 virtual machines are available in four variants for different virtualization software: VMware, VirtualBox, Hyper-V, and Parallels. You need at least 20 GB of free disk space to get started with one of these puppies.</p>
<p>Details and download links are available on the <a href="https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/" target="_blank" rel="noopener">official website</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/free-windows-11-22h2-virtual-machines-now-available/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Process Explorer hops in on the dark mode wagon</title>
		<link>https://www.theredmondcloud.com/process-explorer-hops-in-on-the-dark-mode-wagon</link>
					<comments>https://www.theredmondcloud.com/process-explorer-hops-in-on-the-dark-mode-wagon#disqus_thread</comments>
		
		<dc:creator><![CDATA[Fahad Ali]]></dc:creator>
		<pubDate>Thu, 27 Oct 2022 20:23:14 +0000</pubDate>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Dark Mode]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Process Explorer]]></category>
		<category><![CDATA[Sysinternals]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Updates]]></category>
		<guid isPermaLink="false">https://www.windows11news.com/?p=95654</guid>

					<description><![CDATA[Hey, these days, having a dark mode is a feature, not a fad. Process Explorer is the latest to adopt this trend, as Microsoft has just updated this program with support for a dark theme. Windows 11 itself is big on this. And now, thanks to a new update for the Sysinternals toolset, Process Explorer [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hey, these days, having a <a href="https://www.theredmondcloud.com/windows-11-feature-showcase-dark-mode/">dark mode</a> is a feature, not a fad. Process Explorer is the latest to adopt this trend, as Microsoft has just updated this program with support for a <a href="https://www.theredmondcloud.com/dark-mode-will-be-enabled-by-default-in-windows-11/">dark theme</a>.</p>
<p>Windows 11 itself is <a href="https://www.theredmondcloud.com/dark-mode-will-have-different-sounds-in-windows-11/">big on this</a>.</p>
<p>And now, thanks to a new update for the Sysinternals toolset, Process Explorer is too.</p>
<p>If this is the first time you have heard about this tool, then fret not. Most Windows users have not. It is part of the advanced system utilities that Microsoft offers on the Windows platform for administrators and developers to manage, troubleshoot, and diagnose computers running the OS and the apps.</p>
<p>As the name suggests, Process Explorer is a program that displays detailed information about each process running on your machine. It can be used to see which program is working with a specific file, folder, or dynamic link library (DLL).</p>
<p>Microsoft actually bills this as a must-have tool for gaining insights into how Windows applications work, tracking down DLL problems, handling leaks, and all that fun stuff.</p>
<p>Which is why this latest update gives it this sleek new look:</p>
<blockquote class="twitter-tweet" data-width="550" data-dnt="true">
<p lang="en" dir="ltr">It&#39;s here: Dark Mode Process Explorer! <a href="https://t.co/2OrWvLlyIJ" target="_blank">https://t.co/2OrWvLlyIJ</a> <a href="https://t.co/qhU8C3IiIy" target="_blank">pic.twitter.com/qhU8C3IiIy</a></p>
<p>&mdash; Mark Russinovich (@markrussinovich) <a href="https://twitter.com/markrussinovich/status/1585415828979462144?ref_src=twsrc%5Etfw" target="_blank" rel="noopener">October 26, 2022</a></p></blockquote>
<p><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p>
<p>The latest version for Sysinternals brings Process Explorer v17.0 and Handle v5.0 into the mix.</p>
<p>And the changelog for this newest iteration of Process Explorer describes the new features and additions as:</p>
<blockquote><p>“This update to Process Explorer, an advanced process, DLL and handle viewing utility, adds dark theme support, multipane view in the main window with a new threads pane, startup performance optimization and more.”</p></blockquote>
<p>This should be great for those who stare at their screens all day, work through the night, or are proud owners of devices with OLED displays.</p>
<p>As for Handle, which is a tool for displaying information about open handles for any running process, this newest version adds support for CSV output with a new switch:</p>
<blockquote><p>“This update to Handle, a tool that displays information about open handles for any process in the system, adds CSV output with a new -v switch and has an option to print the granted access mask with -g.”</p></blockquote>
<p>You can download <a href="https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer" target="_blank" rel="noopener">Process Explorer</a> and <a href="https://learn.microsoft.com/en-us/sysinternals/downloads/handle" target="_blank" rel="noopener">Handle</a> directly from Microsoft. The company also has some good documentation available for the Sysinternals utilities <a href="https://learn.microsoft.com/en-us/sysinternals/" target="_blank" rel="noopener">here</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/process-explorer-hops-in-on-the-dark-mode-wagon/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft has launched its mini PC for Windows developers</title>
		<link>https://www.theredmondcloud.com/microsoft-has-launched-its-mini-pc-for-windows-developers</link>
					<comments>https://www.theredmondcloud.com/microsoft-has-launched-its-mini-pc-for-windows-developers#disqus_thread</comments>
		
		<dc:creator><![CDATA[Fahad Ali]]></dc:creator>
		<pubDate>Tue, 25 Oct 2022 17:00:36 +0000</pubDate>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Windows on ARM]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Project Volterra]]></category>
		<category><![CDATA[Windows Dev Kit]]></category>
		<guid isPermaLink="false">https://www.windows11news.com/?p=95625</guid>

					<description><![CDATA[The first mini PC from Microsoft is here. Project Volterra is the name of the game here, and this tiny device will also be known as the Windows Dev Kit 2023 when it finally launches. Redmond is aiming this small machine at Windows developers who want to bring their apps to ARM-powered devices to help [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The first mini PC from Microsoft is here. Project Volterra is the name of the game here, and this tiny device will also be known as the Windows Dev Kit 2023 when it finally <a href="https://blogs.windows.com/windowsdeveloper/2022/10/24/available-today-windows-dev-kit-2023-aka-project-volterra/" target="_blank" rel="noopener">launches</a>.</p>
<p>Redmond is aiming this small machine at Windows developers who want to bring their apps to ARM-powered devices to help populate this category among consumers. This new device offers everything that developers need to build their software for the Windows on ARM platform.</p>
<p><iframe title="Introducing Windows Dev Kit 2023 (Project Volterra)" width="910" height="512" src="https://www.youtube.com/embed/WMdc5tk_Wp0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>The Dev Kit was originally <a href="https://www.theredmondcloud.com/project-volterra-is-the-first-desktop-pc-from-microsoft/">introduced</a> earlier this year at the <a href="https://www.theredmondcloud.com/microsoft-finally-lists-all-build-2022-sessions/">BUILD 2022</a> conference.</p>
<p>It is based upon the Snapdragon 8cx Gen 3 Compute Platform, which is paired with 32GB of RAM and a 512GB SSD. You also get three USB-A and two USB-C ports alongside a Mini DisplayPort that allows connecting up to three monitors, including two at 4K 60Hz.</p>
<p>This device is now the face of Microsoft’s ARM native toolkit that includes preview versions of Microsoft <a href="https://visualstudio.microsoft.com/vs/" target="_blank" rel="noopener">Visual Studio 2022</a> version 17.4, the <a href="https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/" target="_blank" rel="noopener">Windows App SDK</a>, and <a href="https://dotnet.microsoft.com/en-us/download/dotnet-framework" target="_blank" rel="noopener">.NET Framework</a> 4.8.1.</p>
<p>Additionally, the powerful <a href="https://developer.qualcomm.com/software/qualcomm-neural-processing-sdk" target="_blank" rel="noopener">Qualcomm Neural Processing SDK</a> is also part of the package, which gives developers access to the platform&#8217;s advanced AI capabilities, such as voice isolation and bokeh image-capturing features of the Surface Pro 9.</p>
<p>As you know, this new lineup now comes in both <a href="https://www.theredmondcloud.com/surface-pro-9-is-official-in-intel-and-arm-flavors/">Intel and ARM</a> flavors.</p>
<p>The launch of this little machine will go a long way <span style="box-sizing: border-box; margin: 0px; padding: 0px;">toward opening the path for developers to easily bring their <a href="https://www.theredmondcloud.com/spotify-finally-launches-a-native-arm-client-for-windows/" target="_blank" rel="noopener">experiences</a> to those who have opted for Windows devices based on </span>ARM processors. This, in turn, should help make <a href="https://www.theredmondcloud.com/windows-11-on-arm-gets-its-game-on-with-arm64ec/">Windows on ARM</a> a more attractive choice.</p>
<p>The Windows Dev Kit 2023 costs $599, and you can order one right <a href="https://www.microsoft.com/d/windows-dev-kit-2023/94K0P67W7581" target="_blank" rel="noopener">here</a>.</p>
<p>As of this writing, it is available in eight countries: Australia, Canada, China, France, Germany, Japan, the United Kingdom, and the United States.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/microsoft-has-launched-its-mini-pc-for-windows-developers/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft here with a 101 on how to build good third-party widgets</title>
		<link>https://www.theredmondcloud.com/microsoft-here-with-a-101-on-how-to-build-good-third-party-widgets</link>
					<comments>https://www.theredmondcloud.com/microsoft-here-with-a-101-on-how-to-build-good-third-party-widgets#disqus_thread</comments>
		
		<dc:creator><![CDATA[Fahad Ali]]></dc:creator>
		<pubDate>Wed, 05 Oct 2022 17:35:08 +0000</pubDate>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Learn]]></category>
		<category><![CDATA[Third-Party]]></category>
		<guid isPermaLink="false">https://www.windows11news.com/?p=95470</guid>

					<description><![CDATA[Depending on who is doing the talking, widgets are one of the best new additions in Windows 11. Technically, they are a return of the applets that were part of the operating systems prior. Only, their current implementation in the OS is severely limited in terms of form and functionality. Widget Widgets, what it is [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Depending on who is doing the talking, <a href="https://www.theredmondcloud.com/windows-11-feature-showcase-widgets/">widgets</a> are one of the <a href="https://www.theredmondcloud.com/video-highlights-windows-11-widgets/">best new additions</a> in Windows 11. Technically, they are a return of the applets that were part of the operating systems prior.</p>
<p>Only, their <a href="https://www.theredmondcloud.com/windows-11-build-25201-amps-up-the-widgets-experience/">current implementation</a> in the OS is severely limited in terms of form and functionality.</p>
<p>Widget Widgets, what it is now, is simply a cluttered space that reminds us of tabloids.</p>
<p>But that might soon change, as Microsoft is finally ready to unleash <a href="https://www.theredmondcloud.com/3rd-party-windows-11-widgets-dont-cause-performance-issues/">third-party widgets</a>. The company announced plans to <a href="https://www.theredmondcloud.com/custom-widgets-confirmed-for-windows-11/">let developers build</a> their custom creations earlier this year, and the newest documentation published by Redmond shows that it is almost ready for showtime.</p>
<p><a href="https://www.theredmondcloud.com/wp-content/uploads/2022/10/widgets.png"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-95472" src="https://www.theredmondcloud.com/wp-content/uploads/2022/10/widgets.png" alt="Widgets" width="1487" height="1040" /></a></p>
<p>The <a href="https://learn.microsoft.com/en-us/" target="_blank" rel="noopener">Microsoft Learn</a> website is playing host to a bunch of <a href="https://learn.microsoft.com/en-us/windows/apps/design/widgets/" target="_blank" rel="noopener">new articles</a> recently put up that contain detailed descriptions of Windows Widgets, their components, UI elements, design guidelines, interaction manuals — you name it!</p>
<p>More importantly, the software titan describes the principles of good widgets that provide a satisfactory user experience. The main takeaways here for developers are that their widgets should be glanceable, dependable, useful, personal, focused, and fresh.</p>
<p>A handful of articles examine the development process in depth, discussing both the fundamentals and best practices for good design.</p>
<p>A very handy resource for developers, this is straight from the source.</p>
<p>Give it a read.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/microsoft-here-with-a-101-on-how-to-build-good-third-party-widgets/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WebView 2 now available for UWP apps</title>
		<link>https://www.theredmondcloud.com/webview-2-now-available-for-uwp-apps</link>
					<comments>https://www.theredmondcloud.com/webview-2-now-available-for-uwp-apps#disqus_thread</comments>
		
		<dc:creator><![CDATA[Fahad Ali]]></dc:creator>
		<pubDate>Fri, 16 Sep 2022 15:32:14 +0000</pubDate>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Edge]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[EdgeHTML]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[UWP]]></category>
		<category><![CDATA[WebView]]></category>
		<category><![CDATA[WebView 2]]></category>
		<category><![CDATA[WinUI]]></category>
		<guid isPermaLink="false">https://www.windows11news.com/?p=95368</guid>

					<description><![CDATA[It took its sweet time, but WebView 2 is now generally available for developers to use in their apps. They can use this technology to embed web content in their desktop UWP applications. Microsoft shared the news, revealing that PowerApps is the first WinUI 2 app to have WebView 2 built-in. This project allows customers [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>It took its sweet time, but WebView 2 is now <a href="https://blogs.windows.com/msedgedev/2022/09/13/webview2-generally-available-winui-2-uwp/" target="_blank" rel="noopener">generally available</a> for developers to use in their apps. They can use this technology to embed web content in their desktop UWP applications.</p>
<p>Microsoft shared the news, revealing that PowerApps is the first WinUI 2 app to have WebView 2 built-in. This project allows customers to build applications for popular platforms and create user interfaces using drag-and-drop elements.</p>
<p>You can learn more about Microsoft PowerApps on its official <a href="https://powerapps.microsoft.com/en-us/build-powerapps/" target="_blank" rel="noopener">website</a>.</p>
<p>Getting back to WebView 2, this technology is different from its predecessor in that unlike the original WebView, which was based on EdgeHTML, this one is powered by Chromium. This makes sense because EdgeHTML was the rendering engine that ran things on the original Edge before its engine upgrade.</p>
<p>Replacing the legacy WebView with this Chromium-based variant provides better compatibility, enhances sustainability and support, and adds modern features.</p>
<p>Since WebView 2 is part of both <a href="https://www.theredmondcloud.com/edge-webview2-arrives-for-windows-10-users/" target="_blank" rel="noopener">Windows 11 and Windows 10</a>, developers can create lighter apps for their users.</p>
<p>Finally, what’s even better for this new control is that it supports older versions of Windows, allowing developers to reach more users. Redmond confirms that developers can build apps using WebView 2 for Windows 7, 8, 10, and 11.</p>
<p>Developers who want to embed WebView 2 into their WinUI apps can consult the handy Getting Started guide that Microsoft has made available in the official <a href="https://docs.microsoft.com/en-us/microsoft-edge/webview2/" target="_blank" rel="noopener">documentation</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/webview-2-now-available-for-uwp-apps/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get ready for ads in the Microsoft Store</title>
		<link>https://www.theredmondcloud.com/get-ready-for-ads-in-the-microsoft-store</link>
					<comments>https://www.theredmondcloud.com/get-ready-for-ads-in-the-microsoft-store#disqus_thread</comments>
		
		<dc:creator><![CDATA[Fahad Ali]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 21:00:10 +0000</pubDate>
				<category><![CDATA[Developers]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Microsoft Store]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[Build 25188]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Store Ads]]></category>
		<category><![CDATA[promotion]]></category>
		<guid isPermaLink="false">https://www.windows11news.com/?p=95224</guid>

					<description><![CDATA[Here’s another thing you can credit build 25188 for: Unleashing an ad platform. Redmond has announced the launch of Microsoft Store Ads alongside Windows 11 build 25188. This version of the preview that took flight yesterday contains multiple fixes and improvements. Some were outlined in the changelog, but many new features are hidden from view. These include [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Here’s another thing you can credit build 25188 for: Unleashing an ad platform. Redmond has announced the launch of Microsoft Store Ads alongside <a href="https://www.theredmondcloud.com/windows-terminal-takes-over-in-windows-11-build-25188/">Windows 11 build 25188</a>.</p>
<p>This version of the preview that took flight yesterday contains multiple fixes and improvements.</p>
<p>Some <span style="box-sizing: border-box; margin: 0px; padding: 0px;">were outlined in the <a href="https://blogs.windows.com/windows-insider/2022/08/24/announcing-windows-11-insider-preview-build-25188/" target="_blank" rel="noopener">changelog</a>, but many </span>new features are hidden from view. These include <a href="https://www.theredmondcloud.com/windows-11-settings-app-gets-new-animated-icons/">animated icons</a> in the Settings app, a Task Manager that can do <a href="https://www.theredmondcloud.com/windows-11-task-manager-can-now-do-live-kernel-dumps/">live kernel dumps</a>, and an overall <a href="https://www.theredmondcloud.com/microsoft-wants-to-enhance-windows-11-security-even-more/">tightening of security</a> in the OS via a new Secure Boot driver.</p>
<p>You can now add another one to the list, as Redmond has started testing ads in the Microsoft Store.</p>
<p>This comes after several months of waiting, with the company having first revealed this <a href="https://www.theredmondcloud.com/microsoft-store-now-better-displays-price-tags-and-game-editions/">new project</a> back in March. Dubbed the <a href="https://www.theredmondcloud.com/microsoft-store-ads-here-to-help-developers-promote-their-apps/">Microsoft Store Ads</a> project, the premise behind this new initiative is simple.</p>
<p>Microsoft Store Ads will follow the same idea that Apple and Google have implemented in their marketplaces. When a user searches for something on these storefronts, the store displays contextual ads tailored for that specific user.</p>
<p>The newly revamped <a href="https://www.theredmondcloud.com/the-microsoft-store-finally-gets-the-overhaul-it-so-needed/">Microsoft Store</a> for Windows 11 and Windows 10 will follow the same trajectory.</p>
<p>In addition to standard search results, Redmond will show extra listings with the “Ad” badge, thereby providing developers with another method to promote their projects. At the same time, this will allow customers to discover content that they may like.</p>
<p>Redmond notes that only developers with published content in the Store can participate in this new program, which is understandable.</p>
<p>Also, keeping in view that the program is currently in testing mode, those wanting to join must provide Microsoft with their data using this dedicated <a href="https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR0qhf-gSatdCgmqCvPskx_NUQktMM1lQSU5UOUVQWDdIRUhDUjc4UDlOSS4u" target="_blank" rel="noopener">form</a> and wait for an invitation.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/get-ready-for-ads-in-the-microsoft-store/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google Play Store installed on Windows 11</title>
		<link>https://www.theredmondcloud.com/google-play-store-installed-on-windows-11</link>
					<comments>https://www.theredmondcloud.com/google-play-store-installed-on-windows-11#disqus_thread</comments>
		
		<dc:creator><![CDATA[Fahad Ali]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 19:00:26 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Google Play]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[WSA]]></category>
		<guid isPermaLink="false">https://www.windows11news.com/?p=93962</guid>

					<description><![CDATA[The floodgates have opened! It was only a matter of time, but we have crossed a threshold. A threshold that will allow any and all Android apps to become available on Windows 11, including those from Google itself. That’s because an enterprising developer has managed to deploy the official Google Play Store on Windows 11, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The floodgates have opened! It was only a matter of time, but we have crossed a threshold. A threshold that will allow any and all Android apps to become available on Windows 11, including those from Google itself.</p>
<p>That’s because an enterprising developer has managed to deploy the official <a href="https://play.google.com/" target="_blank" rel="noopener">Google Play Store</a> on Windows 11, unlocking the full potential of this new feature.</p>
<p>The feature in question is WSA, also known by its full name of <a href="https://www.theredmondcloud.com/developer-guidance-for-windows-subsystem-for-android-is-here/">Windows Subsystem for Android</a>.</p>
<p>It is something that Microsoft is <a href="https://www.theredmondcloud.com/insiders-get-a-taste-of-android-apps-running-on-windows-11/">finally testing</a> ahead of its eventual launch. Insiders in the United States were allowed to try out a limited number of Android apps on their Windows 11 devices last week, in a bid to collect feedback and optimize further.</p>
<p>While the end goal was to make a selection of Android apps and games available on Windows 11 on the Microsoft Store via a partnership with the <a href="https://www.theredmondcloud.com/amazon-not-afraid-of-the-android-app-bundle-format/">Amazon Appstore</a>, someone has found a way around this.</p>
<p>Developer <a href="https://twitter.com/ADeltaXForce/status/1451667759637704704" target="_blank" rel="noopener">ADeltaX</a> revealed on Twitter that they found a way to install both Google Play services and the Google Play Store on the Windows Subsystem for Android. This essentially makes almost any app available on Windows 11.</p>
<p>This is how things look:</p>

<p>The project has been detailed on GitHub, under the name of <a href="https://github.com/ADeltaX/WSAGAScript" target="_blank" rel="noopener">WSAGAScript</a>.</p>
<p>Sweet!</p>
<p>That said, it is clearly not something for beginners. Unless you know exactly what you are doing, you are advised to stay away from it. But the instructions are available for those who can wade their way through this technical domain.</p>
<p>If you can wait, the readme section will soon be updated with simpler instructions and more details.</p>
<p>Lastly, the developer notes that the script is still a work in progress, so bugs and issues are to be expected as they are ironed out.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/google-play-store-installed-on-windows-11/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Dev Box gets you a workstation in the cloud</title>
		<link>https://www.theredmondcloud.com/microsoft-dev-box-gets-you-a-workstation-in-the-cloud</link>
					<comments>https://www.theredmondcloud.com/microsoft-dev-box-gets-you-a-workstation-in-the-cloud#disqus_thread</comments>
		
		<dc:creator><![CDATA[Fahad Ali]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 13:29:29 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Dev Box]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Virtual Machines]]></category>
		<category><![CDATA[VMs]]></category>
		<category><![CDATA[Workstations]]></category>
		<guid isPermaLink="false">https://www.windows11news.com/?p=95129</guid>

					<description><![CDATA[Microsoft announced Dev Box back in May as a way for developers to get access to preconfigured environments to write code without worrying about architecture. Back then, this new service was only available with a waitlist in private preview. It is now in public preview. Announcing its availability, Redmond discusses how this solution not only [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Microsoft announced Dev Box back in May as a way for developers to get access to preconfigured environments to write code without worrying about architecture.</p>
<p>Back then, this new service was only available with a waitlist in private preview.</p>
<p>It is now in public preview.</p>
<p>Announcing its <a href="https://azure.microsoft.com/en-us/blog/announcing-microsoft-dev-box-preview/" target="_blank" rel="noopener">availability</a>, Redmond discusses how this solution not only gives developers the flexibility they need to be productive but also reduces headaches for IT admins regarding resource onboarding, hardware procurement, compliancy, and security.</p>
<p><a href="https://www.theredmondcloud.com/wp-content/uploads/2022/08/microsoft_dev_box.png"><img decoding="async" class="aligncenter size-full wp-image-95131" src="https://www.theredmondcloud.com/wp-content/uploads/2022/08/microsoft_dev_box.png" alt="Microsoft Dev Box" width="1024" height="431" /></a></p>
<p>These workstations integrate with Azure Development Environments, Intune, and Endpoint Manager, allowing you to get up and running in no time with existing project templates.</p>
<p>The company explains this new service best:</p>
<blockquote><p>“With Microsoft Dev Box, developers can focus on writing the code only they can write instead of trying to get a working environment that can build and run the code. Dev boxes are ready-to-code and preconfigured by the team with all the tools and settings developers need for their projects and tasks. Developers can create their own dev boxes whenever they need to quickly switch between projects, experiment on a proof-of-concept, or kick off a full build in the background while they move on to the next task.</p>
<p>Microsoft Dev Box supports any developer IDE, SDK, or tool that runs on Windows. Developers can target any development workload that can be built from Windows including desktop, mobile, IoT, and web applications. Microsoft Dev Box even supports building cross-platform apps thanks to Windows Subsystem for Linux and Windows Subsystem for Android. Remote access gives developers the flexibility to securely access dev boxes from any device, whether it’s Windows, MacOS, Android, iOS, or a web browser.”</p></blockquote>
<p>Developers can work with virtual machines ranging from a 4 vCPU / 16GB SKU up to a 32 vCPU / 128GB SKU.</p>
<p><a href="https://www.theredmondcloud.com/wp-content/uploads/2022/08/microsoft_dev_box.gif"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-95132" src="https://www.theredmondcloud.com/wp-content/uploads/2022/08/microsoft_dev_box.gif" alt="Microsoft Dev Box" width="1920" height="1080" /></a></p>
<p>Security is also at the heart of the product since developers will be dealing with sensitive code. Dev boxes are kept up to date using expedite quality updates to deploy 0-day patches across the organization and isolate compromised devices.</p>
<p>Pricing for the service is based on hourly usage and is highly dependent on your resource consumption. Organizations can get the first 15 hours for free every month during the preview period.</p>
<p>You can learn more about Microsoft Dev Box here on this <a href="https://aka.ms/devbox" target="_blank" rel="noopener">dedicated page</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/microsoft-dev-box-gets-you-a-workstation-in-the-cloud/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft open sources its 3D emojis</title>
		<link>https://www.theredmondcloud.com/microsoft-open-sources-its-3d-emojis</link>
					<comments>https://www.theredmondcloud.com/microsoft-open-sources-its-3d-emojis#disqus_thread</comments>
		
		<dc:creator><![CDATA[Fahad Ali]]></dc:creator>
		<pubDate>Mon, 15 Aug 2022 18:48:05 +0000</pubDate>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[2D]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[Clippy]]></category>
		<category><![CDATA[Emojis]]></category>
		<category><![CDATA[Fluent Design]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open Source]]></category>
		<guid isPermaLink="false">https://www.windows11news.com/?p=95111</guid>

					<description><![CDATA[Microsoft&#8217;s new 3D emojis have certainly caused a lot of noise. This long-overdue overhaul of the emoticons on the company’s platforms was well received. For the most part. Their arrival was marred by controversy, however, as soon after they were unveiled, did we get confirmation that Windows 11 was not getting these 3D designs. Instead, the OS [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Microsoft&#8217;s new <a href="https://www.theredmondcloud.com/these-are-the-new-3d-emojis-coming-to-windows/" target="_blank" rel="noopener">3D emojis</a> have certainly caused a lot of noise. This long-overdue overhaul of the emoticons on the company’s platforms was well received.</p>
<p>For the most part.</p>
<p>Their arrival was marred by <a href="https://www.theredmondcloud.com/people-mad-that-windows-11-is-not-getting-3d-emojis/">controversy</a>, however, as soon after they were unveiled, did we get confirmation that Windows 11 was not getting these 3D designs. Instead, the OS <a href="https://www.theredmondcloud.com/fluent-emojis-are-now-rolling-out-to-windows-11-users/">received</a> those traditional 2D creations.</p>
<p>What we did get on the latest Windows operating system were much simpler and plain designs, albeit with Clippy for company replacing the paperclip emoji.</p>
<p><a href="https://www.theredmondcloud.com/wp-content/uploads/2022/08/microsoft_emojis.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-95115" src="https://www.theredmondcloud.com/wp-content/uploads/2022/08/microsoft_emojis.png" alt="Microsoft Emojis" width="2000" height="1000" /></a></p>
<p>The 3D designs <a href="https://techcommunity.microsoft.com/t5/microsoft-teams-public-preview/now-in-public-preview-fluent-emojis/m-p/3163841" target="_blank" rel="noopener">graced</a> other Microsoft apps and services like Teams earlier this year.</p>
<p>But these are not the only places where you will find these <a href="https://www.microsoft.com/design/fluent/" target="_blank" rel="noopener">Fluent Design System-</a>inspired emojis. You can now also finally incorporate these 3D creations into your projects without any limitations. That’s because Redmond has announced that it is open-sourcing these emojis.</p>
<p>All 1,538 are now available under the MIT open-source license. Additionally, creators on both <a href="https://www.figma.com/" target="_blank" rel="noopener">Figma</a> and <a href="https://github.com/microsoft/fluentui-emoji" target="_blank" rel="noopener">GitHub</a> will be able to customize and remix them based on their preferences.</p>
<p>Talking to <a href="https://www.theverge.com/2022/8/10/23299527/microsoft-emoji-open-source-creators" target="_blank" rel="noopener">The Verge</a>, Jon Friedman, the CVP of design and research at Microsoft, explained the idea behind open-sourcing these 3D emojis:</p>
<blockquote><p>“The idea kinda just started popping around, and it aligned with our belief and perspective that the more open source we are internally and externally, the more product excellence we can build, and the more relevant we can be for all of humanity.”</p></blockquote>
<p>Good, we need more such ideas!</p>
<p>Keener eyes among you may notice that three emojis are missing. Clippy and two additional emojis that bear the Windows logo. This is due to the fact that these are trademarked.</p>
<p>Microsoft has not yet indicated whether the emojis that creators recreate across these platforms will be widely available. But they are welcome to customize them to their heart’s desire in order to express themselves through their work and change the designs how they see fit.</p>
<p>Great development, this!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.theredmondcloud.com/microsoft-open-sources-its-3d-emojis/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
