<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Software News</title><link>https://nsaneforums.com/news/software-news/page/102/?d=2</link><description>News: Software News</description><language>en</language><item><title>MS-DEFCON 3: Cleanup time</title><link>https://nsaneforums.com/news/software-news/ms-defcon-3-cleanup-time-r28844/</link><description><![CDATA[<div id="slice-container-newsletterForm-articleInbodyContent-v6oL3kAw6JQGRpjswRc389">
	<div data-hydrate="true">
		<div>
			<div>
				<div>
					<div>
						<div>
							<div>
								<div>
									<div>
										<p>
											<strong>By Susan Bradley</strong>
										</p>

										<p>
											 
										</p>

										<p>
											After every Patch Tuesday, there is a period I call “cleanup time.”
										</p>

										<p>
											 
										</p>

										<p>
											By the end of the week, side effects start to pop up. Even though Microsoft does not usually document its patches well, we at least know which updates have been released and have had a chance to read through the release notes.
										</p>

										<p>
											 
										</p>

										<p>
											This time, side effects appear to be widespread. I have therefore set the MS-DEFCON level to 3. Patch as necessary but check your results carefully.
										</p>

										<p>
											 
										</p>

										<p>
											Microsoft noted that <a href="https://www.askwoody.com/forums/topic/devices-might-encounter-blue-screen-exception-with-the-recent-windows-updates/" rel="external nofollow">Windows 11 24H2</a> users have seen blue screens of death (BSOD), which has been mitigated with a known rollback fix. I have not experienced that problem.
										</p>

										<p>
											 
										</p>

										<p>
											I have been monitoring Windows patches and their side effect for about half of Microsoft’s existence. There have always been times when patch quality control was nonexistent, when documentation should have been better, and when I got better information from the attack community than I did from Microsoft. But this week I found the company’s lack of communication on something that made a visible change to the operating system of greater than usual concern.
										</p>

										<h3>
											A sloppy mitigation fix for Windows
										</h3>

										<p>
											Microsoft is once again in the position wherein it must code updates with a risk model that the vast majority of consumers will never experience. One vulnerability, <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-21204" rel="external nofollow">CVE-2025-21204</a>, is described in <a href="https://support.microsoft.com/en-us/topic/april-8-2025-kb5055523-os-build-26100-3775-277a9d11-6ebf-410c-99f7-8c61957461eb" rel="external nofollow">KB5055523</a> as follows:
										</p>

										<p>
											 
										</p>

										<p style="margin-left: 40px;">
											<strong>[OS Security]</strong> After installing this update or a later Windows update, a new <strong>%systemdrive%\inetpub</strong> folder will be created on your device. This folder should not be deleted regardless of whether Internet Information Services (IIS) is enabled on the target device. This behavior is part of changes that increase protection and does not require any action from IT admins and end users.
										</p>

										<p>
											 
										</p>

										<p>
											Also see <a href="https://cwe.mitre.org/data/definitions/59.html" rel="external nofollow">CWE-59: Improper Link Resolution Before File Access (‘Link Following’)</a> at Mitre’s Common Weakness Enumeration (CWE) site, which provides the following description:
										</p>

										<p>
											 
										</p>

										<p>
											The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.
										</p>

										<p>
											 
										</p>

										<p>
											Under “Common Consequences,” the CWE says:
										</p>

										<p>
											 
										</p>

										<p style="margin-left: 40px;">
											An attacker may be able to traverse the file system to unintended locations and read or overwrite the contents of unexpected files. If the files are used for a security mechanism then an attacker may be able to bypass the mechanism.
										</p>

										<p>
											 
										</p>

										<p>
											What does all that mean? Businesses are being attacked with toe holds gained via malicious URLs, or spoofed emails. Once in, and if the computer being accessed is not properly protected, the attacker can use a set of tricks to gain access to the Windows Update stack, which then allows elevation of privileges locally. That’s where the bypass described above comes into play — instead of the filename resolving to a local file, the vulnerability hides the fact that the filename actually points to a link or shortcut that should otherwise not be accessible.
										</p>

										<p>
											 
										</p>

										<p>
											<img alt="ALERT-2025-04-22-bradley-inetpub.jpg" class="ipsImage" data-ratio="124.84" height="387" width="310" src="https://www.askwoody.com/wp-content/uploads/2025/04/ALERT-2025-04-22-bradley-inetpub.jpg">
										</p>

										<p>
											 
										</p>

										<p>
											I have written about this before in connection with the aforementioned %systemdrive%\inetpub folder, which started appearing on client PCs (as opposed to servers). Historically, this folder was not needed on client PCs unless they were being used for Web development purposes and so on most PCs was not there. That history led many pundits to suggest that the folder could be safely removed, which Microsoft’s guidance in KB5055523 clearly says is not the case.
										</p>

										<p>
											 
										</p>

										<p>
											What makes this worse is that the folder will not be automatically restored when the PC reboots, but it is needed for the workaround for this vulnerability. Just re-creating the folder yourself won’t do the trick because it will not have the required permissions to make the workaround work. If you did remove the folder, don’t re-create it — restore it from the recycle bin.
										</p>

										<p>
											 
										</p>

										<p>
											Microsoft’s handling of this was far from ideal. The patch was applied if you accepted March updates. But at the time the patch was applied and the folder created, there was no notification about the folder or the fact that it should not be deleted. Folks started noticing this right away which led to a lot of bogus information showing up on the Web. Microsoft did not provide documentation until several days later, when it was too late to undo the deletion for many users. Worse, the April updates do not check to make sure that workaround patch is applied and thus installation of the April patches is not blocked, as it might be for other serious missing patches.
										</p>

										<p>
											 
										</p>

										<p>
											This is the best you could do, Microsoft? Really? Quietly create a folder, don’t tell anyone about it until the real world starts seeing it and deleting it, and then fail to put mitigation in a subsequent patching regimen?
										</p>

										<p>
											 
										</p>

										<p>
											The only good news from this sloppy work is that it will probably manifest only for business users. Nonetheless, if you see that folder on your PC, even if you are a consumer, don’t delete it. It actually does have a purpose, and it actually is required.
										</p>

										<h3>
											Out-of-band fixes for Windows
										</h3>

										<p>
											For years, “out of band” has meant that a given update was fixing an active attack for a security issue on an emergency basis. Now the term has been applied to additional after-the-fact updates that must be installed if the original security update affected you.
										</p>

										<p>
											 
										</p>

										<p>
											In April, Microsoft released out-of-band updates for Windows and Office bugs, including fixing an issue where audit logon/logoff events in the local policy of Active Directory Group Policy were not displayed as enabled even though they were functioning correctly. This issue was addressed through out-of-band updates for various Windows versions, including:
										</p>

										<p>
											 
										</p>

										<div>
											<ul>
												<li>
													Windows 11 23H2 and 22H2 <a href="https://support.microsoft.com/en-us/topic/april-11-2025-kb5058919-os-builds-22621-5192-and-22631-5192-out-of-band-349d28f6-cdb4-44c0-b2de-21153fd39652" rel="external nofollow">(KB5058919)</a>
												</li>
												<li>
													Windows Server 2022 <a href="https://support.microsoft.com/en-us/topic/april-11-2025-kb5058920-os-build-20348-3561-out-of-band-6de61ab1-c7f8-4ee3-bc17-eadcfcbdb2c7" rel="external nofollow">(KB5058920)</a>
												</li>
												<li>
													Windows 10 Enterprise LTSC 2019 and Windows Server 2019 (<a href="https://support.microsoft.com/en-us/topic/april-11-2025-kb5058922-os-build-17763-7240-out-of-band-84e282b6-22b9-45db-80c0-d485b8c254bc" rel="external nofollow">KB5058922</a>)
												</li>
												<li>
													Windows 10 LTSB 2016 and Windows Server 2016 (<a href="https://support.microsoft.com/en-us/topic/april-11-2025-kb5058921-os-build-14393-7973-out-of-band-bcd6c4ef-eb5e-43e1-9a6e-03e7113ff30a" rel="external nofollow">KB5058921</a>)
												</li>
												<li>
													Azure Stack HCI, version 22H2 <a href="https://support.microsoft.com/en-us/topic/april-11-2025-kb5058920-os-build-20348-3561-out-of-band-6de61ab1-c7f8-4ee3-bc17-eadcfcbdb2c7" rel="external nofollow">(KB5058920)</a>
												</li>
											</ul>
										</div>

										<p>
											 
										</p>

										<p>
											This fix must be manually installed; it is not available through Windows updates, only from the Windows catalog.
										</p>

										<p>
											 
										</p>

										<p>
											I am assuming that most consumers don’t care about audit logon/logoff events — you know when you logged on. Therefore, this is a “skip it” update. Businesses will need to decide if they want the fix now or will just wait until May when it’s rolled up into that update.
										</p>

										<h3>
											Out-of-band fixes for Office
										</h3>

										<p>
											If you use one of the “boxed” versions of Office, such as 2016, that uses individual updates — and not the Microsoft 365 click-to-run version — you’ll want to handle the April updates carefully. After installing <a href="https://support.microsoft.com/topic/5002700" rel="external nofollow">KB5002700</a>, you’ll find that Microsoft Word, Microsoft Excel, and Microsoft Outlook stop responding. You then must install <a href="https://support.microsoft.com/en-us/topic/april-10-2025-update-for-office-2016-kb5002623-d60c1f31-bb7c-4426-b8f4-69186d7fc1e5" rel="external nofollow">KB5002623</a> to fix this issue. But this update is neither on Windows update nor on the Microsoft catalog site, where it could be used along with business patching platforms. Instead, it’s on the Microsoft download center.
										</p>

										<p>
											 
										</p>

										<p>
											You have a couple of options:
										</p>

										<p>
											 
										</p>

										<div>
											<ul>
												<li>
													Place the update on a network share. Before installing all the updates to the workstations, script this extra update to be installed right after installing the April Office updates.
												</li>
												<li>
													Instruct your patchers to find the patch on a network share and manually install it.
												</li>
											</ul>
										</div>

										<h3>
											Issues installing 24H2
										</h3>

										<p>
											As you are aware, I work in the accounting profession in real life, where things are busy between January and April. Although I install security updates during this time, the last thing I want to do is to install feature updates. Some of my fellow accountants did so during tax season and ended up scrambling to get new printer driver or hauling an old printer from the basement to get things working. Because the 24H2 release is a major release, it takes time. It’s disruptive. It can have side effects.
										</p>

										<p>
											 
										</p>

										<p>
											In addition, some readers are struggling trying to get 24H2 installed. They’ve manually installed the ISO, and it gets to a certain point, stops and rolls back. The cryptic log files merely point to a driver, providing little helpful information. Use the <a href="https://www.microsoft.com/en-us/software-download/windows11" rel="external nofollow">Windows 11 Installation Assistant</a> or review <a href="https://learn.microsoft.com/en-us/windows/deployment/upgrade/setupdiag" rel="external nofollow">SetupDiag</a> looking for clues. I’m hoping to set aside time and dig through cryptic log files and see if we can get to the bottom of this.
										</p>

										<p>
											 
										</p>

										<p>
											Now that I’m winding down from tax season, I will start working on my project to migrate the office PCs from Windows 11 23H3 to 24H2. I’ll be taking notes and reporting to you.
										</p>

										<h3>
											Server broker still broken
										</h3>

										<p>
											I thought that the event viewer error in Windows 10 22H2 was fixed in the April updates. I received a notification that the System Guard Runtime Monitor service had been fixed:
										</p>

										<p>
											 
										</p>

										<p style="margin-left: 40px;">
											The Windows Event Viewer might display an error related to SgrmBroker.exe, on devices which have installed Windows updates released January 14, 2025 or later. This error can be found under Windows Logs, System as Event 7023, with text similar to “The System Guard Runtime Monitor Broker service terminated with the following error.”
										</p>

										<p>
											 
										</p>

										<p>
											It turns out they were fixed, but only for Windows Server 2022. <a href="https://support.microsoft.com/en-us/topic/april-8-2025-kb5055526-os-build-20348-3453-994da1e1-abb8-4219-8e25-a3dcc5f3ecb7" rel="external nofollow">KB5055526</a>, released on April 8, fixed the issue. Yet it was not fixed in Windows 10. I’ll let you know if a fix is released for Windows 10.
										</p>

										<h3>
											Server 2025 can’t serve
										</h3>

										<p>
											The new kid on the block is having some side effects. As noted by Microsoft in its Windows Health Release dashboard but not on its public site:
										</p>

										<p>
											 
										</p>

										<p style="margin-left: 40px;">
											Domain controllers manage network traffic incorrectly after restarting.
										</p>

										<p>
											 
										</p>

										<p>
											I’d call that interesting at the least but more likely worrisome. Servers that handle Active Directory have the domain controller role. It’s extremely important for them to handle such traffic. The underlying issue is caused by the Windows firewall switching to a public profile rather than domain or work. This is not new: Many have seen it happening for a long time and have recommended setting network location services to a delayed start for awhile.
										</p>

										<p>
											 
										</p>

										<p>
											Microsoft recommends that you can restart the network adapter. This can be done manually in various ways, such as using the following command via PowerShell:
										</p>

										<p>
											 
										</p>

										<div>
											<ul>
												<li>
													Restart-NetAdapter *
												</li>
											</ul>
										</div>

										<p>
											 
										</p>

										<p>
											Many deal with this issue by setting Network Location Awareness Automatic to <strong>Delayed</strong>, as shown in Figure 1.
										</p>

										<p>
											 
										</p>

										<p>
											<img alt="ALERT-2025-04-22-bradley-fig-01.jpg" class="ipsImage" data-ratio="106.51" height="540" width="468" src="https://www.askwoody.com/wp-content/uploads/2025/04/ALERT-2025-04-22-bradley-fig-01.jpg"><br>
											<em>Figure 1. Startup type Delayed</em>
										</p>

										<h3>
											Install updates immediately?
										</h3>

										<p>
											Time and time again, Microsoft showcases that we need to be methodical and patient when updates are concerned. Have a backup. Have another device just in case. Have a plan B. Ensure that you are aware that sometimes the risks of updates are just as great as the risks of attacks.
										</p>

										<h3>
											Resources
										</h3>

										<div>
											<ul>
												<li>
													Susan’s <a href="https://www.askwoody.com/patch-list-master/" rel="external nofollow">Master Patch List</a>
												</li>
												<li>
													The <a href="https://www.askwoody.com/ms-defcon-system/" rel="external nofollow">MS-DEFCON System</a> explained
												</li>
												<li>
													<a href="https://blockapatch.com/" rel="external nofollow">BlockAPatch</a> — Tools to help you hide or block updates
												</li>
												<li>
													Steve Gibson’s excellent <a href="https://www.grc.com/incontrol.htm/" rel="external nofollow">InControl</a> to manage feature releases
												</li>
											</ul>
										</div>

										<p>
											 
										</p>

										<p>
											<a href="https://www.askwoody.com/newsletter/ms-defcon-3-cleanup-time/" rel="external nofollow">Source</a>
										</p>

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

										<p>
											<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
										</p>

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

										<p>
											<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
										</p>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">28844</guid><pubDate>Tue, 22 Apr 2025 18:09:24 +0000</pubDate></item><item><title>How to change the default folder for downloads on Windows 11</title><link>https://nsaneforums.com/news/software-news/how-to-change-the-default-folder-for-downloads-on-windows-11-r28843/</link><description><![CDATA[<h3>
	Do you want to set a different drive or location for all your downloads? Here's how on Windows 11.
</h3>

<p>
	On <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11" data-before-rewrite-redirect="/windows-11" data-hl-processed="none" data-url="https://www.windowscentral.com/software-apps/windows-11" href="https://www.windowscentral.com/software-apps/windows-11" rel="external nofollow">Windows 11</a>, when you download a document or another type of file, by default, it's stored in the "Downloads" folder located in the home folder for that specific account. However, you can always change the default location of the folder to another path or a different drive.
</p>

<p>
	 
</p>

<p>
	Although it usually makes sense to download files in the default location,
</p>

<p>
	 
</p>

<p>
	over time, this can take up a lot of space, potentially affecting system performance, especially on devices with limited capacity. Redirecting downloads to another drive can help manage storage more effectively.
</p>

<p>
	 
</p>

<p>
	It can also help with file organization if you're setting up secondary (internal or external) storage on the computer.
</p>

<p>
	 
</p>

<p>
	Regardless of the reason, Windows 11 allows you to change the default location of the "Downloads" folder to use another path or a totally different drive.
</p>

<p>
	 
</p>

<p>
	In this <a data-analytics-id="inline-link" data-before-rewrite-localise="/how-to" data-hl-processed="none" data-url="https://www.windowscentral.com/how-to" href="https://www.windowscentral.com/how-to" rel="external nofollow">how-to guide</a>, I'll outline the easy steps to change the default location to download files on Windows 11.
</p>

<h2 id="section-how-to-change-the-downloads-folder-location-on-windows-11">
	<span>How to change the Downloads folder location on Windows 11</span>
</h2>

<p>
	To redirect the downloads to another location on Windows 11, use these steps:
</p>

<div id="slice-container-newsletterForm-articleInbodyContent-v6oL3kAw6JQGRpjswRc389">
	<div data-hydrate="true">
		<div>
			 
		</div>

		<ol start="1">
			<li>
				Open <strong>File Explorer</strong>.
			</li>
			<li>
				Type the following path variable in the address bar and press Enter: <em><strong>%HOMEPATH%</strong></em>
			</li>
			<li>
				Right-click the <strong>Downloads </strong>folder and choose the <strong>Properties </strong>option.
			</li>
		</ol>

		<p>
			 
		</p>

		<div>
			<div>
				<p>
					<img alt="Downloads open properties" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/G3on89TcRwXkcNSEGz3eM4-1024-80.jpg">
				</p>

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

				<p>
					 
				</p>

				<ol start="4">
					<li>
						Click the <strong>Location </strong>tab.
					</li>
					<li>
						Click the <strong>Move </strong>button.
					</li>
				</ol>

				<p>
					 
				</p>

				<div>
					<div>
						<p>
							<img alt="Downloads folder location tab" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/2fdt3crdAmH76qmRTKLqyD-1024-80.jpg">
						</p>

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

						<p>
							 
						</p>

						<ol start="6">
							<li>
								Select the new destination path on the same drive or a different one.
							</li>
							<li>
								Click the <strong>New folder</strong> option.
							</li>
							<li>
								Confirm the <strong>"Downloads"</strong> name for the folder.
							</li>
							<li>
								Select the newly created folder in the new location.
							</li>
							<li>
								Click the <strong>Select Folder </strong>button.
							</li>
						</ol>

						<p>
							 
						</p>

						<div>
							<div>
								<p>
									<img alt="Select Downloads new location" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/KYxP8CUtwpjbiQj2EgB6vj-1024-80.jpg">
								</p>

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

								<p>
									 
								</p>

								<ol start="1">
									<li>
										Click the <strong>Apply </strong>button.
									</li>
									<li>
										Click the <strong>Yes </strong>button to relocate the files to the folder location.
									</li>
								</ol>

								<p>
									 
								</p>

								<div>
									<div>
										<p>
											<img alt="Downloads transfer files to new location" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/rR49MXyXNHb2jgHyb6Gjj5-1024-80.jpg">
										</p>

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

										<p>
											 
										</p>

										<ul>
											<li>
												<strong>Quick note: </strong>If you choose the <strong>"No"</strong> option, the files will stay in the current location. Usually, the <strong>"Yes"</strong> option is the safest.
											</li>
										</ul>

										<ol start="10">
											<li>
												Click the <strong>OK </strong>button.
											</li>
										</ol>

										<p>
											 
										</p>

										<p>
											Once you complete the steps, the default location will be relocated to the new path or storage. As a result of these changes, apps like your web browser will download files in the new location by default.
										</p>

										<p>
											 
										</p>

										<p>
											If you want to revert the changes, you can use the same steps mentioned above, but this time, you will have to access the <strong>"Downloads"</strong> folder properties from the new location.
										</p>

										<p>
											 
										</p>

										<p>
											<a href="https://www.windowscentral.com/software-apps/windows-11/how-to-change-the-default-folder-for-downloads-on-windows-11" rel="external nofollow">Source</a>
										</p>

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

										<p>
											<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
										</p>

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

										<p>
											<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
										</p>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">28843</guid><pubDate>Tue, 22 Apr 2025 17:55:18 +0000</pubDate></item><item><title>How to show app labels in the Taskbar for Windows 11</title><link>https://nsaneforums.com/news/software-news/how-to-show-app-labels-in-the-taskbar-for-windows-11-r28842/</link><description><![CDATA[<h3>
	Yes, you can show app labels in the Taskbar, and here's how on Windows 11.
