<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Software News</title><link>https://nsaneforums.com/news/software-news/page/94/?d=2</link><description>News: Software News</description><language>en</language><item><title>Windows 11&#x2019;s most important new feature is post-quantum cryptography. Here&#x2019;s why.</title><link>https://nsaneforums.com/news/software-news/windows-11%E2%80%99s-most-important-new-feature-is-post-quantum-cryptography-here%E2%80%99s-why-r29321/</link><description><![CDATA[<h3>
	For the first time, new quantum-safe algorithms can be invoked using standard Windows APIs.
</h3>

<p>
	Microsoft is updating Windows 11 with a set of new encryption algorithms that can withstand future attacks from quantum computers in a move aimed at jump-starting what’s likely to be the most formidable and important technology transition in modern history.
</p>

<p>
	 
</p>

<p>
	Computers that are based on the physics of quantum mechanics don’t yet exist outside of sophisticated labs, but it’s well-established science that they eventually will. Instead of processing data in the binary state of zeros and ones, quantum computers run on qubits, which encompass myriad states all at once. This new capability promises to bring about new discoveries of unprecedented scale in a host of fields, including metallurgy, chemistry, drug discovery, and financial modeling.
</p>

<h2>
	Averting the cryptopocalypse
</h2>

<p>
	One of the most disruptive changes quantum computing will bring is the breaking of some of the most common forms of encryption, specifically, the RSA cryptosystem and those based on elliptic curves. These systems are the workhorses that banks, governments, and online services around the world have relied on for more than four decades to keep their most sensitive data confidential. RSA and elliptic curve encryption keys securing web connections would require millions of years to be cracked using today’s computers. A quantum computer could crack the same keys in a matter of hours or minutes.
</p>

<p>
	 
</p>

<p>
	At Microsoft’s BUILD 2025 conference on Monday, the company <a href="https://techcommunity.microsoft.com/blog/microsoft-security-blog/post-quantum-cryptography-comes-to-windows-insiders-and-linux/4413803" rel="external nofollow">announced</a> the availability of quantum-resistant algorithms to <a href="https://techcommunity.microsoft.com/blog/microsoft-security-blog/microsofts-quantum-resistant-cryptography-is-here/4238780" rel="external nofollow">SymCrypt</a>, the core cryptographic code library in Windows. The updated library is available in <a href="https://learn.microsoft.com/en-us/windows-insider/flight-hub/" rel="external nofollow">Build 27852 and higher</a> versions of Windows 11. Additionally, Microsoft has updated <a href="https://github.com/microsoft/SymCrypt-OpenSSL" rel="external nofollow">SymCrypt-OpenSSL</a>, its open source project that allows the widely used OpenSSL library to use SymCrypt for cryptographic operations.
</p>

<p>
	 
</p>

<p>
	Monday’s update bundles new post-quantum computing algorithms selected by the US Department of Commerce's National Institute of Standards and Technology (NIST) in its <a href="https://arstechnica.com/information-technology/2022/07/nist-selects-quantum-proof-algorithms-to-head-off-the-coming-cryptopocalypse/" rel="external nofollow">yearslong drive</a> to find replacements for RSA and elliptic-curve cryptosystems. The new algorithms are the latest to be added to the list of <a href="https://en.wikipedia.org/wiki/Federal_Information_Processing_Standards" rel="external nofollow">FIPS</a>, a NIST-endorsed list of standards for ensuring guaranteed levels of security and interoperability. Inclusion in Windows allows developers to invoke the new PQC algorithms using a set of programming interfaces Microsoft calls Cryptography API: Next Generation (CNG).
</p>

<p>
	 
</p>

<p>
	“Making the new FIPS-standard PQC algorithms available to developers in Insider builds via the standard CNG APIs is a good first step by Windows and exactly what third-party developers writing Windows apps need in order to start migrating and testing their own code to PQC,” Brian LaMacchia, a cryptography engineer who oversaw Microsoft's post-quantum transition from 2015 to 2022 and now works at Farcaster Consulting Group, wrote in an email. He added that Microsoft had revealed previously that it had begun work integrating the algorithms into SymCrypt, “but this is the first announcement about that work showing up in a beta ('Insider') build of Windows.”
</p>

<p>
	 
</p>

<p>
	The new algorithms are known as ML-KEM and ML-DSA, short for "Module-Lattice-Based Key-Encapsulation Mechanism” and "Module-Lattice-Based Digital Signature Algorithm,” respectively. ML-KEM provides a means for securely transmitting encryption key material, and ML-DSA allows for the creation of digital signatures. These algorithms were previously known as CRYSTALS-Kyber and CRYSTALS-Dilithium but took on their new names once they progressed far enough through NIST’s PQC program.
</p>

<h2>
	Beware of misallocated key sizes
</h2>

<p>
	The strength of RSA and elliptic curve cryptography is based on mathematical problems that are simple to solve in one direction and nearly impossible to solve in the other. RSA, for example, relies on the difficulty of factoring extremely large numbers, while elliptic curve cryptography rests on the difficulty of solving the discrete logarithm problem. For decades now, cryptographers have known that the same problems are trivial to solve with a sufficiently large quantum computer.
</p>

<p>
	 
</p>

<p>
	The mathematical problems underpinning PQC algorithms are different and, so far, have not been shown to be easily broken using either classical or quantum computing. LaMacchia warns, however, that the same math that makes ML-KEM and ML-DSA quantum resistant also causes the encryption keys they derive to be three or more times bigger than their RSA and elliptic curve counterparts. On top of that, these larger keys must also be accompanied by RSA and the elliptic-curve keys they are meant to replace, since for the foreseeable future NIST is advising a hybrid approach that uses both the newer and older cryptosystems as a hedge in case the newer ones have vulnerabilities that have yet to be discovered.
</p>

<p>
	 
</p>

<p>
	Estimates for the fall of RSA and Elliptic Curve cryptography vary wildly, with some experts saying it's still two or more decades away. Other experts warn it will happen as soon as by 2035. In either case, the scale, cost, and difficulty of transitioning away from these now-ubiquitous algorithms will be unprecedented. Among the challenges: the significantly larger key sizes have the potential to introduce all sorts of errors into software, which could have catastrophic consequences if not discovered early in the revision process.
</p>

<p>
	 
</p>

<p>
	“One of the things I warned folks inside Microsoft very early on was you better start testing to make sure that if I triple the size of the keys that you're currently using that that actually flows through the software stack and that a developer hasn’t put a fixed allocation somewhere that’s going to block you,” he said in an interview. “You always find stuff like that.”
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/security/2025/05/heres-how-windows-11-aims-to-make-the-world-safe-in-the-post-quantum-era/" 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 April): 1,811</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">29321</guid><pubDate>Wed, 21 May 2025 02:26:32 +0000</pubDate></item><item><title>Windows 11 vs 10 vs 8.1? Users overwhelmingly feel Microsoft's modern OS is worst for old PC</title><link>https://nsaneforums.com/news/software-news/windows-11-vs-10-vs-81-users-overwhelmingly-feel-microsofts-modern-os-is-worst-for-old-pc-r29316/</link><description><![CDATA[<p>
	Microsoft likes to pat itself on the back from time to time, but let's be honest, there is nothing wrong with it. They say "love yourselves," and Microsoft does just that, just like any other company out there. Last month, Microsoft went on to <a href="https://www.neowin.net/news/microsoft-says-user-feedback-alone-would-have-never-made-modern-windows-design-as-special/" rel="external nofollow">explain how it relied on its own "design instinct"</a> rather than "user feedback alone" to make the modern Windows as "special" as it is.
</p>

<p>
	 
</p>

<p>
	And more recently, a senior engineer talked about how even smaller elements on the Windows OS, like the <a href="https://www.neowin.net/news/microsoft-engineer-explains-how-even-the-windows-clipboard-is-optimized-for-best-performance/" rel="external nofollow">clipboard, are designed to be high-performance</a>. This post, coincidentally, was made just a few days after we reported on the user dissatisfaction regarding the performance of Windows 11 despite <a href="https://www.neowin.net/news/microsoft-boosts-windows-11-performance-with-latest-update-but-users-feel-its-not-enough/" rel="external nofollow">Microsoft actually boosting the performance</a>.
</p>

<p>
	 
</p>

<p>
	Many users still feel Windows 11's performance optimization leaves a lot to be desired. Even if the performance differences may not reflect in benchmarks, people often claim they feel the new OS is sluggish.
</p>

<p>
	 
</p>

<p>
	A recent post on the r/Windows subreddit piqued my interest. The thread was about the fastest Windows OS on an older spinning drive like a hard disk drive (HDD), and perhaps a bit surprisingly, Windows 8.1 was overwhelmingly upvoted by most users as the last modern Windows OS that was still quick on a system still sporting an HDD.
</p>

<p>
	 
</p>

<p>
	The discussion was started by a user named <a href="https://www.reddit.com/r/windows/comments/1kon05z/the_fastest_os_for_an_old_hdd_laptop/" rel="external nofollow">PJs_Asphalt,</a> and they wondered if there was anything better than Windows 8.1 for their 2008 Lenovo ThinkPad laptop that sports a Core 2 Duo (dual core), 8 GB RAM, and a Toshiba HDD (it's a laptop so probably 5400 RPM). At the time of writing, the post has been upvoted by over 400 people, with most saying either Windows 8 or 8.1 is still the best thing for older, weaker systems.
</p>

<p>
	 
</p>

<p>
	It is certainly true that Windows 10 and especially Windows 11 are quite heavy on the I/O side, and there was even a rumor that Microsoft would make <a href="https://www.neowin.net/news/microsoft-might-make-ssd-boot-drives-a-system-requirement-for-windows-11-from-next-year/" rel="external nofollow">SSDs the minimum storage requirement</a> for Windows 11.
</p>

<p>
	 
</p>

<p>
	This certainly becomes quite relevant given that Microsoft is constantly reminding users about the <a href="https://www.neowin.net/news/microsoft-reminds-of-windows-10-end-of-support-that-makes-your-pc-insecure-or-obsolete/" rel="external nofollow">end of support for Windows 10 that is fast approaching</a>, and thus, many systems like the one above won't be officially supported on Windows 11. So they could either stick to Windows 8/8.1 or 10 and be at risk, or move to Linux. If you're looking to do the latter, a <a href="https://www.neowin.net/news/a-linux-backed-project-shows-how-to-save-unsupported-windows-10-pcs-by-installing-linux/" rel="external nofollow">Linux-backed project called "Endof10"</a> may help.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-vs-10-vs-81-users-overwhelmingly-feel-microsofts-modern-os-is-worst-for-old-pc/" 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 April): 1,811</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">29316</guid><pubDate>Tue, 20 May 2025 18:48:43 +0000</pubDate></item><item><title>Outlook's classic yellow icon is back... at least unofficially</title><link>https://nsaneforums.com/news/software-news/outlooks-classic-yellow-icon-is-back-at-least-unofficially-r29315/</link><description><![CDATA[<h3>
	Microsoft is experimenting with new icons for its software, and I wish this fan-made yellow icon was officially in the mix.
</h3>

<p>
	Microsoft is working on new icons for several of its applications. Earlier this year, the <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/microsoft-offers-a-gift-card-to-a-select-few-for-feedback-on-new-office-icons" href="https://www.windowscentral.com/software-apps/microsoft-offers-a-gift-card-to-a-select-few-for-feedback-on-new-office-icons" rel="external nofollow">tech giant sent a survey</a> to select users asking for feedback on new icon designs.
</p>

<p>
	 
</p>

<p>
	"At Microsoft, we're always striving to improve our products and create a user experience that truly resonates with you," read the email sent in April. "Today, we're excited to invite you to participate in a brief 15-minute survey that will help us better understand your preferences and opinions about our exploration of different iconography designs for Microsoft 365."
</p>

<p>
	 
</p>

<p>
	That survey included potential new icons for Word, Excel, PowerPoint, Outlook, OneDrive, SharePoint, Teams, OneNote, and Defender. Now, those who enjoy the new icons can download and use them, albeit unofficially.
</p>

<p>
	 
</p>

<div id="slice-container-imageGallery-Ys4HGwq5UGZ4MFc4KX6JJ9-eVGv8H8egh7KATxYtuLCKzmlOObPINlG">
	<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/cCXwabVCRxbpLwiWnD6Rj5.jpg" data-original-mos="https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5.jpg" data-pin-nopin="true" data-slice-image="true" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-1200-80.jpg.webp 1200w" type="image/webp"><source class="image-wrapped__image image__image" data-normal="https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5.jpg" data-original-mos="https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5.jpg" data-pin-nopin="true" data-slice-image="true" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-480-80.jpg 480w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-1024-80.jpg 1024w, https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-1200-80.jpg 1200w" type="image/jpeg"><img alt="Microsoft 365 icons" class="ipsImage" data-normal="https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5.jpg" data-pin-nopin="true" data-slice-image="true" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/cCXwabVCRxbpLwiWnD6Rj5-1024-80.jpg"></source></source></picture>
												</div>

												<p>
													<em><span>The new Microsoft 365 icons feature depth in their designs.</span></em>
												</p>

												<p>
													<em><span itemprop="copyrightHolder">(Image credit: Microsoft (via Reddit user jbgski))</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/VX9GgadwPVcRZkFk8hYaj5.jpg" data-original-mos="https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5.jpg" data-pin-nopin="true" data-slice-image="true" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-1200-80.jpg.webp 1200w" type="image/webp"><source class="image-wrapped__image image__image" data-normal="https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5.jpg" data-original-mos="https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5.jpg" data-pin-nopin="true" data-slice-image="true" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-480-80.jpg 480w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-1024-80.jpg 1024w, https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-1200-80.jpg 1200w" type="image/jpeg"><img alt="Microsoft 365 icons" class="ipsImage" data-normal="https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5.jpg" data-pin-nopin="true" data-slice-image="true" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/VX9GgadwPVcRZkFk8hYaj5-1024-80.jpg"></source></source></picture>
																		</div>

																		<p>
																			<em><span>The current Microsoft 365 icons have flat designs that are in line with current trends in the industry.</span></em>
																		</p>

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

																		<p>
																			 
																		</p>

																		<p>
																			Reddit user <em>Thunder_Ruler0 </em>cleaned up the leaked icons and created high-resolution versions of each of them. The resulting icons look clean, especially considering they're based on fuzzy source material and the artist created the upscaled versions in a couple of hours.
																		</p>

																		<p>
																			 
																		</p>

																		<div>
																			<div>
																				<p>
																					<img alt="Golden Microsoft Outlook icon" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/TTC7Pn72hRTArr6BGrpjJY-1024-80.jpg">
																				</p>

																				<p>
																					<em><span>Microsoft changed the Outlook logo from gold to blue with the release of Outlook 2013, but an artist has </span></em>
																				</p>

																				<p>
																					<em><span>created a modern Outlook icon in the classic color. </span></em>
																				</p>

																				<p>
																					<em><span itemprop="copyrightHolder">(Image credit: Thunder_Ruler0 via Reddit (icon based on design by Microsoft))</span></em>
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					<a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.reddit.com/r/Windows11/comments/1kpmqri/for_the_impatient_now_you_can_download_the_new/#lightbox" href="https://www.reddit.com/r/Windows11/comments/1kpmqri/for_the_impatient_now_you_can_download_the_new/#lightbox" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow"><em>Thunder_Ruler0 </em>shared a Google Drive folder</a> with the icons in their Reddit post.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					I like the look of all the new icons, but the Outlook icon may gain the most attention. In addition to having a modern design, the Outlook icon is yellow. That would be a return to form since the Outlook icon was changed from yellow to blue over a decade ago.
																				</p>

																				<p>
																					 
																				</p>

																				<p>
																					As far as I can tell, the new yellow Outlook icon is only a fan creation by <em>Thunder_Ruler0. </em>The survey sent out by Microsoft last month only showed a blue Outlook logo.
																				</p>

																				<p>
																					 
																				</p>

																				<div id="slice-container-newsletterForm-articleInbodyContent-Ys4HGwq5UGZ4MFc4KX6JJ9">
																					<div data-hydrate="true">
																						<p>
																							Outlook 2013 introduced a blue logo for the app, marking a major shift from preceding versions of Outlook. Until that point, Outlook had a yellow logo that clearly differentiated it from other Microsoft services.
																						</p>

																						<p>
																							 
																						</p>

																						<p>
																							Word, OneDrive, Yammer, Defender, and Outlook all have blue logos in 2025. Microsoft's icons differ in shape, but I would love to see more color variation across the Microsoft software suite.
																						</p>

																						<p>
																							 
																						</p>

																						<p>
																							If you prefer the refreshed Outlook icon in blue, it is also available in <em>Thunder_Ruler0's </em>Google Drive folder.
																						</p>

																						<p>
																							 
																						</p>

																						<p>
																							As for actually using the yellow Outlook icon, you may have more luck switching to it for Outlook (classic). The new Outlook is a store app, so customizing its icon is tricky. You can create a desktop shortcut for the app and change its icon through Properties, though I haven't had any luck getting the custom icon to appear in the Start menu.
																						</p>

																						<p>
																							 
																						</p>

																						<p>
																							<em>Which Outlook icon is your favorite? Let us know in the comments!</em>
																						</p>

																						<p>
																							 
																						</p>

																						<p>
																							<a href="https://www.windowscentral.com/software-apps/outlooks-classic-yellow-icon-is-back-at-least-unofficially" 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 April): 1,811</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>
	</div>
