<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Software News</title><link>https://nsaneforums.com/news/software-news/page/10/?d=2</link><description>News: Software News</description><language>en</language><item><title>The "Windows bug" that mysteriously crashed File Explorer</title><link>https://nsaneforums.com/news/software-news/the-windows-bug-that-mysteriously-crashed-file-explorer-r34702/</link><description><![CDATA[<h3>
	File Explorer crashes once blamed on Windows were actually caused by a buggy third-party uninstaller corrupting memory.
</h3>

<p>
	Raymond Chen is a veteran Microsoft engineer who has been involved in the development of Windows for several decades. Here at Neowin, we usually cover his intriguing stories related to the world of Microsoft and Windows, such as explainers about <a automate_uuid="29e7c990-7654-42aa-b6d4-4be310987eca" href="https://www.neowin.net/news/microsoft-explains-why-its-blaming-users-for-some-buggy-broken-faulty-windows-1110-pcs/" rel="external nofollow">how a bug in the OS is not always Redmond's fault</a>, ways in which <a automate_uuid="ce2c3407-2462-4b6c-9709-948ae854f825" href="https://www.neowin.net/news/here-is-how-windows-95-prevented-system-chaos-from-external-installers/" rel="external nofollow">Windows 95 prevented chaos from external installers</a>, <a automate_uuid="4ef33662-8153-4bca-a907-c33f2b6ebe22" href="https://www.neowin.net/news/microsoft-veteran-explains-online-nature-of-windows-30s-winhelp/" rel="external nofollow">the "online" nature of WinHelp</a>, and more.
</p>

<p>
	 
</p>

<p>
	Now, Chen has recounted a rather intriguing <a automate_uuid="11045856-e0fd-43e6-bc05-3f7873945db1" href="https://devblogs.microsoft.com/oldnewthing/20260423-00/?p=112261" rel="external nofollow">story</a> where a colleague was investigating a mysterious rise in File Explorer crashes. Naturally, with an OS installed across billions of heterogeneous endpoints, the usual suspect was some buggy code in Windows itself.
</p>

<p>
	 
</p>

<p>
	However, upon examining the crash dumps, it was discovered that it was the 32-bit File Explorer crashing on a 64-bit Windows installation. Now, some of you may not be aware, but Microsoft actually ships a 32-bit version of File Explorer in 64-bit Windows for compatibility reasons. It usually can't be triggered through normal user interaction and is typically utilized by legacy 32-bit apps. You can locate the 32-bit executable of File Explorer in the C:/Windows/SysWOW64 directory, usually.
</p>

<p>
	 
</p>

<p>
	When Chen noticed that it was the 32-bit Explorer that was crashing, he determined that it was highly likely that it was not due to user interaction. Instead, it was much more probable that a third-party 32-bit app was interacting with Windows in a non-standard way.
</p>

<p>
	 
</p>

<p>
	Upon further investigation, it was revealed that the code for a third-party uninstaller was iterating a loop where it was unsuccessfully trying to perform some file operations. This isn't unusual because uninstallers typically tend to clean up application files during their execution process. However, the code author was using the wrong function calling convention used to pop parameters from the stack.
</p>

<p>
	 
</p>

<p>
	Since it was constantly failing and retrying, it kept popping parameters from the stack until the stack pointer had actually moved into the calling code which was being executed. This meant that the stack had been eaten away until it had caused a corruption, causing File Explorer to crash.
</p>

<p>
	 
</p>

<p>
	If you want to understand the technical details a bit better, do check out stack data structures in computer science on Wikipedia <a automate_uuid="7e5d5119-5952-4cab-be22-3eeb3cf79130" href="https://en.wikipedia.org/wiki/Stack_(abstract_data_type)" rel="external nofollow">here</a>, or any academic website that you prefer.
</p>

<p>
	 
</p>

<p>
	While Chen hasn't gone into details regarding which application's uninstaller was actually causing the issue or if Microsoft worked with the developer to fix it, this incident does highlight how just because a Windows component is crashing doesn't always mean that it's Microsoft or the operating system's fault. But then again, <a automate_uuid="e007ca0b-8763-41c2-bf18-f38d69e3816e" href="https://www.neowin.net/news/microsoft-confirms-some-windows-11-pcs-cant-shut-down-hibernate-after-latest-patch-tuesday/" rel="external nofollow">sometimes it actually is</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/the-windows-bug-that-mysteriously-crashed-file-explorer/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Friday 24 April 2026 at 7:22 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34702</guid><pubDate>Thu, 23 Apr 2026 21:22:55 +0000</pubDate></item><item><title>Windows media creation tool app Ventoy updated with display and UEFI fixes</title><link>https://nsaneforums.com/news/software-news/windows-media-creation-tool-app-ventoy-updated-with-display-and-uefi-fixes-r34701/</link><description><![CDATA[<h3>
	Ventoy is a popular tool for creating bootable Windows (or other OS) media, and its latest update fixes a bunch of bugs.
</h3>

<p>
	Earlier this month, Ventoy, a widely used tool for creating bootable media for various operating systems, received <a automate_uuid="b0a6825e-1a70-402e-b63e-02d79c2fc7b3" href="https://www.neowin.net/news/rufus-alternative-ventoy-a-windows-11-linux-usb-install-app-reaches-major-milestone/" rel="external nofollow">its 6th-anniversary update</a>, which brought a range of stability improvements and fixes. Now, a couple of weeks later, developers released another update. Version 1.1.12 is now available for download with four additional fixes for Linux and Windows.
</p>

<p>
	 
</p>

<p>
	The changelog contains four bug fixes: two for Windows and two for Linux. For Windows users, Ventoy 1.1.12 patches display issues in VirtualBox UEFI (by the way, this week, VirtualBox received an important servicing update; check its changelog here) and a resolution bug in WinPE.
</p>

<p>
	 
</p>

<p>
	For Linux, the update addresses Ubuntu 24.04.4 installation failures and bugs with Oracle Linux 6.9.
</p>

<p>
	 
</p>