</h3>

<p>
	On <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11" data-before-rewrite-redirect="/windows-11" data-hl-processed="none" data-url="https://www.windowscentral.com/software-apps/windows-11" href="https://www.windowscentral.com/software-apps/windows-11" rel="external nofollow">Windows 11</a>, you can display labels for apps in the Taskbar, and in this guide, I'll walk you through how to enable this configuration quickly and easily.
</p>

<p>
	 
</p>

<p>
	In earlier versions of the operating system, having labels next to Taskbar icons made it simple to identify open apps and documents at a glance. However, with the initial release of Windows 11, Microsoft introduced a modern Taskbar design that removed several legacy features, including the ability to ungroup icons and show labels.
</p>

<p>
	 
</p>

<p>
	Thankfully, starting with the release of Windows 11 version 23H2, the company has listened to user feedback and brought back this functionality. You can now ungroup icons and show labels on the Taskbar once again, restoring a feature that enhances usability and gives you better control.
</p>

<p>
	 
</p>

<p>
	In this <a data-analytics-id="inline-link" data-before-rewrite-localise="/how-to" data-hl-processed="none" data-url="https://www.windowscentral.com/how-to" href="https://www.windowscentral.com/how-to" rel="external nofollow">how-to guide</a>, I'll explain the steps to enable or disable labels for apps in the Taskbar for Windows 11.
</p>

<p>
	 
</p>

<p>
	<strong>Warning:</strong> This is a friendly reminder that editing the Registry is risky and can cause irreversible damage to your installation if you don't do it correctly. Before proceeding, it's recommended that you make a .
</p>

<h2 id="section-how-to-show-app-labels-in-the-taskbar-from-settings">
	<span>How to show app labels in the Taskbar from Settings</span>
</h2>

<p>
	To show labels for apps in the Taskbar, use these steps:
</p>

<p>
	 
</p>

<ol start="1">
	<li>
		Open the <strong>Settings </strong>app.
	</li>
	<li>
		Click on <strong>Personalization</strong>.
	</li>
	<li>
		Click the <strong>Taskbar </strong>page.
	</li>
</ol>

<p>
	 
</p>

<div>
	<div>
		<p>
			<img alt="Windows 11 Taskbar settings" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/LXhwBFrhk9wnYtdvjn97XJ-1024-80.jpg">
		</p>

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

		<p>
			 
		</p>

		<ol start="4">
			<li>
				Click the <strong>Taskbar behaviors</strong> setting.
			</li>
			<li>
				(Option 1) Select the <strong>"Never" </strong>option to show app labels for the "Combine taskbar buttons and hide labels" setting.
			</li>
		</ol>

		<p>
			 
		</p>

		<div>
			<div>
				<p>
					<img alt="Windows 11 show labels in Taskbar" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/hTuaYqu4b3GTNsGWg3ufyN-1024-80.jpg">
				</p>

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

				<p>
					 
				</p>

				<ol start="6">
					<li>
						(Option 2) Select the <strong>"When the taskbar is full"</strong> option to show app labels but hide them when the Taskbar no longer has space for the "Combine taskbar buttons and hide labels" setting.
					</li>
					<li>
						(Option 3) Select the <strong>"Always" </strong>(default) option to hide app labels for the "Combine taskbar buttons and hide labels" setting.
					</li>
				</ol>

				<p>
					 
				</p>

				<p>
					Once you complete the steps, the Taskbar will show labels for apps running in the system according to your configuration.
				</p>

				<div id="slice-container-newsletterForm-articleInbodyContent-czVahfvvhpPNzroZGwpQSR">
					<div data-hydrate="true">
						<h3 class="article-body__section" id="section-how-to-show-app-labels-in-the-taskbar-from-registry">
							<span>How to show app labels in the Taskbar from Registry</span>
						</h3>

						<p>
							To control the option to show labels for apps in the Taskbar through the Registry, use these steps:
						</p>

						<p>
							 
						</p>

						<ol start="1">
							<li>
								Open <strong>Start</strong>.
							</li>
							<li>
								Search for <strong>regedit </strong>and click the top result to open the Registry Editor.
							</li>
							<li>
								Navigate to the following path: <em><strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced</strong></em>
							</li>
							<li>
								Right-click the <strong>TaskbarGlomLevel </strong>DWORD and click the <strong>Modify </strong>option.
							</li>
							<li>
								(Option 1) Set the value to <strong>2</strong> to always show labels.
							</li>
						</ol>

						<p>
							 
						</p>

						<div>
							<div>
								<p>
									<img alt="Configure TaskbarGlomLevel to show Taskbar labels" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/XkCpWB7sGZen5bQd8Gcnjn-1024-80.jpg">
								</p>

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

								<p>
									 
								</p>

								<ol start="6">
									<li>
										(Option 2) Set the value to <strong>1</strong> to show labels but hide when there's no space in the Taskbar.
									</li>
									<li>
										(Option 3) Set the value to <strong>0</strong> to always hide labels (default behavior).
									</li>
								</ol>

								<p>
									 
								</p>

								<p>
									After you complete the steps, the Taskbar will show text labels for apps according to your configuration.
								</p>

								<p>
									 
								</p>

								<p>
									<a href="https://www.windowscentral.com/software-apps/windows-11/how-to-show-app-labels-in-the-taskbar-for-windows-11" rel="external nofollow">Source</a>
								</p>

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

								<p>
									<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
								</p>

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

								<p>
									<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
								</p>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">28842</guid><pubDate>Tue, 22 Apr 2025 17:54:01 +0000</pubDate></item><item><title>Windows 10 KB5055612 fixes GPU issues in WSL and improves security</title><link>https://nsaneforums.com/news/software-news/windows-10-kb5055612-fixes-gpu-issues-in-wsl-and-improves-security-r28840/</link><description><![CDATA[<p>
	It is time for this month's optional non-security updates for Windows 11 and 10. Windows 10 is the first to receive April's C-update under KB5055612 (build number 19045.5796), which, slightly confusingly, contains security improvements to the Windows Kernel Vulnerable Driver Blocklist and a single fix for GPU paravirtualization support in Windows Subsystem for Linux 2.
</p>

<p>
	 
</p>

<p>
	For reference, this update <a href="https://www.neowin.net/news/windows-10-release-preview-build-190455794-is-out-with-two-fixes-for-graphics-and-security/" rel="external nofollow">was released</a> in the Insider Program (Release Preview) last week.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>Improvements</strong>
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[<strong>Graphics</strong>] Fix: The check for GPU paravirtualization was case-sensitive in Windows Subsystem for Linux 2 (WSL2). This issue might potentially cause GPU paravirtualization support to fail.
		</li>
		<li>
			[<strong>OS Security</strong>] Updates to the Windows Kernel Vulnerable Driver Blocklist (DriverSiPolicy.p7b). Additions have been made to blocklist drivers with security vulnerabilities that have been used in Bring Your Own Vulnerable Driver (BYOVD) attacks.
		</li>
	</ul>
</blockquote>

<p>
	Known issues in KB5055612 remain the same as before (minus the bug with a Windows Update error, which is now fully fixed). <a href="https://www.neowin.net/news/microsoft-confirms-january-2025-windows-updates-fail-to-install-on-pcs-with-certain-software/" rel="external nofollow">One affects systems with certain versions of Citrix software</a>, and one is <a href="https://www.neowin.net/news/microsoft-acknowledges-a-bug-in-the-latest-windows-10-updates-says-not-to-worry-about-it/" rel="external nofollow">about the Windows Event Viewer</a> displaying a SgrmBroker.exe error (Microsoft says you can safely ignore it).
</p>

<p>
	 
</p>

<p>
	You can download KB5055612 from Windows Update or <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5055612%20" rel="external nofollow">the Microsoft Update Catalog</a>. Keep in mind that today's release is optional, so feel free to skip it if you do not need or want anything from its changelog. Changes in KB5055612 will be included in the following mandatory Patch Tuesday updates.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-10-kb5055612-fixes-gpu-issues-in-wsl-and-improves-security/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28840</guid><pubDate>Tue, 22 Apr 2025 17:51:40 +0000</pubDate></item><item><title>Microsoft fixes that Windows Update error it told you to ignore</title><link>https://nsaneforums.com/news/software-news/microsoft-fixes-that-windows-update-error-it-told-you-to-ignore-r28839/</link><description><![CDATA[<p>
	Last week, <a href="https://www.neowin.net/news/windows-10-update-error-0x80070643-pretend-it-is-not-there-says-microsoft/" rel="external nofollow">Microsoft acknowledged a Windows 10 update bug</a> in which the operating system would show an "0x80070643 – ERROR_INSTALL_FAILURE" message when attempting to install a WinRE update with another update in a pending reboot state. At the time, Microsoft told affected users that they could solve the problem by simply ignoring it. Now, the company has a proper resolution for the issue.
</p>

<p>
	 
</p>

<p>
	Microsoft has updated its official documentation with a new message about the 0x80070643 error. It says that as of April 21, 2025, the bug no longer appears. Those installing KB5057589 after 2 PM PT will not observe the error. As for those who already have the update installed, it will not be offered again. In other words, there is nothing to do on your side if you use Windows 10. However, you can check the status of the update with the DISM /Online /Get-Packages command.
</p>

<p>
	 
</p>

<p>
	Here is the updated message that Microsoft <a href="https://learn.microsoft.com/en-us/windows/release-health/status-windows-10-22h2#3525msgdesc" rel="external nofollow">posted</a> on the Windows Health Dashboard website:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		If you install KB5057589 after 2 PM PT on April 21, 2025, you will not observe the incorrect error message about the install failure. If you have already installed this update, you will not see this update offered again and can check the status of this update with the Dism /Online /Get-Packages command.
	</p>
</blockquote>

<p>
	Note that the problem only affected Windows 10 version 22H2, version 21H2, and Windows Server 2022. It was not observed on systems running any client or server Windows 11 version.
</p>

<p>
	 
</p>

<p>
	As a reminder, mainstream support for Windows 10 is ending on October 14, 2025, and Microsoft is urging everyone with eligible devices to upgrade to Windows 11 and use its improved features and <a href="https://www.neowin.net/news/microsoft-explains-tpm-benefits-and-why-it-makes-windows-11-better-than-10/" rel="external nofollow">enhanced security</a>. As for those with unsupported devices, <a href="https://www.neowin.net/news/microsoft-how-to-update-to-windows-11-on-unsupported-windows-10-pc-dump-it-and-buy-new/" rel="external nofollow">Microsoft suggests</a> recycling and buying a new PC.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-fixes-that-windows-update-error-it-told-you-to-ignore/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28839</guid><pubDate>Tue, 22 Apr 2025 17:50:36 +0000</pubDate></item><item><title>Microsoft now lets you set Copilot as new tab page in Edge</title><link>https://nsaneforums.com/news/software-news/microsoft-now-lets-you-set-copilot-as-new-tab-page-in-edge-r28838/</link><description><![CDATA[<p>
	It appears that the current Copilot integration in Microsoft Edge is not enough for the company. Microsoft is now experimenting with letting users set Copilot as their new tab page in Edge. By default, Microsoft Edge has Copilot in a sidebar for quick responses, but with the latest updates, you can have it on the new tab page instead of the current one with a Bing search bar, quick links, backgrounds, and a news feed.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="Copilot as a new tab page in Microsoft Edge" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745312243_copilot_ntp.jpg">
</figure>

<p>
	Here is how to enable it:
</p>

<p>
	 
</p>

<ol>
	<li>
		Download Microsoft Edge 137.0.3274.0 or newer (currently available in the Edge Insider program)
	</li>
	<li>
		Go to edge://flags, a page with all the experimental features and flags in Microsoft Edge.
	</li>
	<li>
		Find and enable the following flags:<br>
		<strong>NTP Composer</strong>—set to "Enabled with experimental features"<br>
		<strong>NTP Composer Chat Ranking</strong>—set to "Enabled"<br>
		<strong>NTP Composer Focus</strong>—set to "Enabled"<br>
		<strong>NTP Composer Use Copilot Search</strong>—set to "Enabled"
		<figure class="image image--expandable">
			<img alt="Copilot as a new tab page in Microsoft Edge" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745312236_copilot_ntp_1.jpg">
		</figure>
	</li>
	<li>
		Restart Microsoft Edge and open a new tab. You will see the Copilot interface with a quick Office link, some suggestions, a settings button, and more.
	</li>
</ol>

<p>
	 
</p>

<p>
	It is worth reminding that features on the edge://flags page are experimental. They are often raw, unfinished, buggy, and overall not ready for their public debut. However, if you feel adventurous, you can try it on Microsoft Edge version 137, which is currently available for insiders in the Dev and Canary channels.
</p>

<p>
	 
</p>

<p>
	In other Edge-Copilot news, <a href="https://www.neowin.net/news/microsoft-just-made-copilot-vision-free-for-everyone-using-edge-browser/" rel="external nofollow">Microsoft recently launched Copilot Vision</a> for its browser. With Copilot Vision, you can let Copilot see your current tab and offer useful information and insights about it. <a href="https://www.neowin.net/news/you-can-now-ask-copilot-to-find-files-in-windows-11-and-ask-questions-about-running-apps/" rel="external nofollow">Copilot Vision is also coming to Windows 11</a>, and you can try it in recent preview builds.
</p>

<p>
	 
</p>

<p>
	<em>Do you like the idea of having Copilot as the default new tab page in Microsoft Edge? Share your thoughts in the comments.</em>
</p>

<p>
	 
</p>

<p>
	Source: <a href="https://www.deskmodder.de/blog/2025/04/21/microsoft-edge-copilot-als-neue-tab-seite-mit-verschiedener-auswahl-wird-getestet/" rel="external nofollow">Deskmodder</a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-now-lets-you-set-copilot-as-new-tab-page-in-edge/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28838</guid><pubDate>Tue, 22 Apr 2025 17:48:01 +0000</pubDate></item><item><title>Copilot can now create PowerPoint slides from your documents, here's how to do that</title><link>https://nsaneforums.com/news/software-news/copilot-can-now-create-powerpoint-slides-from-your-documents-heres-how-to-do-that-r28832/</link><description><![CDATA[<p>
	Microsoft <a href="https://techcommunity.microsoft.com/blog/microsoft365insiderblog/create-a-powerpoint-slide-from-a-file-with-microsoft-copilot/4405839" rel="external nofollow">has just announced</a> a new feature for Copilot in PowerPoint for Windows that lets you quickly create a PowerPoint slide using a document and a prompt. This can help save you lots of time while making presentations. In this guide, I’ll show you how you can get started using this feature.
</p>

<p>
	 
</p>

<p>
	Please note that this feature is only available to PowerPoint for Windows users with a Copilot license running Version 2502 (Build 18526.20144). Additionally, this feature is currently available only in English (US). Additional language support is coming soon!
</p>

<p>
	 
</p>

<p>
	To get started, you need to open PowerPoint on a Windows device and open up a presentation that you’ve been working on. Next, look for the Copilot button above your slide and press ‘Add a slide’.
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="Creating a PowerPoint slide with Copilot" class="ipsImage" height="250" width="329" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745295630_add_a_slide_copilot_microsoft_powerpoint.jpg">
</p>

<p>
	 
</p>

<p>
	If you cannot find the Copilot button above your slide, head to the Home tab and select New Slide with Copilot.
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="Creating a PowerPoint slide with Copilot" class="ipsImage" height="250" width="459" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745295634_new_slide_with_copilot_microsoft_powerpoint.jpg">
</p>

<p>
	 
</p>

<p>
	Now, you should have the opportunity to enter a prompt explaining to Copilot what you want the slide to be about; you can also upload a document for the slide to reference by pressing ‘Reference a file’. If you are stuck on what to type in the prompt, Microsoft provides some ready-made prompt ideas.
</p>

<p>
	 
</p>

<p>
	If you are referencing a larger file and want the slide to contain specific information, you can direct Copilot to a specific section or topic within the file. When creating your prompt, it’s also best to be concise and focus on one or two topics or key points.
</p>

<p>
	 
</p>

<p>
	Once you are happy, press the Send arrow in the lower-right, and Copilot will make a draft slide for you to look at. You can edit the slide, ask Copilot to rewrite your text, or start over with a new prompt to generate a new slide.
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="Creating a PowerPoint slide with Copilot" class="ipsImage" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745295639_new_slide_file_copilot_microsoft_powerpoint.jpg">
</p>

<p>
	 
</p>

<p>
	Prior to this feature being available, creating slides was only possible from Copilot chat. The new implementation is more efficient and fits in like any other PowerPoint feature. With that said, Microsoft does list a known issue with this feature. It writes: "Copilot does not currently support prompts requesting specific slide formatting like font, colors, background, and images."
</p>

<p>
	 
</p>

<p>
	If you're interested in using Copilot in other ways, check out a <a href="https://www.neowin.net/news/microsoft-makes-it-easier-to-turn-voice-notes-into-well-made-documents-in-word-on-mobile/" rel="external nofollow">recent article</a> explaining how voice notes can be turned into documents.
</p>

<p>
	 
</p>

<p>
	<em>Let us know in the comments if this feature is available for you.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/copilot-can-now-create-powerpoint-slides-from-your-documents-heres-how-to-do-that/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28832</guid><pubDate>Tue, 22 Apr 2025 07:37:48 +0000</pubDate></item><item><title>Windows 11 gets new AI features and accessibility improvements in build 26120.3872 KB5055640</title><link>https://nsaneforums.com/news/software-news/windows-11-gets-new-ai-features-and-accessibility-improvements-in-build-261203872-kb5055640-r28830/</link><description><![CDATA[<p>
	In addition to the latest Dev build, Microsoft is rolling out a big update for Windows Insiders in the Beta Channel. Despite the clear channel hierarchy, build 26120.3872 (KB5055640) is a carbon copy of build 26200.5562 (KB5055642). Therefore, the changelog is identical with its new Copilot+ PC features, Voice Access improvements, and more.e
</p>

<p>
	 
</p>