</div>
]]></description><guid isPermaLink="false">29315</guid><pubDate>Tue, 20 May 2025 18:47:31 +0000</pubDate></item><item><title>Microsoft is testing new AI feature for Windows 11 File Explorer, here is how to enable it</title><link>https://nsaneforums.com/news/software-news/microsoft-is-testing-new-ai-feature-for-windows-11-file-explorer-here-is-how-to-enable-it-r29314/</link><description><![CDATA[<p>
	Microsoft continues updating File Explorer and its context menus with stuff of questionable practicality. Following <a href="https://www.neowin.net/news/microsoft-updates-windows-11-context-menus-but-you-are-probably-not-going-to-like-it/" rel="external nofollow">the release of the "Ask Copilot" button</a>, Microsoft is now adding AI Actions, which are enabled for some, in <a href="http://www.neowin.net/news/windows-11-gets-ai-actions-in-file-explorer-redesigned-widgets-and-more-in-new-builds/" rel="external nofollow">build 26120.4151 (KB5058486) that was released on May 19</a>, giving you quick access to AI-powered features like background removal and blur, Visual Search, object erase, and more. Just right-click a file and select "AI Actions" from the menu.
</p>

<p>
	 
</p>

<p>
	Here is what the updated menu looks like with its new AI Actions (do not ask why "Ask Copilot" is a separate thing that is not included in the new menu):
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="AI Actions in File Explorer" class="ipsImage" height="481" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747733289_file_explorer_ai_actions.jpg">
</figure>

<p>
	As of right now, the feature is gradually rolling out to Windows Insiders in the Dev and Beta Channels. Since the rollout is gradual, not everyone with the latest build can try it without tinkering with the operating system. However, enabling it is quite easy:
</p>

<p>
	 
</p>

<ol>
	<li>
		Ensure you are on the latest Windows 11 Dev or Beta build.
	</li>
	<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>
		Launch Command Prompt as Administrator and 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:54792954,55345819,48433719</strong> and press <strong>Enter</strong>.
	</li>
	<li>
		Restart your computer.
	</li>
</ol>

<p>
	 
</p>

<p>
	In its current form, AI Actions are only available for images (JPG, JPEG, and PNG). Future updates will bring support for Microsoft 365 files, allowing you to summarize documents, create FAQs, and more. Note that AI Actions do not require a Copilot+ PC and are available on all Windows 11 systems.
</p>

<p>
	 
</p>

<p>
	Other updates for Windows 11 in the latest preview builds include <a href="https://www.neowin.net/news/microsoft-quietly-rolls-out-new-advanced-settings-for-windows-11-here-is-how-to-enable-it/" rel="external nofollow">the new Advanced page</a> in the Settings app, reworked Windows Widgets, an improved energy saver, the ability to compress an image before sharing it, and more.
</p>

<p>
	 
</p>

<p>
	<em>Credit for the IDs goes to @<a href="https://x.com/phantomofearth/status/1924586554388791324" rel="external nofollow">phantomofearth</a> on X.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-testing-new-ai-feature-for-windows-11-file-explorer-here-is-how-to-enable-it/" 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 April): 1,811</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">29314</guid><pubDate>Tue, 20 May 2025 18:44:44 +0000</pubDate></item><item><title>Apple to host the WWDC 2025 event online from June 9 to 13, schedule announced</title><link>https://nsaneforums.com/news/software-news/apple-to-host-the-wwdc-2025-event-online-from-june-9-to-13-schedule-announced-r29309/</link><description><![CDATA[<p>
	Apple has officially shared the details of its upcoming Worldwide Developers Conference (WWDC) 2025. Notably, WWDC 2025, with the tagline "On the horizon," will be a week-long event <a href="https://www.neowin.net/news/apples-wwdc-2025-conference-is-coming-june-9/" rel="external nofollow">from June 9</a> to June 13. It will be an online event, free of charge, and will bring together developers from across the globe to learn about the latest Apple tools and technologies.
</p>

<p>
	 
</p>

<p>
	According to <a href="https://www.apple.com/newsroom/2025/05/apples-worldwide-developers-conference-kicks-off-june-9/" rel="external nofollow">Apple</a>, a special in-person event will also take place at Apple Park on June 9, at which 1,000 developers and students will attend. Things will kick off on June 9 at 10 AM PDT with Apple Keynote, where viewers will witness the launch of new operating systems: iOS 19, iPadOS 19, WatchOS 12, macOS 16, and visionOS 3.
</p>

<p>
	 
</p>

<p>
	The keynote can be viewed live on <a href="https://www.apple.com/" rel="external nofollow">Apple's official website</a>, the Apple TV app, and <a href="https://www.youtube.com/apple" rel="external nofollow">Apple's YouTube channel</a>. Later that day, at 1 PM PDT, Apple will stream the "Platforms State of the Union" session. In this, developers will learn about the new tools and features available across Apple operating systems.
</p>

<p>
	 
</p>

<p>
	Apple has planned over 100 technical sessions over one week of the event, which will also be accessible online. Apple experts will discuss everything from app development to machine learning to game design. Interested developers can schedule one-to-one sessions and online Labs with Apple experts for guidance.
</p>

<p>
	 
</p>

<p>
	For the second year in a row, Apple will also highlight young talent through the Swift Student Challenge, where 50 standout students will get a chance to visit Apple Park for a three-day experience.
</p>

<p>
	 
</p>

<p>
	Apple is expected to introduce a slew of Apple Intelligence features, such as <a href="https://www.bloomberg.com/news/articles/2025-05-12/apple-plans-ai-powered-battery-management-mode-for-devices-in-ios-19" rel="external nofollow">intelligent battery management</a> and a <a href="https://www.bloomberg.com/news/newsletters/2025-03-30/apple-readies-biggest-push-into-health-yet-with-revamped-app-ai-doctor-service-m8vl97k2" rel="external nofollow">virtual health assistant</a>. According to <a href="https://www.bloomberg.com/news/newsletters/2025-03-09/apple-ipad-air-mac-studio-macbook-air-thoughts-company-explores-smart-glasses?cmpid=BBD030925_POWERON&amp;utm_medium=email&amp;utm_source=newsletter&amp;utm_term=250309&amp;utm_campaign=poweron" rel="external nofollow">Bloomberg's Mark Gurman</a>, the upcoming visionOS 3 update is also speculated to be significant.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/apple-to-host-the-wwdc-2025-event-online-from-june-9-to-13-schedule-announced/" 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 April): 1,811</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">29309</guid><pubDate>Tue, 20 May 2025 18:35:18 +0000</pubDate></item><item><title>Microsoft's official support proves useless as Windows 11 KB5058411 installs fail</title><link>https://nsaneforums.com/news/software-news/microsofts-official-support-proves-useless-as-windows-11-kb5058411-installs-fail-r29304/</link><description><![CDATA[<p>
	While Patch Tuesdays bring important security updates for the Windows OS, they can often introduce major bugs. The one this month on <a href="https://www.neowin.net/news/windows-10-kb5058379-kb5058392--kb5058383-kb5058387-may-2025-patch-tuesday-out/" rel="external nofollow">Windows 10, KB5058379</a>, that introduced a <a href="https://www.neowin.net/news/microsoft-shares-fix-for-windows-10-kb5058379-bitlocker-issue-on-dell-lenovo-hp-intel-pcs/" rel="external nofollow">BitLocker recovery reboot bug,</a> has now been resolved with <a href="https://www.neowin.net/news/windows-10-emergency-update-kb5061768-fixes-bitlocker-boot-loops/" rel="external nofollow">KB5061768 OOB update.</a> Alongside that, Microsoft also resolved a Windows 11 24H2 upgrade bug related to <a href="https://www.neowin.net/news/kb5059607-kb5059806-kb5059442-microsoft-quietly-fixed-windows-11-24h2-vbs-upgrade-bug/" rel="external nofollow">VBS with a Recovery update KB5059442</a>.
</p>

<p>
	 
</p>

<p>
	Speaking of Windows 11, users are reporting installation failures with the Windows 11 May 2025 Patch Tuesday <a href="https://www.neowin.net/news/windows-11-kb5058411-kb5058405-may-2025-patch-tuesday-out/" rel="external nofollow">update KB5058411</a> as well. Affected users say that these are failing with various error codes like 0x800f0991, 0x800f0991, 0x800f0838, 0x800736b3, and 0x800f081f.
</p>

<p>
	 
</p>

<p>
	User Shukang Liang on the Microsoft support forums <a href="https://answers.microsoft.com/en-us/windows/forum/all/problem-with-windows-update-kb5058411/97683958-75e4-4310-b008-23c9a15d0688" rel="external nofollow">writes</a>: "Problem with windows update KB5058411 Installation fails and error code 0x800f0991 comes up." The query has been upvoted by 33 other users at the time of writing.
</p>

<p>
	 
</p>

<p>
	Another user PaulK671 notes 0x800736b3 and 0x800f081f errors as they <a href="https://answers.microsoft.com/en-us/windows/forum/all/error-0x800736b3-and-0x800f0838-when-installing/5acc41f2-5fea-490d-bd7c-261b8566e187" rel="external nofollow">write</a>:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>Error 0x800736b3 and 0x800f0838 when installing KB5058411 (Windows 11 24H2 x64 update)</strong>
	</p>

	<p>
		 
	</p>

	<p>
		Hello community,
	</p>

	<p>
		 
	</p>

	<p>
		I’m experiencing a persistent issue when trying to install the KB5058411 cumulative update for Windows 11 Version 24H2 (x64), released on May 13, 2025 (OS Build 26100.4061).
	</p>

	<p>
		 
	</p>

	<p>
		Initial symptoms:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Windows Update stalls at 6% download.
		</li>
		<li>
			Then returns error 0x800f081f.
		</li>
		<li>
			After manually downloading and executing the .msu file from the Microsoft Update Catalog, I get error 0x800f0838.
		</li>
		<li>
			The CBS logs and Event Viewer also show error 0x800736b3.
		</li>
	</ul>
</blockquote>

<p>
	The thread has been upvoted by 19 people at the time of writing.
</p>

<p>
	 
</p>

<p>
	Meanwhile, user Jenny-XS <a href="https://answers.microsoft.com/en-us/windows/forum/all/update-problems-24h2/3e14716a-d5bf-4108-96a8-b7385024896f" rel="external nofollow">says</a> they came across the 0x800f081f error code when trying to install the May '25 Patch Tuesday.
</p>

<p>
	 
</p>

<p>
	Microsoft recently published a support article with a <a href="https://www.neowin.net/news/microsoft-shares-official-guide-for-fixing-every-windows-1110-update-downloadinstall-error/" rel="external nofollow">long list of Windows 11 and 10 hex error codes</a> that lead to installation failures. Unfortunately, though, none of the codes reported by users match with the ones Microsoft has provided workarounds for.
</p>

<p>
	 
</p>