<p>
	Here is the full changelog:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			Bugfix for ubuntu24.04.4 install failure. (#3567)
		</li>
		<li>
			Fix the VirtualBox UEFI display issue when booting Windows. (#3570)
		</li>
		<li>
			Improve for UEFI boot Windows/WinPE resolution issue fix.
		</li>
		<li>
			Fix Oracle Linux 6.9 install issue.
		</li>
	</ul>
</blockquote>

<p>
	Ventoy is available for free <a automate_uuid="dbd46e45-d1a4-4a30-b42a-f782db241c00" href="https://github.com/ventoy/Ventoy/releases" rel="external nofollow">download on GitHub</a> (it is also open source). Unlike apps like Rufus or Media Creation Tool from Microsoft, Ventoy lets you put multiple operating systems on your media and select whichever you want or need. It is also very straightforward in use, allowing you to create bootable media by simply copying images to the drive. The list of tested operating systems is very extensive.
</p>

<p>
	 
</p>

<p>
	If a massive list of Linux distros is not what you are looking for, and you would rather have a tool that focuses on Windows and its features, check out <a automate_uuid="1973dacf-ffa1-4918-a68d-eac38ffbe3dd" href="https://www.neowin.net/news/rufus-gets-big-update-with-silent-windows-11-installation-new-bloat-removal-tools-and-more/" rel="external nofollow">the latest Rufus update</a>, which introduced some seriously useful stuff for debloating Windows 11. And those who need none of that can always opt for the good old Media Creation Tool and its vanilla experience.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-media-creation-tool-app-ventoy-updated-with-display-and-uefi-fixes/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="113165" data-embedcontent="" data-embedid="embed2765405942" src="https://nsaneforums.com/topic/483923-ventoy-1112/?do=embed&amp;comment=1897975&amp;embedComment=1897975&amp;embedDo=findComment#comment-1897975" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Friday 24 April 2026 at 7:20 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34701</guid><pubDate>Thu, 23 Apr 2026 21:21:49 +0000</pubDate></item><item><title>One of the best file managers for Windows 11 and 10 gets a useful customization feature</title><link>https://nsaneforums.com/news/software-news/one-of-the-best-file-managers-for-windows-11-and-10-gets-a-useful-customization-feature-r34700/</link><description><![CDATA[<h3>
	You can now customize what appears on the toolbar when you launch Files, one of our favorite file managers for Windows 11 and 10.
</h3>

<p>
	Microsoft recently promised to fix Windows 11 and improve its stock file manager, but those features are yet to materialize. Until then, users who are not satisfied with File Explorer, or those who want a bit more than the default option, can use Files, a popular and feature-packed file manager for Windows 10 and 11. Its latest preview update, version 4.0.39, delivered a bunch of very handy improvements and new features, including the ability to customize what appears on the toolbar.
</p>

<p>
	 
</p>

<p>
	The main change in version 4.0.39 is toolbar customization. Now, you can create custom toolbars with the features and buttons that fit your workflow best. The app also lets you add or remove labels for each button on the toolbar. You can tweak your toolbar by right-clicking it and selecting "Customize toolbar." After that, you will see a new window with a list of available actions and a toolbar preview.
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="Files 4039 Preview" class="ipsImage" height="504" width="720" src="https://cdn.neowin.com/news/images/uploaded/2026/04/1776944173_files_preview_4.0.39.webp">
</p>

<p>
	In addition to toolbar customization, Files 4.0.39 introduces a new keyboard shortcut for theme switching. If you want to switch between dark and light modes without opening settings, you can press Ctrl + Alt + T. Media files now have duration in tooltips, allowing you to see the length of a video or song, and the comment section received multi-line support.
</p>

<p>
	 
</p>

<p>
	Finally, there are two bug fixes:
</p>

<p>
	 
</p>

<ul>
	<li>
		Fixed an issue where PowerToys Peek was not detected when installed in a custom path.
	</li>
	<li>
		Fixed an issue with the Preview Pane.
	</li>
</ul>

<p>
	 
</p>

<p>
	Files 4.0.39 Preview is available for download <a automate_uuid="9c6586cc-a74f-479d-9120-5d28ec66b71f" href="https://files.community/download" rel="external nofollow">from the official website</a> and the Microsoft Store. The Microsoft Store listing is paid (developers use it as a way for users to support them), while the app is available for free on the official website here. For now, there is no information on when the latest changes will be available in the stable release.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/one-of-the-best-file-managers-for-windows-11-and-10-gets-a-useful-customization-feature/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Friday 24 April 2026 at 7:18 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34700</guid><pubDate>Thu, 23 Apr 2026 21:20:06 +0000</pubDate></item><item><title>Microsoft unleashes VS Code 1.117 with custom AI model support and fluid chat animations</title><link>https://nsaneforums.com/news/software-news/microsoft-unleashes-vs-code-1117-with-custom-ai-model-support-and-fluid-chat-animations-r34695/</link><description><![CDATA[<h3>
	The latest Visual Studio Code update lets you plug in any API key via BYOK and introduces a stunning new incremental rendering engine for AI chat.
</h3>

<p>
	Microsoft has just dropped its <a automate_uuid="e3d260ee-d4bc-4850-9641-ffcda2796386" href="https://www.neowin.net/news/microsoft-supercharges-visual-studio-code-1116-with-native-ai-and-deep-agent-debugging/" rel="external nofollow">latest weekly installment of Visual Studio Code</a>, version 1.117. This week brings three notable changes including Bring Your Own Key for Copilot Business and Enterprise, incremental chat rendering that gives you a more fluid streaming of chat responses, and terminal improvements that let you launch Copilot CLI from any terminal profile.
</p>

<p>
	 
</p>

<p>
	BYOK for Copilot Business and Enterprise will let these customers plug in their own API keys for providers like OpenRouter, Ollama, Google, OpenAI, and more, so that these models can be used directly in VS Code chat. This is excellent from the infrastructure point of view as it allows MIcrosoft to alleviate the demand on its own servers and place it elsewhere, including local machines via Ollama.
</p>

<p>
	 
</p>

<p>
	An experimental change that Microsoft has added this week is the incremental rendering of chat responses. This makes chat responses feel more fluid and natural by stream content block-by-block with optional animations as tokens arrive. Compared the default timer-based rendering, this approach renders each block as it becomes ready, making responses seem quicker. You can enable with with the following options:
</p>

<p>
	 
</p>

<ul>
	<li>
		<code>chat.experimental.incrementalRendering.enabled</code> : Enable or disable incremental response rendering with optional block-level animation when streaming chat responses. Default: true.
	</li>
	<li>
		<code>chat.experimental.incrementalRendering.animationStyle</code> : Configure the animation style for incremental response rendering. Options: none, fade, rise, blur, scale, slide, reveal. Default: fade.
	</li>
	<li>
		<code>chat.experimental.incrementalRendering.buffering</code> : Configure how content is buffered before rendering during incremental response rendering. Lower buffering levels render faster but may show incomplete sentences or partially-formed Markdown. Options: off, word, paragraph. Default: off.
	</li>
</ul>

<p>
	 
</p>

<p>
	Finally, with <a automate_uuid="fce4e994-2eb6-4ce0-9977-87c685f92266" href="https://code.visualstudio.com/updates/v1_117" rel="external nofollow">this update</a>, Microsoft lets the Copilot CLI terminal profile launch from the terminal panel, even when your default terminal profile is set to a non-default shell, such as fish on macOS or Linux or Git Bash on Windows. Before this update, selecting GitHub Copilot CLI from the terminal profile picker in this configuration led to the terminal failing to start.
</p>

<p>
	 
</p>

<p>
	If you run Visual Studio Code on Windows or macOS, it should update automatically. On Linux you’ll need to check your update manager.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-unleashes-vs-code-1117-with-custom-ai-model-support-and-fluid-chat-animations/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Thursday 23 April 2026 at 5:48 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34695</guid><pubDate>Thu, 23 Apr 2026 07:49:28 +0000</pubDate></item><item><title>Microsoft has been trying to fix Windows 11's annoying white flash bug in File Explorer for over 2 years: Has it finally done it?</title><link>https://nsaneforums.com/news/software-news/microsoft-has-been-trying-to-fix-windows-11s-annoying-white-flash-bug-in-file-explorer-for-over-2-years-has-it-finally-done-it-r34692/</link><description><![CDATA[<h3>
	The latest Windows 11 preview build mentions a fix for File Explorer that should stop it from flash banging you in dark mode. I feel like we've seen this before...
</h3>

<p id="elk-364bda60-6475-411e-9b54-bdc6108db381">
	Microsoft's latest <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows/windows-11" data-before-rewrite-redirect="/windows-11" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://www.windowscentral.com/microsoft/windows/windows-11" href="https://www.windowscentral.com/microsoft/windows/windows-11" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">Windows 11</a> release preview build includes a change that finally fixes File Explorer's annoying white flash issue that appears whenever you open the app in dark mode. It's a long standing issue that is hopefully finally being put to rest, because this isn't the first time Microsoft has claimed this to be fixed.
</p>

<p>
	 
</p>

<p>
	From what I could find, Microsoft first claimed that the white flash issue in File Explorer was fixed over two years ago, in a <a data-analytics-id="inline-link" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://blogs.windows.com/windows-insider/2023/08/24/announcing-windows-11-insider-preview-build-22621-2262-and-22631-2262-beta-channel/" href="https://blogs.windows.com/windows-insider/2023/08/24/announcing-windows-11-insider-preview-build-22621-2262-and-22631-2262-beta-channel/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">Beta build released in August 2023</a>: <em>"Fixed a white flash in dark mode when switching between Home and Gallery."</em> A month later, another fix was spotted in a <a data-analytics-id="inline-link" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://blogs.windows.com/windows-insider/2023/09/13/announcing-windows-11-insider-preview-build-23545-dev-channel/" href="https://blogs.windows.com/windows-insider/2023/09/13/announcing-windows-11-insider-preview-build-23545-dev-channel/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">Dev Channel build that read</a> <em>"Fixed an issue where if you launched File Explorer in dark theme you could see a bright white flash as content loaded."</em>
</p>

<p>
	 
</p>

<p>
	<a id="elk-seasonal" rel=""></a>
</p>

<p aria-hidden="true" id="elk-364bda60-6475-411e-9b54-bdc6108db381-2">
	So the issue was fixed all the way back in 2023, so why is it being fixed again? Well, Microsoft seemingly broke the fix when it rolled out dark mode improvements back in December. <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows-11/microsoft-confirms-windows-11-kb5071142-issues-file-explorer-white-flash-and-invisible-login-icons" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://www.windowscentral.com/microsoft/windows-11/microsoft-confirms-windows-11-kb5071142-issues-file-explorer-white-flash-and-invisible-login-icons" href="https://www.windowscentral.com/microsoft/windows-11/microsoft-confirms-windows-11-kb5071142-issues-file-explorer-white-flash-and-invisible-login-icons" rel="external nofollow">Update<em> </em>KB5070311</a> introduced more dark mode interfaces, but also brought back the white flashing issue that was already fixed.
</p>

<p>
	 
</p>

<p aria-hidden="true">
	With that said, this issue was quickly resolved by Microsoft, meaning there's another white flashing issue that Microsoft is addressing with the latest Windows 11 Release Preview build. <a data-analytics-id="inline-link" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://blogs.windows.com/windows-insider/2026/04/17/releasing-windows-11-builds-26100-8313-and-26200-8313-to-the-release-preview-channel/" href="https://blogs.windows.com/windows-insider/2026/04/17/releasing-windows-11-builds-26100-8313-and-26200-8313-to-the-release-preview-channel/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">This changelog reads</a>: <em>"Removes white flash when launching File Explorer in dark mode if File Explorer was set to launch to This PC or when resizing the details pane."</em>
</p>

<p>
	 
</p>

<div>
	<div>
		<p>
			<picture data-new-v2-image="true"> <source sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/pyfeM55as54YPZs2FAZfsM-1200-80.jpg.webp 1200w, https://cdn.mos.cms.futurecdn.net/pyfeM55as54YPZs2FAZfsM-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/pyfeM55as54YPZs2FAZfsM-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/pyfeM55as54YPZs2FAZfsM-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/pyfeM55as54YPZs2FAZfsM-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/pyfeM55as54YPZs2FAZfsM-320-80.jpg.webp 320w" type="image/webp"> <img alt="File Explorer white flash" class="ipsImage" data-new-v2-image="true" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/pyfeM55as54YPZs2FAZfsM-1024-80.jpg"> </source></picture>
		</p>

		<p>
			<em><span>This is the issue that has plagued File Explorer for years. </span></em>
		</p>

		<p>
			<em><span itemprop="copyrightHolder">(Image credit: Windows Central)</span></em>
		</p>

		<p>
			 
		</p>

		<p id="elk-6d5a3624-b304-4ad4-b02a-d8da5b5fb46f">
			Slowly but surely, Microsoft is addressing all the areas of File Explorer that are flashing users with a white screen when in dark mode. It's interesting that it's taking this long to complete the work, and you'd think it could be done in one fell swoop. But it turns out the File Explorer is a lot more complicated than that.
		</p>

		<p>
			 
		</p>

		<p>
			Unlike other areas of the Windows 11 interface, the File Explorer is a mish-mash of old and new UI frameworks spanning back decades. The app features modern WinUI elements at the top, but the actual file management and folder view uses much older UI frameworks that older versions of Windows also used.
		</p>

		<p>
			 
		</p>

		<p>
			This combination of old and new interfaces causes a lot of headaches, including graphical glitches such as the white flashes which continue to plague the app to this day. Microsoft is working to improve both performance and the UI consistency of File Explorer this year, but it has a lot of work ahead of them before many would consider it to be in a good place.
		</p>

		<p>
			 
		</p>

		<p>
			The good news is I can confirm that the latest Release Preview build does indeed once again fix the white flashes issue, and I can't find any area of the app that still flashes white currently, which is great. There are still many areas of the File Explorer interface that straight up do not support dark mode yet, such as File Properties, but sources tell me this is being addressed soon.
		</p>

		<p>
			 
		</p>

		<p>
			<a href="https://www.windowscentral.com/microsoft/windows-11/microsoft-has-been-trying-to-fix-windows-11s-annoying-white-flash-bug-in-file-explorer-for-over-2-years-has-it-finally-done-it" rel="external nofollow">Source</a>
		</p>

		<hr class="ipsHr">
		<p>
			<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
		</p>

		<p>
			<span style="font-size:12px;"><em>Posted Thursday 23 April 2026 at 7:55 am AEST (my time).</em></span>
		</p>

		<p>
			<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
		</p>

		<p>
			<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
		</p>
	</div>
</div>
]]></description><guid isPermaLink="false">34692</guid><pubDate>Wed, 22 Apr 2026 21:58:01 +0000</pubDate></item><item><title>Windows 11 KB5083769 brings built-in internet speed test to all 25H2, 24H2 users</title><link>https://nsaneforums.com/news/software-news/windows-11-kb5083769-brings-built-in-internet-speed-test-to-all-25h2-24h2-users-r34691/</link><description><![CDATA[<h3>
	The new built-in speed test is meant to useful for quickly testing your device's internet connectivity that can help you troubleshoot.
</h3>

<p>
	Back in September of 2025, right before the release of Windows 11 version 25H2, Microsoft first started testing an <a automate_uuid="2e90a81c-c739-42e5-82b4-f07f7dddd83e" href="https://www.neowin.net/news/windows-11s-taskbar-is-getting-an-internet-speed-test-button/" rel="external nofollow">inbuilt internet speed test</a> feature on the OS. At the time details were scarce and we had to wait until the February 2026 C-release <a automate_uuid="1ad007bc-28b4-4512-a681-084c8d5bdfea" href="https://www.neowin.net/news/windows-11-24h2-and-25h2-get-big-update-with-new-emojis-improved-taskbar-and-more/" rel="external nofollow">KB5077241</a>, when Microsoft began to roll the update out to non-insiders.
</p>

<p>
	 
</p>

<p>
	Thus technically the internet speed test should have been out earlier with the March 2026 Patch Tuesday, but that did not happen, or at least it did not roll out to everyone. So if you did not get it last time, the newer April 2026 Patch (<a automate_uuid="21496c77-5b4b-4158-ad7b-ab1c7572ec4e" href="https://www.neowin.net/news/windows-11-kb5083769-april-2026-patch-tuesday-update-is-now-available-to-download/" rel="external nofollow">KB5083769</a>) should have you covered as Ookla announced this week that the speed test feature is "now rolling out broadly to all eligible Windows devices". (Check out the <a automate_uuid="4245774e-06b9-4f0e-9761-6c21547aba95" href="https://www.neowin.net/news/kb5083769-microsoft-updates-media-creation-tool-for-windows-11-usb-installations/" rel="external nofollow">latest applicable MCT</a> release if you wish to opt for the ISO download route)
</p>

<p>
	 
</p>

<p>
	The company alongside Microsoft announced their partnership this week to offer Speedtest directly into Windows 11. The integration allows users to run internet diagnostics from the taskbar or quick settings without needing to open a browser or third-party app. This new development is based on earlier efforts when Speedtest was integrated into Bing.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="windows 11 built in internet speed test by ookla" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2026/04/1776860776_speed_test_ookla_windows_11.webp">
</figure>

<p>
	By right-clicking the network icon or opening Wi-Fi and cellular quick settings, users can measure download and upload speeds, latency, and jitter. Ironically, the option still opens a <a automate_uuid="64f936e9-7b06-4ead-a2d4-d0ee0bdd000b" href="https://www.neowin.net/news/the-new-internet-speed-test-in-windows-11-is-just-a-glorified-shortcut-for-bingcom/" rel="external nofollow">web instance</a> on Bing, except your effort is reduced as you no longer have to go to a browser and type in "speed test" or something like that on the search engine.
</p>

<p>
	 
</p>

<p>
	If you are wondering about how this Speedtest works, the tests rely on Ookla’s global infrastructure and are based on Speedtest Web SDK, introduced in 2020, which has enabled service providers and enterprises to embed Speedtest directly into websites and such. The SDK is built in JavaScript and <a automate_uuid="fa1c7166-13b5-4805-a7ad-1056f67530ff" href="https://www.ookla.com/articles/ookla-and-microsoft-partner-to-bring-speedtest-to-windows" rel="external nofollow">offers</a> a customizable interface allowing companies like Microsoft to tailor the experience to their users' needs.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-kb5083769-brings-built-in-internet-speed-test-to-all-25h2-24h2-users/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Thursday 23 April 2026 at 7:53 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34691</guid><pubDate>Wed, 22 Apr 2026 21:55:10 +0000</pubDate></item><item><title>Microsoft extends rare handshake to Google with upcoming Edge feature</title><link>https://nsaneforums.com/news/software-news/microsoft-extends-rare-handshake-to-google-with-upcoming-edge-feature-r34690/</link><description><![CDATA[<h3>
	Microsoft softens rivalry with Google as Edge adds work search banner support for Google queries in enterprise profiles.
</h3>

<p>
	Microsoft has almost always been at odds with Google in the browser space. While both Microsoft Edge and Google Chrome are based on the Chromium project, the two still compete in the same space. In fact, <a automate_uuid="613fa07b-bb6a-46ff-b80e-59f0ee6387b1" href="https://www.neowin.net/news/browser-choice-alliance-slams-microsoft-for-latest-shady-edge-tactic/" rel="external nofollow">many have been a bit peeved by Microsoft's tactics</a> to get customers to ditch Chrome and Google Search and switch to Microsoft Edge and Bing. In the past, the Redmond tech firm has <a automate_uuid="378a00fa-f575-47b0-beab-7c360e0ee47a" href="https://www.neowin.net/news/microsoft-is-now-injecting-full-size-ads-on-chrome-website-to-make-you-stay-on-edge/" rel="external nofollow">injected full-page ads for Edge in Chrome</a> and also <a automate_uuid="ae59fce9-9deb-4ccd-afc0-1e42e5526d3a" href="https://www.neowin.net/news/microsoft-now-offering-chance-to-win-1-million-or-a-car-if-you-switch-to-edge/" rel="external nofollow">offered sweepstakes prizes worth millions of dollars</a> for people who do make the switch.