<p>
	Here are the release notes:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>New Copilot+ PC experiences</strong>
	</p>

	<p>
		 
	</p>

	<p>
		<strong>New text actions in Click to Do</strong>
	</p>

	<p>
		 
	</p>

	<p>
		We are beginning to roll out two new text actions in Click to Do!
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="479" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272179_click_to_do.jpg">
	</figure>

	<p>
		<strong>Practice in Reading Coach</strong>: Improve your reading fluency and pronunciation with the “Practice in Reading Coach” Click to Do action. Simply select the text recognized by Click to Do on your screen, choose the Practice in Reading Coach action, and read the text out loud. The Reading Coach provides feedback and guides you on where to make improvements. To use this feature, <a href="https://apps.microsoft.com/detail/9N0DGWH9PSZF" rel="external nofollow">install the free Microsoft Reading Coach application from the Microsoft Store</a>.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Read with Immersive Reader</strong>: Enhance your reading experience with the “Read with Immersive Reader” Click to Do action. This feature displays recognized text in a distraction-free environment, allowing you to focus on reading. Originally designed to meet the needs of readers with dyslexia and dysgraphia, Immersive Reader helps readers of all ages and abilities improve their reading and writing skills using proven techniques. Customize the text by changing its size, spacing, font, or background theme. You can also have the text read out loud, use syllable break to split words, and highlight nouns, verbs, and adjectives to aid grammar learning. The picture dictionary option provides visual representations of unfamiliar words for instant understanding. Install the <a href="http://apps.microsoft.com/detail/9N0DGWH9PSZF" rel="external nofollow">free Microsoft Reading Coach application from the Microsoft Store</a> to access this feature
	</p>

	<p>
		 
	</p>

	<p>
		Text actions in Click to Do are rolling out to Windows Insiders on Snapdragon-powered Copilot+ PCs, with support for AMD and Intel-powered Copilot+ PCs coming soon. <a href="https://support.microsoft.com/topic/6848b7d5-7fb0-4c43-b08a-443d6d3f5955" rel="external nofollow">You can learn more about using Click to Do here</a>.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Finding photos saved in the cloud via the Windows search box, now available for Windows Insiders in the EEA</strong>
	</p>

	<p>
		 
	</p>

	<p>
		Windows Insiders in the European Economic Area can now find photos saved in the cloud with improved Windows Search to the Windows search box on the taskbar. Just use your own words to find photos stored and saved in the cloud by describing what they are about like “European castles” or “summer picnics” in the search box on your taskbar. In addition to photos stored locally on your Copilot+ PC, photos from the cloud will now show up in the search results together. In addition to searching for photos, exact matches for your keywords within the text of your cloud files will show in the search results.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="479" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272226_windows_search.jpg">
	</figure>

	<p>
		Improved Windows Search experiences in the Windows search box on the taskbar continue to gradually roll out to Windows Insiders on Snapdragon-powered Copilot+ PCs, including finding photos saved in the cloud, so you may not see these experiences right away. Support for AMD and Intel-powered Copilot+ PCs is coming soon. See here for more details.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>New features gradually being rolled out to the Dev Channel with toggle on</strong>
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Improvements for voice access</strong>
	</p>

	<p>
		 
	</p>

	<p>
		We’re beginning to roll out several improvements for voice access in this build.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Add custom words to the dictionary</strong>: We are introducing the ability for you to add your own words to the dictionary in voice access. Adding your own words, including difficult to pronounce words, to the dictionary in voice access will help improve dictation accuracy. It increases the probability of recognizing these words more accurately by creating a bias that helps voice access become more context aware and proactively understanding your specific vocabulary. The feature will be available in all the currently supported voice access languages i.e. English, French, German, Spanish and Chinese.
	</p>

	<p>
		 
	</p>

	<p>
		You can add your own words to the dictionary in voice access in a few ways:
	</p>

	<p>
		 
	</p>

	<p>
		After spelling a word using “Spell that” command or making a correction using “Correct that”
	</p>

	<p>
		 
	</p>

	<p>
		Anywhere when you want to manually add a word by using “Add to Vocabulary” command.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="479" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272218_voice_access.jpg">
	</figure>

	<p>
		Directly through the settings menu in voice access.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="156" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272198_voice_access_1.jpg">
	</figure>

	<p>
		<strong>Discoverability voice access features</strong>: Voice access will now support an immersive in-product experience to announce new features and improvements. It will help you quickly discover and learn more about new features in voice access to try out. You can launch or dismiss this new experience from the settings menu.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="479" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272204_voice_access_2.jpg">
	</figure>

	<p>
		And we are also including voice access under the Accessibility flyout via quick settings in the system tray of the taskbar.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272212_voice_access_3.jpg">
	</figure>

	<p>
		<strong>Changes and Improvements gradually being rolled out to the Dev Channel with toggle on</strong>
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>Improved Windows Search</strong>]
	</p>

	<p>
		 
	</p>

	<p>
		Improved Windows Search is currently available in preview for Windows Insiders on Windows 11, version 24H2 in the Dev and Beta Channels on Copilot+ PCs.
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			You can now turn off searching for content saved in the cloud on your Copilot+ PC via Settings &gt; Privacy and Security &gt; Search permissions to access this setting. Please note this currently works only for the Windows search box on the taskbar. However, in a future update this setting will also apply to search in File Explorer.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>File Explorer</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We’re starting to roll out the change so that when you launch File Explorer folders from outside of File Explorer (for example, from an app or from the desktop), by default they will now open in a new tab if you have an existing File Explorer window. If you’d prefer that they continue opening in a new window, you can change this in File Explorer folder options, under General &gt; Browse Folders.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Widgets</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We are trying out improvements to the notification settings page in widgets on Windows 11 by introducing the ability to control the notifications per feed or dashboard. This change is currently rolling out to Windows Insiders in the European Economic Area (EEA).
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Windows Security</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We are beginning to roll out a change in the Windows Security app where will show more details such as manufacturer and manufacturer version for Pluton TPM chips if your PC has one under Device security &gt; Security processor details.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Settings</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We’ve updated the dialog when renaming your printer under Settings &gt; Bluetooth &amp; devices &gt; Printers &amp; scanners to match the Windows 11 visuals.
		</li>
		<li>
			Updated dialog for renaming your printer.
			<figure class="image image--expandable">
				<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="328" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272187_printer_rename.jpg">
			</figure>
		</li>
	</ul>

	<p>
		[<strong>Other</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			When running the pnputil /enum-drivers command, we’re adding a new field that enumerates driver package catalog attributes, indicating the driver type and if the driver is attestation-signed.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>Fixes gradually being rolled out to the Dev Channel with toggle on</strong>
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>Start menu</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue which was causing Start menu to crash when creating folders recently for some Insiders.
		</li>
		<li>
			Mitigated an issue after the last flight, where if you press the Windows key to open Start and start typing to search, focus was not transferred to search and so your search wouldn’t work.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Windowing</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue where the colors used for the snap layouts at the top of the screen weren’t displayed correctly for some Insiders, making some text unreadable.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Search on the Taskbar</strong>]
	</p>

	<p>
		 
	</p>

	<p>
		Mitigated an issue causing search to load very slowly, sitting at a blank screen for 15 – 20 seconds, for some people recently.
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>Input</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue where voice typing wouldn’t start from the touch keyboard when using the Chinese (Simplified) narrow layout.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Task Manager</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue causing search and other options such as filtering in Task Manager to not work in the previous flight.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Voice Access</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue which could voice access to freeze with error “working on it” when dictating.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Other</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Mitigated an underlying issue which was leading to third party screen readers not working in certain scenarios (such as navigating browsers) for some Insiders after the last flight.
		</li>
		<li>
			We did some work to improve the performance of loading early boot UI including the BitLocker PIN, BitLocker Recovery key, and boot menu screens.
		</li>
	</ul>

	<p>
		<strong>Fixes for everyone in the Dev Channel</strong>
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>General</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We have mitigated the issue causing some apps like Spotify to not install from the Microsoft Store with an 0x80070032 error.
		</li>
		<li>
			Fixed an issue causing the previous flight in the Dev Channel to fail to install with error 0x80070306 for some Insiders.
		</li>
	</ul>
</blockquote>

<p>
	Here is the list of known bugs:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		[<strong>General</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			After you do a PC reset under Settings &gt; System &gt; Recovery, your build version may incorrectly show as Build 26100 instead of Build 26200. This will not prevent you from getting future Beta Channel updates, which will resolve this issue.
		</li>
		<li>
			Quick Assist will not work for non-administrator users.
		</li>
		<li>
			After installing this update, Windows Recovery Environment (WinRE) may not work, and you may not be able to use the “Fix problems using Windows Update” option under Settings &gt; Recovery. These issues will be fixed in another update soon.
		</li>
		<li>
			Some apps may appear blank after installing this update. Closing and re-launching the app may correct the issue.
		</li>
		<li>
			[NEW] Windows Sandbox may fail to launch with a 0x800705b4 error. If you hit this, you can try reinstalling Sandbox by unchecking Sandbox under “Turn Windows features on or off” to uninstall it then reboot, go back to “Turn Windows features on or off” and check Sandbox to reinstall it and reboot again.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Recall (Preview)</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[<strong>REMINDER</strong>] You are always in control and can always choose to remove Recall anytime via “Turn Windows features on or off”. Removing Recall will delete entry points and binaries. Like any feature, Windows sometimes keeps temporary copies of binaries for serviceability. These Recall binaries are not executable and are eventually removed over time.
		</li>
		<li>
			[<strong>REMINDER</strong>] Make sure you update Microsoft 365 apps to the latest version so you can jump back into specific documents.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>The following known issues will be fixed in future updates to Windows Insiders:</strong>
	</p>

	<p>
		 
	</p>

	<p>
		Some Insiders may experience an issue where Recall is unable to automatically save snapshots, and the setting can’t be turned on in Settings. We’re working on a fix for this issue.
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>Click to Do (Preview)</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[<strong>REMINDER</strong>] The intelligent text actions are now locally moderated to ensure the safety of prompts and responses and has replaced the cloud endpoint. Now that these intelligent text actions are fully local, they are also available in Click to Do in Recall.
		</li>
		<li>
			[<strong>REMINDER</strong>] If any of your actions on image entities are no longer appearing, please ensure you have the latest updates for the Photos and Paint app from the Microsoft Store.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		The following known issues will be fixed in future updates to Windows Insiders:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			In small cases, Click to Do may fail to launch. Trying again should get Click to Do to launch.
		</li>
		<li>
			There is an issue where images that are used with Click to Do image actions are stuck in your temp folder on your PC. This issue will be fixed in the next flight. You can manually clear your temp folder under C:\Users\{username}\AppData\Local\Temp.
		</li>
		<li>
			We’re investigating reports that the Click to Do icon is incorrectly showing up on non-Copilot+ PCs. If you happen to see this on your non-Copilot+ PC, please file feedback in Feedback Hub and let us know.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Improved Windows Search</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[<strong>REMINDER</strong>] For improved Windows Search on Copilot+ PCs, it is recommended that you plug in your Copilot+ PC for the initial search indexing to get completed. You can check your search indexing status under Settings &gt; Privacy &amp; security &gt; Searching Windows.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Start menu</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[<strong>NEW</strong>] We’re investigating reports that clicking your profile picture isn’t opening the Account Manager for some Insiders after the last flight.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Task Manager</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			After adding the new CPU Utility column, you may notice that System Idle Process always shows as 0.
		</li>
		<li>
			The CPU graphs in the Performance page are still using the old CPU utility calculations.
		</li>
	</ul>
</blockquote>

<p>
	You can find the official announcement <a href="https://blogs.windows.com/windows-insider/2025/04/21/announcing-windows-11-insider-preview-build-26120-3872-beta-channel/" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-gets-new-ai-features-and-accessibility-improvements-in-build-261203872-kb5055640/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28830</guid><pubDate>Tue, 22 Apr 2025 04:48:30 +0000</pubDate></item><item><title>Microsoft adds more AI features to Windows 11 in build 26200.5562 (KB5055642)</title><link>https://nsaneforums.com/news/software-news/microsoft-adds-more-ai-features-to-windows-11-in-build-262005562-kb5055642-r28829/</link><description><![CDATA[<p>
	It is Monday, and Microsoft has a big new Windows 11 preview build for Windows Insiders to try in the Dev Channel. Build 26200.5562 (KB5055642) is now rolling out with new Copilot+ PC experiences, improved Windows Search for more users, enhancements to Voice Access, and more.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>New Copilot+ PC experiences</strong>
	</p>

	<p>
		 
	</p>

	<p>
		<strong>New text actions in Click to Do</strong>
	</p>

	<p>
		 
	</p>

	<p>
		We are beginning to roll out two new text actions in Click to Do!
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="479" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272179_click_to_do.jpg">
	</figure>

	<p>
		<strong>Practice in Reading Coach</strong>: Improve your reading fluency and pronunciation with the “Practice in Reading Coach” Click to Do action. Simply select the text recognized by Click to Do on your screen, choose the Practice in Reading Coach action, and read the text out loud. The Reading Coach provides feedback and guides you on where to make improvements. To use this feature, <a href="https://apps.microsoft.com/detail/9N0DGWH9PSZF" rel="external nofollow">install the free Microsoft Reading Coach application from the Microsoft Store</a>.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Read with Immersive Reader</strong>: Enhance your reading experience with the “Read with Immersive Reader” Click to Do action. This feature displays recognized text in a distraction-free environment, allowing you to focus on reading. Originally designed to meet the needs of readers with dyslexia and dysgraphia, Immersive Reader helps readers of all ages and abilities improve their reading and writing skills using proven techniques. Customize the text by changing its size, spacing, font, or background theme. You can also have the text read out loud, use syllable break to split words, and highlight nouns, verbs, and adjectives to aid grammar learning. The picture dictionary option provides visual representations of unfamiliar words for instant understanding. Install the <a href="http://apps.microsoft.com/detail/9N0DGWH9PSZF" rel="external nofollow">free Microsoft Reading Coach application from the Microsoft Store</a> to access this feature
	</p>

	<p>
		 
	</p>

	<p>
		Text actions in Click to Do are rolling out to Windows Insiders on Snapdragon-powered Copilot+ PCs, with support for AMD and Intel-powered Copilot+ PCs coming soon. <a href="https://support.microsoft.com/topic/6848b7d5-7fb0-4c43-b08a-443d6d3f5955" rel="external nofollow">You can learn more about using Click to Do here</a>.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Finding photos saved in the cloud via the Windows search box, now available for Windows Insiders in the EEA</strong>
	</p>

	<p>
		 
	</p>

	<p>
		Windows Insiders in the European Economic Area can now find photos saved in the cloud with improved Windows Search to the Windows search box on the taskbar. Just use your own words to find photos stored and saved in the cloud by describing what they are about like “European castles” or “summer picnics” in the search box on your taskbar. In addition to photos stored locally on your Copilot+ PC, photos from the cloud will now show up in the search results together. In addition to searching for photos, exact matches for your keywords within the text of your cloud files will show in the search results.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="479" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272226_windows_search.jpg">
	</figure>

	<p>
		Improved Windows Search experiences in the Windows search box on the taskbar continue to gradually roll out to Windows Insiders on Snapdragon-powered Copilot+ PCs, including finding photos saved in the cloud, so you may not see these experiences right away. Support for AMD and Intel-powered Copilot+ PCs is coming soon. See here for more details.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>New features gradually being rolled out to the Dev Channel with toggle on</strong>
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Improvements for voice access</strong>
	</p>

	<p>
		 
	</p>

	<p>
		We’re beginning to roll out several improvements for voice access in this build.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Add custom words to the dictionary</strong>: We are introducing the ability for you to add your own words to the dictionary in voice access. Adding your own words, including difficult to pronounce words, to the dictionary in voice access will help improve dictation accuracy. It increases the probability of recognizing these words more accurately by creating a bias that helps voice access become more context aware and proactively understanding your specific vocabulary. The feature will be available in all the currently supported voice access languages i.e. English, French, German, Spanish and Chinese.
	</p>

	<p>
		 
	</p>

	<p>
		You can add your own words to the dictionary in voice access in a few ways:
	</p>

	<p>
		 
	</p>

	<p>
		After spelling a word using “Spell that” command or making a correction using “Correct that”
	</p>

	<p>
		 
	</p>

	<p>
		Anywhere when you want to manually add a word by using “Add to Vocabulary” command.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="479" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272218_voice_access.jpg">
	</figure>

	<p>
		Directly through the settings menu in voice access.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="156" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272198_voice_access_1.jpg">
	</figure>

	<p>
		<strong>Discoverability voice access features</strong>: Voice access will now support an immersive in-product experience to announce new features and improvements. It will help you quickly discover and learn more about new features in voice access to try out. You can launch or dismiss this new experience from the settings menu.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="479" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272204_voice_access_2.jpg">
	</figure>

	<p>
		And we are also including voice access under the Accessibility flyout via quick settings in the system tray of the taskbar.
	</p>

	<p>
		 
	</p>

	<figure class="image image--expandable">
		<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272212_voice_access_3.jpg">
	</figure>

	<p>
		<strong>Changes and Improvements gradually being rolled out to the Dev Channel with toggle on</strong>
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>Improved Windows Search</strong>]
	</p>

	<p>
		 
	</p>

	<p>
		Improved Windows Search is currently available in preview for Windows Insiders on Windows 11, version 24H2 in the Dev and Beta Channels on Copilot+ PCs.
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			You can now turn off searching for content saved in the cloud on your Copilot+ PC via Settings &gt; Privacy and Security &gt; Search permissions to access this setting. Please note this currently works only for the Windows search box on the taskbar. However, in a future update this setting will also apply to search in File Explorer.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>File Explorer</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We’re starting to roll out the change so that when you launch File Explorer folders from outside of File Explorer (for example, from an app or from the desktop), by default they will now open in a new tab if you have an existing File Explorer window. If you’d prefer that they continue opening in a new window, you can change this in File Explorer folder options, under General &gt; Browse Folders.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Widgets</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We are trying out improvements to the notification settings page in widgets on Windows 11 by introducing the ability to control the notifications per feed or dashboard. This change is currently rolling out to Windows Insiders in the European Economic Area (EEA).
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Windows Security</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We are beginning to roll out a change in the Windows Security app where will show more details such as manufacturer and manufacturer version for Pluton TPM chips if your PC has one under Device security &gt; Security processor details.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Settings</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We’ve updated the dialog when renaming your printer under Settings &gt; Bluetooth &amp; devices &gt; Printers &amp; scanners to match the Windows 11 visuals.
		</li>
		<li>
			Updated dialog for renaming your printer.
			<figure class="image image--expandable">
				<img alt="Windows 11 build 262005562 screenshots" class="ipsImage" height="328" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745272187_printer_rename.jpg">
			</figure>
		</li>
	</ul>

	<p>
		[<strong>Other</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			When running the pnputil /enum-drivers command, we’re adding a new field that enumerates driver package catalog attributes, indicating the driver type and if the driver is attestation-signed.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>Fixes gradually being rolled out to the Dev Channel with toggle on</strong>
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>Start menu</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue which was causing Start menu to crash when creating folders recently for some Insiders.
		</li>
		<li>
			Mitigated an issue after the last flight, where if you press the Windows key to open Start and start typing to search, focus was not transferred to search and so your search wouldn’t work.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Windowing</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue where the colors used for the snap layouts at the top of the screen weren’t displayed correctly for some Insiders, making some text unreadable.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Search on the Taskbar</strong>]
	</p>

	<p>
		 
	</p>

	<p>
		Mitigated an issue causing search to load very slowly, sitting at a blank screen for 15 – 20 seconds, for some people recently.
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>Input</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue where voice typing wouldn’t start from the touch keyboard when using the Chinese (Simplified) narrow layout.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Task Manager</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue causing search and other options such as filtering in Task Manager to not work in the previous flight.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Voice Access</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue which could voice access to freeze with error “working on it” when dictating.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Other</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Mitigated an underlying issue which was leading to third party screen readers not working in certain scenarios (such as navigating browsers) for some Insiders after the last flight.
		</li>
		<li>
			We did some work to improve the performance of loading early boot UI including the BitLocker PIN, BitLocker Recovery key, and boot menu screens.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>Fixes for everyone in the Dev Channel</strong>
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>General</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We have mitigated the issue causing some apps like Spotify to not install from the Microsoft Store with an 0x80070032 error.
		</li>
		<li>
			Fixed an issue causing the previous flight in the Dev Channel to fail to install with error 0x80070306 for some Insiders.
		</li>
	</ul>