<p>
	Thus, it looks like Microsoft will have to update its list sooner rather than later as clearly many hex error codes are still pending and are due for addition to its support documentation.
</p>

<p>
	 
</p>

<p>
	Interestingly, one of the commenters on the 0x800f0991 error thread, ScotBirch, added that they were able to resolve the issue using the "<a href="https://www.neowin.net/news/microsoft-explains-fix-problems-using-windows-update-and-how-its-not-for-everyone/" rel="external nofollow">Fix problems using Windows Update</a>" option. Microsoft had detailed what that is and how it works back in December 2024. You can read the linked article to find out more and see if perhaps it fixes your issues too.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsofts-official-support-proves-useless-as-windows-11-kb5058411-installs-fail/" 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 April): 1,811</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">29304</guid><pubDate>Tue, 20 May 2025 07:06:19 +0000</pubDate></item><item><title>Google I/O 2025: When and where to watch the Google keynote</title><link>https://nsaneforums.com/news/software-news/google-io-2025-when-and-where-to-watch-the-google-keynote-r29303/</link><description><![CDATA[<p>
	Google I/O 2025, the search giant's annual developer conference, will kick off in a few hours. The two-day event will feature live-streamed keynotes, sessions, and workshops on the latest developments in Android, web, cloud, and, of course, AI.
</p>

<p>
	 
</p>

<p>
	A highlight of the event is the Google Keynote live stream, which typically marks the official start of the conference every year. Google Keynote for I/O 2025 is scheduled for May 20, starting at 10 am PT / 1 am ET / 5 pm GMT / 6 pm BST / 10:30 pm IST.
</p>

<p>
	 
</p>

<p>
	If you're wondering where to watch the Google I/O 2025 keynote event, it will be available on the official <a href="https://www.youtube.com/watch?v=o8NiE3XMPrM" rel="external nofollow">Google YouTube channel</a> and the Google I/O <a href="https://io.google/2025/" rel="external nofollow">website</a>. A version of the keynote <a href="https://www.youtube.com/watch?v=0BLsd7HfU9w" rel="external nofollow">in American Sign Language</a> will also be available to stream on YouTube.
</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="150" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube-nocookie.com/embed/o8NiE3XMPrM?feature=oembed" title="Google I/O '25 Keynote" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	Google will host the Developer Keynote at 1:30 pm PT on May 20 to talk more about the technical aspects of the announcements made during the main keynote. It will be streamed live on the Google I/O website and <a href="https://www.youtube.com/watch?v=GjvgtwSOCao" rel="external nofollow">Google for Developers</a> YouTube channel.
</p>

<p>
	 
</p>

<p>
	In addition, <a href="https://www.youtube.com/@GoogleDevelopers/streams" rel="external nofollow">several other sessions</a> on Android, web, artificial intelligence, and cloud technologies will be live-streamed on the Google for Developers channel and the official website. Google has planned sessions to discuss Gemini in-car experiences, photorealistic 3D Maps, Android XR, new features in Google Play and Chrome, and other topics.
</p>

<p>
	 
</p>

<p>
	Google announced its developer conference for 2025 <a href="https://www.neowin.net/news/google-announces-io-2025-developer-conference-for-may-20-21/" rel="external nofollow">earlier this year</a> and <a href="https://www.neowin.net/news/heres-a-round-up-of-the-talks-you-can-tune-into-at-google-io-2025-next-month/" rel="external nofollow">published a schedule</a> of the events and sessions it will host during the two days of the conference. While Google officially released an <a href="https://www.neowin.net/news/google-releases-upgraded-gemini-25-pro-weeks-ahead-of-io-event/" rel="external nofollow">upgraded Gemini 2.5 Pro model</a> before the event, it accidentally <a href="https://www.neowin.net/news/google-leaks-material-3-expressive-design-language-ahead-of-google-io-2025/" rel="external nofollow">leaked</a> the Material 3 Expressive design language through a blog post.
</p>

<p>
	 
</p>

<p>
	One thing that's different about this year's Google I/O is that the company made some Android announcements in a separate online event earlier this month, where it introduced <a href="http://www.neowin.net/news/google-reveals-several-new-safety-features-coming-to-android-users/" rel="external nofollow">several security features for Android devices</a> and the leaked <a href="http://www.neowin.net/news/google-reveals-several-new-safety-features-coming-to-android-users/" rel="external nofollow">Material 3 Expressive</a>. Google <a href="https://www.neowin.net/news/google-gemini-is-coming-to-tvs-cars-smartwatches-and-xr-headsets/" rel="external nofollow">is bringing</a> Gemini to more platforms like smartwatches, cars, TVs, and XR headsets.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/google-io-2025-when-and-where-to-watch-the-google-keynote/" 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 April): 1,811</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">29303</guid><pubDate>Tue, 20 May 2025 07:04:40 +0000</pubDate></item><item><title>Windows 11 gets AI actions in File Explorer, redesigned widgets, and more in new builds</title><link>https://nsaneforums.com/news/software-news/windows-11-gets-ai-actions-in-file-explorer-redesigned-widgets-and-more-in-new-builds-r29302/</link><description><![CDATA[<p>
	Following the release of the latest Windows 11 Release Preview build, Microsoft is dropping two more updates for Windows Insiders in the Dev and Beta Channels. It is one of those occasions when two channels receive identical builds with the same changelog.
</p>

<p>
	 
</p>

<p>
	Those testing Windows 11 in the Dev Channel can download build 26200.5603 (KB5058488), and for Beta Channel users, Microsoft released build 26120.4151 (KB5058486). These updates contain many new features, including AI actions in File Explorer, redesigned Windows Widgets, the new Advanced page in the Settings app, and more.
</p>

<p>
	 
</p>

<p>
	One of the biggest changes in today's builds is <strong>AI actions in File Explorer </strong>(<a href="https://www.neowin.net/news/microsoft-is-bringing-model-context-protocol-to-windows-11-to-make-it-an-agentic-os/" rel="external nofollow">announced at Build 2025</a>). Now, you can right-click a file, select AI actions, and pick one of the available options on your device, like Bing Visual Search, background blur, object erase, background removal, and more. For now, AI actions are only available for image files (JPG, JPEG, and PNG), but soon, Microsoft will bring AI actions support to Microsoft 365 files, allowing you to summarize files, create FAQs, and more.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="AI Actions in Windows 11 File Explorer" class="ipsImage" height="451" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747691633_ai_actions.jpg">
</figure>

<p>
	Next is <strong>the Advanced page in the Settings app</strong>, which replaces the old For Developers and brings some of the features previously available in the discontinued Dev Home app. You can learn more about it <a href="https://www.neowin.net/news/windows-11-is-getting-a-new-command-line-text-editor-advanced-settings-and-more/" rel="external nofollow">here</a>. In the latest builds, the new page adds the ability to remove folder path limitations, enable virtual environments, and control various File Explorer features, such as GitHub integration.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="Advanced settings in Windows 11 Settings app" class="ipsImage" height="456" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747567553_apps.33414.14046768474458793.58c53e54-8414-4d4f-9570-e21689708776.jpg">
</figure>

<p>
	<strong>Windows Widgets</strong> are also getting some love with today's updates. Microsoft is experimenting with a redesigned experience that offers a more organized, personalized, and engaging feed, including stories curated by Copilot. Just keep in mind that some of the existing features, like widget pinning and the ability to turn off the feed, are not yet available in the redesigned variant. If you do not like the new variant, you can easily go back to the old one.
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="The redesigned Windows Widgets experience in Windows 11" class="ipsImage" height="720" width="688" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747691722_windows_widgets.jpg">
</p>

<p>
	 
</p>

<p>
	Another important change in builds 26200.5603 and 26120.4151 is the so-called "<strong>User Interaction-Aware CPU Power Management</strong>." This OS-level change aims to reduce power consumption and improve battery life. Windows can detect user inactivity and apply various power-management policies to ensure it uses as little power as possible when idling. Once you are back at your PC, Windows will be able to spin everything back up.
</p>

<p>
	 
</p>

<p>
	Finally, the Share UI, which recently received a built-in image editor, can now let you select the <strong>compression level for images when sharing them</strong> (0-100).
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="The improved Windows Share UI in Windows 11" class="ipsImage" height="691" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747691769_windows_share_ui.jpg">
</p>

<p>
	 
</p>

<p>
	New Windows 11 Dev and Beta builds are not only about new features. They pack some useful fixes as well (gradual rollout):
</p>

<p>
	 
</p>

<ul>
	<li>
		[<strong>General</strong>]

		<ul>
			<li>
				Fixed an issue where core Windows surfaces were not able to load in safe mode (File Explorer, Start menu, and others) after latest flights.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Start menu</strong>]
		<ul>
			<li>
				Fixed an issue causing Start menu to be blank for some Insiders in the previous flight.
			</li>
		</ul>
	</li>
	<li>
		[<strong>File Explorer</strong>]
		<ul>
			<li>
				Fixed an issue where if File Explorer was maximized and you clicked the new tab button it would unmaximize the window.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Settings</strong>]
		<ul>
			<li>
				Fixed an issue related to loading Bluetooth information which could lead to Settings and Quick Settings crashes.
			</li>
			<li>
				Fixed an issue where you couldn’t switch active hours from manually to automatic in Settings &gt; Windows Update.
			</li>
			<li>
				Fixed an issue which was causing Settings &gt; Personalization &gt; Lock screen to crash for some Insiders.
			</li>
		</ul>
	</li>
</ul>

<p>
	 
</p>

<p>
	And here is the list of known issues and bugs:
</p>

<p>
	 
</p>

<ul>
	<li>
		[<strong>General</strong>]

		<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>
				The option to reset your PC under Settings &gt; System &gt; Recovery will not work on this build.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Xbox Controllers</strong>]
		<ul>
			<li>
				Some Insiders are experiencing an issue where using their Xbox Controller via Bluetooth is causing their PC to bugcheck. Here is how to resolve the issue. Open Device Manager by searching for it via the search box on your taskbar. Once Device Manager is open, click on “View” and then “Devices by Driver”. Find the driver named “oemXXX.inf (XboxGameControllerDriver.inf)” where the “XXX” will be a specific number on your PC. Right-click on that driver and click “Uninstall”.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Click to Do (Preview)</strong>]
		<ul>
			<li>
				The following known issues will be fixed in future updates to Windows Insiders:
			</li>
			<li>
				Windows Insiders on AMD or Intel™-powered Copilot+ PCs may experience long wait times on the first attempt to perform intelligent text actions in Click to Do after a new build or model update.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Improved Windows Search</strong>]
		<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>
	</li>
	<li>
		[<strong>Start menu</strong>]
		<ul>
			<li>
				We’re investigating reports that clicking your profile picture isn’t opening the Account Manager for some Insiders after the last couple of flights.
			</li>
		</ul>
	</li>
	<li>
		[<strong>File Explorer</strong>]
		<ul>
			<li>
				[NEW] Narrator scan mode may not work properly in the action result canvas window for the Summarize AI action for Microsoft 365 files when reading bulleted lists. As a workaround, you can use Caps + Right key to navigate.
			</li>
			<li>
				[NEW] When your Windows display language is configured with a right-to-left language, the action result canvas displays text from left to right for AI actions for Microsoft 365 files.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Task Manager</strong>]
		<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>
	</li>
	<li>
		[<strong>Narrator</strong>]
		<ul>
			<li>
				We are investigating an issue where the richer image descriptions on your Copilot+ PC with Narrator do not work.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Voice Access</strong>]
		<ul>
			<li>
				We are investigating an issue where support for more descriptive and flexible language on Copilot+ PCs does not work as expected.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Widgets</strong>]
		<ul>
			<li>
				[NEW] Until we complete support for pinning in the new widgets board experience, pinning reverts you back to the previous experience.
			</li>
		</ul>
	</li>
</ul>

<p>
	 
</p>

<p>
	You can find the complete changelog <a href="https://blogs.windows.com/windows-insider/2025/05/19/announcing-windows-11-insider-preview-build-26200-5603-dev-channel/" rel="external nofollow">in a post on the official Windows Blogs website</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-gets-ai-actions-in-file-explorer-redesigned-widgets-and-more-in-new-builds/" 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 April): 1,811</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">29302</guid><pubDate>Tue, 20 May 2025 03:18:04 +0000</pubDate></item><item><title>PowerToys v0.91.1 brings fixes for Command Palette, Workspaces, and Quick Accent</title><link>https://nsaneforums.com/news/software-news/powertoys-v0911-brings-fixes-for-command-palette-workspaces-and-quick-accent-r29295/</link><description><![CDATA[<p>
	Microsoft PowerToys is a set of open source system utilities designed for power users, and developed by Microsoft for use on the Windows. These programs add or change features to maximize productivity or add more customization. PowerToys can be installed on Windows 10, and Windows 11. It is free and open-source software licensed under the MIT License and hosted on GitHub.
</p>

<p>
	 
</p>

<p>
	Following <a href="https://www.neowin.net/news/powertoys-091-is-out-with-improved-command-palette-launcher-and-more/" rel="external nofollow">last weeks PowerToys update</a>, Microsoft has released patch release v0.91.1 to fix issues in v0.91 they deemed important for stability based on incoming rates. The previous release did not add any new features, but Command Pallete continues to receive improvements, some installer upgrades, a reworked UI for Keyboard Manager, and bug fixes.
</p>

<p>
	 
</p>

<p>
	The fixes in v0.91.1 are as follows:
</p>

<p>
	 
</p>

<ul>
	<li>
		<a class="issue-link js-issue-link" href="https://github.com/microsoft/PowerToys/pull/39494" rel="external nofollow">#39494</a> - Command Palette: Fixed regression where it ran as admin instead of the current user when PowerToys was elevated; also resolved extension launch failures occurring only in admin mode.
	</li>
	<li>
		<a class="issue-link js-issue-link" href="https://github.com/microsoft/PowerToys/pull/39433" rel="external nofollow">#39433</a> - Workspaces: Fixed regression where command-line options support was expected but missing when launching classic Win32 apps (e.g. Edge, Chrome).
	</li>
	<li>
		<a class="issue-link js-issue-link" href="https://github.com/microsoft/PowerToys/pull/39563" rel="external nofollow">#39563</a> - Quick Accent: Fixed regression requiring activation key to be held simultaneously with the key during the "Input delays" period for accent selection; instead, only the key needs to be held after activation.
	</li>