</p>

<p>
	 
</p>

<p>
	Now, in a rare moment, Microsoft is seemingly extending a friendly handshake to Google through an upcoming feature in its Edge browser. Previously, if enterprise customers using Edge with a work profile searched the internet through Bing, and there were relevant organizational results too, Edge would show a banner with a link redirecting you to check out those grounded results.
</p>

<p>
	 
</p>

<p>
	Now, Microsoft is working on an implementation that extends this same functionality to users with a work profile leveraging Google for search queries too. The end-goal, of course, is that this will result in a more seamless experience for organizational users and increase productivity, but it's interesting to see that it also removes a differentiating factor between Bing and Google in Edge work profiles.
</p>

<p>
	 
</p>

<p>
	This "work search banner" is currently in development, with rollout scheduled to begin in June 2026, according to the public Microsoft 365 Roadmap ID 560823, <a automate_uuid="5fe1f676-373f-49fc-80ad-36528353f9b2" href="https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=%5B%22New+within%3A+last-week%22%5D" rel="external nofollow">accessible here</a>. That said, do keep in mind that just because something is being tracked on the Microsoft 365 Roadmap does not guarantee that it will arrive in the scheduled month, or even become public. However, if it does roll out generally at some point, IT admins will have control over the availability of this feature through the EdgeWorkSearchBannerEnabled policy.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-extends-rare-handshake-to-google-with-upcoming-edge-feature/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Thursday 23 April 2026 at 7:51 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34690</guid><pubDate>Wed, 22 Apr 2026 21:52:06 +0000</pubDate></item><item><title>Microsoft confirms Windows 11 KB5083769, KB5082052 wrongly forcing BitLocker recovery</title><link>https://nsaneforums.com/news/software-news/microsoft-confirms-windows-11-kb5083769-kb5082052-wrongly-forcing-bitlocker-recovery-r34689/</link><description><![CDATA[<h3>
	The latest updates for Windows 11, Windows 10 as well as Windows Server 2022 and 2025 can lead to a BitLocker recovery prompt. Workaround out.
</h3>

<p>
	Microsoft this week released its latest Patch Tuesday update, the release is for the month of April 2026. On Windows 11 under <a automate_uuid="9e60e9d2-3c92-4ca0-bd0f-09cb7f849c97" href="https://www.neowin.net/news/windows-11-kb5083769-april-2026-patch-tuesday-update-is-now-available-to-download/" rel="external nofollow">KB5083769 and KB5082052</a>, the new update brings a <a automate_uuid="4a8c1fe4-0245-4d0a-b3a7-ae0c25427c83" href="https://www.neowin.net/news/microsoft-details-windows-11-kb5083769-remote-desktop-changes/" rel="external nofollow">major Remote Desktop-related change</a>, among other things (read the changelog in full in the linked article above).
</p>

<p>
	 
</p>

<p>
	While initially Microsoft did not report any known issues with the latest Patch Tuesday, the company has now added that all systems which have received the updates are affected by a BitLocker-related issue. This means Windows 11, Windows 10 (<a automate_uuid="74cced28-b186-4b53-a6d0-2052d70c5896" href="https://www.neowin.net/news/windows-10-kb5082200-patch-tuesday-fixes-sign-in-issues-remote-desktop-bugs-and-more/" rel="external nofollow">KB5082200</a>), as well as <a automate_uuid="4d5496a7-64bd-49b2-9579-065003542c03" href="https://support.microsoft.com/en-us/topic/april-14-2026-kb5082063-os-build-26100-32690-c57e289d-27c9-47cd-a183-72fabc62c5d7" rel="external nofollow">Windows Server 2025</a> and <a automate_uuid="b48d2cc2-ae70-4b7b-a102-783ebc68d80c" href="https://support.microsoft.com/en-us/topic/april-14-2026-kb5082142-os-build-20348-5020-6217e03b-0ee3-488e-9f10-90a1e17e620e" rel="external nofollow">Server 2022</a>, are all hit by this.
</p>

<p>
	 
</p>

<p>
	The company has explained that the issue is due to an unrecommended BitLocker-based Group Policy configuration. This leads to a BitLocker Recovery key prompt on affected systems. The good news, Microsoft says, is that the key will only be necessary to be entered once, plus it also seemingly affects only a limited number of systems. Such devices have to meet the following criteria:
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			BitLocker is enabled on the OS drive.
		</p>
	</li>
	<li>
		<p>
			The Group Policy "Configure TPM platform validation profile for native UEFI firmware configurations" is configured, and PCR7 is included in the validation profile (or the equivalent registry key is set manually).
		</p>
	</li>
	<li>
		<p>
			System Information (msinfo32.exe) reports Secure Boot State PCR7 Binding as "Not Possible".
		</p>
	</li>
	<li>
		<p>
			The Windows UEFI CA 2023 certificate is present in the device’s Secure Boot Signature Database (DB), making the device eligible for the 2023‑signed Windows Boot Manager to be made the default.
		</p>
	</li>
	<li>
		<p>
			The device is not already running the 2023-signed Windows Boot Manager.
		</p>

		<p>
			 
		</p>
	</li>
</ul>

<p>
	Microsoft has also provided the following workarounds for the bug that will let an admin or user to remove the problematic Group Policy configuration before downloading the Windows update. This is also the recommended solution. It writes:
</p>

<p>
	 
</p>

<ol style="list-style-type:decimal">
	<li>
		Open Group Policy Editor (gpedit.msc) or your Group Policy Management Console.
	</li>
	<li>
		Navigate to: <strong>Computer Configuration &gt; Administrative Templates &gt; Windows Components &gt; BitLocker Drive Encryption &gt; Operating System Drives</strong>.
	</li>
	<li>
		Set "<strong>Configure TPM platform validation profile for native UEFI firmware configurations</strong>" to "<strong>Not Configured</strong>".
	</li>
	<li>
		Run the following command on affected devices to propagate the policy change: <strong>gpupdate /force</strong>
	</li>
	<li>
		Run the following command to suspend BitLocker (where BitLocker is enabled on the C drive): <strong>manage-bde -protectors -disable C <span>:   [&lt;-- remove space in "C :"]</span></strong>
	</li>
	<li>
		Run the following command to resume BitLocker (where BitLocker is enabled on the C drive): <strong>manage-bde -protectors -enable C <span>:   [&lt;-- remove space in "C :"]</span></strong>
	</li>
	<li>
		This updates the BitLocker bindings to use the Windows-selected default PCR profile.
	</li>
</ol>

<p>
	 
</p>

<p>
	<s>Aside from that, admins can also apply a known issue rollback (KIR) to prevent the issue before downloading the Patch Tuesday</s>.
</p>

<p>
	 
</p>

<p>
	<strong>Update, April 22 2026, 12.00 GMT:</strong> Microsoft has issued an update for this bug as it has removed the KIR policy workaround; the company has not specified why. Perhaps the rollback was not working as expected. The tech giant maintains that the bug will be addressed in a future Windows update release. Maybe it will be patched in the <a automate_uuid="88ce3520-44d0-4386-96d7-77891abf00dd" href="https://www.neowin.net/news/kb5083631-microsoft-explains-how-windows-11-will-get-significantly-faster-soon/" rel="external nofollow">upcoming KB5083631 update</a> that is expected to make Windows 11 significantly faster.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-confirms-windows-11-kb5083769-kb5082052-wrongly-forcing-bitlocker-recovery/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Thursday 23 April 2026 at 7:46 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34689</guid><pubDate>Wed, 22 Apr 2026 21:47:08 +0000</pubDate></item><item><title>Intel's latest graphics driver is full of fixes for Pragmata</title><link>https://nsaneforums.com/news/software-news/intels-latest-graphics-driver-is-full-of-fixes-for-pragmata-r34687/</link><description><![CDATA[<h3>
	If you play Capcom's latest "dad simulator" on a PC with an Intel graphics card, there is a useful driver for you.
</h3>

<p>
	Capcom recently launched <em>Pragmata, </em>a unique sci-fi action-adventure, which some users call a "dad simulator." GPU manufacturers have already released their drivers with day-one support for the game, and today, Intel published a new non-WHQL driver under version 32.0.101.8735 with a few additional fixes.
</p>

<p>
	 
</p>

<p>
	Driver 32.0.101.8735 non-WHQL does not contain new features or support for new games. It only patches various issues in <em>Pragmata </em>on systems with compatible Intel processors and graphics cards.
</p>

<p>
	 
</p>

<p>
	Changelog includes the following:
</p>

<p>
	 
</p>

<p>
	<strong>Intel Core Ultra Series 3 with built-in Intel Arc GPUs</strong>:
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Pragmata </em>(DX12) may experience application crash while loading into game menu.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Intel Arc B-Series Graphics Products</strong>:
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Pragmata </em>(DX12) may experience application crash while loading into game menu.
	</li>
	<li>
		Intel Arc A-Series Graphics Products: <em>Pragmata </em>(DX12) may experience application crash while loading into game menu.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Intel Core Ultra Series 2 with built-in Intel Arc GPUs</strong>:
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Pragmata </em>(DX12) may experience application crash while loading into game menu.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Intel Core Ultra Series 1 with built-in Intel Arc GPUs</strong>:
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Pragmata </em>(DX12) may experience application crash while loading into game menu.
	</li>
</ul>

<p>
	 
</p>

<p>
	The list of known bugs remains unchanged compared to the latest WHQL release, which <a automate_uuid="61c7dee7-4954-41c5-b905-099ecdfd860c" href="http://www.neowin.net/news/intels-new-graphics-driver-brings-pragmata-support-and-crimson-desert-bug-fixes/" rel="external nofollow">Intel shipped last week</a>:
</p>

<p>
	 
</p>

<p>
	<strong>Intel Core Series 3 with built-in Intel GPUs: </strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Fortnite</em> (DX12) may experience a system crash on launch.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Intel Core Ultra Series 3 with built-in Intel Arc GPUs: </strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>The Finals</em> (DX12) may experience an intermittent application crash.
	</li>
	<li>
		<em>Mafia: The Old Country</em> (DX12) may experience an application crash during gameplay.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Intel Arc B-Series Graphics Products: </strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Call of Duty Black Ops 6</em> (DX12) may exhibit intermittent corruptions on certain water surfaces during gameplay.
	</li>
	<li>
		<em>Dune: Awakening </em>(DX12) may exhibit flickering corruptions during gameplay.
	</li>
	<li>
		PugetBench for Davinci Resolve Studio may experience an intermittent application crash while running the benchmark. Recommendation is to change the timeout slider to 1500 seconds or higher, to wait for each test to complete, in PugetBench benchmark settings.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Intel Arc A-Series Graphics Products: </strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Crimson Desert</em> (DX12) may exhibit corruption when using upscaling during gameplay.
	</li>
	<li>
		PugetBench for Davinci Resolve Studio may experience an intermittent application crash while running the benchmark. Recommendation is to change the timeout slider to 1500 seconds or higher, to wait for each test to complete, in PugetBench benchmark settings.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Intel Core Ultra Series 1 with built-in Intel Arc GPUs: </strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Battlefield 6</em> (DX12) may exhibit intermittent corruptions on certain maps during gameplay.
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Intel Core Ultra Series 2 with built-in Intel Arc GPUs: </strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Call of Duty Black Ops 6</em> (DX12) may exhibit intermittent corruptions on certain water surfaces during gameplay.
	</li>
	<li>
		<em>Battlefield 6</em> (DX12) may exhibit intermittent corruptions on certain maps during gameplay on some notebooks with Intel Core Ultra Series 2 with built-in Intel Arc GPUs.
	</li>
</ul>

<p>
	 
</p>

<p>
	Intel 32.0.101.8735 non-WHQL is <a automate_uuid="9ed60c90-2946-45ab-bb2f-35a709f58eb8" href="https://www.intel.com/content/www/us/en/download/785597/intel-arc-graphics-windows.html" rel="external nofollow">available </a>on 64-bit Windows 10 and 11 systems with Intel ARC discrete graphics cards and Intel Core Ultra processors with built-in graphics cards. Older products are not compatible with this driver. You can find release notes <a automate_uuid="2dfeb4d9-6091-4b1b-99be-b05fc261d0b7" href="https://downloadmirror.intel.com/917974/ReleaseNotes_101.8735.pdf" rel="external nofollow">here </a>(PDF).
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/intels-latest-graphics-driver-is-full-of-fixes-for-pragmata/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Thursday 23 April 2026 at 7:42 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34687</guid><pubDate>Wed, 22 Apr 2026 21:43:56 +0000</pubDate></item><item><title>Opera now lets you boost tab volume by 500%</title><link>https://nsaneforums.com/news/software-news/opera-now-lets-you-boost-tab-volume-by-500-r34675/</link><description><![CDATA[<h3>
	Tired of silent videos? With the latest update, Opera can natively boost tab volume by up to 500%.