</blockquote>

<p>
	Here is the list of known bugs:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		[<strong>General</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			After you do a PC reset under Settings &gt; System &gt; Recovery, your build version may incorrectly show as Build 26100 instead of Build 26200. This will not prevent you from getting future Beta Channel updates, which will resolve this issue.
		</li>
		<li>
			Quick Assist will not work for non-administrator users.
		</li>
		<li>
			After installing this update, Windows Recovery Environment (WinRE) may not work, and you may not be able to use the “Fix problems using Windows Update” option under Settings &gt; Recovery. These issues will be fixed in another update soon.
		</li>
		<li>
			Some apps may appear blank after installing this update. Closing and re-launching the app may correct the issue.
		</li>
		<li>
			[NEW] Windows Sandbox may fail to launch with a 0x800705b4 error. If you hit this, you can try reinstalling Sandbox by unchecking Sandbox under “Turn Windows features on or off” to uninstall it then reboot, go back to “Turn Windows features on or off” and check Sandbox to reinstall it and reboot again.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Recall (Preview)</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[<strong>REMINDER</strong>] You are always in control and can always choose to remove Recall anytime via “Turn Windows features on or off”. Removing Recall will delete entry points and binaries. Like any feature, Windows sometimes keeps temporary copies of binaries for serviceability. These Recall binaries are not executable and are eventually removed over time.
		</li>
		<li>
			[<strong>REMINDER</strong>] Make sure you update Microsoft 365 apps to the latest version so you can jump back into specific documents.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>The following known issues will be fixed in future updates to Windows Insiders:</strong>
	</p>

	<p>
		 
	</p>

	<p>
		Some Insiders may experience an issue where Recall is unable to automatically save snapshots, and the setting can’t be turned on in Settings. We’re working on a fix for this issue.
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>Click to Do (Preview)</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[<strong>REMINDER</strong>] The intelligent text actions are now locally moderated to ensure the safety of prompts and responses and has replaced the cloud endpoint. Now that these intelligent text actions are fully local, they are also available in Click to Do in Recall.
		</li>
		<li>
			[<strong>REMINDER</strong>] If any of your actions on image entities are no longer appearing, please ensure you have the latest updates for the Photos and Paint app from the Microsoft Store.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		The following known issues will be fixed in future updates to Windows Insiders:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			In small cases, Click to Do may fail to launch. Trying again should get Click to Do to launch.
		</li>
		<li>
			There is an issue where images that are used with Click to Do image actions are stuck in your temp folder on your PC. This issue will be fixed in the next flight. You can manually clear your temp folder under C:\Users\{username}\AppData\Local\Temp.
		</li>
		<li>
			We’re investigating reports that the Click to Do icon is incorrectly showing up on non-Copilot+ PCs. If you happen to see this on your non-Copilot+ PC, please file feedback in Feedback Hub and let us know.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Improved Windows Search</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[<strong>REMINDER</strong>] For improved Windows Search on Copilot+ PCs, it is recommended that you plug in your Copilot+ PC for the initial search indexing to get completed. You can check your search indexing status under Settings &gt; Privacy &amp; security &gt; Searching Windows.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Start menu</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[<strong>NEW</strong>] We’re investigating reports that clicking your profile picture isn’t opening the Account Manager for some Insiders after the last flight.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Task Manager</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			After adding the new CPU Utility column, you may notice that System Idle Process always shows as 0.
		</li>
		<li>
			The CPU graphs in the Performance page are still using the old CPU utility calculations.
		</li>
	</ul>
</blockquote>

<p>
	You can find the official announcement <a href="https://blogs.windows.com/windows-insider/2025/04/21/announcing-windows-11-insider-preview-build-26200-5562-dev-channel/" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-adds-more-ai-features-to-windows-11-in-build-262005562-kb5055642/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28829</guid><pubDate>Tue, 22 Apr 2025 04:46:03 +0000</pubDate></item><item><title>Nvidia shares hotfix driver for Windows Sleep temperature bug, Modern Standby black screen</title><link>https://nsaneforums.com/news/software-news/nvidia-shares-hotfix-driver-for-windows-sleep-temperature-bug-modern-standby-black-screen-r28828/</link><description><![CDATA[<p>
	Earlier today, we reported on a new Nvidia driver issue wherein the <a href="https://www.neowin.net/news/nvidia-fixes-windows-11-24h2-driver-issues-but-completely-breaks-gpu-temperature-reading/" rel="external nofollow">temperature would get stuck at times and not move</a>. The problem seemed to be a reporting issue that we hoped Nvidia would fix soon as it affected every Nvidia GPU owner and not just ones on the latest GeForce RTX 50 series.
</p>

<p>
	 
</p>

<p>
	As it turns out, the company has now released a new hotfix driver that fixes the issue. The new driver, version 576.15, is based on the previous driver package, <a href="https://www.neowin.net/news/nvidia-57602-driver-adds-rtx-5060-ti-support-fixes-a-lot-of-crashes-and-black-screens/" rel="external nofollow">version 576.02</a>, which broke the temperature reading.
</p>

<p>
	 
</p>

<p>
	In the release notes, Nvidia mentions that the problem occurred after the PC woke from the Sleep state. Hence, perhaps Windows too had a part to play in this. Similar to that, the driver also resolves a Modern Standby bug that led to black screening.
</p>

<p>
	 
</p>

<p>
	Aside from these, the driver also fixes several other bugs, like shadow flickering and brings crash fixes for games. The full changelog is given below:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		GeForce Hotfix Display Driver version 576.15 is based on our latest Game Ready Driver 576.02.<br>
		<br>
		This hotfix addresses the following:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[RTX 50 series] Some games may display shadow flicker/corruption after updating to GRD 576.02 [5231537]
		</li>
		<li>
			Lumion 2024 crashes on GeForce RTX 50 series graphics card when entering render mode [5232345]
		</li>
		<li>
			<a href="https://www.neowin.net/news/nvidia-fixes-windows-11-24h2-driver-issues-but-completely-breaks-gpu-temperature-reading/" rel="external nofollow">GPU monitoring utilities may stop reporting the GPU temperature after PC wakes from sleep</a> [5231307]
		</li>
		<li>
			[RTX 50 series] Some games may crash while compiling shaders after updating to GRD 576.02 [5230492]
		</li>
		<li>
			[GeForce RTX 50 series notebook] Resume from Modern Standy can result in black screen [5204385]
		</li>
		<li>
			[RTX 50 series] SteamVR may display random V-SYNC micro-stutters when using multiple displays [5152246]
		</li>
		<li>
			[RTX 50 series] Lower idle GPU clock speeds after updating to GRD 576.02 [5232414]
		</li>
	</ul>
</blockquote>

<p>
	To download the GeForce Hotfix Display Driver version 576.15, head over to <a href="https://nvidia.custhelp.com/app/answers/detail/a_id/5650" rel="external nofollow">this page here</a> on Nvidia's official website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/nvidia-shares-hotfix-driver-for-windows-sleep-temperature-bug-modern-standby-black-screen/" 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="embed4173888046" src="https://nsaneforums.com/topic/471129-nvidia-geforce-game-ready-driver-57615-hotfix/?do=embed&amp;comment=1864431&amp;embedComment=1864431&amp;embedDo=findComment#comment-1864431" style="overflow: hidden; height: 332px; max-width: 500px;"></iframe>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28828</guid><pubDate>Tue, 22 Apr 2025 04:44:24 +0000</pubDate></item><item><title>In depth with Windows 11 Recall&#x2014;and what Microsoft has (and hasn&#x2019;t) fixed</title><link>https://nsaneforums.com/news/software-news/in-depth-with-windows-11-recall%E2%80%94and-what-microsoft-has-and-hasn%E2%80%99t-fixed-r28825/</link><description><![CDATA[<h3>
	Original botched launch still haunts new version of data-scraping AI feature.
</h3>

<p>
	Microsoft is <a href="https://arstechnica.com/security/2025/04/microsoft-is-putting-privacy-endangering-recall-back-into-windows-11/" rel="external nofollow">preparing to reintroduce Recall to Windows 11</a>. A feature limited to <a href="https://arstechnica.com/gadgets/2024/05/microsofts-copilot-ai-pc-requirements-are-embarrassing-for-intel-and-amd/" rel="external nofollow">Copilot+ PCs</a>—a label that just a fraction of a fraction of Windows 11 systems even qualify for—Recall has been controversial in part because it <a href="https://arstechnica.com/gadgets/2024/05/microsofts-new-recall-feature-will-record-everything-you-do-on-your-pc/" rel="external nofollow">builds an extensive database of text and screenshots</a> that records almost everything you do on your PC.
</p>

<p>
	 
</p>

<p>
	But the main problem with the initial version of Recall—the one that was delayed at the last minute after a large-scale outcry from security researchers, reporters, and users—was not <em>just</em> that it recorded everything you did on your PC but that it was a rushed, enabled-by-default feature with gaping security holes that made it trivial for anyone with any kind of access to your PC to see your entire Recall database.
</p>

<p>
	 
</p>

<p>
	It made no efforts to automatically exclude sensitive data like bank information or credit card numbers, offering just a few mechanisms to users to manually exclude specific apps or websites. It had been built quickly, outside of the normal extensive Windows Insider preview and testing process. And all of this was happening at the same time that the company was <a href="https://arstechnica.com/tech-policy/2024/06/microsoft-in-damage-control-mode-says-it-will-prioritize-security-over-ai/" rel="external nofollow">pledging to prioritize security over all other considerations</a>, following several <a href="https://arstechnica.com/security/2023/08/microsoft-cloud-security-blasted-for-its-culture-of-toxic-obfuscation/" rel="external nofollow">serious and highly public breaches</a>.
</p>

<p>
	 
</p>

<p>
	Any coverage of the <em>current</em> version of Recall should mention what has changed since then.
</p>

<p>
	 
</p>

<p>
	Recall is being rolled out to Microsoft’s Windows Insider Release Preview channel after months of testing in the more experimental and less-stable channels, just like most other Windows features. It’s turned off by default and can be removed from Windows root-and-branch by users and IT administrators who don’t want it there. Microsoft has overhauled the feature's underlying security architecture, encrypting data at rest so it can't be accessed by other users on the PC, adding automated filters to screen out sensitive information, and requiring frequent reauthentication with Windows Hello anytime a user accesses their own Recall database.
</p>

<h2>
	Testing how Recall works
</h2>

<p>
	I installed the Release Preview Windows 11 build with Recall on a Snapdragon X Elite version of the Surface Laptop and a couple of Ryzen AI PCs, which all have NPUs fast enough to support the Copilot+ features.
</p>

<p>
	 
</p>

<p>
	No Windows PCs without this NPU will offer Recall or any other Copilot+ features—that's every single PC sold before mid-2024 and the vast majority of PCs since then. Users may come up with ways to run those features on unsupported hardware some other way. But by default, Recall isn't something most of Windows' current user base will have to worry about.
</p>

<p>
	 
</p>

<figure class="ars-wp-img-shortcode id-2090358 align-fullwidth">
	<div>
		<img alt="recall-03-1024x576.jpg" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-03-1024x576.jpg">
	</div>

	<figcaption>
		<div class="caption font-impact dusk:text-gray-300 mb-4 mt-2 inline-flex flex-row items-stretch gap-1 text-base leading-tight text-gray-400 dark:text-gray-300">
			<div class="caption-content">
				<em>Microsoft <em>is</em> taking data protection more seriously this time around. If Windows Hello isn't enabled or drive </em>
			</div>

			<div class="caption-content">
				<em>encryption isn't turned on, Recall will refuse to start working until you fix the issues. <span class="caption-credit mt-2 text-xs"><em> </em></span></em>
			</div>

			<div class="caption-content">
				<em><span class="caption-credit mt-2 text-xs"><em>Credit: Andrew Cunningham </em></span> </em>
			</div>
		</div>
	</figcaption>
</figure>

<p>
	After installing the update, you'll see a single OOBE-style setup screen describing Recall and offering to turn it on; as promised, it is now off by default until you opt in. And even if you accept Recall on this screen, you have to opt in a second time as part of the Recall setup to actually turn the feature on. We'll be on high alert for a bait-and-switch when Microsoft is ready to remove Recall's "preview" label, whenever that happens, but at least for now, opt-in means opt-in.
</p>

<p>
	 
</p>

<p>
	Enable Recall, and the snapshotting begins. As before, it's storing two things: actual screenshots of the active area of your screen, minus the taskbar, and a searchable database of text that it scrapes from those screenshots using OCR. Somewhat oddly, there are limits on what Recall will offer to OCR for you; even if you're using multiple apps onscreen at the same time, only the active, currently-in-focus app seems to have its text scraped and stored.
</p>

<p>
	 
</p>

<p>
	This is also more or less how Recall handles multi-monitor support; only the active display has screenshots taken, and only the active window on the active display is OCR'd. This does prevent Recall from taking gigabytes and gigabytes of screenshots of static or empty monitors, though it means the app may miss capturing content that updates passively if you don't interact with those windows periodically.
</p>

<p>
	 
</p>

<div class="ars-lightbox align-fullwidth my-5">
	<div class="flex flex-col flex-nowrap gap-5 py-5 md:flex-row">
		<div style="flex-basis: calc(50% - 10px);">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="recall-ocr-1024x640.jpg" aria-labelledby="caption-2090388" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-ocr-1024x640.jpg">
				<div class="pswp-caption-content" id="caption-2090388">
					<em>Recall doing its thing. OCR'd text can be copied and pasted, and you can interact with images, too. </em>

					<div class="ars-gallery-caption-credit">
						<em><em>Andrew Cunningham </em></em>
					</div>
					<em> </em>
				</div>
			</div>

			<div class="md:hidden">
				 
			</div>
		</div>

		<div class="flex-1">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="recall-split-1024x640.jpg" aria-labelledby="caption-2090393" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-split-1024x640.jpg">
				<div class="pswp-caption-content" id="caption-2090393">
					<p>
						<em>Only the active window is OCR'd in Recall (here, the Explorer window), even when multiple apps are visible in a </em>
					</p>

					<p>
						<em>single snapshot. This is also how multi-monitor support is handled; only the active desktop is being snapshotted </em>
					</p>

					<p>
						<em>at any given time. </em>
					</p>

					<div class="ars-gallery-caption-credit">
						<em><em>Andrew Cunningham </em></em>
					</div>

					<div class="ars-gallery-caption-credit">
						 
					</div>
				</div>
			</div>
		</div>
	</div>

	<div class="flex flex-col flex-nowrap gap-5 py-5 md:flex-row">
		<div style="flex-basis: calc(50.068172865043% - 10px);">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="recall-settings-01-1024x732.jpg" aria-labelledby="caption-2090391" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-settings-01-1024x732.jpg">
				<div class="pswp-caption-content" id="caption-2090391">
					<em>Recall's settings. There are some options here for how long to keep snapshots and how much space you want to let them use. </em>

					<div class="ars-gallery-caption-credit">
						<em><em>Andrew Cunningham </em></em>
					</div>
					<em> </em>
				</div>
			</div>

			<div class="md:hidden">
				 
			</div>
		</div>

		<div class="flex-1">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="recall-settings-02-1024x734.jpg" aria-labelledby="caption-2090392" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-settings-02-1024x734.jpg">
				<div class="pswp-caption-content" id="caption-2090392">
					<em>You can still manually exclude certain apps and sites, in addition to the automated filtering Microsoft has added. </em>

					<div class="ars-gallery-caption-credit">
						<em><em>Andrew Cunningham </em></em>
					</div>
					<em> </em>
				</div>
			</div>

			<div class="md:hidden">
				 
			</div>
		</div>
	</div>
</div>

<p>
	All of this OCR'd text is fully searchable and can be copied directly from Recall to be pasted somewhere else. Recall will also offer to open whatever app or website is visible in the screenshot, and it gives you the option to delete that specific screenshot and all screenshots from specific apps (handy, if you decide you want to add an entire app to your filtering settings and you want to get rid of all existing snapshots of it).
</p>

<p>
	 
</p>

<p>
	Here are some basic facts about how Recall works on a PC since there's a lot of FUD circulating about this, and much of the information on the Internet is about the older, insecure version from last year:
</p>

<p>
	 
</p>

<ul>
	<li>
		Recall is <strong>per-user</strong>. Setting up Recall for one user account <strong>does not turn on Recall for all users of a PC</strong>.
	</li>
	<li>
		Recall <strong>does not</strong> require a Microsoft account.
	</li>
	<li>
		Recall <strong>does not </strong>require an Internet connection or any cloud-side processing to work.
	</li>
	<li>
		Recall <strong>does</strong> require your local disk to be encrypted with <a href="https://support.microsoft.com/en-us/windows/device-encryption-in-windows-cf7e2b6f-3e70-4882-9532-18633605b7df" rel="external nofollow">Device Encryption</a>/BitLocker.
	</li>
	<li>
		Recall <strong>does</strong> require Windows Hello and either a fingerprint reader or face-scanning camera for setup, though once it's set up, it can be unlocked with a Windows Hello PIN.
	</li>
	<li>
		Windows Hello authentication happens every time you open the Recall app.
	</li>
	<li>
		Using a Windows Hello PIN to unlock Recall is available as a fallback option, but you cannot set up Recall without having a fingerprint or face scan registered.
	</li>
	<li>
		Enabling Recall and changing its settings does not require an administrator account.
	</li>
	<li>
		Recall <strong>can be uninstalled entirely</strong> by unchecking it in the legacy Windows Features control panel (you can also search for "turn Windows features on and off").
	</li>
</ul>

<p>
	 
</p>

<p>
	If you read our coverage of the initial version, there's a whole lot about how Recall functions that's essentially the same as it was before. In Settings, you can see how much storage the feature is using and limit the total amount of storage Recall can use. The amount of time a snapshot can be kept is normally determined by the amount of space available, not by the age of the snapshot, but you can optionally choose a second age-based expiration date for snapshots (options range from 30 to 180 days).
</p>

<p>
	 
</p>

<figure class="ars-wp-img-shortcode id-2090398 align-fullwidth">
	<div>
		<img alt="recall-npu-1024x755.jpg" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-npu-1024x755.jpg">
	</div>

	<figcaption>
		<div class="caption font-impact dusk:text-gray-300 mb-4 mt-2 inline-flex flex-row items-stretch gap-1 text-base leading-tight text-gray-400 dark:text-gray-300">
			<div class="caption-content">
				<em>You can see Recall hit the system's NPU periodically every time it takes a snapshot (this is on an AMD Ryzen </em>
			</div>

			<div class="caption-content">
				<em>AI system, but it should be the same for Qualcomm Snapdragon PCs and Intel Core Ultra/Lunar Lake systems). </em>
			</div>

			<div class="caption-content">
				<em>Browsing your Recall database doesn't use the NPU. <span class="caption-credit mt-2 text-xs"><em> </em></span></em>
			</div>

			<div class="caption-content">
				<em><span class="caption-credit mt-2 text-xs"><em>Credit: Andrew Cunningham </em></span> </em>
			</div>
		</div>
	</figcaption>
</figure>

<p>
	It's also possible to delete the entire database or all recent snapshots (those from the past hour, past day, past week, or past month), toggle the automated filtering of sensitive content, or add specific apps and websites you'd like to have filtered. Recall can temporarily be paused by clicking the system tray icon (which is always visible when you have Recall turned on), and it can be turned off entirely in Settings. Neither of these options will delete existing snapshots; they just stop your PC from creating new ones.
</p>

<p>
	 
</p>

<p>
	The amount of space Recall needs to do its thing will depend on a bunch of factors, including how actively you use your PC and how many things you filter out. But in my experience, it can easily generate a couple of hundred megabytes per day of images. A Ryzen system with a 1TB SSD allocated 150GB of space to Recall snapshots by default, but even a smaller 25GB Recall database could easily store a few months of data.