</ul>

<p>
	 
</p>

<p>
	You can download PowerToys from the <a href="https://aka.ms/getPowertoys" rel="external nofollow">Microsoft Store's PowerToys page</a>. You must be using the new Microsoft Store which is available for both Windows 11 and Windows 10; <a href="http://github.com/microsoft/PowerToys/" rel="external nofollow">on Github</a>, or via WinGet<br>
	Download PowerToys from WinGet. Updating PowerToys via winget will respect current PowerToys
</p>

<p>
	 
</p>

<p>
	Run the following command from the command line / PowerShell:
</p>

<p>
	 
</p>

<p>
	User scope installer [default]<br>
	<code>winget install Microsoft.PowerToys -s winget</code>
</p>

<p>
	 
</p>

<p>
	Machine-wide scope installer<br>
	<code>winget install --scope machine Microsoft.PowerToys -s winget</code>
</p>

<p>
	 
</p>

<p>
	You can <a href="https://github.com/microsoft/PowerToys/releases/tag/v0.91.1" rel="external nofollow">download PowerToys 0.91.1</a> from GitHub or the Microsoft Store. If the app is already installed on your system, go to Settings &gt; General and click "Check for updates."
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/powertoys-v0911-brings-fixes-for-command-pallete-workspaces-and-quick-accent/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="113165" data-embedcontent="" data-embedid="embed6071431334" src="https://nsaneforums.com/topic/472350-microsoft-powertoys-for-windows-10-v0911/?do=embed&amp;comment=1867177&amp;embedComment=1867177&amp;embedDo=findComment#comment-1867177" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</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 April): 1,811</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">29295</guid><pubDate>Mon, 19 May 2025 19:56:49 +0000</pubDate></item><item><title>Nvidia 576.52 driver adds support RTX 5060, also brings more bug fixes</title><link>https://nsaneforums.com/news/software-news/nvidia-57652-driver-adds-support-rtx-5060-also-brings-more-bug-fixes-r29294/</link><description><![CDATA[<p>
	Nvidia is releasing the <a href="https://www.neowin.net/news/early-rtx-5060-store-listings-show-depressing-prices-of-the-upcoming-gpu-mid-ranger/" rel="external nofollow">GeForce RTX 5060 </a>graphics card today, and to match with it, the company also has a Game Ready driver with official support for the new hardware. The Nvidia WHQL-certified 576.52 Game Ready driver also has support for <em>Dune: Awakening </em>and <em>F1 25</em>, bringing tech like DLSS 4 with Multi Frame Generation on launch day.
</p>

<p>
	 
</p>

<p>
	Nvidia says the new desktop GPU is available today starting at $300, with cards coming from board partners like ASUS, Colorful, Gainward, Galaxy, GIGABYTE, INNO3D, MSI, Palit, PNY, and ZOTAC. Using its DLSS 4 frame generation tech, the company says that the RTX 5060 8GB will have double the performance of the RTX 4060.
</p>

<p>
	 
</p>

<p>
	Here are the gaming and general bug fixes included in this release:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			Fixed Gaming Bugs
		</li>
		<li>
			FIXED [F1 23/F1 24] Game crashes at the end of a race [5240429]
		</li>
		<li>
			FIXED [Diablo II Resurrected] Game displays black screen corruption when using DLSS [5264112]
		</li>
		<li>
			FIXED [SCUM] Game may crash after updating to R575 drivers [5257319]
		</li>
		<li>
			FIXED Shader disk cache will not be created with certain games if OS username contains unicode characters [5274587]
		</li>
		<li>
			Fixed General Bugs
		</li>
		<li>
			FIXED [Lumion 12] Missing certain UI components [5213228]
		</li>
		<li>
			FIXED [Varjo XR3] Varjo XR3 HMD is not working on RTX 50 series GPUs [5173753]
		</li>
		<li>
			FIXED [Notebook] GeForce RTX 50 series TGP limit may be clipped earlier [5170771]
		</li>
	</ul>
</blockquote>

<p>
	The problems Nvidia engineers are still working on solving are these:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			Flickering/corruption around light sources in Ghost of Tsushima Directors Cut [5138067]
		</li>
		<li>
			Cyberpunk 2077 will crash when using Photo Mode to take a screenshot with path tracing enabled [5076545]
		</li>
		<li>
			EA Sports FC 25 may crash during gameplay [5251937]
		</li>
		<li>
			[Forza Horizon 5] Game may crash after extended gameplay [5131160]
		</li>
		<li>
			[RTX 50 series] Dragons Dogma 2 displays shadow flicker [5252205]
		</li>
		<li>
			[RTX 50 series] Video playback in a web browser may show brief red/green flash corruption [5241341]
		</li>
		<li>
			Wuthering Waves may randomly crash during gameplay after updating to R575 drivers [5259963]
		</li>
		<li>
			[RTX 50 series] Enshrouded crashes after launching game [5279848]
		</li>
		<li>
			[NVIDIA App] Adding an unsupported app to NVIDIA App and enabling Smooth Motion forces it globally to other apps [5243686]
		</li>
		<li>
			[RTX 50 series][Battlefeld 2042] Random square artifacts may appear around lights during gameplay [5284105]
		</li>
		<li>
			Changing a setting in the "NVIDIA Control Panel" -&gt; "Manage 3D Settings" may trigger shader disk cache rebuild [5282396]
		</li>
		<li>
			[Gray Zone Warfare] Game may crash on startup [5284518]
		</li>
	</ul>
</blockquote>

<p>
	The Nvidia 576.52 driver is now available for download in the Nvidia app and GeForce Experience. <a href="https://www.nvidia.com/en-us/drivers/" rel="external nofollow">Standalone download links can be found here</a>, and <a href="https://us.download.nvidia.com/Windows/576.52/576.52-win11-win10-release-notes.pdf" rel="external nofollow">here are the official release notes</a> (PDF).
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/nvidia-57652-driver-adds-support-rtx-5060-also-brings-more-bug-fixes/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="113165" data-embedcontent="" data-embedid="embed3648465776" src="https://nsaneforums.com/topic/472348-nvidia-geforce-game-ready-driver-57652/?do=embed&amp;comment=1867172&amp;embedComment=1867172&amp;embedDo=findComment#comment-1867172" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</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 April): 1,811</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">29294</guid><pubDate>Mon, 19 May 2025 19:54:31 +0000</pubDate></item><item><title>Windows 11 gets more AI stuff, new shortcuts, HDR improvements, and more in build 26100.4188</title><link>https://nsaneforums.com/news/software-news/windows-11-gets-more-ai-stuff-new-shortcuts-hdr-improvements-and-more-in-build-261004188-r29293/</link><description><![CDATA[<p>
	Right after dropping a massive portion of announcements at the Build 2025 developer conference, Microsoft released a new Windows 11 Release Preview build 26100.4188 (KB5058499). It previews what is coming soon as an optional non-security update for all Windows 11 users.
</p>

<p>
	 
</p>

<p>
	Build 26100.4188 packs quite a lot of new stuff. Microsoft is now rolling out more Click to Do features to Copilot+ PC users with Intel and AMD-powered processors. You can now use Win + Q to select a portion of text and then pick actions like Summarize, Create a bulleted list, or Rewrite. You can also highlight a text or image and ask Copilot something about it. Plus, Click to Do now supports text actions in Spanish and French.
</p>

<p>
	 
</p>

<p>
	Other Copilot additions include the ability to invoke Copilot with the Win + C shortcut and pick what happens when you press it or the Copilot key. Also, Release Preview users can now try Press to Talk by holding the Copilot / Win + C keys. Finally, you can now type a setting you want to change into the search bar in the Settings app using natural voice, like "change my theme" or "about my PC" with no need to remember the exact setting name.
</p>

<p>
	 
</p>

<p>
	For non-Copilot+ PC users, Microsoft is rolling out improved HDR settings and the ability to stream HDR even if HDR is turned off. Plus, you can toggle Dolby Vision independently of HDR. More mouse settings made their way from the Control Panel to the Settings app, and Voice Typing now lets you turn on or off the profanity filter. Speaking of Settings, there is a new FAQ section with answers on common hardware and performance questions.
</p>

<p>
	 
</p>

<p>
	Finally, the Windows Share UI now has a built-in image editor, and you can share a local file from File Explorer with a new tray that appears at the top of the screen when you drag a file.
</p>

<p>
	 
</p>

<p>
	Fixes in build 26100.4188 include the following:
</p>

<p>
	 
</p>

<ul>
	<li>
		[<strong>Audio</strong>] Fixed: The startup sound may not play on boot, although it is enabled.
	</li>
	<li>
		[<strong>MMC</strong>] Fixed: Improved the colors used in MMC when items are selected, both generally, and when contrast modes are enabled.
	</li>
	<li>
		[<strong>USB</strong>] Fixed: Certain USB devices may become disconnected after sleep, until you reboot your PC.
	</li>
	<li>
		[<strong>Input</strong>]
		<ul>
			<li>
				Fixed: Voice typing won’t start from the touch keyboard when using the Chinese (Simplified) narrow layout.
			</li>
			<li>
				Fixed: When using the Symbols section of the touch keyboard, pressing the key to change pages may unexpectedly insert a character into password fields.
			</li>
			<li>
				Fixed: Typing in some apps may stop working after disconnecting from a remote desktop session.
			</li>
		</ul>
	</li>
	<li>
		[<strong>JPG</strong>] Fixed: When using CopyPixels the pixels may be unexpectedly inverted in certain cases.
	</li>
	<li>
		[<strong>Bluetooth</strong>] Fixed: Settings may crash when loading information about Bluetooth devices.
	</li>
	<li>
		[<strong>Display</strong>] Fixed: Unexpected scaling and window position changes may occur after sleep/resume for some devices.
	</li>
	<li>
		[<strong>Print</strong>] Fixed: Non-admin users can’t uninstall printers that they’ve added.
	</li>
	<li>
		[<strong>Windows Hello</strong>] Fixed: When using Windows Hello for Business facial recognition, the camera may unexpectedly fail after waking the PC from sleep, blocking login using this method.
	</li>
	<li>
		[<strong>Camera</strong>] Fixed: Settings may crash when interacting with content under Settings &gt; Bluetooth &amp; Devices &gt; Cameras.
	</li>
	<li>
		[<strong>File Explorer</strong>] Fixed: If you have disconnected network drives when doing a search from Home it may prevent searches from executing and you remain on Home.
	</li>
	<li>
		[<strong>UHF Tuning</strong>] Fixed: Tuning scan for UHF channels doesn’t work, and only VHF channels are returned.
	</li>
</ul>

<p>
	 
</p>

<p>
	Note that everything above is rolling out gradually to Windows Insiders, so the system might take some time to receive all the changes. Here is what is available right here and right now:
</p>

<p>
	 
</p>

<ul>
	<li>
		[<strong>BitLocker</strong>] Fixed: This update addresses an issue where devices with BitLocker on removable drives could encounter a blue screen error after resuming from sleep or hybrid-booting.
	</li>
	<li>
		[<strong>Boot menu screens</strong>] Fixed: This update addresses the issue where early boot screens, such as BitLocker PIN, BitLocker Recovery key, and boot menu screens, render slowly.
	</li>
	<li>
		[<strong>Graphics kernel</strong>] Fixed: An issue where some game titles become unresponsive after upgrading to Windows 11, version 24H2.
	</li>
	<li>
		[<strong>Memory leak</strong>] Fixed: This update addresses an issue in the Input Service that causes increased memory usage, potentially impacting performance in multi-user, multi-lingual, and remote desktop usage.
	</li>
	<li>
		[<strong>Multimedia</strong>] Fixed: If you turn on multi-app mode or basic camera mode in advanced camera settings, the Windows Hello Face Enrollment might not work and show a bad camera preview.
	</li>
	<li>
		[<strong>Network</strong>] Fixed: This update addresses an issue where Windows Server 2025 always shows the network as “public” on new domain controllers. It now checks for a domain controller name before using loopback addresses to ensure proper Lightweight Directory Access Protocol (LDAP) binding.
	</li>
</ul>

<p>
	 
</p>

<p>
	You can find the official announcement with the complete changelog <a href="https://blogs.windows.com/windows-insider/2025/05/19/releasing-windows-11-build-26100-4188-to-the-release-preview-channel/" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-gets-more-ai-stuff-new-shortcuts-hdr-improvements-and-more-in-build-261004188/" 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 April): 1,811</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">29293</guid><pubDate>Mon, 19 May 2025 19:53:01 +0000</pubDate></item><item><title>Windows 11 is getting a new command-line text editor, advanced settings, and more</title><link>https://nsaneforums.com/news/software-news/windows-11-is-getting-a-new-command-line-text-editor-advanced-settings-and-more-r29292/</link><description><![CDATA[<p>
	At Build 2025, Microsoft announced several improvements to popular Windows developer tools, namely WinGet, PowerToys, and Terminal. The company says that "building great AI experiences starts with developer productivity," so these improvements will help app makers keep all the necessary tools in one place and set up their environments with fewer clicks.
</p>

<p>
	 
</p>

<p>
	Starting with WinGet, Microsoft will soon let you set up and replicate a developer environment with a single WinGet Configuration command. This feature captures the current state of your system, including apps, packages, and tools, into a single config file, allowing you to quickly set up the same environment on another system. WinGet Configuration will also support Microsoft Desired State Configuration V3, which means apps that support DSC V3 will have their settings included in the configuration file.
</p>

<p>
	 
</p>

<p>
	Next, we have Advanced Windows Settings, a new section in the Settings app, which replaces the old "For Developers" page and the now-discontinued Dev Home app. Advanced Windows Settings allows developers and users to control more aspects of their Windows experience and have faster access to developer-related settings, including GitHub integration in File Explorer, and more. <a href="https://www.neowin.net/news/microsoft-quietly-rolls-out-new-advanced-settings-for-windows-11-here-is-how-to-enable-it/" rel="external nofollow">We have already seen the new page in action</a> in recent Windows preview builds, and it is finally official. Microsoft says it will be available for public testing in the near future.