</h3>

<figure class="image image--expandable">
	<img alt="New volume settings in Opera" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2026/04/1776799481_volume_booster.webp">
</figure>

<p>
	Opera announced a new browser update that aims at fixing those annoyingly quiet audio and videos on various websites. Now, instead of relying on third-party audio extensions for boosting volumes, Opera users can switch to the newly introduced native volume booster, and Opera promises some serious gains.
</p>

<p>
	 
</p>

<p>
	Today, Opera announced upgrades for its browser's media capabilities. Opera's sidebar now supports YouTube and Twitch, giving you one-click access to the most popular video services. And if your favorite streamer has something wrong with their mic, you can use the new volume booster to crank the volume by up to 500%.
</p>

<p>
	 
</p>

<p>
	The new feature offers per-tab controls, allowing you to keep one tab with your music at, say, 5%, with another tab boosted between 100% and 500%. Opera promises that there will be no full-screen playback issues, which sometimes plague users who rely on third-party volume boosters.
</p>

<p>
	 
</p>

<p>
	In addition to more streaming platforms in the sidebar and the new volume boost feature, Opera has reworked the browser's automatic picture-in-picture mode. Now, it supports video conferencing websites with PiP support (including Zoom), per-site controls for picture-in-picture, and improved aesthetics, with the popout window matching the current browser theme. To adjust per-site PiP permissions, click the lock icon and toggle the "Automatic picture-in-picture" switch.
</p>

<figure class="image image--expandable">
	<img alt="New volume settings in Opera" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2026/04/1776799487_video_popout_settings.webp">
</figure>

<p>
	Mohammed Salah, Opera's Senior Product Director, said the following about the update:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		"If you like to work while watching a livestream or tutorial, this update is built for you. And if you want to hear that low-quality audio better without relying on glitchy extensions? We've solved that natively. Just try not to push your laptop’s speakers to the limit.”
	</p>
</blockquote>

<p>
	You can <a automate_uuid="6a614bf6-8c83-4d66-a429-45a99ef56d71" href="https://www.opera.com/opera" rel="external nofollow">download Opera from the official website</a>. The browser is available on Windows, macOS, Linux, ChromeOS, iOS, and Android. However, today's new features are only available on desktop.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/opera-now-lets-you-boost-tab-volume-by-500/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 22 April 2026 at 6:28 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34675</guid><pubDate>Wed, 22 Apr 2026 08:29:03 +0000</pubDate></item><item><title>Microsoft explains how to download and install the new "10 times faster" TypeScript</title><link>https://nsaneforums.com/news/software-news/microsoft-explains-how-to-download-and-install-the-new-10-times-faster-typescript-r34672/</link><description><![CDATA[<h3>
	The new version of TypeScript is now available for downloading. It is based on Go and is said to be up to "10 times faster".
</h3>

<p>
	Microsoft has released the beta version of TypeScript 7.0, introducing a set of changes aimed at massively improving its performance, stability, and compatibility.
</p>

<p>
	 
</p>

<p>
	The main highlight of this release is a new compiler and language service implementation written in the Go programming language. This marks a major shift from earlier versions and is designed to better utilize modern hardware capabilities such as parallel processing. The company says this new approach can speed up tasks like compiling and type-checking by magnitudes of <a automate_uuid="946523af-88e8-4b87-8707-d9773b64dbb2" href="https://www.neowin.net/news/microsoft-is-making-typescript-10x-faster-for-developers/" rel="external nofollow">10 times or even higher</a>, particularly in larger codebases.
</p>

<p>
	 
</p>

<p>
	Despite the change in underlying technology, Microsoft has stated that the overall behavior of TypeScript remains consistent with previous versions. For example, the type-checking system is intended to work the same way as in <a automate_uuid="51f33065-c85b-4339-a18b-eabe98c12e05" href="https://www.neowin.net/news/microsoft-releases-typescript-60-the-last-version-built-on-javascript/" rel="external nofollow">TypeScript 6.0</a>, which should help developers transition without needing to make major adjustments to their existing projects.
</p>

<p>
	 
</p>

<p>
	To try out TypeScript 7.0 beta, developers can install a preview package through npm and run the new <code>tsgo</code> executable that replaces the <code>tsc</code> compiler. Microsoft explains:
</p>

<p>
	 
</p>

<p>
	"To get TypeScript 7.0 Beta, you can install it via <a automate_uuid="5991a86d-35cb-480a-9391-d5283cd000b5" href="https://www.npmjs.com/package/@typescript/native-preview" rel="external nofollow">npm</a><span>:</span>
</p>

<pre><code>npm install -D @typescript/native-preview@beta
</code></pre>

<p>
	From there, you can run tsgo in place of the tsc executable.
</p>

<pre><code>&gt; npx tsgo --version
Version 7.0.0-beta</code></pre>

<p>
	Microsoft has also provided ways to test the updated language service within development environments. For example, a preview extension is available for Visual Studio Code, allowing developers to experience the performance improvements directly while writing and editing code.
</p>

<p>
	 
</p>

<p>
	While the beta is considered stable enough for experimentation and even some everyday use, Microsoft <a automate_uuid="1271db52-82a5-40ae-a309-35b29a0864b9" href="https://devblogs.microsoft.com/typescript/announcing-typescript-7-0-beta/" rel="external nofollow">notes</a> that it is still a work in progress. Hence, the company has encouraged developers and users alike to try it out and share feedback. So a specific release date for the final version has not yet been announced as Microsoft plans to continue improving it before making TypeScript 7.0 generally available.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-explains-how-to-download-and-install-the-new-10-times-faster-typescript/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 22 April 2026 at 1:38 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34672</guid><pubDate>Wed, 22 Apr 2026 03:39:18 +0000</pubDate></item><item><title>Microsoft shared simple fix for Windows 11/10 bug that seemingly broke a vital OS feature</title><link>https://nsaneforums.com/news/software-news/microsoft-shared-simple-fix-for-windows-1110-bug-that-seemingly-broke-a-vital-os-feature-r34671/</link><description><![CDATA[<h3>
	An annoying "reconnect your drive" error wouldn't go away and it affected probably hundreds. Microsoft shared a simple fix.
</h3>

<p>
	From time to time, Microsoft offers helpful advice, recommendations, as well as solutions on different Windows issues or inconveniences on its official website. For example, recently we covered one such issue wherein the company <a automate_uuid="f5f5f9fe-0fcc-467f-b076-e57eaf5cbc04" href="https://www.neowin.net/news/microsoft-shares-a-way-to-unblock-important-windows-1110-updates-with-free-official-tools/" rel="external nofollow">explained ways to unblock Windows updates</a> in case your low storage wouldn't let you download new patches.
</p>

<p>
	 
</p>

<p>
	Regarding storage, Microsoft also put up another such support article last year that helps solve what was a major issue related to data and storage. The company shared a simple fix for a bug on Windows 11 and 10 that seemingly affected File History, a very crucial Windows feature that helps protect your personal data against loss or damage. Neowin noticed this article while browsing.
</p>

<p>
	 
</p>

<p>
	For anyone not familiar, the <a automate_uuid="4b892f55-434b-44dc-b8af-8a46ec7b7d7e" href="https://www.neowin.net/editorials/5-hidden-features-in-windows-you-probably-didnt-know-about/#:~:text=5%20%2D-,File%20History,-If%20you%27re%20super" rel="external nofollow">File History</a> feature automatically backs up all your selected libraries to a chosen network or external drive. Hence it is super handy, which means its malfunction can be very scary.
</p>

<p>
	 
</p>

<p>
	That's what happened to many users back in 2024 when they began reporting an issue on Windows 11 wherein they experienced a "Reconnect Your File History Drive" warning following which the backup would stop. What baffled such users is that the error would continue popping up even after reconnecting or never disconnecting their external drive or network drive.
</p>

<p>
	 
</p>

<p>
	Over one hundred users had upvoted one such <a automate_uuid="41d2fbe9-c392-4f39-86eb-4063a475e9de" href="https://learn.microsoft.com/en-us/answers/questions/4066304/why-do-i-keep-getting-a-reconnect-your-drive-warni" rel="external nofollow">thread</a> on Microsoft support forums regarding this issue, but there was no solution in sight. Another similar <a automate_uuid="c0e1a3d7-b2d7-4d1d-8184-d7ff31c36f5c" href="https://learn.microsoft.com/en-us/answers/questions/4019807/i-keep-getting-a-reconnect-your-file-history-drive" rel="external nofollow">thread</a> received over twenty upvotes. Typically, the number of affected users is multi-fold the number of upvoters since many users don't actually go online to interact. It looks like the issue affected at least close to hundreds.
</p>

<p>
	 
</p>

<p>
	In the support article Microsoft explained why it happened and how to resolve it. It wrote: "This message indicates that your File History drive has been disconnected for too long.
</p>

<p>
	 
</p>

<ul>
	<li>
		If you’re backing up to an external drive (like a USB drive), make sure it’s connected to your PC
	</li>
	<li>
		If you’re backing up to a network location, open the Control Panel, under System and Security, select File History and reselect the network
	</li>
	<li>
		After you’re reconnected, wait for the next scheduled backup. If you prefer to start a backup manually, open the Control Panel, under System and Security, select File History &gt; Run now."
	</li>
</ul>

<p>
	 
</p>

<p>
	Hence, the solution seems fairly simple, sort of like rebooting a device if something doesn't work. If you are experiencing this problem, see if this fixes your issue. You can check the official support article <a automate_uuid="2b9a4fda-eba9-45a0-8395-2f36964672aa" href="https://support.microsoft.com/en-us/windows/reconnect-your-file-history-drive-in-windows-4eecf398-5c15-bbe7-13b2-9ed4b3db8bb7" rel="external nofollow">here</a> on Microsoft's website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-shared-simple-fix-for-windows-1110-bug-that-seemingly-broke-a-vital-os-feature/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 22 April 2026 at 1:37 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34671</guid><pubDate>Wed, 22 Apr 2026 03:38:23 +0000</pubDate></item><item><title>Microsoft releases emergency out-of-band .NET update to patch severe bug</title><link>https://nsaneforums.com/news/software-news/microsoft-releases-emergency-out-of-band-net-update-to-patch-severe-bug-r34670/</link><description><![CDATA[<h3>
	Microsoft rushes out .NET 10.0.7 update to fix critical 9.1 vulnerability enabling privilege escalation and data access risks.
</h3>

<p>
	.NET forms a core part of Windows and other operating systems, as many applications use this platform to run across billions of devices. Microsoft concurrently supports multiple versions of .NET and regularly <a automate_uuid="d4afd431-b181-482e-a6d8-be923bae2eb9" href="https://www.neowin.net/news/microsoft-warns-it-admins-against-using-unsupported-net-runtimes-on-windows/" rel="external nofollow">urges IT admins not to run unsupported versions</a> of the technology. This is important because <a automate_uuid="daafc123-6e06-4374-b1ad-8b61016edc95" href="https://www.neowin.net/news/microsoft-will-now-pay-you-up-to-40000-for-reporting-vulnerabilities-in-net/" rel="external nofollow">security vulnerabilities in this platform</a> can create significant supply chain risks. Now, Microsoft has released an out-of-band security update for the latest version of .NET.
</p>

<p>
	 
</p>

<p>
	Microsoft notes that after Patch Tuesday's release of .NET 10.0.6, several customers had reported that decryption was failing in their applications. As the Redmond tech firm investigated this issue, it also discovered a bigger problem, namely a security vulnerability.
</p>

<p>
	 
</p>

<p>
	This vulnerability is tagged as CVE-2026-40372 and has a severity of 9.1. It allows an attacker to utilize an elevation of privilege (EoP) exploit by forging authentication cookies and decrypting some secure payloads. This flaw is present in <strong>Microsoft.AspNetCore.DataProtection</strong> NuGet package, in which "the managed authenticated encryptor could compute its HMAC validation tag over the wrong bytes of the payload and then discard the computed hash, which could result in elevation of privilege."
</p>

<p>
	 
</p>

<p>
	Microsoft has emphasized that all non-Windows operating systems with .NET 10.0.6 are impacted. You are also affected if all of the following conditions are true:
</p>

<p>
	 
</p>

