Read more of this story at Slashdot.
Read more of this story at Slashdot.
Nested virtualization allows you to run Hyper-V inside a VM, opening up incredible flexibility for testing complex infrastructure setups, demos, or learning environments, all without extra hardware.
First, ensure you’re running a Hyper-V host capable of nested virtualization and have the Windows Server 2025 VM on which you want to enable as a Hyper-V host ready.
To get started, open a PowerShell window on your Hyper-V host and execute:
Set-VMProcessor -VMName "<Your-VM-Name>" -ExposeVirtualizationExtensions $true
Replace <Your-VM-Name> with the actual name of your VM.
This command configures Hyper-V to allow nested virtualization on the target VM.
Boot up the Windows Server 2025 VM that you want to configure as a Hyper-V host. In the VM, open Server Manager and attempt to install the Hyper-V role via Add Roles and Features. Most of the time, this should work right away. However in some cases you might hit an error stating:
“Hyper-V cannot be installed because virtualization support is not enabled in the BIOS.”
To resolve this error run an elevated PowerShell session inside the VM on which you want to enable Hyper-V and run the command:
bcdedit /set hypervisorlaunchtype auto
This command ensures the Hyper-V hypervisor starts up correctly the next time you boot.
Restart your VM to apply the change. After the reboot, head back to Add Roles and Features and try installing Hyper-V again. This time, it should proceed smoothly without the BIOS virtualization error.
Once Hyper-V is installed, perform a final reboot if prompted. Open Hyper-V Manager inside your VM and you’re now ready to run test VMs in your nested environment!
In Part 2 of their series on Stephen Covey’s 7 Habits of Highly Effective People, Josh Anderson and Bob Galen dive into “Put First Things First” and “Think Win-Win.” Learn how modern leaders can prioritize with courage, create clarity, and build true win-win relationships.
Josh Anderson's "Leadership Lighthouse"
Dive deeper into the world of Agile leadership and management with Josh Anderson's "Leadership Lighthouse." This bi-weekly newsletter offers insights, tips, and personal stories to help you navigate the complexities of leadership in today's fast-paced tech environment. Whether you're a new manager or a seasoned leader, you'll find valuable guidance and practical advice to enhance your leadership skills. Subscribe to "Leadership Lighthouse" for the latest articles and exclusive content right to your inbox.
Bob Galen's "Agile Moose"
Bob Galen's "Agile Moose" is a must-read for anyone interested in Agile practices, team dynamics, and personal growth within the tech industry. The newsletter features in-depth analysis, case studies, and actionable tips to help you excel in your Agile journey. Bob brings his extensive experience and thoughtful perspectives directly to you, covering everything from foundational Agile concepts to advanced techniques. Join a community of Agile enthusiasts and practitioners by subscribing to "Agile Moose."
Do More Than Listen:
We publish video versions of every episode and post them on our YouTube page.
Help Us Spread The Word:
Love our content? Help us out by sharing on social media, rating our podcast/episodes on iTunes, or by giving to our Patreon campaign. Every time you give, in any way, you empower our mission of helping as many agilists as possible. Thanks for sharing!
Mads is a Principal Product Manager on the Visual Studio team at Microsoft, where he champions developer productivity, performance, and extensibility. With a deep passion for streamlining the development experience, Mads has created dozens of widely used Visual Studio extensions — including Web Essentials, File Nesting, and Markdown Editor v2 — and maintains the Extensibility Essentials toolkit to empower other developers to build better tools. Mads brings over a decade of experience in web development on the Microsoft platform. He is also the founder of SchemaStore.org and a home automation enthusiast. Known for his engaging presentations and hands-on insights, Mads is a frequent speaker at developer conferences worldwide. He lives in the Pacific Northwest and his mission is simple: to make Visual Studio the most delightful development environment on the planet.
Topics of Discussion:
[2:38] More about Mads’ career journey at Microsoft.
[5:14] The new and improved Visual Studio.
[7:44] Backwards compatibility is a key feature — .NET solutions will still work across different Visual Studio versions.
[8:55] How Microsoft’s strategy differentiates between Visual Studio and VS Code.
[10:42] Visual Studio is the premier development environment for .NET and C# on Windows, offering the most comprehensive and optimized experience. While VS Code can handle .NET development, it’s not as feature-rich or performant as the full Visual Studio.
[12:58] Visual Studio has moved to a monthly release cadence to be more competitive with VS Code’s frequent updates.
[13:48] Deep AI integration in Visual Studio allows for context-aware assistance, including a new profiler agent that can help optimize code performance.
[23:53] Compilation performance is improved in Visual Studio 2026.
[26:35] The new profiler agent can be invoked through Copilot chat, running benchmarks and suggesting performance improvements scientifically.
[30:30] Developers can create custom MCP servers to integrate private systems and databases with AI tools using a project template.
[35:39] The AI coding agent in Visual Studio can work autonomously or with developer supervision, creating pull requests or working alongside the developer.
[39:11] Visual Studio’s Copilot can be used as a companion to bounce ideas off, helping with architectural decisions and new feature explorations.
Mentioned in this Episode:
Want to Learn More?
Visit AzureDevOps.Show for show notes and additional episodes.
In this Betatalks episode, Rick and Oscar talk with Christian Peeters, a principal Cloud Architect at Betabit and a certified Microsoft trainer. They discuss the intersection of technology, teaching, and continuous learning in software development. They explore emerging tools like vector databases and Retrieval Augmented Generation (RAG), breaking down their complexity while stressing the importance of grounding AI models in real data to ensure trustworthiness.
About this episode, and Christian Peeters in particular: you can find Christian on LinkedIn.
About Betatalks: watch our videos and follow us on Instagram, LinkedIn and Bluesky.