</p>

<p>
	 
</p>

<p>
	<img alt="Advanced settings in Windows 11 Settings app" class="ipsImage" height="456" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747567553_apps.33414.14046768474458793.58c53e54-8414-4d4f-9570-e21689708776.jpg">
</p>

<p>
	 
</p>

<p>
	The <a href="https://www.neowin.net/news/powertoys-090-is-out-with-a-new-launcher-redesigned-color-picker-and-more/" rel="external nofollow">recently introduced Command Palette</a> from PowerToys also got a shout-out at Build 2025. In case you are not familiar, Command Palette is a reworked PowerToys Run launcher that provides a faster and easier way to access commands, apps, workflows, files, and more in one place. It is useful not just for developers but for regular users as well, and with Windows Search still being in a rather miserable state, Command Palette is a must-have tool for everyone, and it is now generally available.
</p>

<p>
	 
</p>

<p>
	<img alt="Command Palette in Windows 11" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1746359402_4._command_palette.jpg">
</p>

<p>
	 
</p>

<p>
	Finally, Microsoft announced a new command-line text editor for Windows called Edit. It will allow developers to edit files directly in the command line without switching to another app. Edit is coming soon to Windows 11 preview builds, and its source code will be available <a href="https://github.com/microsoft/edit" rel="external nofollow">in the official GitHub repo</a>.
</p>

<p>
	 
</p>

<p>
	In addition to new developer tools, Microsoft announced a lot of changes in the Microsoft Store that make it easier to create a developer account, track apps' health metrics, promote programs in the store, and more. You can <a href="https://www.neowin.net/news/microsoft-store-finally-gets-last-updated-for-apps-direct-win32-updates-and-more/" rel="external nofollow">learn more about that here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-is-getting-a-new-command-line-text-editor-advanced-settings-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 April): 1,811</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">29292</guid><pubDate>Mon, 19 May 2025 19:51:57 +0000</pubDate></item><item><title>How to manage your bookmarks in Google Chrome</title><link>https://nsaneforums.com/news/software-news/how-to-manage-your-bookmarks-in-google-chrome-r29291/</link><description><![CDATA[<h3>
	Bookmarks can be key to staying organized on the web.
</h3>

<p>
	There’s a lot to look at, watch, and listen to on the web. Fully utilizing the bookmarks feature in Google Chrome can be a real help in staying on top of everything.
</p>

<p>
	 
</p>

<p>
	Chrome is the browser I use most often, and I’ve got a huge number of bookmarked sites inside it: long reads I want to get back to once work is done, news updates to write up for work, gift ideas, apps I’d like to check out, important Slack channels, and content systems for my job... the list goes on. All synced between devices and available everywhere.
</p>

<p>
	 
</p>

<p>
	If you haven’t done a deep dive into Chrome’s bookmarks feature then you might not be aware of everything you can do with it, how it can save you time, and how you can bring some kind of order to your web browsing.
</p>

<div class="_1m1ib701 _1m1ib700 duet--article--standard-heading _1xwtict1" id="saving-bookmarks">
	<h2 class="duet--article--dangerously-set-cms-markup">
		Saving bookmarks
	</h2>
</div>

<div>
	<div class="_1ymtmqpj">
		<div>
			<div class="duet--media--content-warning ucljxw0">
				<div class="duet--article--image-gallery-image kqz8fh0" id="dmcyOmltYWdlOjY2ODg3NQ==">
					<a class="kqz8fh1" data-pswp-height="1125" data-pswp-width="2000" href="https://platform.theverge.com/wp-content/uploads/sites/2/2025/05/01-saving.jpg?quality=90&amp;strip=all&amp;crop=0,0,100,100" rel="external nofollow" target="_blank"><img alt="Pop-up showing BookMark Added with the name and the folder." class="ipsImage" data-chromatic="ignore" data-nimg="fill" decoding="async" height="720" width="720" src="https://platform.theverge.com/wp-content/uploads/sites/2/2025/05/01-saving.jpg?quality=90&amp;strip=all&amp;crop=0%2C0%2C100%2C100&amp;w=1080"></a>
				</div>
			</div>
		</div>

		<div class="duet--media--caption qama0i0">
			<div>
				<em>You can edit bookmarks as soon as you’ve saved them.</em>
			</div>
			<cite class="duet--article--dangerously-set-cms-markup _1xwtict2 qama0i1">Screenshot: Google</cite>
		</div>
	</div>
</div>

<p>
	 
</p>

<p>
	The star icon to the right of the address bar in Chrome on the desktop is for saving new bookmarks. Click it and the current page gets saved to the most recently used bookmarks folder. You can also press <strong>Ctrl+D</strong> (Windows) or <strong>Cmd+D</strong> (macOS), which is even easier. On mobile, tap the three dots at the top then the star icon (Android), or the three dots at the bottom then <strong>Add to bookmarks</strong> (iOS) to save the current page as a new bookmark.
</p>

<p>
	 
</p>

<p>
	As soon as a bookmark is saved, a small dialog pops up. You can use it to change the bookmark name and folder if you need to, or just click <strong>Done</strong> to move on.
</p>

<p>
	 
</p>

<p>
	More options can be found on the desktop by clicking the three dots (top right) then <strong>Bookmarks and lists</strong>. You’re able to add bookmarks from this menu, too, and there’s also a <strong>Bookmark all tabs</strong> option, which saves every open tab (which, <a href="/23384844/chrome-google-tab-groups-create-save-how-to" rel="">like tab groups</a>, is handy if you need to do something else but want to be able to get back to where you are).
</p>

<p>
	 
</p>

<p>
	On the same <strong>Bookmarks and lists</strong> menu you can toggle the bookmarks bar on and off. The bookmarks bar sits just below the address bar, and gives you another way to add bookmarks: drag the URL of the site you’re viewing down from the address bar to the bookmarks bar.
</p>

<div class="_1m1ib701 _1m1ib700 duet--article--standard-heading _1xwtict1" id="organizing-bookmarks">
	<h2 class="duet--article--dangerously-set-cms-markup">
		Organizing bookmarks
	</h2>
</div>

<div>
	<div class="_1ymtmqpj">
		<div>
			<div class="duet--media--content-warning ucljxw0">
				<div class="duet--article--image-gallery-image kqz8fh0" id="dmcyOmltYWdlOjY2OTQzOA==">
					<a class="kqz8fh1" data-pswp-height="1125" data-pswp-width="2000" href="https://platform.theverge.com/wp-content/uploads/sites/2/2025/05/02-manager.jpg?quality=90&amp;strip=all&amp;crop=0,0,100,100" rel="external nofollow" target="_blank"><img alt="The main bookmarks management page from Chrome." class="ipsImage" data-chromatic="ignore" data-nimg="fill" decoding="async" height="720" width="720" src="https://platform.theverge.com/wp-content/uploads/sites/2/2025/05/02-manager.jpg?quality=90&amp;strip=all&amp;crop=0%2C0%2C100%2C100&amp;w=1080"></a>
				</div>
			</div>
		</div>

		<div class="duet--media--caption qama0i0">
			<div>
				<em>You can find your saved links in the bookmark manager.</em>
			</div>
			<cite class="duet--article--dangerously-set-cms-markup _1xwtict2 qama0i1">Screenshot: Google</cite>
		</div>
	</div>
</div>

<p>
	 
</p>

<p>
	Bookmarks become a lot more useful when they’re well organized. On the desktop you can launch the full bookmarks manager by clicking <strong>Bookmarks </strong> on the bookmarks bar, or by clicking the three dots (top right) and then <strong>Bookmarks and Lists &gt; Bookmark Manager</strong>. You can search through your bookmarks here, and create new folders: Click the three dots (top right), then <strong>Add new folder</strong> — and yes, you can put folders inside other folders. (This is also where you’ll find the <strong>Export </strong>feature, and it’s a good idea to export your bookmarks occasionally as a backup.)
</p>

<p>
	 
</p>

<p>
	Folders are a key part of keeping your bookmarks organized, and they’re all accessible on the left of the bookmarks manager page. Click and drag bookmarks to change their order, or to move them into different folders. Right-click on a folder to rename or delete it, or drag it on top of another folder to put it inside that folder.
</p>

<p>
	 
</p>

<p>
	You can double-click any bookmark to open it. To edit it, click the three dots to the right: You’re able to rename your bookmarks and change their URLs, as well as put them in different folders. If you right-click on a bookmarks folder, you get the option to open all the links it contains in separate tabs — which may not do your computer much good if there are dozens or hundreds of bookmarks in the folder.
</p>

<p>
	 
</p>

<p>
	The bookmark manager can be accessed on mobile too, though you don’t get quite as many options to play around with. Tap the three dots at the top (Android) or bottom (iOS) of the interface, then choose <strong>Bookmarks</strong> to see the list. As long as you’re signed in with your Google account, bookmarks will sync between your devices.
</p>

<div class="_1m1ib701 _1m1ib700 duet--article--standard-heading _1xwtict1" id="doing-more-with-bookmarks">
	<h2 class="duet--article--dangerously-set-cms-markup">
		Doing more with bookmarks
	</h2>
</div>

<div>
	<div class="_1ymtmqpj">
		<div>
			<div class="duet--media--content-warning ucljxw0">
				<div class="duet--article--image-gallery-image kqz8fh0" id="dmcyOmltYWdlOjY2OTQ3MA==">
					<a class="kqz8fh1" data-pswp-height="1125" data-pswp-width="2000" href="https://platform.theverge.com/wp-content/uploads/sites/2/2025/05/03-bar.jpg?quality=90&amp;strip=all&amp;crop=0,0,100,100" rel="external nofollow" target="_blank"><img alt="Closeup of the bookmarks bar on Chrome with only icons." class="ipsImage" data-chromatic="ignore" data-nimg="fill" decoding="async" height="720" width="720" src="https://platform.theverge.com/wp-content/uploads/sites/2/2025/05/03-bar.jpg?quality=90&amp;strip=all&amp;crop=0%2C0%2C100%2C100&amp;w=1080"></a>
				</div>
			</div>
		</div>

		<div class="duet--media--caption qama0i0">
			<div>
				<em>With some tweaks, you can get your bookmarks bar looking much more compact.</em>
			</div>
			<cite class="duet--article--dangerously-set-cms-markup _1xwtict2 qama0i1">Screenshot: Google</cite>
		</div>
	</div>
</div>

<p>
	 
</p>

<p>
	There are other ways to work with your bookmarks in Chrome.
</p>

<p>
	 
</p>

<ul class="duet--article--unordered-list _1ymtmqpi _11h7yix0 _1xwtict1">
	<li class="_11h7yix1">
		<span class="duet--article--dangerously-set-cms-markup">Here’s a clever trick for your desktop bookmarks bar: right-click on each bookmark in turn, remove the text in the <strong>Name</strong> field completely each time, and click <strong>Save</strong>. You’ll then have a compact row of bookmark icons showing only the favicons for each site (such as a purple V for <em>The Verge</em>). It’s a neat way to put more bookmarks within each reach, and you can still tell what each one is.</span>
	</li>
	<li class="_11h7yix1">
		<span class="duet--article--dangerously-set-cms-markup">Something else you might want to try is to search through your bookmarks directly <a href="/2022/12/6/23496839/google-chrome-site-search-shortcuts-tabs-bookmarks-history" rel="">from the address bar</a>. You may see some bookmark results suggested underneath as you type out your search query, and you can also force a bookmarks search by preceding your query with “@bookmarks” and a space.</span>
	</li>
	<li class="_11h7yix1">
		<span class="duet--article--dangerously-set-cms-markup">If you want to keep bookmarks visible at all times, that’s possible too. Click the three dots in Chrome for the desktop, then choose <strong>Bookmarks and lists &gt; Show all bookmarks</strong>. A side panel appears displaying all your bookmarks: You can search through them, create new folders, and edit your bookmarks from here (click the three dots to the side).</span>
	</li>
	<li class="_11h7yix1">
		<span class="duet--article--dangerously-set-cms-markup">The icons in the top right corner, from left to right, let you change the order of the bookmark lists, switch between compact and visual views, and edit multiple bookmarks at once. You can shut down the panel with the <strong>X</strong> button, but if you click the pin button just next to it before you do, you get a dedicated bookmarks panel icon that stays permanently available on the Chrome toolbar, and will let you open it back up again.</span>
	</li>
</ul>

<p>
	 
</p>

<p>
	This has hopefully given you some idea of what you can do with bookmarks in Google Chrome. And there’s more, so it might be worth it to take some time and look around. It’s not the most sophisticated of systems, but it does give you plenty of flexibility in terms of how you can use it and what’s possible, so you can get your folders and shortcuts set up in the ways that work best for you.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.theverge.com/tech/668874/bookmarks-chrome-how-to" 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 April): 1,811</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">29291</guid><pubDate>Mon, 19 May 2025 19:50:56 +0000</pubDate></item><item><title>Microsoft Store finally gets 'last updated' for apps, direct Win32 updates, and more</title><link>https://nsaneforums.com/news/software-news/microsoft-store-finally-gets-last-updated-for-apps-direct-win32-updates-and-more-r29290/</link><description><![CDATA[<p>
	At Build 2025, Microsoft's annual developer conference, the company announced some important changes to the Microsoft Store, its primary app marketplace on Windows 10 and 11. Since its introduction in 2012, the Microsoft Store has experienced multiple improvements and enhancements, which have made it easier for developers to distribute their projects using a trusted platform. Now, Microsoft is making its store even more accessible.
</p>

<p>
	 
</p>

<p>
	Every individual developer will soon be able to register a developer account for free. Right now, Microsoft requires a one-time $19 registration fee, but that payment is going away starting next month. However, this only applies to individual accounts—fees for corporate accounts remain in place.
</p>

<p>
	 
</p>

<p>
	In addition to free entry for every developer, the Microsoft Store is getting other much-needed improvements. For one, the store will finally display when the app was last updated. This is one of the most-requested features from users and the developer community, and Microsoft is finally delivering it 13 years after the launch of the Microsoft Store. Better late than never.
</p>

<p>
	 
</p>