<ul>
	<li>
		Your application or library referenced Microsoft.AspNetCore.DataProtection versions 10.0.0 through 10.0.6 from NuGet
	</li>
	<li>
		The build consumed the net462 or netstandard2.0 target framework asset of that package. This occurs when your application does not target net10.0 and consumes the package (e.g. net8.0, net9.0, net481 for mono, etc.). This combination is unusual because 10.0 NuGet packages are generally intended for use with .NET 10.
	</li>
	<li>
		<p>
			The application ran on Linux, macOS, or any non-Windows operating system.
		</p>

		<p>
			 
		</p>
	</li>
</ul>

<p>
	Some other configurations may be impacted too, and you can find out more details <a automate_uuid="43f86f0e-5b67-45f1-a516-c4902bb78f77" href="https://github.com/dotnet/aspnetcore/issues/66410" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	To patch this security lapse, Microsoft has released an OOB security update, namely .NET 10.0.7, that fixes the regression bug for decryption too. You can download and install it from <a automate_uuid="256e0a20-a381-48f3-bb13-41c94598b600" href="https://dotnet.microsoft.com/download/dotnet/10.0" rel="external nofollow">here</a> and then run <strong>dotnet --info</strong> in Command Prompt to ensure that you have the latest version. After that, rebuild and redeploy your dependent software using this updated package.
</p>

<p>
	 
</p>

<p>
	It's a pretty severe issue overall, which is also underscored by Microsoft's decision to release an OOB update so soon after Patch Tuesday. The tech giant says that an attacker who successfully exploits this flaw can gain SYSTEM privileges, allowing them to read files and modify data, so it's essential that you install .NET 10.0.7 as soon as possible if you are impacted.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-releases-emergency-out-of-band-net-update-to-patch-severe-bug/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 22 April 2026 at 1:36 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34670</guid><pubDate>Wed, 22 Apr 2026 03:37:22 +0000</pubDate></item><item><title>Nvidia released DLSS 4.5 SDK for developers featuring Dynamic Multi Frame Generation</title><link>https://nsaneforums.com/news/software-news/nvidia-released-dlss-45-sdk-for-developers-featuring-dynamic-multi-frame-generation-r34669/</link><description><![CDATA[<h3>
	Nvidia has moved DLSS 4.5 from experimentation to implementation phase featuring a streamline SDK for game developers
</h3>

<p>
	In the previous month, Nvidia had <a automate_uuid="49b43c07-b9c5-4939-b30d-0e46dd07c3a7" href="https://www.neowin.net/admin/news/published/263945/" target="_blank" rel="external nofollow">introduced </a>Dynamic Multi Frame Generation and 6X Multi Frame Generation mode through a beta update to the Nvidia app for its users. Today, Nvidia <a automate_uuid="1eb5da8b-c79b-4343-aa36-b38fecaab325" href="https://github.com/NVIDIA/DLSS/releases/tag/v310.6.0" target="_blank" rel="external nofollow">released</a> its much-awaited DLSS 4.5 Streamline SDK for developers, which provides direct access to its latest enhanced resolution and frame generation technologies.
</p>

<p>
	 
</p>

<p>
	This new suite of neural rendering technology will help developers to integrate various second-generation transformer AI models, such as ray reconstruction, super resolution, and dynamic multi-frame generation. Nvidia said the package includes updated APIs, documentation, and sample code alongwith, along with bug fixes.
</p>

<p>
	 
</p>

<p>
	Liam Middlebrook, a senior software engineer at Nvidia, says,
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		NVIDIA DLSS SDK 310.6.0 is now available for all developers:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Added DLSS Frame Generation 5x and 6x Modes
		</li>
		<li>
			Added DLSS Frame Generation User Interface Recomposition support (Preset <img alt="B)" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/cool.png" title="B)">
		</li>
		<li>
			Bug Fixes &amp; Stability Improvements
		</li>
	</ul>
</blockquote>

<p>
	The DLSS 4.5 features Dynamic Multi-frame generation functions like a real-time dynamic system, which increases the amount of AI-generated frames for a smooth performance during visually intensive graphical workload, while reverting back to the original during normal workload in order to maintain efficiency. This helps in a consistent gameplay for high refresh rate displays.
</p>

<p>
	 
</p>

<p>
	Along with this, the 6x multi-frame generation takes frame tweening to a new level by generating up to five additional frames for every rendered one. This significantly boosts frame rates in heavy graphical usage while maintaining optimal responsiveness.
</p>

<p>
	 
</p>

<p>
	This new SDK is built on Streamline, which allows developers for single integration and enables multiple resolution techniques in the development phase itself. It also helps studios to optimize performance at the core development phase, rather than relying on post-launch fixes.
</p>

<p>
	 
</p>

<p>
	Nvidia has also added DLSS support for games such as Pragmata, Neverness to Everness (NTE), Atomic Heart, Sudden Strike 5, and Marvel Rivals. In addition to this, Nvidia is also releasing an Advanced particle VFX system to its RTX remix suite, mentioned in its GDC 2026 announcement.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/nvidia-released-dlss-45-sdk-for-developers-featuring-dynamic-multi-frame-generation/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 22 April 2026 at 1:35 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34669</guid><pubDate>Wed, 22 Apr 2026 03:36:30 +0000</pubDate></item><item><title>Microsoft shares what's coming next for OneDrive</title><link>https://nsaneforums.com/news/software-news/microsoft-shares-whats-coming-next-for-onedrive-r34667/</link><description><![CDATA[<h3>
	Microsoft outlines OneDrive's AI-driven push with Copilot tools, OCR, offline search, and new collaboration features across desktop and mobile.
</h3>

<p>
	Earlier today, we covered <a automate_uuid="42ef1ddd-f2a0-4105-98ed-20cc87a00a83" href="https://www.neowin.net/news/microsoft-teams-and-outlook-are-getting-significant-changes-soon/" rel="external nofollow">what's coming next for Teams and Outlook</a> based on the upcoming capabilities that Microsoft is tracking in its public roadmap. Now, the company has publicly shared what it's planning for OneDrive.
</p>

<p>
	 
</p>

<p>
	In a detailed <a automate_uuid="72f2475f-0964-4c9e-b0ed-47af4ad2041e" href="https://techcommunity.microsoft.com/blog/onedriveblog/innovations-in-onedrive-for-collaboration-intelligence-and-control/4512171" rel="external nofollow">blog post</a>, Microsoft has explained that its goal this year is to help you move faster from an initial to a "finished" state using AI and collaboration. A key ingredient in this process is the Copilot button which is easily accessible directly in OneDrive and can be leveraged to summarize content, review PDFs, and compare files. In addition, OneDrive now supports markdown (.md) files, which can be viewed and edited directly in the browser.
</p>

<p>
	 
</p>

<p>
	Other recent and upcoming capabilities include OCR integration for PDF files in OneDrive for mobile, offline search on iPad, and "hero link" - which is essentially a single link that you can use to control access to a particular piece of content. The ownership transfer process for departing employees has also been enhanced.
</p>

<p>
	 
</p>

<p>
	There are tons of improvements readily available for OneDrive on desktop too. Some may recall the <a automate_uuid="3389de8a-8850-4a62-afcd-094973030005" href="https://www.neowin.net/news/onedrive-gets-huge-update-on-macos/" rel="external nofollow">OneDrive makeover on macOS</a>, while IT admins on Windows can configure a group policy (GPO) to set a customized root name for the OneDrive directory to work around max path issues. Windows consumers on Copilot+ PCs can utilize semantic search in File Explorer, and everyone can also simply right-click a folder in File Explorer and immediately move it to OneDrive.
</p>

<p>
	 
</p>

<p>
	There are a couple of capabilities currently in preview too, scheduled to hit general availability eventually. The first offers support for up to one million items in OneDrive Sync on Windows, but you do need specific hardware and be enrolled in an Insider ring. The other, also available in public preview for Windows Insiders, is an Ask Copilot button on the File Explorer home page.
</p>

<p>
	 
</p>

<p>
	Microsoft has emphasized that all of the aforementioned features highlight its continued investment in making OneDrive your preferred solution for Microsoft 365 files. You can find out more details for OneDrive customer office hours <a automate_uuid="709b9763-7719-4280-9adc-4b8f264f8be6" href="https://adoption.microsoft.com/en-us/onedrive/customer-office-hours/" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-shares-whats-coming-next-for-onedrive/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 22 April 2026 at 7:21 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34667</guid><pubDate>Tue, 21 Apr 2026 21:22:03 +0000</pubDate></item><item><title>Rufus gets big update with silent Windows 11 installation, new bloat removal tools and more</title><link>https://nsaneforums.com/news/software-news/rufus-gets-big-update-with-silent-windows-11-installation-new-bloat-removal-tools-and-more-r34666/</link><description><![CDATA[<h3>
	Rufus 4.14 Beta delivers some useful features, like the ability to turn off Copilot, remove stock apps, install Windows 11 silently, and more.
</h3>

<p>
	There is no shortage of apps that let you create a bootable USB drive to install Windows 11 on a supported or unsupported computer. Rufus is one of the most popular tools out there, and its latest update, 4.14 Beta, is making the app even more attractive to regular users and enthusiasts, especially those who want a little bit more freedom.
</p>

<p>
	 
</p>

<p>
	Rufus 4.14 Beta is now available for download from GitHub. Today's update delivers several new features and improvements, particularly for Windows users. Now, when you create a bootable Windows 11 media, you can let Rufus disable Teams, Outlook, Copilot, and other "nuisances." These add to existing features, such as removing hardware requirements, turning off BitLocker, creating a local profile, and more.
</p>

<p>
	 
</p>

<p>
	Next, Rufus 4.14 Beta now supports silent installation. This allows you to install Windows in "unattended" mode. The created media will detect the first disk and install Windows 11 for you without a single prompt. There are also fixes for Windows to Go, better error reporting, new tooltips for all dialogs, improved Bazzite support, and more. Here is the rest of the changelog:
</p>

<p>
	 
</p>

<ul>
	<li>
		Add an option to copy SkuSiPolicy.p7b to the ESP on installation (<a automate_uuid="bff4383c-ef96-47a6-908c-9233097ae584" href="https://support.microsoft.com/en-us/topic/guidance-for-blocking-rollback-of-virtualization-based-security-vbs-related-security-updates-b2e7ebf4-f64d-4884-a390-38d63171b8d3" rel="external nofollow">please refer to KB5042562 for more info</a>)
	</li>
	<li>
		Add tooltips for all the dialog options
	</li>
	<li>
		Add limited support for El-Torito UEFI image extraction (Mostly for Dell BIOS update ISOs)
	</li>
	<li>
		Improve error report when the user tries to use an image that resides on the target drive
	</li>
	<li>
		Improve the UEFI:NTFS partition label to make the install media more explicit during Windows Setup disk partitioning
	</li>
	<li>
		Improve support for Bazzite and other Fedora derivatives that don't follow EFI conventions
	</li>
	<li>
		Improve detection and exclusion of the new Bitdefender hidden VHDs
	</li>
	<li>
		Fix potential errors during creation of Windows To Go media, due to the use of new versions of bcdboot
	</li>
	<li>
		Fix errors with local accounts that start or end with whitespaces
	</li>
</ul>

<p>
	 
</p>

<p>
	You can download Rufus 4.14 Beta from its official GitHub repository <a automate_uuid="6f20623b-c6c7-40a2-a77c-a8d29bb34084" href="https://github.com/pbatard/rufus/releases" rel="external nofollow">here</a>. If you do not want to deal with third-party apps and do not mind Windows 11 in its vanilla form, you can download the Media Creation Tool app, which Microsoft <a automate_uuid="77d4f2cf-b25a-416b-9195-5ed768ca246d" href="https://www.neowin.net/news/kb5083769-microsoft-updates-media-creation-tool-for-windows-11-usb-installations/" rel="external nofollow">recently updated</a> to include the latest Windows 11 builds.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/rufus-gets-big-update-with-silent-windows-11-installation-new-bloat-removal-tools-and-more/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="56074" data-embedcontent="" data-embedid="embed5747858227" src="https://nsaneforums.com/topic/483835-rufus-4142372-beta/?do=embed&amp;comment=1897771&amp;embedComment=1897771&amp;embedDo=findComment#comment-1897771" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 22 April 2026 at 7:19 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34666</guid><pubDate>Tue, 21 Apr 2026 21:20:55 +0000</pubDate></item><item><title>VirtualBox 7.2.8 arrives with fixes for Windows 11 BSOD, Secure Boot, and more</title><link>https://nsaneforums.com/news/software-news/virtualbox-728-arrives-with-fixes-for-windows-11-bsod-secure-boot-and-more-r34665/</link><description><![CDATA[<h3>
	The latest update fixes black screens of death on Windows 11 guests, Secure Boot certificate errors, and more.
</h3>

<p>
	Oracle's VirtualBox is a popular virtualization software that lets you run virtual machines on different platforms, be it Windows, Linux, or macOS. Today, developers released version 7.2.8, a maintenance release that focuses on fixing various bugs.