</p>

<h2>
	Fixes: Improved filtering, encryption at rest
</h2>

<p>
	For apps and sites that you know you don't want to end up in Recall, you can manually add them to the exclusion lists in the Settings app. As a rule, major browsers running in private or incognito modes are also generally not snapshotted.
</p>

<p>
	 
</p>

<p>
	If you have an app that's being filtered onscreen for any reason—even if it's onscreen at the same time as an app that's <i>not </i>being filtered, Recall won't take pictures of your desktop at all. I ran an InPrivate Microsoft Edge window next to a regular window, and Microsoft's solution is just to avoid capturing and storing screenshots entirely rather than filtering or blanking out the filtered app or site in some way.
</p>

<p>
	 
</p>

<p>
	This is probably the best way to do it! It minimizes the risk of anything being captured accidentally just because it's running in the background, for example. But it could mean you don't end up capturing much in Recall at all if you're frequently mixing filtered and unfiltered apps.
</p>

<p>
	 
</p>

<div class="ars-lightbox align-fullwidth my-5">
	<div class="flex flex-col flex-nowrap gap-5 py-5 md:flex-row">
		<div style="flex-basis: calc(50.019679175604% - 10px);">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="recall-tray-1024x768.jpg" aria-labelledby="caption-2090389" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-tray-1024x768.jpg">
				<div class="pswp-caption-content" id="caption-2090389">
					<p>
						<em>The Recall tray icon is always visible when the service is running, just so you're always aware of it. Sometimes </em>
					</p>

					<p>
						<em>it will show you snapshot previews here if you've opened the Recall app and unlocked it recently, but usually </em>
					</p>

					<p>
						<em>these previews are blurred because Windows Hello is protecting them. </em>
					</p>

					<div class="ars-gallery-caption-credit">
						<em><em>Andrew Cunningham </em></em>
					</div>

					<div class="ars-gallery-caption-credit">
						 
					</div>
				</div>
			</div>
		</div>

		<div class="flex-1">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="recall-filtered-1024x768.jpg" aria-labelledby="caption-2090390" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-filtered-1024x768.jpg">
				<div class="pswp-caption-content" id="caption-2090390">
					<p>
						<em>When anything is being filtered for any reason, the tray icon changes and you get a status message here, but </em>
					</p>

					<p>
						<em>Recall doesn't tell you what is being filtered or why. </em>
					</p>

					<div class="ars-gallery-caption-credit">
						<em><em>Andrew Cunningham </em></em>
					</div>

					<div class="ars-gallery-caption-credit">
						 
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

<p>
	New to this version of Recall is an attempt at automated content filtering to address one of the major concerns about the original iteration of Recall—that it can capture and store sensitive information like credit card numbers and passwords. This filtering is based on the technology Microsoft uses for <a href="https://learn.microsoft.com/en-us/purview/sit-learn-about-exact-data-match-based-sits" rel="external nofollow">Microsoft Purview Information Protection</a>, an enterprise feature used to tag sensitive information on business, healthcare, and government systems.
</p>

<p>
	 
</p>

<p>
	This automated content filtering is hit and miss. Recall wouldn't take snapshots of a webpage with a visible credit card field, or my online banking site, or an image of my driver's license, or a recent pay stub, or of the Bitwarden password manager while viewing credentials. But I managed to find edge cases in less than five minutes, and you'll be able to find them, too; Recall saved snapshots showing a recent check, with the account holder's name, address, and account and routing numbers visible, and others testing it have still caught it <a href="https://cyberplace.social/@GossiTheDog/114365088952202855" rel="external nofollow">recording credit card information in some cases</a>.
</p>

<p>
	 
</p>

<p>
	The automated filtering is still a big improvement from before, when it would capture this kind of information indiscriminately. But things will inevitably slip through, and the automated filtering won't help at all with other kinds of data; Recall will take pictures of email and messaging apps without distinguishing between what's sensitive (school information for my kid, emails about Microsoft's own product embargoes) and what isn't.
</p>

<p>
	 
</p>

<p>
	The upshot is that if you capture months and months and gigabytes and gigabytes of Recall data on your PC, it's inevitable that it will capture something you probably wouldn't want to be preserved in an easily searchable database.
</p>

<p>
	 
</p>

<p>
	One issue is that there's no easy way to check and confirm what Recall is and isn't filtering without actually scrolling through the database and checking snapshots manually. The system tray status icon does change to display a small triangle and will show you a "some content is being filtered" status message when something is being filtered, but the system won't tell you what it is; I have some kind of filtered app or browser tab open somewhere right now, and I have no idea which one it is because Windows won't tell me. That any attempt at automated filtering is hit-and-miss should be expected, but more transparency would help instill trust and help users fine-tune their filtering settings.
</p>

<p>
	 
</p>

<figure class="ars-wp-img-shortcode id-2090387 align-fullwidth">
	<div>
		<img alt="recall-files-1024x582.jpg" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-files-1024x582.jpg">
	</div>

	<figcaption>
		<div class="caption font-impact dusk:text-gray-300 mb-4 mt-2 inline-flex flex-row items-stretch gap-1 text-base leading-tight text-gray-400 dark:text-gray-300">
			<div class="caption-content">
				<em>Recall's files are still clearly visible and trivial to access, but with one improvement: They're all actually encrypted now. <span class="caption-credit mt-2 text-xs"><em> </em></span></em>
			</div>

			<div class="caption-content">
				<em><span class="caption-credit mt-2 text-xs"><em>Credit: Andrew Cunningham </em></span> </em>
			</div>
		</div>
	</figcaption>
</figure>

<p>
	Microsoft also seems to have fixed the single largest problem with Recall: previously, all screenshots and the entire text database were stored in plaintext with zero encryption. It was <em>technically</em>, <em>usually</em> encrypted, insofar as the entire SSD in a modern PC is encrypted when you sign into a Microsoft account or enable Bitlocker, but any user with any kind of access to your PC (either physical or remote) could easily grab those files and view them anywhere with no additional authentication necessary.
</p>

<p>
	 
</p>

<p>
	This is fixed now. Recall's entire file structure is available for anyone to look at, stored away in the user’s AppData folder in a directory called <code>CoreAIPlatform.00\UKP</code>. Other administrators on the same PC can still navigate to these folders from a different user account and move or copy the files. Encryption renders them (hypothetically) unreadable.
</p>

<p>
	 
</p>

<p>
	Microsoft <a href="https://arstechnica.com/gadgets/2024/09/microsoft-details-security-privacy-overhaul-for-windows-recall-ahead-of-relaunch/" rel="external nofollow">has gone into some detail</a> about exactly how it's <a href="https://blogs.windows.com/windowsexperience/2024/09/27/update-on-recall-security-and-privacy-architecture/" rel="external nofollow">protecting and storing the encryption keys</a> used to encrypt these files—the company says "all encryption keys [are] protected by a hypervisor or TPM." Rate-limiting and "anti-hammering" protections are also in place to protect Recall data, though I kind of have to take Microsoft at its word on that one.
</p>

<p>
	 
</p>

<p>
	That said, I don't love that it's still possible to get at those files at all. It leaves open the possibility that someone could theoretically grab a few megabytes' worth of data. But it's now much harder to get at that data, and better filtering means what <em>is</em> in there should be slightly less all-encompassing.
</p>

<h2>
	Lingering technical issues
</h2>

<p>
	As we mentioned already, Microsoft's automated content filtering is hit-and-miss. Certainly, there's a lot of stuff that the original version of Recall would capture that the new one won't, but I didn't have to work hard to find corner-cases, and you probably won't, either. Turning Recall on still means assuming risk and being comfortable with the data and authentication protections Microsoft has implemented.
</p>

<p>
	 
</p>

<p>
	We'd also like there to be a way for apps to tell Recall to exclude them by default, which would be useful for password managers, encrypted messaging apps, and any other software where privacy is meant to be the point. Yes, users can choose to exclude these apps from Recall backups themselves. But as with Recall itself, opting in to having that data collected would be preferable to needing to opt out.
</p>

<p>
	 
</p>

<figure class="ars-wp-img-shortcode id-2090354 align-fullwidth">
	<div>
		<img alt="recall-02-1024x601.jpg" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/04/recall-02-1024x601.jpg">
	</div>

	<figcaption>
		<div class="caption font-impact dusk:text-gray-300 mb-4 mt-2 inline-flex flex-row items-stretch gap-1 text-base leading-tight text-gray-400 dark:text-gray-300">
			<div class="caption-content">
				<em>You need a fingerprint reader or face-scanning camera to get Recall set up, but once it is set up, anyone with </em>
			</div>

			<div class="caption-content">
				<em>your PIN and access to your PC can get in and see all your stuff. <span class="caption-credit mt-2 text-xs"><em> </em></span></em>
			</div>

			<div class="caption-content">
				<em><span class="caption-credit mt-2 text-xs"><em>Credit: Andrew Cunningham </em></span> </em>
			</div>
		</div>
	</figcaption>
</figure>

<p>
	Another issue is that, while Recall does require a fingerprint reader or face-scanning camera when you set it up the very first time, you can unlock it with a Windows Hello PIN after it's already going.
</p>

<p>
	 
</p>

<p>
	Microsoft has said that this is meant to be a fallback option in case you need to access your Recall database and there's some kind of hardware issue with your fingerprint sensor. But in practice, it feels like too easy a workaround for a domestic abuser or someone else with access to your PC and a reason to know your PIN (and note that the PIN also gets them into your PC in the first place, so encryption isn't really a fix for this). It feels like too broad a solution for a relatively rare problem.
</p>

<p>
	 
</p>

<p>
	Security researcher Kevin Beaumont, whose testing helped call attention to the problems with the original version of Recall last year, identified this as one of Recall's biggest outstanding technical problems.
</p>

<p>
	 
</p>

<p>
	"In my opinion, requiring devices to have enhanced biometrics with Windows Hello  but then not requiring said biometrics to actually access Recall snapshots is a big problem," Beaumont wrote. "It will create a false sense of security in customers and false downstream advertising about the security of Recall."
</p>

<p>
	 
</p>

<p>
	Beaumont also noted that, while the encryption on the Recall snapshots and database made it a "much, much better design," "all hell would break loose" if attackers ever worked out a way to bypass this encryption.
</p>

<p>
	 
</p>

<p>
	"Microsoft know this and have invested in trying to stop it by encrypting the database files, but given I live in the trenches where ransomware groups are running around with zero days in Windows on an almost monthly basis nowadays, where patches arrive months later... Lord, this could go wrong," he wrote.
</p>

<h2>
	But most of what’s wrong with Recall is harder to fix
</h2>

<p>
	Microsoft has actually addressed many of the specific, substantive Recall complaints raised by security researchers and our own reporting. It's gone through the standard Windows testing process and has been available in public preview in its current form <a href="https://arstechnica.com/gadgets/2024/11/microsofts-controversial-recall-scraper-is-finally-entering-public-preview/" rel="external nofollow">since late November</a>. And yet the knee-jerk reaction to Recall news is still generally to treat it as though it were the same botched, bug-riddled software that nearly shipped last summer.
</p>

<p>
	 
</p>

<p>
	Some of this is the asymmetrical nature of how news spreads on the Internet—without revealing traffic data, I'll just say that articles about Recall having problems have been read many, many more times by many more people than pieces about the steps Microsoft has taken to fix Recall. The latter reports simply aren't being encountered by many of the minds Microsoft needs to change.
</p>

<p>
	 
</p>

<p>
	But the other problem goes deeper than the technology itself and gets back to something I brought up in my first Recall preview nearly a year ago—regardless of how it is architected and regardless of how many privacy policies and reassurances the company publishes, people simply don't trust Microsoft enough to be excited about "the feature that records and stores every single thing you do with your PC."
</p>

<p>
	 
</p>

<p>
	Recall continues to <a href="https://arstechnica.com/ai/2024/06/windows-recall-demands-an-extraordinary-level-of-trust-that-microsoft-hasnt-earned/" rel="external nofollow">demand an extraordinary level of trust that Microsoft hasn't earned</a>. However secure and private it is—and, again, the version people will actually get is much better than the version that caused the original controversy—it just feels creepy to open up the app and see confidential work materials and pictures of your kid. You're <em>already trusting Microsoft with those things any time you use your PC</em>, but there's something viscerally unsettling about actually seeing evidence that your computer is tracking you, even if you're not doing anything you're worried about hiding, even if you've excluded certain apps or sites, and even if you "know" that part of the reason why Recall requires a Copilot+ PC is because it's processing everything locally rather than on a server somewhere.
</p>

<p>
	 
</p>

<p>
	This was a problem that Microsoft made exponentially worse by screwing up the Recall rollout so badly in the first place. Recall made the kind of ugly first impression that it's hard to dig out from under, no matter how thoroughly you fix the underlying problems. It's Windows Vista. It's Apple Maps. It's the Android tablet.
</p>

<p>
	 
</p>

<p>
	And in doing that kind of damage to Recall (and possibly also to the broader Copilot+ branding project), Microsoft has practically guaranteed that many users will refuse to turn it on or uninstall it entirely, no matter how it actually works or how well the initial problems have been addressed.
</p>

<p>
	 
</p>

<p>
	Unfortunately, those people probably have it right. I can see no signs that Recall data is as easily accessed or compromised as before or that Microsoft is sending any Recall data from my PC to anywhere else. But today's Microsoft has earned itself distrust-by-default from many users, thanks not just to the sloppy Recall rollout but also to the endless ads and aggressive cross-promotion of its own products that dominate modern Windows versions. That's the kind of problem you can't patch your way out of.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2025/04/in-depth-with-windows-11-recall-and-what-microsoft-has-and-hasnt-fixed/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28825</guid><pubDate>Mon, 21 Apr 2025 19:18:09 +0000</pubDate></item><item><title>How to change the default screenshot folder in Windows 10 and 11</title><link>https://nsaneforums.com/news/software-news/how-to-change-the-default-screenshot-folder-in-windows-10-and-11-r28824/</link><description><![CDATA[<p>
	Windows 10 and 11 have plenty of ways to take screenshots, and the Snipping Tool app is by far the most convenient of them all (or PrintScreen if you need a quick screen grab). Snipping Tool saves every screenshot and screen recording on drive C by default, namely in your Pictures &gt; Screenshots of your profile folder. If that is not okay and you want to have the Screenshot folder in another place, here is how to do that.
</p>

<p>
	 
</p>

<p>
	If your drive C has limited space or you have another reason to change the location of the default screenshot folder in Windows 10 or 11, doing it is very easy. You can select a new location <a href="#option1" rel="">from the Snipping Tool app</a>, <a href="#option2" rel="">File Explorer itself</a>, or <a href="#option3" rel="">the system registry</a> if you feel a bit adventurous.
</p>

<p>
	 
</p>

<p>
	<strong>Note</strong>: This guide only applies to the default screenshot-taking app, Snipping Tool. If you use third-party apps like Snagit or ShareX, refer to their settings to change where those apps store taken screenshots by default.
</p>

<h3>
	<a id="option1" name="option1" rel=""></a>How to change the default screenshot folder in Windows 10 and 11—option 1
</h3>

<p>
	Microsoft <a href="https://www.neowin.net/news/microsoft-is-finally-letting-you-change-the-default-screenshot-folder-in-windows-11/" rel="external nofollow">only recently updated the Snipping Tool app</a> with a built-in option to change where the app stores screenshots and screen recordings. Here is how to do that.
</p>

<p>
	 
</p>

<p>
	<strong>Note</strong>: Snipping Tool settings do not affect where Windows stores screenshots taken with the <strong>Win + PrintScreen</strong> button. If you take screenshots this way and want to change the default folder, <a href="#option2" rel="">jump to option 2</a>.
</p>

<p>
	 
</p>

<ol>
	<li>
		Open the Snipping Tool app and click the three-dot button in the upper-right corner of the window. Note that you might need to resize the app for more convenience.
		<figure class="image image--expandable">
			<img alt="How to change screenshot folder in Windows 10 and 11" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745244224_1.jpg">
		</figure>
	</li>
	<li>
		Scroll down and find the "<strong>Automatically save original screenshots</strong>" option.
	</li>
	<li>
		Press the arrow-down button next to it, and you will see the "<strong>Screenshots are saved to</strong>" option. Click the "<strong>Change</strong>" link and specify where you want to store your screenshots.
		<figure class="image image--expandable">
			<img alt="How to change screenshot folder in Windows 10 and 11" class="ipsImage" height="505" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745244230_2.jpg">
		</figure>
	</li>
</ol>

<p>
	Note that Snipping Tool stores screen recordings in another folder. If you want to change it as well, scroll further down and do the same steps for the "<strong>Automatically save original screen recordings</strong>" option.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="How to change screenshot folder in Windows 10 and 11" class="ipsImage" height="505" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745244236_3.jpg">
</figure>

<p>
	<strong>Tip</strong>: You can turn on automatic screenshot and screen recording saving. In such a case, screenshots and screen recordings will be copied to your clipboard, and you will have to save them manually each time, wherever you want.
</p>

<h3>
	<a id="option2" name="option2" rel=""></a>Change the default screenshot folder in Windows—option 2
</h3>

<p>
	This method only works for screenshots, not screen recordings. It applies to both Snipping Tool and the <strong>Win + PrintScreen </strong>shortcut.
</p>

<p>
	 
</p>

<ol>
	<li>
		Open File Explorer and navigate to the Pictures folder in your profile. It is pinned by default to the nav pane. Alternatively, go to <strong><span class="ipsEmoji">😄</span> &gt; Users &gt; Your Username &gt; Pictures</strong>. You will find the <strong>Screenshot </strong>folder there.
	</li>
	<li>
		Right-click the <strong>Screenshot</strong> folder and click <strong>Properties</strong>.
		<figure class="image image--expandable">
			<img alt="How to change screenshot folder in Windows 10 and 11" class="ipsImage" height="495" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745244242_4.jpg">
		</figure>
	</li>
	<li>
		Go to the <strong>Location</strong> tab and click <strong>Move</strong>.
		<figure class="image image--expandable">
			<img alt="How to change screenshot folder in Windows 10 and 11" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745244248_5.jpg">
		</figure>
	</li>
	<li>
		Specify the new folder for your screenshots. Upon saving, Windows will ask you whether you want to move existing screenshots to the new location.
	</li>
</ol>

<p>
	 
</p>

<p>
	Should you change your mind, repeat the same steps but click <strong>Restore Default</strong> in step 3. Windows might tell you that the folder does not exist and ask you to create it. Click Yes.
</p>

<p>
	 
</p>

<p>
	While Windows 10 and 11 do not allow you to do the same for the Screen Recordings folder, you can move the entire Video user folder to a new location. The process is the same as described above, just make sure you right-click the Videos folder (the one hosting the Screen recordings directory).
</p>

<h3>
	<a id="option3" name="option3" rel=""></a>Change the default screenshot folder in Windows 10 and 11—option 3
</h3>

<p>
	Now, here is a method for those who do not mind getting their hands dirty, figuratively speaking. You can change the default screenshot location (this does not work for screen recordings) using the system registry.
</p>

<p>
	 
</p>

<p>
	<strong>Warning</strong>: Back up important data before messing around with the system registry. We also recommend creating a system restore point in case unexpected things happen.
</p>

<p>
	 
</p>