<p>
	Microsoft is also improving Health Report insights for app makers, giving them more metrics like crash rate, hang rate, and affected device counts. This data will help developers prioritize bug fixes and address critical issues faster. Partner Center will also send notifications about unusual spikes in failures and allow developers to compare data across different app versions, architectures, and devices.
</p>

<p>
	 
</p>

<p>
	Another big change that is useful for both developers and users is <a href="https://www.neowin.net/news/new-microsoft-store-update-makes-it-easier-to-update-win32-apps/" rel="external nofollow">direct Win32 app updates</a>. The Microsoft Store can host Win32 apps with developer-provided update channels, but once an MSI or EXE is submitted, Microsoft leaves no way for users to update to the latest version from the Microsoft Store. This requires launching the app and using its update mechanisms. Soon, you will be able to download the most recent version of a Win32 app directly from the Microsoft Store so that you can start using it with no need to install additional updates.
</p>

<p>
	 
</p>

<p>
	Finally, Microsoft is launching app campaigns, which will allow developers to promote their Windows apps in the Microsoft Store and other Microsoft products via the Microsoft Advertising Platform, and the Microsoft Store FastTrack, a new program for qualified companies for faster Win32 app submissions.
</p>

<p>
	 
</p>

<p>
	Microsoft says the Microsoft Store has about 250 million monthly active users. The list of popular apps available in the store has greatly improved with the launch of ChatGPT, Day One, <a href="https://www.neowin.net/news/docker-desktop-app-is-now-available-on-the-microsoft-store/" rel="external nofollow">Docker</a>, Fantastical, and other popular applications. Notion, another popular productivity app, is also coming soon to the Microsoft Store.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-store-finally-gets-last-updated-for-apps-direct-win32-updates-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 April): 1,811</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">29290</guid><pubDate>Mon, 19 May 2025 19:48:58 +0000</pubDate></item><item><title>Microsoft is now putting quantum encryption in Windows builds</title><link>https://nsaneforums.com/news/software-news/microsoft-is-now-putting-quantum-encryption-in-windows-builds-r29289/</link><description><![CDATA[<p>
	The biggest fear surrounding quantum computers, <a href="https://www.neowin.net/news/microsoft-predicts-practical-quantum-computers-by-2035-as-it-unveils-majorana-1-chip/" rel="external nofollow">which are coming on in leaps and bounds</a>, is that they will be able to smash through <a href="https://www.neowin.net/news/microsoft-blames-intel-as-kb5058379-takes-windows-pcs-on-a-bitlocker-recovery-reboot-ride/" rel="external nofollow">classical encryption</a>, allowing anyone with a quantum computer to read any data protected by classical encryption methods. Microsoft, however, is not waiting for quantum computers to become widespread before it better protects users.
</p>

<p>
	 
</p>

<p>
	At BUILD 2025 today, the company announced that it is integrating post-quantum cryptography (PQC) into Windows Insiders Build 27852 and above, as well as in SymCrypt-OpenSSL 1.9.0 and higher. It said that this will give customers the first opportunities to begin experimenting with PQC within their own environments.
</p>

<p>
	 
</p>

<p>
	Specifically, Microsoft has made module-lattice based key encapsulation mechanism (ML-KEM) and digital signature algorithm (ML-DSA) available to Windows Insiders through updates to the Cryptography API “Next-Generation (CNG) libraries and Certificate and Cryptographic messaging functions”.
</p>

<p>
	 
</p>

<p>
	Linux users can also use the SymCrypt algorithm implementations through the OpenSSL API surface provided by the SymCrypt-OpenSSL (SCOSSL) library. The ML-KEM and ML-DSA are some of the first quantum-safe crypto algorithms approved by the National Institute of Standards and Technology (NIST). In December, Microsoft added them to its SymCrypt cryptographic library.
</p>

<p>
	 
</p>

<p>
	Microsoft hopes that by introducing these algorithms now, rather than waiting until later, it can mitigate the amount of “harvest now, decrypt later” threats where attackers take classically encrypted data and then in the years to come use quantum computers to break the encryption.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-now-putting-quantum-encryption-in-windows-builds/" 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 April): 1,811</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">29289</guid><pubDate>Mon, 19 May 2025 19:48:19 +0000</pubDate></item><item><title>Microsoft announces public preview of SQL Server 2025</title><link>https://nsaneforums.com/news/software-news/microsoft-announces-public-preview-of-sql-server-2025-r29288/</link><description><![CDATA[<p>
	Back in November 2024, Microsoft <a href="https://www.neowin.net/news/microsoft-announces-sql-server-2025-with-native-vector-support/" rel="external nofollow">announced</a> the private preview of SQL Server 2025, the successor to the popular SQL Server 2022. Targeting the current industry trend, SQL Server 2025 will allow developers to build AI applications using their data with improved security, performance, and availability. At Build 2025, Microsoft <a href="https://aka.ms/SQL2025/Preview" rel="external nofollow">announced</a> the public preview of SQL Server 2025.
</p>

<p>
	 
</p>

<p>
	SQL Server 2025 now has AI directly integrated into the database engine for improved search. Thanks to built-in vector search capabilities, developers can perform semantic searches over their data to find matches based on similarity, alongside full-text search and filtering. SQL Server 2025 also comes with improved AI model management through model definitions built into T-SQL to AI services, including Azure AI Foundry, Azure OpenAI, OpenAI, Ollama, and more.
</p>

<p>
	 
</p>

<p>
	Developers can access these models through REST APIs, and they are isolated from the SQL Server engine. SQL Server 2025 also supports DiskANN, text chunking, embedding generation, and integration with AI frameworks like LangChain, Semantic Kernel, and Entity Framework Core.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="Microsoft SQL Server 2025" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747594218_microsoft_sql_server_2025.jpg">
</figure>

<p>
	Apart from the AI capabilities, SQL Server 2025 also comes with significant developer improvements. This latest release will offer native JSON support, allowing developers to easily validate and manipulate their datasets with external data sources. Change Event Streaming will help developers consume transaction log changes as events directly from SQL Server to Microsoft Azure Event Hubs. Microsoft also announced the public preview of the new open-source Python driver for SQL Server, which is a fully open-source Python solution for connecting to SQL Server. Microsoft also announced the integration of the MSSQL Extension for Visual Studio Code with GitHub Copilot for better code suggestions.
</p>

<p>
	 
</p>

<p>
	SQL Server 2025 comes with several improvements to security, performance, and availability. For example, the new Optimized Locking reduces lock memory consumption and minimizes blocking for concurrent transactions through Transaction ID (TID) Locking and Lock After Qualification (LAQ).
</p>

<p>
	 
</p>

<p>
	Finally, Microsoft is announcing a new SQL Server 2025 Standard Developer edition in addition to the existing Developer edition, which has all Enterprise features. This will allow developers to build and test against the Standard edition without any licensing fees.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-announces-public-preview-of-sql-server-2025/" 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 April): 1,811</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">29288</guid><pubDate>Mon, 19 May 2025 19:47:15 +0000</pubDate></item><item><title>Microsoft Edge getting full document PDF translation. Summaries, task automation also coming</title><link>https://nsaneforums.com/news/software-news/microsoft-edge-getting-full-document-pdf-translation-summaries-task-automation-also-coming-r29287/</link><description><![CDATA[<p>
	Microsoft Edge has a built-in PDF translation that works by selecting a portion of a text. In order to translate, a user has to either then right-click on the selected text and then use the "Translate selection" option or use the Translate option from the PDF toolbar.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="PDF translation feature on Edge" class="ipsImage" height="410" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747642767_edge_pdf_translate.jpg">
</figure>

<p>
	However, the company is massively amping up this capability. At Build 2025 today, Microsoft has announced that the translation feature can now translate an entire document "with just a few clicks" and the feature will work across over 70 languages. Here's how it will work according to Microsoft: "With just a few clicks, users will be able to open a PDF in Edge, click the Translate icon in the Edge address bar and quickly create a new document fully translated into the language of choice."
</p>

<p>
	 
</p>

<p>
	Currently, the feature is in testing in the Canary channel but Microsoft hopes it will be generally available next month, in case no breaking bug is detected by then during beta testing.
</p>

<p>
	 
</p>

<p>
	Another improvement related to documents is an upcoming Edge for Business feature that will help with summarization. With the help of Copilot Chat in Edge, found on the Edge for Business sidebar, Microsoft's browser will soon be able to summarize Microsoft 365 Word, Excel and PowerPoint documents.
</p>

<p>
	 
</p>

<p>
	Document summarization aside, Microsoft 365 Copilot is bringing Agents to Edge for Business such that commercial users will be able to automate tasks that feel are repetitive.
</p>

<p>
	 
</p>

<p>
	Microsoft uses the example of a "Sales Assistant Agent" to explain how it will work: "Sales Assistant Agent will generate leads, track customer interactions and offer sales insights. Agents will be available in early June through Copilot Chat in the Microsoft Edge for Business sidebar and will enable users to access them without leaving the page and breaking their flow."
</p>

<p>
	 
</p>

<p>
	Microsoft 365 Copilot Agents will be available next month in June while the summarization feature is currently in preview.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-edge-getting-full-document-pdf-translation-summaries-task-automation-also-coming/" 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 April): 1,811</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">29287</guid><pubDate>Mon, 19 May 2025 19:45:43 +0000</pubDate></item><item><title>Microsoft closes 9-year-old feature request, open-sources Windows Subsystem for Linux</title><link>https://nsaneforums.com/news/software-news/microsoft-closes-9-year-old-feature-request-open-sources-windows-subsystem-for-linux-r29284/</link><description><![CDATA[<h3>
	WSL has also recently added official support for both Fedora and Arch distros.
</h3>

<p>
	Microsoft's Windows Subsystem for Linux has become an important tool for developers and power users since it was introduced in the Windows 10 Anniversary Update back in 2016, giving them access to a built-in Linux command line and Linux applications from within Windows.
</p>

<p>
	 
</p>

<p>
	The company has <a href="https://arstechnica.com/gadgets/2021/10/the-best-part-of-windows-11-is-a-revamped-windows-subsystem-for-linux/" rel="external nofollow">steadily improved WSL since then</a>, improving performance, making it easier to install and use, and adding features like GPU and audio support. But today as part of its Build developer conference, Microsoft announced that it would be <a href="https://blogs.windows.com/windowsdeveloper/2025/05/19/the-windows-subsystem-for-linux-is-now-open-source/" rel="external nofollow">making almost all of WSL open source</a>, closing <a href="https://github.com/microsoft/WSL/issues/1" rel="external nofollow">the very first issue</a> that the then-new WSL project attracted on Github in 2016.
</p>

<p>
	 
</p>

<p>
	"WSL could never have been what it is today without its community," writes Microsoft Senior Software Engineer Pierre Boulay in the company's blog post. "We’ve seen how much the community has contributed to WSL without access to the source code, and we can’t wait to see how WSL will evolve now that the community can make direct code contributions to the project."
</p>

<p>
	 
</p>

<p>
	Only two elements of WSL remain closed-source for now: an lxcore.sys kernel driver used for WSL 1 (the initial version of WSL that is still supported, though new installs default to <a href="https://devblogs.microsoft.com/commandline/announcing-wsl-2/" rel="external nofollow">2019's WSL 2</a>); and the p9rdr.sys and p9np.dll files that handle filesystem redirection from Windows to Linux (in other words, making it so that Windows can easily access the Linux filesystem). Microsoft didn't close the door to open-sourcing those components but also didn't say if or when it planned to make them open source.
</p>

<p>
	 
</p>

<p>
	Though WSL uses some of the same technologies as virtual machines, WSL's speed, low resource usage, and integration with Windows makes it much more seamless to install and use than traditional virtual machines that maintain more separation between the host and guest operating system. Around the release of Windows 11 in 2021, Microsoft made WSL something that was installed and updated via the Microsoft Store rather than something built into the operating system, making it easier to add new features without requiring the potential disruption of a full Windows update (and also possibly making it easier to open source the code without posting source code for other parts of Windows).
</p>

<p>
	 
</p>

<p>
	This isn't the only major improvement Microsoft has helped to release for WSL recently. Earlier this month, the company <a href="https://devblogs.microsoft.com/commandline/fedora-linux-is-now-an-official-wsl-distro/" rel="external nofollow">announced</a> that Fedora is now an officially supported WSL distribution, joining Ubuntu (still the default) and a number of other distributions. <a href="https://antiz.fr/blog/archlinux-official-wsl-image/" rel="external nofollow">Arch Linux</a> also became an officially supported distribution back in April; both Fedora and Arch are taking advantage of changes Microsoft announced last year to <a href="https://learn.microsoft.com/en-us/windows/wsl/build-custom-distro" rel="external nofollow">make it easier to build new WSL distributions</a>.
</p>

<p>
	 
</p>

<p>
	Windows users can install WSL by <a href="https://aka.ms/wslstore" rel="external nofollow">choosing a distribution from the Microsoft Store</a> or by opening a command-line window and typing <code>wsl --install</code>. Users can install multiple distributions at once and switch between them based on what they're running or testing; typing <code>wsl --list --online</code> at the command line will also show you all of the distributions that Microsoft officially supports if you don't want to use Ubuntu.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2025/05/microsoft-takes-windows-subsystem-for-linux-open-source-after-nearly-a-decade/" 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 April): 1,811</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">29284</guid><pubDate>Mon, 19 May 2025 19:43:10 +0000</pubDate></item><item><title>Vivaldi 7.4 is out with improved keyboard shortcut and address bar controls</title><link>https://nsaneforums.com/news/software-news/vivaldi-74-is-out-with-improved-keyboard-shortcut-and-address-bar-controls-r29283/</link><description><![CDATA[<p>
	Good news for Vivaldi users: the browser has just received a new feature update, version 7.4. Dubbed "Polished, Simplified, and All Yours," the release offers improved keyboard shortcut controls, updates to the address bar, and overall "smoother browsing experience."
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Vivaldi 7.4 is here! A thoughtful update that focuses on what truly matters to users: control and a smoother browsing experience. In a digital world dominated by cookie-cutter browsers and profit-first thinking, Vivaldi remains proudly independent, delivering a browser that puts people, not profit, first.
	</p>
</blockquote>

<p>
	With Vivaldi 7.4, users can now customize keyboard shortcuts on a per-website basis, allowing them to prioritize Vivaldi shortcuts over the website shortcuts or vice versa. This ensures your custom shortcuts work wherever and whenever you need them. To adjust this setting, find the "Prioritize Website Shortcuts" in the "Privacy and Security" section (this works globally or per-website).
</p>

<p>
	 
</p>

<p>
	<img alt="Vivaldi 74 update" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747642629_vivaldi_7.4_1.jpg">
</p>

<p>
	 
</p>

<p>
	Next is the address bar. It received restructured settings for better clarity and various bug fixes and optimizations to speed things up. You can select what items appear in the address bar's drop-down menu, and the menu itself can now display up to 42 results.
</p>

<p>
	 
</p>

<p>
	<img alt="Vivaldi 74 update" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747642636_vivaldi_7.4_2.jpg">
</p>

<p>
	 
</p>

<p>
	Other changes in Vivaldi 7.4 include a new profile picker on startup. If you have multiple profiles in Vivaldi, the browser will prompt you to select a profile upon launch. However, if you do not like this behavior, you can tick off the "Show on startup" option. Also, the Windows and History panels received a visual refresh for a cleaner experience.
</p>

<p>
	 
</p>

<p>
	<img alt="Vivaldi 74 update" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747642647_vivaldi_7.4_4.jpg">
</p>

<p>
	 
</p>

<p>
	Finally, as usual, Vivaldi 7.4 brought stability and performance upgrades under the hood to make the browser faster, more reliable, and with "fewer hiccups." You can download Vivaldi from the <a href="https://vivaldi.com/desktop/" rel="external nofollow">official website</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/vivaldi-74-is-out-with-improved-keyboard-shortcut-and-address-bar-controls/" 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="embed9756031299" src="https://nsaneforums.com/topic/472336-vivaldi-74-build-368438/?do=embed&amp;comment=1867149&amp;embedComment=1867149&amp;embedDo=findComment#comment-1867149" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

<hr class="ipsHr">
<p>
	<span style="font-size:12px;"><em>Hope you enjoyed this news post.</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 April): 1,811</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">29283</guid><pubDate>Mon, 19 May 2025 19:41:55 +0000</pubDate></item><item><title>LInus Torvalds says Linux 6.15 very likely next week, releases rc7</title><link>https://nsaneforums.com/news/software-news/linus-torvalds-says-linux-615-very-likely-next-week-releases-rc7-r29271/</link><description><![CDATA[<p>
	Linus Torvalds <a href="https://lore.kernel.org/lkml/CAHk-=whtwpdL9e_5j1oq8C=1EZud_cXerZeHqe5L8y7wG+34EA@mail.gmail.com/T/#u" rel="external nofollow">has announced</a> the availability of Linux 6.15-rc7, hopefully the final version before the final release of Linux 6.15, though the prospect of an eighth release candidate has been left as a possibility. The last week has been quite uneventful, Torvalds said, but he did note “another run” of CPU bug mitigations that created extra work.