</p>

<p>
	 
</p>

<p>
	In version 7.2.8, the VirtualBox developers fixed the blue (now black, actually) screens of death on Windows 11 virtual machines with error code DRIVER_OVERRAN_STACK_BUFFER. In addition, there are fixes for Secure Boot certificate updates on Windows 11 guest machines. Microsoft is updating the original Secure Boot certificates, and before today's update, VirtualBox could not properly update the DBX. That issue is now fixed.
</p>

<p>
	 
</p>

<p>
	In addition to Windows 11-specific fixes, VirtualBox 7.2.8 adds initial support for Linux 6.19 and 7.0, fixes bugs with clipboard sharing in Linux Guest Additions, unreachable DNS servers, cursor bugs in Ubuntu 25.10, and more.
</p>

<p>
	 
</p>

<p>
	Here is the <a automate_uuid="a831b600-9273-488d-806b-f0d1194410a0" href="https://www.virtualbox.org/wiki/Changelog" rel="external nofollow">full changelog</a>:
</p>

<p>
	 
</p>

<ul>
	<li>
		VMM: Fixed issue which caused a Guru Meditation with VERR_IEM_IPE_4 if the guest was trying to execute the wrong hypercall instruction but injected a UD exception instead (github:gh-616)
	</li>
	<li>
		NAT Network: Fixed issue when internal DNS server could not be reached
	</li>
	<li>
		Graphics: Fixed issue when mouse cursor did not change shape by context in Ubuntu 25.10 / Wayland
	</li>
	<li>
		Main: Fixed crash on FreeBSD 16.0 shutdown with multiple devices attached to LSI Logic SAS controller
	</li>
	<li>
		IPRT: Merged Github pull request 503 (fix: infinite loop in vsscanf whitespace processing). github-merge-author: lachlanharrisdev
	</li>
	<li>
		Unattended: General improvements
	</li>
	<li>
		Linux Host: Added initial support for kernels 6.19 and 7.0
	</li>
	<li>
		Linux Host: Added support for guest time accounting
	</li>
	<li>
		Linux Host and Guest: Introduced additional fixes for RHEL 10.1 and 10.2 kernels
	</li>
	<li>
		Linux Host and Guest: Added support for UEK9 kernel on Oracle Linux 9
	</li>
	<li>
		Linux Host and Guest: Added improvements to make 'rcvboxdrv/rcvboxadd setup' and installation process faster
	</li>
	<li>
		Linux Guest Additions: Deprecated vboxvideo kernel module for kernels 7.0 and newer; please consider using VMSVGA graphics or vboxvideo module which comes with Linux kernel or provided by your Linux distribution if guest running kernel 7.0+; vboxvideo will still be available for older kernels
	</li>
	<li>
		Linux Guest Additions: Fixed issue when clipboard sharing was not possible in combination of Wayland guest and Windows host
	</li>
	<li>
		Linux Guest Additions: Fixed issue when last character was not pasted into Windows host clipboard when copying from Wayland guest
	</li>
	<li>
		Windows Guest: Fixed issue when Windows 11 guest experienced BSOD - DRIVER_OVERRAN_STACK_BUFFER
	</li>
	<li>
		UEFI: Fixed errors with secure boot certificate updates and Windows 11 guests
	</li>
	<li>
		DMI: Fixed issue when 0.0 value was provided for the BIOS release and BIOS firmware version numbers so Windows did not populate the registry keys under HKLM\HARDWARE\System\BIOS which some components rely on
	</li>
</ul>

<p>
	 
</p>

<p>
	You can download VirtualBox 7.2.8 <a automate_uuid="6ff14d57-2352-4bf9-b7ce-64d6a484fd47" href="https://www.virtualbox.org/wiki/Downloads" rel="external nofollow">from the official website</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/virtualbox-728-arrives-with-fixes-for-windows-11-bsod-secure-boot-and-more/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="56074" data-embedcontent="" data-embedid="embed5903366842" src="https://nsaneforums.com/topic/483836-virtualbox-728-build-173730/?do=embed&amp;comment=1897777&amp;embedComment=1897777&amp;embedDo=findComment#comment-1897777" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 22 April 2026 at 7:17 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34665</guid><pubDate>Tue, 21 Apr 2026 21:19:00 +0000</pubDate></item><item><title>Microsoft Teams and Outlook are getting significant changes soon</title><link>https://nsaneforums.com/news/software-news/microsoft-teams-and-outlook-are-getting-significant-changes-soon-r34656/</link><description><![CDATA[<h3>
	Microsoft Teams gets a customizable toolbar and efficiency mode, while Microsoft Outlook adds Copilot summaries and meeting follow features.
</h3>

<p>
	We recently reported that <a automate_uuid="5d11fe2e-17da-4490-ab85-45e8038d00bd" href="https://www.neowin.net/news/microsoft-teams-gets-new-feature-that-will-be-loved-by-many/" rel="external nofollow">Microsoft Teams has received video recaps</a>, which essentially allows users to view AI-powered highlights of recorded meetings, potentially saving them lots of time. The good news is that Microsoft is not done just yet and is working on several other features for Teams and Outlook.
</p>

<p>
	 
</p>

<p>
	Starting off with Teams, Microsoft is redesigning the toolbar to give you more control over its customization. You'll be able to pin, unpin, and reorder controls according to your preference. In addition, Microsoft is regrouping the hand raise control under reactions and moving the "Leave" button to the far-right to prevent accidental clicks. Microsoft says that these changes may make Teams "feel different at first, but it's designed to be faster and easier to use". This redesign is landing in June 2026.
</p>

<p>
	 
</p>

<p>
	Next, Teams is getting an Efficiency Mode which basically reduces resource usage consumption by default on devices constrained by their hardware, improving overall performance and responsiveness. Microsoft has not clarified if this will be a manual toggle or something that will automatically be enabled for certain devices, but well find out more when it rolls out next month.
</p>

<p>
	 
</p>

<p>
	Other smaller improvements in tow for Teams include breakout rooms for up to 1,000 attendees in meetings, profanity filter being disabled by default for live captions to comply with EU requirements, and the ability to report external users for security concerns. All of these are arriving in June 2026.
</p>

<p>
	 
</p>

<p>
	<img alt="The Outlook logo" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2026/02/1770964191_outlook.webp">
</p>

<p>
	 
</p>

<p>
	Switching gears to Outlook, the service will begin surfacing Copilot-powered summaries in search results starting from July 2026. Customers will also have the option to enter Copilot chat for further conversations based on the search results after clicking this summary card.
</p>

<p>
	 
</p>

<p>
	Additionally, when you skip a meeting, you can still choose to follow it on mobile. This will remind the organizer to record the meeting and offer you notifications regarding follow-up items too, beginning June 2026. Another smaller change landing next month will allow users to switch between Copilot-enabled accounts through the Copilot sidepane in Outlook Calendar rather than requiring them to rely on Outlook's UX.
</p>

<p>
	 
</p>

<p>
	Other planned enhancements in May 2026 for Outlook include:
</p>

<p>
	 
</p>

<ul>
	<li>
		Access Copilot directly from file previewer in iOS
	</li>
	<li>
		Save calendar events as .ics files in New Outlook for Windows
	</li>
	<li>
		Preview .ics files while importing them in New Outlook for Windows
	</li>
</ul>

<p>
	 
</p>

<p>
	That said, it's worth noting that just because these updates have been slotted in the <a automate_uuid="facbde20-b344-4ad9-bd29-0b2487de4a28" href="https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=%5B%22New+within%3A+last-week%22%5D" rel="external nofollow">public Microsoft 365 Roadmap</a> does not mean that you'll necessarily get these features in the designated timelines. In fact, depending upon feedback and internal testing, Microsoft may decide to cancel any tracked item altogether as well.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-teams-and-outlook-are-getting-significant-changes-soon/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 21 April 2026 at 1:19 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34656</guid><pubDate>Tue, 21 Apr 2026 03:20:49 +0000</pubDate></item><item><title>Microsoft Teams and Outlook are getting significant changes soon</title><link>https://nsaneforums.com/news/software-news/microsoft-teams-and-outlook-are-getting-significant-changes-soon-r34655/</link><description><![CDATA[<h3>
	Microsoft Teams gets a customizable toolbar and efficiency mode, while Microsoft Outlook adds Copilot summaries and meeting follow features.
</h3>

<p>
	We recently reported that <a automate_uuid="5d11fe2e-17da-4490-ab85-45e8038d00bd" href="https://www.neowin.net/news/microsoft-teams-gets-new-feature-that-will-be-loved-by-many/" rel="external nofollow">Microsoft Teams has received video recaps</a>, which essentially allows users to view AI-powered highlights of recorded meetings, potentially saving them lots of time. The good news is that Microsoft is not done just yet and is working on several other features for Teams and Outlook.
</p>

<p>
	 
</p>

<p>
	Starting off with Teams, Microsoft is redesigning the toolbar to give you more control over its customization. You'll be able to pin, unpin, and reorder controls according to your preference. In addition, Microsoft is regrouping the hand raise control under reactions and moving the "Leave" button to the far-right to prevent accidental clicks. Microsoft says that these changes may make Teams "feel different at first, but it's designed to be faster and easier to use". This redesign is landing in June 2026.
</p>

<p>
	 
</p>

<p>
	Next, Teams is getting an Efficiency Mode which basically reduces resource usage consumption by default on devices constrained by their hardware, improving overall performance and responsiveness. Microsoft has not clarified if this will be a manual toggle or something that will automatically be enabled for certain devices, but well find out more when it rolls out next month.
</p>

<p>
	 
</p>

<p>
	Other smaller improvements in tow for Teams include breakout rooms for up to 1,000 attendees in meetings, profanity filter being disabled by default for live captions to comply with EU requirements, and the ability to report external users for security concerns. All of these are arriving in June 2026.
</p>

<p>
	 
</p>

<p>
	<img alt="The Outlook logo" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2026/02/1770964191_outlook.webp">
</p>

<p>
	 
</p>

<p>
	Switching gears to Outlook, the service will begin surfacing Copilot-powered summaries in search results starting from July 2026. Customers will also have the option to enter Copilot chat for further conversations based on the search results after clicking this summary card.
</p>

<p>
	 
</p>

<p>
	Additionally, when you skip a meeting, you can still choose to follow it on mobile. This will remind the organizer to record the meeting and offer you notifications regarding follow-up items too, beginning June 2026. Another smaller change landing next month will allow users to switch between Copilot-enabled accounts through the Copilot sidepane in Outlook Calendar rather than requiring them to rely on Outlook's UX.
</p>

<p>
	 
</p>

<p>
	Other planned enhancements in May 2026 for Outlook include:
</p>

<p>
	 
</p>

<ul>
	<li>
		Access Copilot directly from file previewer in iOS
	</li>
	<li>
		Save calendar events as .ics files in New Outlook for Windows
	</li>
	<li>
		Preview .ics files while importing them in New Outlook for Windows
	</li>
</ul>

<p>
	 
</p>

<p>
	That said, it's worth noting that just because these updates have been slotted in the <a automate_uuid="facbde20-b344-4ad9-bd29-0b2487de4a28" href="https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=%5B%22New+within%3A+last-week%22%5D" rel="external nofollow">public Microsoft 365 Roadmap</a> does not mean that you'll necessarily get these features in the designated timelines. In fact, depending upon feedback and internal testing, Microsoft may decide to cancel any tracked item altogether as well.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-teams-and-outlook-are-getting-significant-changes-soon/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 21 April 2026 at 1:19 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34655</guid><pubDate>Tue, 21 Apr 2026 03:20:48 +0000</pubDate></item><item><title>KB5083631: Microsoft explains how Windows 11 will get significantly faster soon</title><link>https://nsaneforums.com/news/software-news/kb5083631-microsoft-explains-how-windows-11-will-get-significantly-faster-soon-r34652/</link><description><![CDATA[<h3>
	Windows 11 25H2 and 24H2 are about to get faster across several key areas with upcoming update KB5083631.
</h3>

<p>
	Earlier this year, Microsoft confirmed that it is working to make some big improvements on Windows 11 this year, including on the performance side of things. The company has promised File Explorer upgrades so that it will feel snappy while switching between different tasks and workflows, among other improvements (find the full details in <a automate_uuid="3e574c23-c772-48be-a223-df9d38fe3b19" href="https://www.neowin.net/news/microsoft-shares-details-on-windows-11-25h2-26h2-performance-improvements-in-2026/" rel="external nofollow">our dedicated piece here</a>).
</p>

<p>
	 
</p>

<p>
	It seems like the company was not lying at all, as the latest Windows 11 release preview channel insider build has revealed multiple improvements are on the way that should indeed make Windows 11 faster.
</p>

<p>
	 
</p>