<ol>
	<li>
		Create a new folder where you want to store screenshots.
	</li>
	<li>
		Press <strong>Win + R</strong> and type <strong>regedit</strong> to launch Windows Registry Editor.
	</li>
	<li>
		Paste the following into the address bar: <strong>Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders</strong>.
	</li>
	<li>
		Find the <strong>{B7BEDE81-DF94-4682-A7D8-57A52620B86F}</strong> value and double-click it
		<figure class="image image--expandable">
			<img alt="How to change screenshot folder in Windows 10 and 11" class="ipsImage" height="440" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745244253_6.jpg">
		</figure>
		<strong>Tip</strong>: If the value does not exist, click <strong>Edit &gt; New &gt; String Value</strong> and rename it to that long cryptic name in braces.
	</li>
	<li>
		Change the value data to the path of your new folder. For example, <strong>D:\Screenshots</strong>, and press Ok.
	</li>
</ol>

<p>
	 
</p>

<p>
	Note that this change will not move your existing screenshots to a new folder.
</p>

<p>
	 
</p>

<p>
	That is it. That is how you change the default screenshot location in Windows 10 and 11.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/guides/how-to-change-the-default-screenshot-folder-in-windows-10-and-11/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28824</guid><pubDate>Mon, 21 Apr 2025 19:14:06 +0000</pubDate></item><item><title>I think NVIDIA is doing this on purpose now... New driver issues. BEWARE!!! [Video]</title><link>https://nsaneforums.com/news/software-news/i-think-nvidia-is-doing-this-on-purpose-now-new-driver-issues-beware-video-r28823/</link><description><![CDATA[<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube-nocookie.com/embed/KrCEPX47vtw?feature=oembed" title="I think NVIDIA is doing this on purpose now... New driver issues. BEWARE!!!" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	<a href="https://www.youtube.com/@Jayztwocents" rel="external nofollow" target="_blank">JayzTwoCents</a> (4.19M subscribers)
</p>

<p>
	 
</p>

<p>
	April 23, 2025
</p>

<p>
	 
</p>

<p>
	Video length: 11m 23s
</p>

<p>
	 
</p>

<p>
	"DO NOT INSTALL DRIVER 576.02 WITHOUT WATCHING THIS FIRST! UPDATE: Nvidia has relesed driver 576.15 to address this issue, we have not tested this driver yet."
</p>

<p>
	 
</p>

<p>
	<a href="https://www.youtube.com/watch?v=KrCEPX47vtw" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28823</guid><pubDate>Mon, 21 Apr 2025 19:12:37 +0000</pubDate></item><item><title>Nvidia fixes Windows 11 24H2 driver issues but completely breaks GPU temperature reading</title><link>https://nsaneforums.com/news/software-news/nvidia-fixes-windows-11-24h2-driver-issues-but-completely-breaks-gpu-temperature-reading-r28822/</link><description><![CDATA[<p>
	Nvidia's RTX 5000 series desktop launch has been one of the worst in the company's history, and we are not exaggerating when we say that. That is because the 50-series has been plagued with <a href="https://www.neowin.net/news/nvidia-admits-rtx-5070-nowhere-near-4090-performance-without-dlss-fake-frames/" rel="external nofollow">misleading marketing claims</a>, burnt and melted <a href="https://www.neowin.net/news/nvidia-rtx-5090-owners-report-melting-power-connectors/" rel="external nofollow">power connectors</a>, and loads of display issues related to the graphics driver.
</p>

<p>
	 
</p>

<p>
	The company has been continuously <a href="https://www.neowin.net/news/nvidia-57260-driver-lands-with-fixes-for-rtx-50-series-black-screen-issues/" rel="external nofollow">fixing such problems</a>, and the latest driver <a href="https://www.neowin.net/news/nvidia-57602-driver-adds-rtx-5060-ti-support-fixes-a-lot-of-crashes-and-black-screens/" rel="external nofollow">version, 576.02</a>, also resolves a variety of such issues, including ones on <a href="https://www.neowin.net/news/nvidia-57602-driver-adds-rtx-5060-ti-support-fixes-a-lot-of-crashes-and-black-screens/#:~:text=issues%20when%20using-,Windows%2011%2024H2,-%5B5160948%5D" rel="external nofollow">Windows 11 24H2</a> that are related to "general stability, and black screens."
</p>

<p>
	 
</p>

<p>
	However, as Neowin reader <a href="https://www.neowin.net/news/nvidia-57602-driver-adds-rtx-5060-ti-support-fixes-a-lot-of-crashes-and-black-screens/#comment-598980969" rel="external nofollow">LiLmEgZ pointed out</a> in the article comments, users are still encountering plenty of problems despite the driver package being packed with bugfixes. One such problem is related to temperature sensor data reading as the GPU temperature on the Nvidia App gets stuck at certain temperature points.
</p>

<p>
	 
</p>

<p>
	For example, the feedback thread on the GeForce forum that talks about this mentions that the user's Asus ROG Astral RTX 5090 read a constant 25 degree Celsius. It looks like a reboot is necessary to fix the problem. The user goku5993 <a href="https://www.nvidia.com/en-us/geforce/forums/game-ready-drivers/13/563331/wrong-temperature-reading-in-new-drivers/" rel="external nofollow">writes</a>:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>Wrong temperature reading in new Drivers</strong>
	</p>

	<p>
		 
	</p>

	<p>
		Astral 5090. When I turn on PC all my temperature programs is on 25 degrees. I need to restart PC and this is fixed…
	</p>
</blockquote>

<p>
	Other commenters on the thread also encountered the same problem on 5080, 5070, and it is not just isolated to 50-series either as RTX 40-series and RTX 30-series GPU owners are also affected.
</p>

<p>
	 
</p>

<p>
	Another user marioho <a href="https://www.nvidia.com/en-us/geforce/forums/game-ready-drivers/13/563331/wrong-temperature-reading-in-new-drivers/3524952/" rel="external nofollow">writes</a>:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		The temperature that Nvidia's api broadcasts gets stuck after boot, but it should still report the correct temp via NVIDIA Overlay.
	</p>

	<p>
		 
	</p>

	<p>
		It's a tremendous issue though if you use third party tools like Afterburner or Fancontrol to manage your fan curves, as they'll be always reading the same cold boot temp and won't ramp up the fans as needed.
	</p>

	<p>
		 
	</p>

	<p>
		Restarting the PC fixes it, as a restart in modern Windows is a true reboot. Shutting the PC down via the usual Windows shortcut won't do it if you have Fast Boot enabled (it is enabled by default by the way) as it saves some aspects of the OS state on your drive, and that will get you a broken Nvidia temp when it resumes the session later.
	</p>
</blockquote>

<p>
	If you are on Nvidia's 576.02 driver and are having to deal with this problem, the best thing to do would be to roll back to the previous driver version, as users say this fixes the problem. This workaround is reminiscent of what even the <a href="https://x.com/mpr_reviews/status/1906390993852572081" rel="external nofollow">game devs had suggested</a> recently due to GeForce driver issues.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/nvidia-fixes-windows-11-24h2-driver-issues-but-completely-breaks-gpu-temperature-reading/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28822</guid><pubDate>Mon, 21 Apr 2025 19:10:27 +0000</pubDate></item><item><title>Microsoft explains TPM benefits and why it makes Windows 11 better than 10</title><link>https://nsaneforums.com/news/software-news/microsoft-explains-tpm-benefits-and-why-it-makes-windows-11-better-than-10-r28812/</link><description><![CDATA[<p>
	It is not surprising to anyone that Microsoft wants Windows 10 users to upgrade to Windows 11. It even suggests that those who are unable to upgrade due to ineligible hardware <a href="https://www.neowin.net/news/microsoft-how-to-update-to-windows-11-on-unsupported-windows-10-pc-dump-it-and-buy-new/" rel="external nofollow">dump their PC and get a new one with Windows 11</a>, although that is hardly something the environment will appreciate, especially if you <a href="https://www.neowin.net/news/as-millions-of-windows-10-pcs-await-ewaste-dump-seagate-claims-ssds-are-way-worse-than-hdds/" rel="external nofollow">use an SSD over an HDD</a>.
</p>

<p>
	 
</p>

<p>
	As Windows 10's <a href="https://www.neowin.net/news/microsoft-doesnt-like-you-downloading-windows-10-even-from-official-source-anymore/" rel="external nofollow">end-of-support date</a> approaches, most people will be looking to make the jump, and Microsoft is also looking forward to that. The TPM 2.0 is one of the <a href="https://www.neowin.net/news/microsoft-tpm-20-requirement-in-windows-11-is-a-non-negotiable-standard/" rel="external nofollow">system requirements for Windows 11</a>, and Microsoft has explained why that is and how it helps make Windows 11 a better OS than Windows 10.
</p>

<p>
	 
</p>

<p>
	The company has highlighted the advantages under the following headers in a recent blog post that it published. They have been put forth in simple words so that most users can understand them:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			<p>
				<strong>Protects your data:</strong> TPM can <a href="https://www.neowin.net/news/microsoft-lists-a-reason-why-tpm-secure-boot-are-required-on-windows-11-in-2024-2025/" rel="external nofollow">encrypt your data</a>, making it difficult for hackers to access sensitive information. This is especially critical for things like personal details, financial data, and confidential files.
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				<strong>Ensures trusted software:</strong> TPM <a href="https://www.neowin.net/news/microsoft-shares-windows-11-24h2-tpm-tool-to-check-various-hardware--firmware-issues/#:~:text=For%20those%20wondering%2C-,TPM%20attestation,-is%20sort%20of" rel="external nofollow">verifies the integrity of your system’s software</a> and firmware. This feature, called secure boot, helps stop malicious software from launching during startup.
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				<strong>Guards against physical tampering:</strong> If someone tries to physically tamper with your device’s hardware, TPM can detect changes and prevent your system from booting, keeping your device secure from physical attacks.
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				<strong>Supports advanced security features:</strong> Many of Windows 11’s most powerful <a href="https://www.neowin.net/news/microsoft-lists-a-reason-why-tpm-secure-boot-are-required-on-windows-11-in-2024-2025/" rel="external nofollow">security features rely on TPM</a>. These tools help keep your data safe, even if your device is lost or stolen.
			</p>
		</li>
	</ul>
</blockquote>

<p>
	Ironically, despite boasting about the security side of Windows 11, Microsoft recently deprecated a VBS feature on Windows 11 <a href="https://www.neowin.net/news/microsoft-is-making-windows-11-23h2-22h2-less-secure-than-24h2-by-killing-a-vbs-feature/" rel="external nofollow">versions 23H2, 22H2, and 21H2</a>.
</p>

<p>
	 
</p>

<p>
	Following that, Microsoft also mentions the other benefits of Windows 11 aside from the security aspect. It writes:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			<p>
				<strong>Stronger security:</strong> With TPM, Windows 11 ensures the integrity of your software and that your data stays encrypted. This is vital in today’s world, where cyber threats are more sophisticated than ever.
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				<strong>Better user experience:</strong> Along with security, Windows 11 brings a host of new features designed to improve performance and usability. The updated interface, better compatibility, and overall smoother experience make it a worthwhile upgrade.
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				<strong>Ready for the future:</strong> Upgrading to Windows 11 ensures that your system is ready for future updates and security features.
			</p>
		</li>
	</ul>
</blockquote>

<p>
	Microsoft lists "improved performance" as one of the points, although this is <a href="https://www.neowin.net/news/amds-ryzen-9950x3d9800x3d-on-windows-10-beats-windows-11-on-microsoft-recommended-settings/" rel="external nofollow">certainly debatable</a>. You can find the blog post <a href="https://www.microsoft.com/en-us/windows/learning-center/what-is-trusted-platform-module-in-windows-11" rel="external nofollow">here</a> on Microsoft's website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-explains-tpm-benefits-and-why-it-makes-windows-11-better-than-10/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28812</guid><pubDate>Sun, 20 Apr 2025 06:03:31 +0000</pubDate></item><item><title>Microsoft removing "major" Classic Teams feature before the app is gone for good</title><link>https://nsaneforums.com/news/software-news/microsoft-removing-major-classic-teams-feature-before-the-app-is-gone-for-good-r28809/</link><description><![CDATA[<p class="img-center">
	<img alt="classic teams" class="ipsImage" height="412" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/04/1714038474_teams-client-unsupported-cannot-upgrade.jpg">
</p>

<p>
	Back in March 2024, Microsoft began pushing the New Teams app via an <a href="https://www.neowin.net/news/the-classic-microsoft-teams-app-will-auto-update-to-the-new-app-after-march-31-2024/" rel="external nofollow">automatic update</a> over the classic version of the app. Later in the same year, in May, the company penned a lengthy post detailing all the differences between the two apps. You can find it in <a href="https://www.neowin.net/news/microsoft-outlines-the-changes-from-classic-to-new-teams-clients-in-new-support-post/" rel="external nofollow">our dedicated piece here</a>.
</p>

<p>
	 
</p>

<p>
	Support for Classic Teams ended in October 2024, and the availability of the app will also end soon on July 1, 2025. As such, the company today shared that it is removing a feature on the Microsoft 365 Admin Center portal. The change has been labelled a "Major change" as it is retiring the option to open a file in Classic Teams. It does not say, however, why it is removing it.
</p>

<p>
	 
</p>

<p>
	Microsoft has assured, though, that this option will remain in the new Teams. It writes:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		We will retire the option to open a file in classic Microsoft Teams starting April 15, 2025, and ending April 30, 2025. Instead, we recommend opening the file in the appropriate app (Microsoft Word, Microsoft Excel, or Microsoft PowerPoint) in the desktop or web, where we will continue to invest our development resources. This retirement is to address certain security vulnerabilities that surfaced recently with classic Teams. NOTE: This retirement will not affect file open options for the new version of Microsoft Teams.
	</p>

	<p>
		 
	</p>

	<p>
		This message applies to classic Teams for Windows desktop, classic Teams for Mac desktop, and classic Teams for the web.
	</p>

	<p>
		 
	</p>

	<p class="img-center">
		<img alt="option for opening files on classic teams" class="ipsImage" height="244" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745083250_classic_teams_open_files.jpg">
	</p>
</blockquote>

<p>
	The company adds that this change began rolling out a few days back on the 15th and will continue till April 30, 2025. It will be deployed automatically, and that no admin action is required. However, it does encourage the administrators to notify users about this ongoing change. If you have access to the Microsoft 365 Admin Center portal, you can view the message under ID MC1058266.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-removing-major-classic-teams-feature-before-the-app-is-gone-for-good/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28809</guid><pubDate>Sat, 19 Apr 2025 18:35:20 +0000</pubDate></item><item><title>Microsoft's Copilot is trying to appeal to the masses &#x2014; now power users are leaving it behind</title><link>https://nsaneforums.com/news/software-news/microsofts-copilot-is-trying-to-appeal-to-the-masses-%E2%80%94-now-power-users-are-leaving-it-behind-r28808/</link><description><![CDATA[<h3>
	AI enthusiasts are choosing to use ChatGPT over Copilot, all while Microsoft attempts to appeal to a wider audience in a way that I don't think wants Copilot in its current form.
</h3>

<p>
	<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/tag/copilot" href="https://www.windowscentral.com/tag/copilot" rel="external nofollow">Copilot</a> hasn’t had an easy life. Since its inception as Bing Chat in 2023, the AI tool has taken many twists and turns to get to where it is today. For the most part, Microsoft hasn’t had a clear vision for Copilot, constantly changing strategy, adding and removing features, and redesigning its UI almost half a dozen times in just a couple of years.
</p>

<p>
	 
</p>

<p>
	When Copilot first launched as Bing Chat, it garnered much attention. For a short while, it was a better version of <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/tag/chatgpt" href="https://www.windowscentral.com/tag/chatgpt" rel="external nofollow">ChatGPT</a>, based on the same AI models but with access to the Internet for more up-to-date answers and results, which was a game-changer at the time.
</p>

<p>
	 
</p>

<p>
	Of course, OpenAI and its rivals eventually caught up by offering the same kind of internet access, so Bing Chat no longer had an edge in that department. It’s clear that interest quickly waned from there, and it wasn’t long before Microsoft moved to relaunch Bing Chat under a new name, Copilot.
</p>