</p>

<p>
	 
</p>

<p>
	He said that the situation has been handled pretty well and has been contained this time, so this increases the likelihood that we won’t be getting rc8. Aside from the CPU stuff, Torvalds highlighted notable fixes for the DRM Xe graphics driver as well as a significant patch for sched-ext, the extended scheduler.
</p>

<p>
	 
</p>

<p>
	Torvald’s announcement ends with many fixes and updates to the kernel, suggesting plenty of on-going activity. Several contributors were also from organizations such as Google and IBM - both companies rely heavily on Linux, so it’s nice to see them funding employees to work on kernel issues. The top contributors this week, in terms of the number of patches submitted were Pawan Gupta (11), Shuai Xue (9), and Kent Overstreet (8).
</p>

<p>
	 
</p>

<p>
	In terms of new hardware support, the NEC Lavie X1475JAS laptop has gained Advanced Configuration and Power Interface (ACPI) support; proper support for the ADATA XPG alpha wireless mouse has been added; better support for Audioengine D1, Microdia JP001, and StarFive JH7110 is included; and there are fixes and improvements for Intel Xe and AMD Radeon graphics.
</p>

<p>
	 
</p>

<p>
	Concluding, Torvalds has said that unless anything happens over the next week, 6.15 will be with us next Sunday. He said that he wished there wasn’t so much excitement over the last week, but things look pretty “solid” now with 6.15 very likely to drop next week.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/linus-torvalds-says-linux-615-very-likely-next-week-releases-rc7/" 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 April): 1,811</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">29271</guid><pubDate>Mon, 19 May 2025 06:14:39 +0000</pubDate></item><item><title>Microsoft is testing redesigned Office icons, and you can already download them</title><link>https://nsaneforums.com/news/software-news/microsoft-is-testing-redesigned-office-icons-and-you-can-already-download-them-r29270/</link><description><![CDATA[<p>
	In April, news emerged that Microsoft was asking users to share their thoughts about <a href="https://www.neowin.net/news/microsoft-is-once-again-redesigning-office-icons-and-it-wants-to-know-what-you-think/" rel="external nofollow">a set of redesigned Office icons</a>, the first remake in seven years (the last redesign was in late 2018). While we were waiting for more details from Microsoft, someone decided to take the matter into their own hands and make a pack of high-res icons that Microsoft shared with users for feedback.
</p>

<p>
	 
</p>

<p>
	Reddit user u/Thunder_Ruler0 <a href="https://www.reddit.com/r/Windows11/comments/1kpmqri/for_the_impatient_now_you_can_download_the_new/#lightbox" rel="external nofollow">posted</a> their creation on the r/Windows11. Of course, these icons are not from Microsoft, and they are not pixel-perfect. According to the poster, they were made by cleaning up the "leaked icons," downscaling them, upscaling, and re-generating with DALLE-3. In total, the pack took about two hours to make, and the author claims they are not going to spend more time on that.
</p>

<p>
	 
</p>

<p>
	Overall, the project is for the impatient users who cannot wait for Microsoft to drop the new icon pack. However, since there has been no announcement from Microsoft yet, chances are that we will never see it rolling out to all users. Alternatively, Microsoft might ship it in a slightly or fully reworked variant. Therefore, this unofficial icon pack could be a unique piece of customization.
</p>

<p>
	 
</p>

<p>
	It is also worth noting that the pack has the Outlook icon yellow, a tribute to the original Microsoft Outlook icon, which, with time, evolved into a blue envelope. Many users in the comments agree that the yellow variant suits Outlook better than the blue one.
</p>

<p>
	 
</p>

<p>
	You can download the entire pack <a href="https://drive.google.com/drive/folders/1ip-kYOih8nUabSC51klWMehJlnt6ypln?usp=share_link" rel="external nofollow">using this Google Drive link</a>. Note that you will have to convert PNG to ICO in order to set those logos as app icons.
</p>

<p>
	 
</p>

<p>
	<em>What do you think about the new Office icons? Would you like to see Microsoft shipping them to all users? Share your thoughts in the comments.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-testing-redesigned-office-icons-and-you-can-already-download-them/" 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 April): 1,811</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">29270</guid><pubDate>Mon, 19 May 2025 03:03:20 +0000</pubDate></item><item><title>KDE is finally getting a native virtual machine manager called "Karton"</title><link>https://nsaneforums.com/news/software-news/kde-is-finally-getting-a-native-virtual-machine-manager-called-karton-r29269/</link><description><![CDATA[<p>
	If you spend most of your time in GNOME, you've probably used something like GNOME Boxes to spin up virtual machines without much hassle. We actually gave it a shoutout in our <a href="https://www.neowin.net/guides/top-10-must-have-apps-for-new-linux-users-in-2025/" rel="external nofollow">list of essential Linux apps for newcomers</a> this year. KDE users, however, have often found themselves relying on <a href="https://virt-manager.org/" rel="external nofollow">tools such as virt-manager</a> or <a href="https://apps.gnome.org/Boxes/" rel="external nofollow">even GNOME Boxes itself</a>. While functional, these don't always feel perfectly at home within the Plasma desktop, and the old <a href="https://github.com/F1ash/qt-virt-manager" rel="external nofollow">qt-virt-manager</a>, a Qt-based alternative, has seen its development stall for years.
</p>

<p>
	 
</p>

<p>
	Now, a new Virtual Machine Manager is <a href="https://blogs.kde.org/2025/05/18/gsoc-2025-project-intro-developing-karton-the-kde-virtual-machine-manager/" rel="external nofollow">in the works for KDE Plasma</a>. The project, named Karton, has roots dating back to Aaron Rainbolt's original effort to build a QEMU frontend using its command line interface. Later, KDE developer Harald Sitter took over and developed it as a Google Summer of Code project.
</p>

<p>
	 
</p>

<p>
	Currently, Karton is <a href="https://invent.kde.org/sitter/karton/-/tree/master" rel="external nofollow">actively developed</a> by Derek Lin, a University of Waterloo student participating in Google Summer of Code 2025. His primary aim is to deliver a virtual machine manager that truly belongs in the KDE ecosystem.
</p>

<p>
	 
</p>

<div class="videostyle">
	<video controls="" preload="metadata" data-controller="core.global.core.embeddedvideo">
		<source type="video/mp4" src="https://blogs.kde.org/2025/05/18/gsoc-2025-project-intro-developing-karton-the-kde-virtual-machine-manager/karton.mp4">
	</source></video>
</div>

<p>
	 
</p>

<p>
	To feel right at home in KDE, Karton is being built with Qt Quick and Kirigami. It uses the libvirt API to handle virtual machines and could eventually work across different platforms.
</p>

<p>
	 
</p>

<p>
	Right now, development is focused on getting the core parts in place. Lin is working on a new domain installer that ditches direct <strong><code>virt-install</code></strong> calls in favor of libosinfo, which helps detect OS images and generate the right libvirt XML for setting up virtual machines more precisely. He's still refining device configuration and working on broader hypervisor support. Another key part of the work is building a custom SPICE viewer using Qt Quick from scratch:
</p>

<p>
	 
</p>

<div class="videostyle">
	<video controls="" preload="metadata" data-controller="core.global.core.embeddedvideo">
		<source type="video/mp4" src="https://blogs.kde.org/2025/05/18/gsoc-2025-project-intro-developing-karton-the-kde-virtual-machine-manager/view.mp4">
	</source></video>
</div>

<p>
	 
</p>