<p>
	A major highlight, as promised before, is the optimization of File Explorer, where the launch speed of the app should be noticeably improved, enabling faster access to files and folders. The update also enhances the reliability of the underlying explorer.exe processes, reducing instances where system resources remain tied up after closing the app, thus refining the memory management efficiency. Speaking of memory management, the <a automate_uuid="2028e7c1-d783-4c21-94fc-add217eba323" href="https://www.neowin.net/news/microsoft-shares-a-way-to-unblock-important-windows-1110-updates-with-free-official-tools/#:~:text=Delivery%20Optimization" rel="external nofollow">Delivery Optimization</a> process for Windows update downloads has been improved so that RAM usage should be reduced.
</p>

<p>
	 
</p>

<p>
	Microsoft explains the improvements coming to File Explorer in the build changelog given below:
</p>

<p>
	 
</p>

<p>
	"Improves folder view consistency so customized settings (such as sorting files by name or adjusting icon size) now apply across all ways you open a folder. When you open the same folder from another app, such as a web browser, your preferences persist automatically. This improvement is especially helpful in the Downloads folder when Group by date is turned off.
</p>

<p>
	 
</p>

<ul>
	<li>
		Improves the speed and performance of File Explorer launch.
	</li>
	<li>
		Removes white flash when launching File Explorer in dark mode if File Explorer was set to launch to This PC or when resizing the details pane.
	</li>
	<li>
		New! Adds “preview anyway” button to preview pane in File Explorer for files downloaded from the internet after viewing warning.
	</li>
	<li>
		New! Expands the list of archive formats that can be used in File Explorer to include uu, cpio, xar, and NuGet Packages (nupkg).
	</li>
	<li>
		Improves reliability of relevant explorer.exe processes stopping after closing File Explorer windows."
	</li>
</ul>

<p>
	 
</p>

<p>
	Aside from that, Microsoft also promises better system startup performance as well as a more snappy experience when navigating through the storage settings, similar to the File Explorer improvements above. It writes:
</p>

<p>
	 
</p>

<ul>
	<li>
		Improves the performance when navigating to see storage on large volumes via Settings &gt; System &gt; Storage &gt; Advanced Storage Settings &gt; Disks &amp; Volumes.
	</li>
	<li>
		Improves performance of launching startup apps after boot (apps which display under Settings &gt; Apps &gt; Startup).
	</li>
</ul>

<p>
	 
</p>

<p>
	Collectively, these enhancements should be reflected in the upcoming Windows 11 April 2026 C release update and May 2026 Patch Tuesday update. You can find the official blog post for builds 26100.8313 (24H2) and 26200.8313 (25H2) under KB5083631 <a automate_uuid="93a1f4eb-2cfc-4316-8d91-b9a42acec192" href="https://blogs.windows.com/windows-insider/2026/04/17/releasing-windows-11-builds-26100-8313-and-26200-8313-to-the-release-preview-channel/" rel="external nofollow">here</a> on Microsoft's website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/kb5083631-microsoft-explains-how-windows-11-will-get-significantly-faster-soon/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 21 April 2026 at 8:20 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34652</guid><pubDate>Mon, 20 Apr 2026 22:20:56 +0000</pubDate></item><item><title>Firefox 150.0 is out with improved Split View, new features for PDF editor, and more</title><link>https://nsaneforums.com/news/software-news/firefox-1500-is-out-with-improved-split-view-new-features-for-pdf-editor-and-more-r34651/</link><description><![CDATA[<h3>
	Firefox 150 delivers plenty of quality improvements and new features for PDF Editor, tabs, Split View, and other parts of the browser.
</h3>

<p>
	Mozilla has released Firefox 150, the latest major update for the popular browser. Today's release brings various quality-of-life improvements and new features, including better Split View, new capabilities for the built-in PDF editor, tab sharing improvements, profile management for Windows 10 users, and more.
</p>

<p>
	 
</p>

<p>
	Here is the changelog:
</p>

<p>
	 
</p>

<ul>
	<li>
		Split View just got better: You can now right-click any link and choose *Open Link in Split View* to open it alongside your current tab. You can also search open tabs when creating a split view and quickly reverse tab positions using the new *Reverse Tabs* option in the tab context menu.
	</li>
	<li>
		Share multiple tabs in a single step: select several tabs, right-click, and choose Share X links. When pasted into other apps, links include both the page title and URL for easy reading.
	</li>
	<li>
		You can now use Firefox's built-in PDF editor to reorder, copy, paste, delete, and export pages in a PDF.
	</li>
	<li>
		Local network access restrictions are now being extended to all users. Firefox will require websites to request your permission before connecting to devices on your local network or to apps and services on your device. Previously limited to users with Enhanced Tracking Protection set to Strict, this protection is now rolling out gradually to all users.
	</li>
	<li>
		Try out real-time, private translations in Firefox Desktop with the `about:translations` page. Start typing the word "translate" into the URL bar for a quick-action shortcut to the page.
		<figure class="image image--expandable">
			<img alt="Updated Firefox Translator in Firefox 150" class="ipsImage" height="255" width="720" src="https://cdn.neowin.com/news/images/uploaded/2026/04/1776692931_firefox_translate.webp">
		</figure>
	</li>
	<li>
		Added support for the GTK emoji picker on Linux, allowing users to insert emoji using the system shortcut (typically Ctrl+.).
	</li>
	<li>
		Firefox web apps are now available to Windows users who installed Firefox through the Microsoft Store.
	</li>
	<li>
		The new Firefox Profile management system is now available to all users, including users on Windows 10.
	</li>
	<li>
		Backing up a profile to a file is now available to all Windows 10 and 11 users, including those who use the new profile management system.
	</li>
	<li>
		Firefox now ships with a new .rpm package for Linux users on Red Hat, Fedora, openSUSE, and other RPM-based distributions.
	</li>
	<li>
		If you prefer creating tab groups from the context menu, you can now turn off drag-and-drop group creation in Settings &gt; Tabs &gt; Drag tabs to create tab groups.
	</li>
</ul>

<p>
	 
</p>

<p>
	Firefox 150.0 is <a automate_uuid="2facf52d-58e9-43f5-9d3d-623179eb8eef" href="https://ftp.mozilla.org/pub/firefox/releases/150.0/" rel="external nofollow">now available for download on Mozilla's FTP</a>. Existing installations will be able to update to the latest release in the coming hours. Full release notes will be available <a automate_uuid="5e48d01e-5b77-4a9e-8126-d9519d9d4863" href="https://www.firefox.com/en-US/firefox/150.0/releasenotes/" rel="external nofollow">in the official documentation</a> (currently not available).
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/firefox-1500-is-out-with-improved-split-view-new-features-for-pdf-editor-and-more/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="56074" data-embedcontent="" data-embedid="embed4363591519" src="https://nsaneforums.com/topic/483793-mozilla-firefox-browser-1500/?do=embed&amp;comment=1897660&amp;embedComment=1897660&amp;embedDo=findComment#comment-1897660" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 21 April 2026 at 8:15 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34651</guid><pubDate>Mon, 20 Apr 2026 22:20:20 +0000</pubDate></item><item><title>Microsoft is finally adding the right kind of AI support to Windows 11 as it struggles to combat AI popularity on Mac</title><link>https://nsaneforums.com/news/software-news/microsoft-is-finally-adding-the-right-kind-of-ai-support-to-windows-11-as-it-struggles-to-combat-ai-popularity-on-mac-r34650/</link><description><![CDATA[<h3>
	Support for AI agents on the Taskbar and Search Box are coming to Windows 11 next month, Microsoft has confirmed.
</h3>

<p id="elk-fdf6ecde-3e65-4919-b9fe-47ca7a090318">
	Windows 11's Taskbar and Search Box is set to <a data-analytics-id="inline-link" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://blogs.windows.com/windows-insider/2026/04/17/releasing-windows-11-builds-26100-8313-and-26200-8313-to-the-release-preview-channel/" href="https://blogs.windows.com/windows-insider/2026/04/17/releasing-windows-11-builds-26100-8313-and-26200-8313-to-the-release-preview-channel/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">gain a big update next month</a> that will introduce support for <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/artificial-intelligence" data-before-rewrite-redirect="https://www.windowscentral.com/tag/artificial-intelligence" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://www.windowscentral.com/artificial-intelligence" href="https://www.windowscentral.com/artificial-intelligence" rel="external nofollow">AI</a> agents, <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows-11/windows-11s-taskbar-is-about-to-get-an-agentic-upgrade-with-ai-agent-integration" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://www.windowscentral.com/microsoft/windows-11/windows-11s-taskbar-is-about-to-get-an-agentic-upgrade-with-ai-agent-integration" href="https://www.windowscentral.com/microsoft/windows-11/windows-11s-taskbar-is-about-to-get-an-agentic-upgrade-with-ai-agent-integration" rel="external nofollow">a feature that was first announced last year</a> for AI developers. This will enable developers to build AI experiences that tie into the Windows UX natively, streamlining experiences between OS and AI.
</p>

<p>
	 
</p>

<p>
	This is a great feature for those who are utilizing AI tools on Windows, but wish those experiences were more natively integrated with the platform. AI developers will now have the option to tap into API's that streamline this experience for them, helping out the user in the long run.
</p>

<p>
	 
</p>

<p aria-hidden="true">
	If you're someone who despises AI on Windows, we have some good news. This capability isn't on by default, and it isn't something you'll ever have to deal with if you don't use AI tools on Windows. There's been a lot of misreporting on this capability, so here's the facts: This isn't another useless AI feature taking up system resources, it's simply an <a data-analytics-id="inline-link" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://learn.microsoft.com/en-us/windows/apps/api-reference/compliance/windows-ui-shell-tasks" href="https://learn.microsoft.com/en-us/windows/apps/api-reference/compliance/windows-ui-shell-tasks" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow"><em>API </em>for AI developers.</a>
</p>

<p>
	 
</p>

<div>
	<div>
		<p>
			<picture data-new-v2-image="true"> <source sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/X7namLuEouwGhkhMJ89pNV-1200-80.jpg.webp 1200w, https://cdn.mos.cms.futurecdn.net/X7namLuEouwGhkhMJ89pNV-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/X7namLuEouwGhkhMJ89pNV-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/X7namLuEouwGhkhMJ89pNV-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/X7namLuEouwGhkhMJ89pNV-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/X7namLuEouwGhkhMJ89pNV-320-80.jpg.webp 320w" type="image/webp"> <img alt="Taskbar with AI agent" class="ipsImage" data-new-v2-image="true" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/X7namLuEouwGhkhMJ89pNV-1024-80.jpg"> </source></picture>
		</p>

		<p>
			<em><span>This is the interface that appears when an AI developer utilizes this new API. </span></em>
		</p>

		<p>
			<em><span itemprop="copyrightHolder">(Image credit: Microsoft)</span></em>
		</p>

		<p>
			 
		</p>

		<p id="elk-e1eb5fd5-2fc5-408e-9bab-574c7670c181">
			It's necessary for Microsoft to make Windows AI-ready for developers, as that's where software innovation and engineering is taking place right now. Over the last year, <a data-analytics-id="inline-link" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://www.businessworld.in/article/apple-mac-best-ai-pc-apple-silicon-edge-ai-platform-2026-594759" href="https://www.businessworld.in/article/apple-mac-best-ai-pc-apple-silicon-edge-ai-platform-2026-594759" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">AI popularity has exploded on Mac</a>. Unlike Windows, which has been met with severe backlash whenever it tries to introduce new AI capabilities, Mac users have welcomed AI tools and <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/how-to-install-and-use-ollama-to-run-ai-llms-on-your-windows-11-pc" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://www.windowscentral.com/software-apps/how-to-install-and-use-ollama-to-run-ai-llms-on-your-windows-11-pc" href="https://www.windowscentral.com/software-apps/how-to-install-and-use-ollama-to-run-ai-llms-on-your-windows-11-pc" rel="external nofollow">LLMs</a> with open arms. As a result, AI developers are building experiences first or sometimes exclusively for Mac, leaving Windows users out in the cold.
		</p>

		<p>
			 
		</p>
		<a aria-hidden="true" class="paywall" id="elk-seasonal" rel=""></a>

		<p id="elk-e1eb5fd5-2fc5-408e-9bab-574c7670c181-1">
			Naturally, this is concerning for Microsoft. If developers are choosing to build the next-generation of software on Mac, that doesn't bode well for the future of Windows. So, it's eager to appeal to AI developers and encourage them to build for Windows, and is introducing APIs such as AI agents on the Taskbar to help with this.
		</p>

		<p>
			 
		</p>

		<p>
			Microsoft wants to position Windows as the premiere platform for AI developers, but it's struggling to balance that position with end-users who seem to outright reject any attempt to cater for AI experiences on Windows. This is evident in the fact that people seem to be outraged at this new API for AI developers, something that won't impact anyone who already isn't using AI on Windows.
		</p>

		<p>
			 
		</p>

		<p>
			<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows-11/windows-11-major-improvements-announced-movable-taskbar-less-ads-reduced-copilot-better-performance-2026" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://www.windowscentral.com/microsoft/windows-11/windows-11-major-improvements-announced-movable-taskbar-less-ads-reduced-copilot-better-performance-2026" href="https://www.windowscentral.com/microsoft/windows-11/windows-11-major-improvements-announced-movable-taskbar-less-ads-reduced-copilot-better-performance-2026" rel="external nofollow">This is why Microsoft has announced plans to focus on quality across Windows</a>. It's hoping that if it can prove that it's able to get OS fundamentals right, it will be given a pass to <em>also </em>work on AI capabilities that position Windows competitively for the future. Mac, Android, iPadOS, <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/tag/linux" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://www.windowscentral.com/tag/linux" href="https://www.windowscentral.com/tag/linux" rel="external nofollow">Linux</a> and others are all leaning heavily on AI, and are doing so without much friction. Windows is the only platform struggling to convince its userbase that catering to AI developers and experiences is important.
		</p>

		<p>
			 
		</p>

		<p>
			<a href="https://www.windowscentral.com/microsoft/windows-11/microsoft-is-finally-adding-the-right-kind-of-ai-support-to-windows-11-as-it-struggles-to-combat-ai-popularity-on-mac" rel="external nofollow">Source</a>
		</p>

		<hr class="ipsHr">
		<p>
			<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
		</p>

		<p>
			<span style="font-size:12px;"><em>Posted Tuesday 21 April 2026 at 8:12 am AEST (my time).</em></span>
		</p>

		<p>
			<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
		</p>

		<p>
			<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
		</p>
	</div>