<div>
	<div>
		<p>
			<picture><source sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/6djeiEyrMSzSSbcyZxDx6h-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/6djeiEyrMSzSSbcyZxDx6h-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/6djeiEyrMSzSSbcyZxDx6h-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/6djeiEyrMSzSSbcyZxDx6h-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/6djeiEyrMSzSSbcyZxDx6h-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/6djeiEyrMSzSSbcyZxDx6h-1200-80.jpg.webp 1200w" type="image/webp"></source></picture>
		</p>

		<p>
			 
		</p>

		<p>
			<img alt="Microsoft Copilot UI" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/6djeiEyrMSzSSbcyZxDx6h-1024-80.jpg">
		</p>

		<p>
			<em><span>Copilot has had a bit of an identity crisis over the last couple of years. </span></em>
		</p>

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

		<p>
			 
		</p>

		<p>
			At first, it was an extensible platform with support for plugins, which allowed Copilot to access third-party apps and services. It was also a competent Windows assistant, capable of configuring system settings like Bluetooth and Dark Mode when asked.
		</p>

		<p>
			 
		</p>

		<p>
			It also supported different conversation styles, letting users choose what kind of response they wanted to receive. This was an excellent feature for those using Copilot as a tool to assist them with code or data management, as many were. It had become a great, free tool for power users and technology enthusiasts.
		</p>

		<p>
			 
		</p>

		<p>
			But as time has progressed, Copilot has lost a lot of this functionality, and I think that’s because Microsoft has chosen to take Copilot down a completely different path. It’s no longer interested in appealing to AI enthusiasts and power users; instead, it wants Copilot to appeal to the masses.
		</p>

		<p>
			 
		</p>

		<p>
			Microsoft knows your Grandma is never going to use ChatGPT, Gemini, or DeepSeek, but it reckons she might use Copilot, if the service is simple and easy enough to use. In the last half a year, we’ve seen Microsoft reposition Copilot as your “AI friend”, not an “AI tool” like so many other AI services are.
		</p>

		<div id="slice-container-newsletterForm-articleInbodyContent-nvpxpBKpPDUuN5R9XYwWXY">
			<div data-hydrate="true">
				<h2 id="suleyman-s-copilot-3">
					Suleyman's Copilot
				</h2>

				<div>
					<div>
						<p>
							<img alt="Mustafa Suleyman" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/2ZLAxsthAosH8zRUjEYhfc-1024-80.jpg">
						</p>

						<p>
							<em><span>Suleyman's Copilot is quite different from the Copilot we first had. </span></em>
						</p>

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

						<p>
							 
						</p>

						<p>
							This attempt to reposition Copilot began shortly after Mustafa Suleyman took over as CEO of AI at Microsoft. Since then, we’ve seen the company talk about Copilot like a digital friend, marketing it as something you’ll want to talk to about your day, relationships, feelings, emotions, and more.
						</p>

						<p>
							 
						</p>

						<p>
							When the new Copilot experience launched last year, many users immediately noticed a regression in features and capabilities. Users even noted that Copilot's responses were now less in-depth and technical than before, which caused many power users to jump ship to ChatGPT.
						</p>

						<p>
							 
						</p>

						<p>
							Microsoft has since added a "Think Deeper" mode to Copilot to help address this, but it appears the competition still has Copilot beat when it comes to technical and in-depth analysis and responses.
						</p>

						<p>
							 
						</p>

						<p>
							I recently <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://twitter.com/ai_for_success/status/1911089846770167897" href="https://twitter.com/ai_for_success/status/1911089846770167897" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">came across a tweet</a> asking people which AI service they'd want to delete from existence. The majority of responses were for Copilot to be deleted, citing that both ChatGPT and Copilot don't need to exist together, as Copilot is based on ChatGPT technology and is perceived to have worse responses.
						</p>

						<p>
							 
						</p>

						<div>
							<div>
								<p>
									<img alt="people on twitter choosing to delete Copilot." class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/ybFffPtCTGTYeENHZpbeDm-1024-80.png">
								</p>

								<p>
									<em><span>When asked which AI service they'd want to delete from existence, many people chose Copilot. </span></em>
								</p>

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

								<p>
									 
								</p>

								<p>
									In the eyes of AI enthusiasts, Copilot doesn't offer anything unique that makes it worth using over the competition. Of course, that's only true in regard to the AI model that powers it under the hood. Surface-level, Copilot is often the first to offer new, real-world experiences and capabilities powered by AI.
								</p>

								<p>
									 
								</p>

								<p>
									Features like <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/copilot-vision-for-windows-11-announcement-2025" href="https://www.windowscentral.com/software-apps/windows-11/copilot-vision-for-windows-11-announcement-2025" rel="external nofollow">Copilot Vision for Windows and Edge</a>, which lets Copilot view your screen and help out with suggestions or tutorials while you work. The same goes for things like Copilot Memories, which lets Copilot build a profile about you and remember who you are while you chat with it.
								</p>

								<p>
									 
								</p>

								<p>
									While other AI services are attempting to bring similar features to market, Copilot is often doing it first. Microsoft is pushing ahead with building features that enrich Copilot as a service and entity, and is putting much less emphasis on the magic that powers things under the hood.
								</p>

								<h2 id="is-there-more-value-in-an-ai-friend-or-ai-tool-3">
									Is there more value in an AI friend or AI tool?
								</h2>

								<div>
									<div>
										<p>
											<img alt="Microsoft Copilot with Skulls" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/uL3kprEU2dYRVyVNGrdo2Z-1024-80.jpg">
										</p>

										<p>
											<em><span>Will this direction ultimately be Copilot's downfall? </span></em>
										</p>

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

										<p>
											 
										</p>

										<p>
											This shift in focus is a clear attempt to appeal to a more general population, and is less interested in catering to AI enthusiasts who just want to utilize Copilot as a tool for access to the latest LLMs. But I'm not convinced Microsoft is executing this shift correctly.
										</p>

										<p>
											 
										</p>

										<p>
											Realistically, I don't think society is ready to embrace an AI friend like Microsoft is hoping we are. Perhaps I'm in the minority, but I don't find value in talking with an AI about anything personal in my spare time. I use it as a tool to assist me in tasks, and if anything, I want to talk to AIs less.
										</p>

										<p>
											 
										</p>

										<p>
											My ideal AI is one that understands my intent without me needing to ask for it first. I simply don't want to spend any time typing out or speaking commands for it to do anything useful. It should be working for me automatically in the background at all times.
										</p>

										<p>
											 
										</p>

										<p>
											No AI assistant is capable of this, at least not yet. Microsoft is, in my opinion, taking Copilot in the wrong direction. It should be working to make Copilot more invisible, not more openly present and personal. I don't value an AI friend, but I do value an AI tool.
										</p>

										<p>
											 
										</p>

										<p>
											Ideally, Copilot should be an AI experience that is woven throughout the Windows OS, not an app that sits on top of the OS that I have to go to, to do anything with. It should be ubiquitous and automatic, with the ability for me to guide it if necessary.
										</p>

										<p>
											 
										</p>

										<p>
											Microsoft is uniquely positioned to realize this. OpenAI doesn't have an OS platform like Microsoft does, so ChatGPT can't be ubiquitous like Copilot could be. Hopefully, that's the end goal, as I believe that's the best way AI can appeal to the masses, and the only way Copilot is going to succeed.
										</p>

										<p>
											 
										</p>

										<p>
											<a href="https://www.windowscentral.com/microsoft/microsofts-copilot-is-trying-to-appeal-to-the-masses-now-power-users-are-leaving-it-behind" rel="external nofollow">Source</a>
										</p>

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

										<p>
											<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
										</p>

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

										<p>
											<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
										</p>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">28808</guid><pubDate>Sat, 19 Apr 2025 18:32:30 +0000</pubDate></item><item><title>A long-requested Windows 10 taskbar feature comes back to Windows 11 in the latest build</title><link>https://nsaneforums.com/news/software-news/a-long-requested-windows-10-taskbar-feature-comes-back-to-windows-11-in-the-latest-build-r28804/</link><description><![CDATA[<p>
	Windows enthusiasts and sharp-eyed insiders recently discovered that <a href="https://www.neowin.net/news/windows-11-is-finally-getting-a-calendar-flyout-clock/" rel="external nofollow">Microsoft was about to restore the calendar clock in Windows 11</a>. This long-standing omission took Microsoft over three years to address, but it is finally here. <a href="https://www.neowin.net/news/microsoft-fixes-file-explorer-dark-mode-bugs-and-more-in-windows-11-beta-build-226355240/" rel="external nofollow">The latest Windows 11 preview build</a> from the Beta Channel has a hidden toggle that lets you turn on or off a clock in the calendar flyout.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="Calendar flyout in Windows 11 with a clock" class="ipsImage" height="489" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/04/1745004935_windows_11_calendar.jpg">
	<figcaption>
		Image credit: @<a href="https://x.com/phantomofearth/status/1913292960042541133" rel="external nofollow">Phantomofearth</a> on X
	</figcaption>
</figure>

<p>
	A calendar flyout clock has been around in Windows since the dawn of dinosaurs. Still, in 2021, when Microsoft released Windows 11 with its reworked and half-baked taskbar, customers discovered that the tray calendar not only lost the ability to show their events but also its clock. Fast forward to 2025, and we finally have the calendar clock returning to the operating system.
</p>

<p>
	 
</p>

<p>
	As you can see in the screenshot, Microsoft is also adding a toggle that lets you turn off the clock. Windows 10 never had this option before, and it is nice to see Microsoft adding more customization to the operating system.
</p>

<p>
	 
</p>

<p>
	The update is hidden by default, but you can make it work using the ViVeTool app:
</p>

<p>
	 
</p>

<ol>
	<li>
		Download ViveTool <a href="https://github.com/thebookisclosed/ViVe/releases" rel="external nofollow">from </a><a href="https://github.com/thebookisclosed/ViVe/releases" rel="external nofollow">GitHub</a> and unpack the files in a convenient and easy-to-find folder.
	</li>
	<li>
		Run Command Prompt as Administrator.
	</li>
	<li>
		Navigate to the folder containing the ViveTool files with the <strong>CD</strong> command. For example, if you have placed ViveTool in C:\Vive, type <strong>CD C:\Vive</strong>.
	</li>
	<li>
		Type <strong>vivetool /enable /id:42651849,48433719 </strong>and press <strong>Enter</strong>.
	</li>
	<li>
		Restart your computer and go to Settings &gt; Date &amp; Time.
	</li>
</ol>

<p>
	 
</p>

<p>
	Confusingly, Microsoft decided to remove the calendar clock from Windows 10. Whether Windows 10 is running out of juice in its clock or not, it is very hard to find a reasonable explanation for this decision. Regardless, if you are upset about Windows 11's crippled taskbar calendar, at least one missing feature is finally on its way back to the operating system.
</p>

<p>
	 
</p>

<p>
	More substantial changes in recent Windows 11 preview builds include a big rework for the Start menu, which now features a single view, lets you turn off the recommended section for good (properly turn it off, finally), app categories, and other changes. You can <a href="https://www.neowin.net/news/windows-11-is-getting-a-massive-start-menu-redesign-that-people-might-actually-love/" rel="external nofollow">read more about it in our dedicated article</a>.
</p>

<p>
	 
</p>

<p>
	Source: @<a href="https://x.com/phantomofearth/status/1913292960042541133" rel="external nofollow">Phantomofearth</a> on X
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/a-long-requested-windows-10-taskbar-feature-comes-back-to-windows-11-in-the-latest-build/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28804</guid><pubDate>Sat, 19 Apr 2025 07:52:56 +0000</pubDate></item><item><title>Microsoft fixes File Explorer dark mode bugs and more in Windows 11 Beta build 22635.5240</title><link>https://nsaneforums.com/news/software-news/microsoft-fixes-file-explorer-dark-mode-bugs-and-more-in-windows-11-beta-build-226355240-r28800/</link><description><![CDATA[<p>
	Microsoft is finishing this week with a fresh build for Windows Insiders in the Beta Channel. Build 22635.5240 (KB5055645) for Windows 11 version 23H2 is now available fr download with only three fixes (one for dark mode in File Explorer, one for Voice Access, and one for the incorrect storage size shown in the Settings app). Also, there will be no updates in the Dev Channel for Windows 11 version 24H2 insiders this week.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>Changes and Improvements gradually being rolled out to the Beta Channel with toggle on</strong>
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>General</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			This update includes a small set of general improvements and fixes that improve the overall experience for Insiders running this build on their PCs.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>Fixes gradually being rolled out to the Beta Channel with toggle on</strong>
	</p>

	<p>
		 
	</p>

	<p>
		[<strong>File Explorer</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue where the Organize and New Folder options might not be visible in the Save Dialog when using dark mode.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Settings</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue where the total storage size shown in System &gt; About may not be displayed correctly.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		[<strong>Voice Access</strong>]
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue which could voice access to freeze with error “working on it” when dictating.
		</li>
	</ul>
</blockquote>

<p>
	<a href="https://www.neowin.net/news/microsoft-fixes-file-explorer-dark-mode-bugs-and-more-in-windows-11-beta-build-226355240/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28800</guid><pubDate>Fri, 18 Apr 2025 17:54:01 +0000</pubDate></item><item><title>Microsoft Edge gets fixes for the setup experience and security issues</title><link>https://nsaneforums.com/news/software-news/microsoft-edge-gets-fixes-for-the-setup-experience-and-security-issues-r28799/</link><description><![CDATA[<p>
	Earlier this month, <a href="https://learn.microsoft.com/en-us/deployedge/microsoft-edge-relnote-stable-channel" rel="external nofollow" target="_blank">Microsoft released Edge 135</a> in the Stable Channel. Following that, Microsoft issued a few small updates for the browser to address various bugs and security issues. Now, Edge 135 has received yet another small update.
</p>

<p>
	 
</p>

<p>
	Version 135.0.3179.85 is now available for download with two fixes and two security updates. Fixed bugs include a problem with the initial setup experience failing to open a welcome page and the Copilot icon disappearing on systems with certain policies applied.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			Fixed an issue which caused the first-run experience (FRE) page edge://welcome-new-device to open and fail with an error message page that didn’t close.
		</li>
		<li>
			Fixed an issdue which may have caused the Copilot icon on the toolbar to disappear when the <a href="https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#hubssidebarenabled" rel="external nofollow" target="_blank">HubsSidebarEnabled</a> policy was enabled.
		</li>
	</ul>
</blockquote>

<p>
	As for security updates, two patches are included with version 135.0.3179.85:
</p>

<p>
	 
</p>

<ul>
	<li>
		<a href="https://www.cve.org/CVERecord?id=CVE-2025-3619" rel="external nofollow" target="_blank">CVE-2025-3619</a>: Heap buffer overflow in Codecs in Google Chrome on Windows prior to 135.0.7049.95 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Critical)
	</li>
	<li>
		<a href="https://www.cve.org/CVERecord?id=CVE-2025-3620" rel="external nofollow" target="_blank">CVE-2025-3620</a>: Use after free in USB in Google Chrome prior to 135.0.7049.95 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
	</li>
</ul>

<p>
	 
</p>

<p>
	You can update your Microsoft Edge installation by heading to edge://settings/help. The browser will also notify you about a pending update with a notification on the toolbar.
</p>

<p>
	 
</p>

<p>
	As for more substantial updates, earlier this week, <a href="https://www.neowin.net/news/microsoft-just-made-copilot-vision-free-for-everyone-using-edge-browser/" rel="external nofollow" target="_blank">Microsoft launched Copilot Vision in Edge</a>. This feature enables Copilot to see the content of your tabs and provide you with guidance and additional information. Also, Microsoft published <a href="https://www.neowin.net/news/microsoft-shares-new-details-on-adobe-for-edge-that-replaces-native-legacy-pdf-reader/" rel="external nofollow" target="_blank">an update</a> on replacing Edge's built-in PDF reader with one from Adobe.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-edge-gets-fixes-for-the-setup-experience-and-security-issues/" rel="external nofollow" target="_blank">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="56074" data-embedcontent="" data-embedid="embed1980296293" src="https://nsaneforums.com/topic/471034-microsoft-edge-1350317985/?do=embed&amp;comment=1864166&amp;embedComment=1864166&amp;embedDo=findComment#comment-1864166" style="overflow: hidden; height: 332px; max-width: 500px;"></iframe>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28799</guid><pubDate>Fri, 18 Apr 2025 17:50:52 +0000</pubDate></item><item><title>Ubuntu 25.04 now available with GNOME 48 and Linux kernel 6.14</title><link>https://nsaneforums.com/news/software-news/ubuntu-2504-now-available-with-gnome-48-and-linux-kernel-614-r28798/</link><description><![CDATA[<p>
	Canonical has <a href="https://canonical.com/blog/canonical-releases-ubuntu-25-04-plucky-puffin" rel="external nofollow">just released</a> Ubuntu 25.04, codenamed Plucky Puffin, for the general public. This is a stable release, but not a long-term support version, so it’s only going to be alive for 9 months before support is dropped. These non-LTS releases are great for people who want a stable experience, but also want to try cutting-edge features.
</p>

<p>
	 
</p>

<p>
	The key highlight in this update is <a href="https://www.neowin.net/news/gnome-48-arrives-with-tons-of-new-features-including-new-fonts/" rel="external nofollow">GNOME 48</a>, which brings with it notification stacking, digital well-being settings, triple buffering patches for smoother performance (which Canonical contributed), and more. This version of Ubuntu also includes an app called Papers, a PDF reader for a more modern and user-friendly experience.
</p>

<p>
	 
</p>

<p>
	To help support timezone detection, weather forecasts, and night light features on the desktop, Ubuntu 25.04 ships with the BeaconDB geolocation service. Canonical made this change because Mozilla retired its geolocation service, which had previously been relied upon.
</p>

<p>
	 
</p>

<p>
	Another big change in this update is the inclusion of Linux 6.14. Canonical said that it includes a new NTSYNC driver that emulates WinNT sync primitives, enabling better performance potential for Windows games running on WINE and Proton (Steam Play). Canonical also said:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		“Kernel developers can now make use of a new scheduling system, sched_ext, which provides a mechanism to implement scheduling policies as eBPF programs. This enables developers to defer scheduling decisions to standard user-space programs and implement fully functional hot-swappable Linux schedulers, using any language, tool, library, or resource accessible in user-space.”
	</p>
</blockquote>

<p>
	In terms of hardware support, Canonical has made a new ISO image available with 25.04 that enables it to work on ARM64 devices, and Qualcomm has said this paves the way for Ubuntu to eventually run on Snapdragon chips. Ubuntu 25.04 also brings full-featured support for the Intel Core Ultra 200V series with built-in Arc GPUs and Intel Arc B580 and B570 "Battlemage" discrete GPUs, Canonical said:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		“The new additions include improved GPU and CPU ray tracing rendering performance in applications with Intel Embree support, such as Blender (v4.2+). Ray tracing hardware acceleration on the GPU improves frame rendering by 20-30%, due to a 2-4x speed-up for the ray tracing component. These GPUs now also have support enabled for hardware accelerated video encoding of AVC, JPEG, HEVC, and AV1, thus improving performance when using these formats when compared to software encoding.”
	</p>
</blockquote>

<p>
	The new update is available for download now on <a href="http://Ubuntu.com" rel="external nofollow">Ubuntu.com</a>. If you have Ubuntu installed already, you can upgrade to this version, too. If you are on an LTS release and want to upgrade, you’ll need to take extra steps <a href="https://ubuntu.com/tutorials/upgrading-ubuntu-desktop#5-optional-upgrading-to-interim-releases" rel="external nofollow">outlined here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/ubuntu-2504-now-available-with-gnome-48-and-linux-kernel-614/" 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="embed168857" src="https://nsaneforums.com/topic/471039-ubuntu-2504/?do=embed&amp;comment=1864172&amp;embedComment=1864172&amp;embedDo=findComment#comment-1864172" style="overflow: hidden; height: 332px; max-width: 500px;"></iframe>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28798</guid><pubDate>Fri, 18 Apr 2025 17:49:25 +0000</pubDate></item><item><title>Google brings ChromeOS M135 to the stable channel, with improved mouse support and more</title><link>https://nsaneforums.com/news/software-news/google-brings-chromeos-m135-to-the-stable-channel-with-improved-mouse-support-and-more-r28797/</link><description><![CDATA[<p>
	Last February, we <a href="https://www.neowin.net/news/chromeos-m133-goes-stable-with-extended-language-support-and-new-enhancements/" rel="external nofollow">reported on Chrome 133</a>, which brought features like Bluetooth Microphone Super Resolution and the accessibility feature Bounce Keys. A month later, Google <a href="https://support.google.com/chromebook/thread/331983080/introducing-chrome-os-m134-to-the-stable-channel?hl=en" rel="external nofollow">brought M134</a>, which continued the accessibility focus with Slow Keys and introduced features like Fast Pair for mice and Mouse Keys, along with the big news of Gemini integration.
</p>

<p>
	 
</p>

<p>
	Now, ChromeOS M135 is <a href="https://support.google.com/chromebook/thread/338953011?hl=en" rel="external nofollow">hitting the stable channel</a>, and it's bringing some interesting updates, building on some of the things we've seen before.
</p>

<p>
	 
</p>

<p>
	One thing you might notice, especially if you're using ChromeOS Flex on older hardware, is the arrival of the Android Bluetooth stack, code-named Fluoride. This was already rolling out to regular ChromeOS devices starting with version 122, and now it's making its way to Flex.
</p>

<p>
	 
</p>

<p>
	Google says the transition should be seamless, keeping your already paired Bluetooth gadgets connected without a fuss. If things go sideways, you can always file feedback or temporarily disable it using a flag in the Chrome settings: chrome://flags/#bluetooth-use-floss.
</p>

<p>
	 
</p>

<p>
	Building on the accessibility features we've seen in recent updates, M135 includes some enhancements to Face control. This feature lets you interact with your Chromebook using facial movements. Google has apparently made it more obvious when Face control is active, adding a "Face control active" message that's easy to spot and includes a clear button to turn it off. You'll also get a notification when Face control gets turned on, which is a nice touch.
</p>

<p>
	 
</p>

<p>
	Mouse Keys, another accessibility feature released in M134, is also part of this update, allowing you to control your mouse pointer using your keyboard.
</p>

<p>
	 
</p>

<p>
	We saw Fast Pair for mice show up in M134, and it's still a part of the M135 update. Here's how the feature works: if you have a mouse that supports Fast Pair, you just bring it close to your Chromebook, and you should get a prompt asking if you want to connect it. One click and you're good to go.
</p>

<p>
	 
</p>

<p>
	And finally, something new in M135 is image content search. Instead of having to remember the exact filename of a picture, you'll be able to search for images based on what's actually in the photo directly within the Launcher.
</p>

<p>
	 
</p>

<p>
	As usual, Google says that this update will be "progressively rolling out over the coming days." If you do encounter any issues when using M135, the company wants you to <a href="https://support.google.com/chromebook/answer/2982029" rel="external nofollow">report them here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/google-brings-chromeos-m135-to-the-stable-channel-with-improved-mouse-support-and-more/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28797</guid><pubDate>Fri, 18 Apr 2025 17:47:51 +0000</pubDate></item><item><title>NVIDIA drops another "horrible driver" &#x2014; The latest update still hasn't fixed GPU stability issues for all</title><link>https://nsaneforums.com/news/software-news/nvidia-drops-another-horrible-driver-%E2%80%94-the-latest-update-still-hasnt-fixed-gpu-stability-issues-for-all-r28790/</link><description><![CDATA[<h3>
	NVIDIA's Game Ready driver version 576.02 arrived yesterday with a massive list of bug fixes, but some users continue to report the same stability issues.