<p>
	If you're curious, here's the list of specific deliverables Lin i<a href="https://docs.google.com/document/d/13cVp2gISwdFwQyPr8tRzERKnerJkGQpMFffLZmmd9bQ/edit?tab=t.0" rel="external nofollow">ncluded in his GSoC proposal</a>, though he notes the proposal itself is a bit outdated:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			<p>
				Install and configure virtual machines through libvirt’s XML format instead of virt-install CLI
			</p>

			<ul>
				<li>
					<p>
						Add ability to configure commonly used options in UI
					</p>
				</li>
				<li>
					<p>
						Allows for more fine-tuned control of virtual machine options
					</p>

					<p>
						 
					</p>
				</li>
			</ul>
		</li>
		<li>
			<p>
				Implement a custom <a href="https://spice-space.org/" rel="external nofollow">SPICE</a> viewer to allow users to interact with and view the active virtual machine (instead of virt-viewer
			</p>
		</li>
		<li>
			<p>
				Virtual machine snapshots to restore/backup previous states
			</p>
		</li>
		<li>
			<p>
				Intuitive UI for displaying virtual machines
			</p>

			<ul>
				<li>
					<p>
						Making a user-friendly and aesthetically pleasing GUI by addressing community feedback
					</p>
				</li>
				<li>
					<p>
						Referencing <a href="https://mac.getutm.app/images/interface@2x.png" rel="external nofollow">MacOS UTM list layout</a> and a preview of the VM
					</p>
				</li>
				<li>
					<p>
						Making UI convergent (mobile-friendly)
					</p>

					<p>
						 
					</p>
				</li>
			</ul>
		</li>
		<li>
			<p>
				Retrieving virtual machine status updates using the libvirt API virEventRegisterImpl function instead of using the default built-in event loop.
			</p>

			<ul>
				<li>
					<p>
						Allows it to be integrated with custom Qt event loops
					</p>
				</li>
				<li>
					<p>
						Reduces current latency with loading virtual machine list page
					</p>

					<p>
						 
					</p>
				</li>
			</ul>
		</li>
		<li>
			<p>
				Adding a browse tool which lists commonly installed operating systems
			</p>
		</li>
		<li>
			<p>
				GPU/memory usage graph as done in virt-manager
			</p>
		</li>
		<li>
			<p>
				Feature to switch between connecting to <a href="https://blog.wikichoon.com/2016/01/qemusystem-vs-qemusession.html" rel="external nofollow">QEMU hypervisor with session (user) and system (root)</a>.
			</p>

			<ul>
				<li>
					<p>
						GNOME Boxes seems to only support “session”, however adding support for “system” could be useful for non-KVM/Linux backends like bhyve (FreeBSD) or Hyper-V
					</p>

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

<p>
	For those interested in the timeline, Lin's GSoC proposal says the official GSoC coding starts June 2, 2025. The goal is to have a working app ready by the midterm evaluation around July 14, 2025, with the final submission due September 1, 2025.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/kde-is-finally-getting-a-native-virtual-machine-manager-called-karton/" 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 April): 1,811</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">29269</guid><pubDate>Mon, 19 May 2025 03:02:14 +0000</pubDate></item><item><title>Someone recreated the Windows 95 Setup wallpaper in 4K for download</title><link>https://nsaneforums.com/news/software-news/someone-recreated-the-windows-95-setup-wallpaper-in-4k-for-download-r29268/</link><description><![CDATA[<p>
	Although Windows 95 is now 30 years old, that doesn't stop some people reminiscing about the OS that made Microsoft a household name. As such, a user on reddit going by the name international-dish78 made a post earlier this week in which they painstakingly <a href="https://www.reddit.com/r/windows/comments/1kmpiox/recreated_the_windows_95_setup_wallpaper_in_4k/#lightbox" rel="external nofollow">recreated the original Windows 95 setup wallpaper in 4K</a> for everyone to enjoy. And after obtaining permission to use the assets and share, we felt that it deserved a little more attention.
</p>

<p>
	 
</p>

<p>
	First a bit of background, official details about the wallpaper are hard to come by, but according to the <a href="https://windowswallpaper.miraheze.org/wiki/Windows_95" rel="external nofollow">Windows Wallpaper Wiki</a> (not affiliated with Microsoft) the setup background features a collage of images comprised of just two colors (blue and black) with a gradient map applied over it. The images are a circuit board, keyboard, mouse, cables, and CDs.
</p>

<p>
	 
</p>

<p>
	It is believed to have been produced in-house (along with the photos), but it is unknown who designed it. What is known, is that the keyboard was owned by Kevin Kennedy, <a href="https://x.com/KevinAKennedy/status/1291508173950423041" rel="external nofollow">who lent it to the designer</a>, Kennedy claimed that the group "in the next office" actually created the image. The image itself is just 320x400 (boot screen), but stretches out to 640x400 on setup, stretching even more to fill the monitor size when drivers for the hardware are loaded during setup.
</p>

<p>
	 
</p>

<figure class="image image--expandable">
	<img alt="windows 95 setup wallpaper" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/05/1747579933_6997ee98-5849-400e-9801-e531a1c1610f.jpg">
	<figcaption>
		<em>This is a 1440p version</em>
	</figcaption>
</figure>

<div class="gallery">
	<h3 class="gallery-title">
		Gallery: Windows 95 Setup wallpaper assets
	</h3>

	<div class="gallery-thumbs" id="gallery-thumbs">
		<img alt="1747581028_keyboard.jpg" class="ipsImage" style="max-height: 720px; max-width: 720px;" src="https://cdn.neowin.com/news/images/galleries/4964/1747581028_keyboard.jpg">
		<p>
			 
		</p>
		<img alt="1747581034_mouse.jpg" class="ipsImage" style="max-height: 720px; max-width: 720px;" src="https://cdn.neowin.com/news/images/galleries/4964/1747581034_mouse.jpg">
		<p>
			 
		</p>
		<img alt="1747581039_original.jpg" class="ipsImage" style="max-height: 720px; max-width: 720px;" src="https://cdn.neowin.com/news/images/galleries/4964/1747581039_original.jpg">
		<p>
			 
		</p>
		<img alt="1747581041_windows_95_setup_4k_bw.jpg" class="ipsImage" style="max-height: 720px; max-width: 720px;" src="https://cdn.neowin.com/news/images/galleries/4964/1747581041_windows_95_setup_4k_bw.jpg">
		<p>
			 
		</p>
		<img alt="1747581045_windows_95_setup_4k.jpg" class="ipsImage" style="max-height: 720px; max-width: 720px;" src="https://cdn.neowin.com/news/images/galleries/4964/1747581045_windows_95_setup_4k.jpg">
		<p>
			 
		</p>
		<img alt="1747581049_cables.jpg" class="ipsImage" style="max-height: 720px; max-width: 720px;" src="https://cdn.neowin.com/news/images/galleries/4964/1747581049_cables.jpg">
		<p>
			 
		</p>
		<img alt="1747581052_cds.jpg" class="ipsImage" style="max-height: 720px; max-width: 720px;" src="https://cdn.neowin.com/news/images/galleries/4964/1747581052_cds.jpg">
		<p>
			 
		</p>
		<img alt="1747581055_circuit_board.jpg" class="ipsImage" style="max-height: 720px; max-width: 720px;" src="https://cdn.neowin.com/news/images/galleries/4964/1747581055_circuit_board.jpg">
		<p>
			 
		</p>
	</div>
</div>

<p>
	We've included a full copy of the images that you can download (Neowin obtained permission from the creator to repost). The full assets <a href="https://1drv.ms/f/c/d6d0ac61374bb5bf/EuX0Epv-2HBBtA1fFieft0kBLL5CmODZRP4E6ytgKMBEpg?e=i00eek" rel="external nofollow">are available on OneDrive</a>, along with the ~1985MBmb Photoshop document (PSD). The original on which it is based is also included.
</p>

<p>
	 
</p>

<p>
	Having worked in desktop support back in the 90's, the image certainly brings back some memories of the countless PCs I installed Windows 95 on for clients. In any case we think the effortis pretty cool and worthy of a thumbs up.
</p>

<p>
	 
</p>

<p>
	<em>Were you around in the Windows 95 days? What are your memories of the OS, let us know in the comments below.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/someone-recreated-the-windows-95-setup-wallpaper-in-4k-for-download/" 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 April): 1,811</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">29268</guid><pubDate>Sun, 18 May 2025 20:42:19 +0000</pubDate></item><item><title>Microsoft shares official guide for fixing every Windows 11/10 update download/install error</title><link>https://nsaneforums.com/news/software-news/microsoft-shares-official-guide-for-fixing-every-windows-1110-update-downloadinstall-error-r29264/</link><description><![CDATA[<p>
	Sometime after the launch of Windows 11 24H2, Microsoft updated an official support article on its website regarding Windows Update troubleshooting. The company has added a bunch of new information regarding fixing and working around update-related issues.
</p>

<p>
	 
</p>

<p>
	Updates can be pretty troublesome as they introduce all sorts of bugs, and sometimes, these take Microsoft <a href="https://www.neowin.net/news/linux-windows-11-dual-boot-to-finally-play-well-as-microsoft-fixes-nine-month-old-bug/" rel="external nofollow">many months to resolve</a>. Well, what's worse than a buggy update? It turns out that an update itself can become a nuisance even before it has managed to install.
</p>

<p>
	 
</p>

<p>
	The guidance article aims to help users resolve or at least work around such problems. As mentioned above, the post itself is not new, but Microsoft has added several new pointers.
</p>

<p>
	 
</p>

<p>
	First and foremost, Microsoft has recommended that users run the native Windows Update Troubleshooter tool in case an update fails to download and/or install.
</p>

<p>
	 
</p>

<ol>
	<li>
		Select <strong>Start &gt; Settings &gt; Update &amp; Security</strong>.
	</li>
	<li>
		From the left-hand menu, select <strong>Troubleshoot</strong>, then click on <strong>Additional troubleshooters</strong>.
	</li>
	<li>
		Under the <strong>Get up and running</strong> section and select <strong>Windows Update</strong> and click <strong>Run the troubleshooter</strong>.
	</li>
	<li>
		Follow the on-screen instructions to complete the process.
	</li>
</ol>

<p>
	 
</p>

<p>
	Another interesting new point is about clearing the Windows Update cache. Microsoft says that corrupt Update cache files can cause such problems, and thus, clearing them could help. It writes:
</p>

<p>
	 
</p>

<ol>
	<li>
		Press <strong>Win + R</strong>, type <strong>services.msc</strong>, and press <strong>Enter</strong>.
	</li>
	<li>
		Locate the <strong>Windows Update</strong> service, right-click it, and select <strong>Stop</strong>.
	</li>
	<li>
		Navigate to C:\Windows\SoftwareDistribution.
	</li>
	<li>
		Delete all files and folders inside this directory.
	</li>
	<li>
		Go back to the<strong> Services</strong> window, right-click Windows Update, and select Start.
	</li>
</ol>

<p>
	 
</p>

<p>
	Besides those, Microsoft has also listed the common Update-related error codes and steps on how to fix them. The company has also provided small descriptions of what those error codes mean.
</p>

<p>
	 
</p>

<p>
	Here are the ones for Windows 10 and 11:
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<strong>0x800705b4</strong>: Update took too long to install or was interrupted
		</p>
	</li>
	<li>
		<p>
			<strong>0x80240034</strong>: Update process is stuck due to an incomplete update or connection issue
		</p>
	</li>
	<li>
		<p>
			<strong>0x800f0922</strong> or <strong>0x8007000E</strong>: Unable to install the update due to insufficient disk space
		</p>
	</li>
	<li>
		<p>
			<strong>0x800F081F</strong>, <strong>0x80073712</strong> or <strong>0x80246007</strong>: Corrupted or missing system files or incomplete download
		</p>
	</li>
	<li>
		<p>
			<strong>0x80246007</strong>: Missing download or required update files are unavailable
		</p>
	</li>
	<li>
		<p>
			<strong>0x80070002</strong>, <strong>0x80070003 </strong>or <strong>0x80070057</strong>: Update failed to install
		</p>
	</li>
	<li>
		<p>
			<strong>0x80070422</strong>: Windows update service is disabled or stopped
		</p>
	</li>
	<li>
		<p>
			<strong>0x80070020</strong>: Another program or process is blocking the Windows update process
		</p>
	</li>
	<li>
		<p>
			Windows Update stuck at 0% or 100%
		</p>
	</li>
	<li>
		<p>
			Windows Update got to 51-99% and wont complete installation
		</p>
	</li>
	<li>
		<p>
			Unable to locate my files after the Windows update
		</p>

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

<p>
	And here are the ones that are only for Windows 11:
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<strong>0x8007000d</strong>: Issue with Windows Update files or corruption in the update cache
		</p>
	</li>
	<li>
		<p>
			<strong>0x80070057 </strong>or <strong>0x80080005</strong>: Corrupted files or incorrect system configurations
		</p>
	</li>
	<li>
		<p>
			<strong>0xC1900101</strong>: Incompatible driver is causing the update to fail
		</p>
	</li>
	<li>
		<p>
			<strong>0x80248014</strong>: Windows Update database problem or update service not running
		</p>
	</li>
	<li>
		<p>
			<strong>0x80070005</strong>: Access Denied error or insufficient permissions to install updates
		</p>

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

<p>
	You can find this helpful support article <a href="https://support.microsoft.com/en-us/windows/troubleshoot-problems-updating-windows-188c2b0f-10a7-d72f-65b8-32d177eb136c" rel="external nofollow">here</a> on Microsoft's official website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-shares-official-guide-for-fixing-every-windows-1110-update-downloadinstall-error/" 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 April): 1,811</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">29264</guid><pubDate>Sun, 18 May 2025 05:37:49 +0000</pubDate></item><item><title>KB5059607, KB5059806, KB5059442: Microsoft quietly fixed Windows 11 24H2 VBS upgrade bug</title><link>https://nsaneforums.com/news/software-news/kb5059607-kb5059806-kb5059442-microsoft-quietly-fixed-windows-11-24h2-vbs-upgrade-bug-r29263/</link><description><![CDATA[<p>
	Microsoft released Patch Tuesday updates for Windows 10 and Windows 11 for May 2025 this week under <a href="https://www.neowin.net/news/windows-10-kb5058379-kb5058392--kb5058383-kb5058387-may-2025-patch-tuesday-out/" rel="external nofollow">KB5058379/ KB5058392 / KB5058383/ KB5058387</a> and <a href="https://www.neowin.net/news/windows-11-kb5058411-kb5058405-may-2025-patch-tuesday-out/" rel="external nofollow">KB5058411/ KB5058405</a>, respectively. Alongside those, the company also released new Dynamic updates for Windows 11 24H2 and Windows 10. The updates apply to Windows Server 2025 as well.
</p>

<p>
	 
</p>

<p>
	Dynamic updates bring improvements to the Windows Recovery in the form of Windows Recovery Environment (WinRE) updates, also called Safe OS updates, as well as to the Setup binaries in the form of Setup updates.
</p>

<p>
	 
</p>

<p>
	First up, we have the dynamic updates for Windows 11 24H2 and Windows Server 2025, and this is one of the rare times where an actual release note has been listed instead of the generic one. Microsoft says that the latest WinRE Safe OS update fixes a VBS (Virtualization-based Security) or Memory Integrity-related bug that prevented Windows 11 24H2 upgrades. VBS is meant to ensure Code Integrity on Windows systems.
</p>

<p>
	 
</p>

<p>
	It writes:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>KB5059442</strong>: Safe OS Dynamic Update for Windows 11 version 24H2 and Server 2025: May 13, 2025
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Summary</strong>
	</p>

	<p>
		 
	</p>

	<p>
		This update makes improvements to the Windows recovery environment in Windows 11, version 24H2 and Windows Server 2025. This update addresses the following issue:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			[Code Integrity] Fixed: An issue with upgrading to Windows 11, version 24H2.
		</li>
	</ul>

	<p>
		...
	</p>

	<p>
		 
	</p>

	<p>
		<strong>KB5059806</strong>: Setup Dynamic Update for Windows 11, version 24H2 and Windows Server 2025: May 13, 2025
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Summary</strong>
	</p>

	<p>
		 
	</p>

	<p>
		This update makes improvements to Windows setup binaries or any files that setup uses for feature updates in Windows 11, version 24H2 and Windows Server 2025.
	</p>
</blockquote>

<p>
	Up next, we have the sole dynamic update for Windows 10 in the form of a Safe OS WinRE update. Microsoft notes:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>KB5059607</strong>: Safe OS Dynamic Update for Windows 10, version 21H2 and 22H2: May 13, 2025
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Summary</strong>
	</p>

	<p>
		 
	</p>

	<p>
		This update makes improvements to the Windows recovery environment (WinRE) in Windows 10, version 21H2 and Windows 10, version 22H2.
	</p>
</blockquote>

<p>
	For those who may not be aware, these Dynamic Update packages are meant to be applied to existing Windows images prior to their deployment. These packages include fixes to Setup.exe binaries, SafeOS updates for Windows Recovery Environment, and more. Dynamic Updates also help preserve Language Pack (LP) and Features on Demand (FODs) content during the upgrade process. VBScript, for example, is <a href="https://www.neowin.net/news/microsoft-may-disable-vbscript-early-in-windows-11-24h2-25h2-shares-detailed-official-guide/" rel="external nofollow">currently an FOD</a> on Windows 11 24H2.
</p>

<p>
	 
</p>

<p>
	If you are having issues installing the update, Microsoft has shared a detailed guide on how to troubleshoot update-related problems. You can find it in full in its <a href="https://www.neowin.net/news/microsoft-shares-official-guide-for-fixing-every-windows-1110-update-downloadinstall-error/" rel="external nofollow">dedicated article here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/kb5059607-kb5059806-kb5059442-microsoft-quietly-fixed-windows-11-24h2-vbs-upgrade-bug/" 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 April): 1,811</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">29263</guid><pubDate>Sun, 18 May 2025 05:36:33 +0000</pubDate></item></channel></rss>