</div>
]]></description><guid isPermaLink="false">34650</guid><pubDate>Mon, 20 Apr 2026 22:13:13 +0000</pubDate></item><item><title>WhatsApp confirms a Premium subscription tier, here is what it includes</title><link>https://nsaneforums.com/news/software-news/whatsapp-confirms-a-premium-subscription-tier-here-is-what-it-includes-r34649/</link><description><![CDATA[<h3>
	The perks a WhatsApp Plus plan could bring include: changing themes, changing icons, pinning more than three chats, and custom ringtones.
</h3>

<p>
	Meta has confirmed that it is working on a new "WhatsApp Plus" premium subscription tier for its messaging app, which will include perks such as the ability to send premium stickers, change the app’s theme and icon, pin up to 20 chats, and access custom ringtones. Subscribers will also get access to an "Update/Upgrade List" for their contacts.
</p>

<p>
	 
</p>

<p>
	<a automate_uuid="60a78338-d8f9-48bb-988e-ac35ace9f4cf" href="https://techcrunch.com/2026/04/20/whatsapp-is-testing-a-premium-subscription-put-it-is-mainly-cosmetic/" rel="external nofollow">Speaking to TechCrunch</a>, Meta said that WhatsApp Plus is currently running as a "small test to gather feedback and ensure we’re building something people find genuinely valuable". The company did not specify pricing for the subscription, but <a automate_uuid="794097d4-ca9d-4aca-b877-697c416851ce" href="https://wabetainfo.com/whatsapp-plus-is-rolling-out-new-premium-features/" rel="external nofollow">WABetaInfo says</a> it could cost around €2.49 per month in Europe, with a one-month free trial offered to some users.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedid="embed9857900000" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/realshuhaib/status/2045852588923650278" style="overflow: hidden; height: 1047px;"></iframe>
</div>

<p>
	WhatsApp Plus is part of Meta's latest mission to introduce subscription tiers across its services. Apart from WhatsApp Plus, the company is currently testing "Instagram Plus" in select countries like Mexico, Japan, and the Philippines. In Mexico, the service costs users roughly $2.20 USD per month.
</p>

<p>
	 
</p>

<p>
	<a automate_uuid="a798d72b-a73b-4a2e-a209-36642935d5f8" href="https://www.neowin.net/news/meta-rolls-out-early-test-of-paid-subscriptions-on-instagram/" rel="external nofollow">Instagram Plus</a> has several perks, including the ability to segment followers into multiple lists beyond just "Close Friends". Subscribers can also see exactly who has viewed their stories more than once. The plan gives users more control over their Stories, letting them preview a story before it goes live, extend its expiration from 24 to 48 hours, and even "spotlight" a story to push it to the top of their followers' feeds.
</p>

<p>
	 
</p>

<p>
	In other Meta news, CEO Mark Zuckerberg is <a automate_uuid="4ac82f8a-7ac3-4d74-bf61-8d20a005db3b" href="https://www.neowin.net/news/zuckerbot-is-coming-meta-is-reportedly-building-an-ai-version-of-mark-zuckerberg/" rel="external nofollow">reportedly the subject</a> of an internal project to build a photorealistic AI clone of himself. The company is training this digital "Zuckerbot" on his voice, tone, mannerisms, photos, public statements, and recent strategic thinking. The AI is being designed to hold real-time conversations, give advice, and help staff "feel more connected" to the founder.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/whatsapp-confirms-a-premium-subscription-tier-here-is-what-it-includes/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 21 April 2026 at 8:10 am AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34649</guid><pubDate>Mon, 20 Apr 2026 22:11:22 +0000</pubDate></item><item><title>Windows 11 April update triggers "death loops" and bizarre pixelated crashes</title><link>https://nsaneforums.com/news/software-news/windows-11-april-update-triggers-death-loops-and-bizarre-pixelated-crashes-r34639/</link><description><![CDATA[<h3>
	The KB5083769 Patch Tuesday release is reportedly bricking systems, leaving users trapped in endless repair cycles and broken recovery screens.
</h3>

<p>
	It has been just five days since Microsoft released its <a automate_uuid="6c2c6f60-1e07-4d36-b485-27823ccc74c7" href="https://www.neowin.net/news/kb5083769-microsoft-updates-media-creation-tool-for-windows-11-usb-installations/" rel="external nofollow">April Patch Tuesday update (KB5083769)</a> and already people are starting to <a automate_uuid="bcaf41b6-9968-489f-8a4a-16d2ac779108" href="https://www.neowin.net/news/microsoft-confirms-windows-11-kb5083769-kb5082052-wrongly-forcing-bitlocker-recovery/" rel="external nofollow">report more issues</a> on Microsoft’s Learn Q&amp;A pages. One that stood out was the update being suspected of creating a “death loop” for several users. It’s unclear how many people are experiencing these death loops but aside from the poster, one commenter said they were having the same issue and so were three other people in their company.
</p>

<p>
	 
</p>

<p>
	The poster, who goes by the name Vagabond Superstar, said they attempted to install the Patch Tuesday update for April, but their PC got stuck in a “death loop” (similar to the <a automate_uuid="304afb5a-09a1-469b-a192-98d139253caf" href="https://www.neowin.net/news/windows-pcs-should-no-longer-repeatedly-restart-or-fail-to-install-update-with-kb5091157/" rel="external nofollow">bug on Windows Server perhaps</a>) where the screen shows a “mosaic of weird pixels” followed by a blue screen saying that Windows needs to be recovered. The user was then given an option to retry, but after attempting this, the computer went into a boot loop where it kept giving the message that it was attempting to repair the issue, then it would loop back through the pixelated screens.
</p>

<p>
	 
</p>

<p>
	Vagabond Superstar notes that their PC is a HP Pavillion 590-p0044. It has an AMD Ryzen 5 2600, 32GB RAM, GTX 1080ti GPU, and is running Windows 11 Home. Another commenter, who goes by the name “L M”, said they’re having exactly the same problem on a Dell Desktop and describes the pixelated screen and repairs similar to what the original poster said they experienced.
</p>

<p>
	 
</p>

<p>
	The final commenter to report the same issue was Thomas B who said they’ve been experiencing the same thing and so are another three people in their company who are no longer able to boot into Windows, potentially preventing them from accessing important work documents. Thomas B noted that they were able to uninstall the latest “Quality” update and get back into their system, but one of the users had a recovery environment that was so broken, they couldn’t get back into their system.
</p>

<p>
	 
</p>

<p>
	It isn’t clear if this issue is being caused directly by Microsoft or if there is some common driver or software issue affecting all of these users. Microsoft’s Q&amp;A Assist, which is AI-generated, says that similar issues have been documented when a cumulative/security update corrupts boot-critical components or drivers, especially on some AMD-based systems.
</p>

<p>
	 
</p>

<p>
	It recommends going into the Window Recovery Environment, attempting a System Restore, then a Startup Repair, then a Local reinstall if the first two recommendations fail. You can find its detailed answer in the <a automate_uuid="36351e39-b3da-4d8f-8d8e-0ad2bd084d39" href="https://learn.microsoft.com/en-us/answers/questions/5862058/2026-04-security-update-(kb5083769)-(26200-8246)-c" rel="external nofollow">post’s comments section</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-april-update-triggers-death-loops-and-bizarre-pixelated-crashes/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Monday 20 April 2026 at 5:41 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34639</guid><pubDate>Mon, 20 Apr 2026 07:41:37 +0000</pubDate></item><item><title>Windows PCs should no longer repeatedly restart or fail to install update with KB5091157</title><link>https://nsaneforums.com/news/software-news/windows-pcs-should-no-longer-repeatedly-restart-or-fail-to-install-update-with-kb5091157-r34638/</link><description><![CDATA[<h3>
	New OOB emergency updates are out to fix major issues that were being caused by the recent KB5082063, KB5082142 updates.
</h3>

<p>
	A few days ago we covered a Windows Server bug wherein systems were repeatedly restarting as a result of a compatibility conflict following the latest Patch Tuesday updates like <a automate_uuid="153dfc11-74de-4187-b251-535682f072e0" href="https://www.neowin.net/news/microsoft-warns-windows-pcs-keep-restarting-after-kb5082063-kb5082142-update-bug/" rel="external nofollow">KB5082063 and KB5082142</a>.
</p>

<p>
	 
</p>

<p>
	This weekend, Microsoft has released multiple emergency out-of-band (OOB) updates for all supported versions of Windows Server. The company has fixed the problem as well as an installation bug. Microsoft writes:
</p>

<p>
	 
</p>

<p>
	"Microsoft has released out-of-band (OOB) updates today, April 19, 2026, to address issues introduced by the April 2026 Windows security update. ... A limited number of Windows Server 2025 devices might experience failures installing the April 2026 security update (KB5082063). In addition, some versions of Windows Server may experience domain controllers restarting repeatedly after installing the April 2026 security update. ... To address these issues, Microsoft has released OOB updates for the Windows Server versions"
</p>

<p>
	 
</p>

<p>
	As part of the improvements in the changelog, Microsoft writes:
</p>

<p>
	 
</p>

<p>
	"This out-of-band update contains quality improvements from KB5082063 (released April 14, 2026).
</p>

<p>
	 
</p>

<ul>
	<li>
		<a automate_uuid="1986f457-5573-4923-a1a6-017aa549d2fd" href="https://www.neowin.net/news/microsoft-warns-windows-pcs-keep-restarting-after-kb5082063-kb5082142-update-bug/" rel="external nofollow">[Domain controllers (known issue)]</a> Fixed: After installing the April 14, 2026, Windows security update (KB5082063) and restarting, domain controllers with multi-domain forests that use Privileged Access Management (PAM), might experience startup issues. In some cases, Local Security Authority Subsystem Service (LSASS) might stop responding, leading to repeated restarts, and preventing authentication and directory services, which can make the domain unavailable.
	</li>
	<li>
		[Windows update installation] Fixed: A small number of Windows Server 2025 devices might fail to install the April 14, 2026, Windows security update (KB5082063). When this issue occurs, affected devices might display one of the following error messages: “Install error: 0x800F0983” or “Some update files are missing or have problems. We’ll try to download the update again later. Error code: 0x80073712.”"
	</li>
</ul>

<p>
	 
</p>

<p>
	The <a automate_uuid="51c2aaa0-8e68-4c41-8396-526a695b9a59" href="https://www.neowin.net/news/microsoft-confirms-windows-11-kb5083769-kb5082052-wrongly-forcing-bitlocker-recovery/" rel="external nofollow">BitLocker recovery bug</a>, though, still remains as a known issue. You can find the official support articles <a automate_uuid="6bc1a6a9-c3a4-45e9-9f76-3d90de116d83" href="https://learn.microsoft.com/en-us/windows/release-health/windows-message-center#4835" rel="external nofollow">here</a> on Microsoft's official website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-pcs-should-no-longer-repeatedly-restart-or-fail-to-install-update-with-kb5091157/" rel="external nofollow">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Monday 20 April 2026 at 5:39 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts: 2023 5,800+ | 2024 5,700+ | 2025 5,700+ | 2026 (to end of March) 1,297</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">34638</guid><pubDate>Mon, 20 Apr 2026 07:41:06 +0000</pubDate></item></channel></rss>