</h3>

<p>
	<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-rtx-5060-ti-announce" href="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-rtx-5060-ti-announce" rel="external nofollow">NVIDIA's RTX 5060 Ti launched yesterday</a>, and with it came a <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-game-ready-driver-update-rtx-5060-ti" href="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-game-ready-driver-update-rtx-5060-ti" rel="external nofollow">new Game Ready driver</a> that supports the new GPU.
</p>

<p>
	 
</p>

<p>
	The biggest news surrounding the new 576.02 driver, however, is the extensive list of bug fixes.
</p>

<p>
	 
</p>

<p>
	NVIDIA focused on solving specific problems in specific games — flickering, crashing, stuttering, banding, artifacting, etc. — but it also called out fixes for more general issues.
</p>

<p>
	 
</p>

<p>
	Here's a look at the problems NVIDIA claims to have solved.
</p>

<p>
	 
</p>

<div id="slice-container-imageGallery-SJqUkdV4xqzmfmZWXrWqLP-czkSJPHnREFmLmWCi9jDZKknM0wOHWmr">
	<div data-hydrate="true">
		<div>
			<div>
				<div>
					<div>
						<div aria-hidden="false" data-swipeable="true">
							<div>
								<div>
									<div>
										<div>
											<div>
												<div>
													<picture data-hydrate="true"><source class="image-wrapped__image image__image" data-normal="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g.jpg" data-original-mos="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g.jpg" data-pin-nopin="true" data-slice-image="true" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-1200-80.jpg.webp 1200w" type="image/webp"><source class="image-wrapped__image image__image" data-normal="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g.jpg" data-original-mos="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g.jpg" data-pin-nopin="true" data-slice-image="true" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-480-80.jpg 480w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-1024-80.jpg 1024w, https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-1200-80.jpg 1200w" type="image/jpeg"><img alt="NVIDIA driver 576.02 bug and gaming fixes" class="ipsImage" data-normal="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g.jpg" data-pin-nopin="true" data-slice-image="true" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/yPe8q4zjHD25ZS8B59Vw7g-1024-80.jpg"></source></source></picture>
												</div>

												<p>
													<em><span>A look at specific gaming bugs supposedly fixed by NVIDIA Game Ready driver 576.02.</span></em>
												</p>

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

												<p>
													 
												</p>

												<div aria-hidden="true" data-swipeable="true">
													<div>
														<div>
															<div>
																<div>
																	<div>
																		<div>
																			<picture data-hydrate="true"><source class="image-wrapped__image image__image" data-normal="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T.jpg" data-original-mos="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T.jpg" data-pin-nopin="true" data-slice-image="true" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-1200-80.jpg.webp 1200w" type="image/webp"><source class="image-wrapped__image image__image" data-normal="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T.jpg" data-original-mos="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T.jpg" data-pin-nopin="true" data-slice-image="true" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-480-80.jpg 480w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-1024-80.jpg 1024w, https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-1200-80.jpg 1200w" type="image/jpeg"><img alt="NVIDIA Game Ready driver 576.02 notes" class="ipsImage" data-normal="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T.jpg" data-pin-nopin="true" data-slice-image="true" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/y7dw7b9fFxuRAbCfoiSm2T-1024-80.jpg"></source></source></picture>
																		</div>

																		<p>
																			<em><span>A look at general bugs supposedly fixed by NVIDIA Game Ready driver 576.02.</span></em>
																		</p>

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

																		<p>
																			 
																		</p>

																		<p>
																			These fixes couldn't come at a better time. At least, that would be the case if NVIDIA's fixes were concrete.
																		</p>

																		<p>
																			 
																		</p>

																		<p>
																			That doesn't seem to be the case, as reports online of issues with the new driver installed begin to pile up once again.
																		</p>

																		<p>
																			 
																		</p>

																		<p>
																			I waded into the <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.reddit.com/r/nvidia/comments/1k0iop7/game_ready_studio_driver_57602_faqdiscussion/" href="https://www.reddit.com/r/nvidia/comments/1k0iop7/game_ready_studio_driver_57602_faqdiscussion/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">NVIDIA subreddit's driver megathread</a> to check in on user status.
																		</p>

																		<p>
																			 
																		</p>

																		<div id="slice-container-newsletterForm-articleInbodyContent-SJqUkdV4xqzmfmZWXrWqLP">
																			<div data-hydrate="true">
																				<p>
																					Judging by the feedback, the new drivers have solved issues for some users but not for others. And there doesn't seem to be a clear pattern.
																				</p>

																				<p>
																					 
																				</p>
																				<iframe allow="clipboard-read; clipboard-write" allowfullscreen="true" height="296" sandbox="allow-scripts allow-same-origin allow-popups" scrolling="no" src="https://embed.reddit.com/r/nvidia/comments/1k0iop7/comment/mnettk4/?embed=true&amp;ref_source=embed&amp;ref=share&amp;utm_medium=widgets&amp;utm_source=embedv2&amp;utm_term=23&amp;showmedia=false&amp;showmore=false&amp;depth=1&amp;utm_name=comment_embed&amp;embed_host_url=https%3A%2F%2Fwww.windowscentral.com%2Fhardware%2Fcpu-gpu-components%2Fnvidia-57602-driver-issues-continue" style="border: medium; max-width: 100%; border-radius: 8px; display: block; margin: 0px auto;" width="640px"></iframe><iframe allow="clipboard-read; clipboard-write" allowfullscreen="true" height="240" sandbox="allow-scripts allow-same-origin allow-popups" scrolling="no" src="https://embed.reddit.com/r/nvidia/comments/1k0iop7/comment/mngbfd1/?embed=true&amp;ref_source=embed&amp;ref=share&amp;utm_medium=widgets&amp;utm_source=embedv2&amp;utm_term=23&amp;showmedia=false&amp;showmore=false&amp;depth=1&amp;utm_name=comment_embed&amp;embed_host_url=https%3A%2F%2Fwww.windowscentral.com%2Fhardware%2Fcpu-gpu-components%2Fnvidia-57602-driver-issues-continue" style="border: medium; max-width: 100%; border-radius: 8px; display: block; margin: 0px auto;" width="640px"></iframe><iframe allow="clipboard-read; clipboard-write" allowfullscreen="true" height="300" sandbox="allow-scripts allow-same-origin allow-popups" scrolling="no" src="https://embed.reddit.com/r/nvidia/comments/1k0iop7/comment/mng4pwk/?embed=true&amp;ref_source=embed&amp;ref=share&amp;utm_medium=widgets&amp;utm_source=embedv2&amp;utm_term=23&amp;showmedia=false&amp;showmore=false&amp;depth=1&amp;utm_name=comment_embed&amp;embed_host_url=https%3A%2F%2Fwww.windowscentral.com%2Fhardware%2Fcpu-gpu-components%2Fnvidia-57602-driver-issues-continue" style="border: medium; max-width: 100%; border-radius: 8px; display: block; margin: 0px auto;" width="640px"></iframe><iframe allow="clipboard-read; clipboard-write" allowfullscreen="true" height="320" sandbox="allow-scripts allow-same-origin allow-popups" scrolling="no" src="https://embed.reddit.com/r/nvidia/comments/1k0iop7/comment/mnfjwly/?embed=true&amp;ref_source=embed&amp;ref=share&amp;utm_medium=widgets&amp;utm_source=embedv2&amp;utm_term=23&amp;showmedia=false&amp;showmore=false&amp;depth=1&amp;utm_name=comment_embed&amp;embed_host_url=https%3A%2F%2Fwww.windowscentral.com%2Fhardware%2Fcpu-gpu-components%2Fnvidia-57602-driver-issues-continue" style="border: medium; max-width: 100%; border-radius: 8px; display: block; margin: 0px auto;" width="640px"></iframe>

																				<p>
																					One potential remedy for certain games appears to involve deleting the game's shader cache following the driver update.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					This move seems to have solved problems in Monster Hunter Wilds and Path of Exile 2, but your experience may vary.
																				</p>

																				<p>
																					 
																				</p>
																				<iframe allow="clipboard-read; clipboard-write" allowfullscreen="true" height="240" sandbox="allow-scripts allow-same-origin allow-popups" scrolling="no" src="https://embed.reddit.com/r/nvidia/comments/1k0iop7/comment/mni0lq7/?embed=true&amp;ref_source=embed&amp;ref=share&amp;utm_medium=widgets&amp;utm_source=embedv2&amp;utm_term=23&amp;showmedia=false&amp;showmore=false&amp;depth=1&amp;utm_name=comment_embed&amp;embed_host_url=https%3A%2F%2Fwww.windowscentral.com%2Fhardware%2Fcpu-gpu-components%2Fnvidia-57602-driver-issues-continue" style="border: medium; max-width: 100%; border-radius: 8px; display: block; margin: 0px auto;" width="640px"></iframe><iframe allow="clipboard-read; clipboard-write" allowfullscreen="true" height="560" sandbox="allow-scripts allow-same-origin allow-popups" scrolling="no" src="https://embed.reddit.com/r/nvidia/comments/1k0iop7/comment/mnertki/?embed=true&amp;ref_source=embed&amp;ref=share&amp;utm_medium=widgets&amp;utm_source=embedv2&amp;utm_term=23&amp;showmedia=false&amp;showmore=false&amp;depth=1&amp;utm_name=comment_embed&amp;embed_host_url=https%3A%2F%2Fwww.windowscentral.com%2Fhardware%2Fcpu-gpu-components%2Fnvidia-57602-driver-issues-continue" style="border: medium; max-width: 100%; border-radius: 8px; display: block; margin: 0px auto;" width="640px"></iframe>

																				<p>
																					In any case, it appears that NVIDIA has failed to completely clean up the issues that have been plaguing its GeForce cards for the majority of 2025.
																				</p>

																				<h2 id="nvidia-s-current-driver-issues-explained-3">
																					NVIDIA's current driver issues explained
																				</h2>

																				<p>
																					Since the launch of <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-geforce-rtx-5090-review" href="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-geforce-rtx-5090-review" rel="external nofollow">NVIDIA's RTX 5090</a> and <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-geforce-rtx-5080-review" href="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-geforce-rtx-5080-review" rel="external nofollow">RTX 5080</a> in January — which came with a new 572.16 driver — users have reported everything from black screens and GPU detection failure to outright game and system crashes.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					NVIDIA was quick to announce it was<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-rtx-5090d-driver-issues" href="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-rtx-5090d-driver-issues" target="_blank" rel="external nofollow"> investigating reported issues with the RTX 50-series</a> in February.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					It's not just those with an <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-rtx-5000-everything-you-need-to-know" href="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-rtx-5000-everything-you-need-to-know" rel="external nofollow">RTX 50-series</a> GPU, either. NVIDIA's driver issues have been experienced by RTX 40-series and 30-series users, and the solution was to roll back to a driver from before the 50-series launch.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					The driver, version 566.36, was released in December 2024, and it remains stable. But there's a big problem.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					The stable driver was released before NVIDIA added <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/gaming/what-is-super-resolution-nvidia-dlss-amd-fsr-intel-xess-and-microsoft-directsr-explained" href="https://www.windowscentral.com/gaming/what-is-super-resolution-nvidia-dlss-amd-fsr-intel-xess-and-microsoft-directsr-explained" rel="external nofollow">DLSS</a> 4 support, which means it doesn't provide access to new features like Multi Frame Generation (MFG) or full support for new games.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					But considering a lot of the issues seemed to stem from DLSS and G-Sync, playing without the features was better than not playing at all.
																				</p>

																				<p>
																					 
																				</p>

																				<div class="ipsEmbeddedVideo" contenteditable="false">
																					<div>
																						<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube-nocookie.com/embed/NTXoUsdSAnA?feature=oembed" title="Get It Together, NVIDIA | Terrible GPU Driver Stability" width="200"></iframe>
																					</div>
																				</div>

																				<p>
																					 
																				</p>

																				<p>
																					With certain game developers recommending in patch notes to use an older driver, and with <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.youtube.com/watch?v=NTXoUsdSAnA" href="https://www.youtube.com/watch?v=NTXoUsdSAnA" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">Gamers Nexus replicating many of the issues</a> reported online, NVIDIA clearly had to perform some major surgery on its support system.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					I was hopeful when I saw the long list of 576.02 bug fixes, but gamers aren't in the clear quite yet.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					I'm curious to know your experience with the new NVIDIA driver. What are/were your issues? Did the new driver fix them? What GPU are you using? Be sure to let me know in the comments section below!
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					<a href="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-57602-driver-issues-continue" rel="external nofollow">Source</a>
																				</p>

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

																				<p>
																					<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
																				</p>

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

																				<p>
																					<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
																				</p>
																			</div>
																		</div>
																	</div>
																</div>
															</div>
														</div>
													</div>
												</div>
											</div>
										</div>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">28790</guid><pubDate>Thu, 17 Apr 2025 18:25:41 +0000</pubDate></item><item><title>Microsoft Edge 137 is out in Dev Channel with WebUI improvements and more</title><link>https://nsaneforums.com/news/software-news/microsoft-edge-137-is-out-in-dev-channel-with-webui-improvements-and-more-r28788/</link><description><![CDATA[<p>
	Following the release of <a href="https://www.neowin.net/news/microsoft-just-made-copilot-vision-free-for-everyone-using-edge-browser/" rel="external nofollow">Copilot Vision in Microsoft Edge</a> and <a href="https://www.neowin.net/news/microsoft-updates-edge-136-dev-with-fixes-for-various-crashes/" rel="external nofollow">Edge 136 in the Beta Channel</a>, Microsoft is bringing Edge 137 from the Canary Channel to Dev. Edge Insiders can download build 137.0.3255.0 with WebUI improvements and a typically long list of various fixes, small patches, and other changes. Here is the changelog:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>Added Features:</strong>
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Added a row of buttons to the tab search app in Web UI.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>Improved Behavior:</strong>
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Resolved a corner case crash issue with Settings Navigation on Android.
		</li>
		<li>
			Resolved an issue where a crash occurred after logging into an AAD/MSA account on iOS.
		</li>
		<li>
			Resolved an issue where browser would crash on Android after switching the theme, and then changing the position of the address bar on the Appearance and Layout page.
		</li>
		<li>
			Resolved a crash issue in Start, Home, and NTP within the settings.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>Changed Behavior:</strong>
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Resolved an issue by updating the color of the loading screen in the Game Assist widget.
		</li>
		<li>
			Resolved an issue when setting the page color to desert or white caused most of the Settings navigation bar to become invisible on edge://settings/appearance.
		</li>
		<li>
			Resolved an issue where items in a subfolder would open after clicking 'Open all () in new tab group' under Favorites.
		</li>
		<li>
			Resolved an issue where text overlapped with the 'Import Favorites' folder in the Favorites bar.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>iOS:</strong>
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Resolved an issue where the PDF continued to be read after exiting the PDF read-aloud feature on iOS.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>Android:</strong>
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Resolved an issue where the Copilot error page supported half-screen view on Android.
		</li>
		<li>
			Fixed an issue where the refresh button in the web search box was unresponsive on Android.
		</li>
		<li>
			Fixed an issue where the new chat icon was missing in the upper right corner of the page after entering Copilot from NTP on Android.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>Mac:</strong>
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Resolved an issue where avatars failed to load on the 'Choose an account' screen on Mac.
		</li>
	</ul>
</blockquote>

<p>
	Microsoft Edge Dev is available on Windows, macOS, Linux, and Android. You can <a href="https://www.microsoft.com/en-us/edge/download/insider" rel="external nofollow">download it from the official website</a>. Version 136 is expected in the Stable Channel during the week of May 1, 2025.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-edge-137-is-out-in-dev-channel-with-webui-improvements-and-more/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28788</guid><pubDate>Thu, 17 Apr 2025 18:19:38 +0000</pubDate></item><item><title>Microsoft is making Windows 11 23H2, 22H2 less secure than 24H2 by killing a VBS feature</title><link>https://nsaneforums.com/news/software-news/microsoft-is-making-windows-11-23h2-22h2-less-secure-than-24h2-by-killing-a-vbs-feature-r28787/</link><description><![CDATA[<p>
	Microsoft is planning to remove a security feature on versions of Windows 11 older than 24H2. The company has confirmed that it is deprecating VBS enclaves on the likes of Windows 11 23H2 and 22H2. The same is happening to Server 2022 and 2019/2016 as well. This essentially makes the older versions of Windows 11 and Windows Server less secure.
</p>

<p>
	 
</p>

<p>
	The company writes:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		VBS enclaves are being deprecated on Windows 11, version 23H2 and earlier versions of Windows. Support for VBS enclaves will continue for Windows 11, version 24H2 and later.<br>
		<br>
		VBS enclaves are being deprecated on Windows Server 2022 and earlier versions of Windows Server. Support for VBS enclaves will continue for Windows Server 2025 and later.
	</p>
</blockquote>

<p>
	VBS enclaves was released in July last year where the company also talked about the <a href="https://www.neowin.net/news/microsoft-outs-details-system-requirements-of-windows-11s-new-vbs-enclave-security-feature/" rel="external nofollow">system requirements of the feature</a>. As the name suggests, VBS enclaves is based on VBS or Virutalization-based Security.
</p>

<p>
	 
</p>

<p>
	VBS is an essential security feature on Windows 11 which Microsoft has pointed out <a href="https://www.neowin.net/news/microsoft-protect-yourself-with-vbs-tpm-based-enhanced-sign-in-security-using-our-guide/" rel="external nofollow">several times in the past</a>. So we are unsure why the company is removing one of the VBS features on the slightly older OSes. Microsoft also does not state the reason.
</p>

<p>
	 
</p>

<p>
	The tech giant typically removes older standards to improve the security of its software or introduces newer and improved ones. For example, it updated the way it <a href="https://www.neowin.net/news/microsoft-is-killing-something-inside-edge-but-its-to-improve-user-data-privacy/" rel="external nofollow">collects user data on Edge</a> recently, and is also gradually <a href="https://www.neowin.net/news/microsoft-makes-it-harder-to-enable-activex-in-office-apps-to-improve-security/" rel="external nofollow">killing off ActiveX</a> on Office apps.
</p>

<p>
	 
</p>

<p>
	For those of you wondering how VBS enclaves helps, the feature is meant to improve the memory safety of apps by creating virtual trust levels (VTL) inside a software-based Trust Execution Environment (TEE).
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="VBS Enclaves" class="ipsImage" height="459" width="669" src="https://cdn.neowin.com/news/images/uploaded/2024/07/1719855583_vbs_enclave.jpg">
</p>

<p>
	 
</p>

<p>
	However, it is not infallible as Microsoft had to patch <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-21370" rel="external nofollow">CVE-2025-21370</a> VBS enclaves local elevation of privilege (LPE) vulnerability back in January. On the topic of memory safety, Microsoft also began integrating <a href="https://www.neowin.net/news/windows-11-insider-canary-preview-build-25905-adds-rust-in-the-kernel-and-more/" rel="external nofollow">Rust in the Windows kernel</a> back in 2024 on Windows 11 version 23H2.
</p>

<p>
	 
</p>

<p>
	You can view the list of deprecated features <a href="https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features" rel="external nofollow">here</a> on Microsoft's official website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-making-windows-11-23h2-22h2-less-secure-than-24h2-by-killing-a-vbs-feature/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Thank you for appreciating my time and effort posting news every day for many years.</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong><img alt=":sadbye:" data-emoticon="true" loading="lazy" src="https://nsaneforums.com/uploads/emoticons/default/sadbye.gif" title=":sadbye:">
</p>
]]></description><guid isPermaLink="false">28787</guid><pubDate>Thu, 17 Apr 2025 18:17:55 +0000</pubDate></item></channel></rss>
