<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Software News</title><link>https://nsaneforums.com/news/software-news/page/40/?d=2</link><description>News: Software News</description><language>en</language><item><title>Windows 11 is getting a redesigned Run dialog</title><link>https://nsaneforums.com/news/software-news/windows-11-is-getting-a-redesigned-run-dialog-r32768/</link><description><![CDATA[<p>
	Windows 11's Run dialog is quite an old piece of user interface. Its current form is over two decades old, and the only noticeable upgrade we have received is dark mode support in recent Windows 11 updates (which also introduced<a automate_uuid="a6896bcb-d7d7-48f3-8bb1-c0cd388f764e" href="https://www.neowin.net/news/beware-of-flashbangs-in-the-latest-windows-11-updates/" rel="external nofollow"> more flashbangs in File Explorer</a>). However, it appears that Microsoft is going to give its operating system a revamped Run dialog.
</p>

<p>
	 
</p>

<p>
	@phantomofearth published an early look at the upcoming Run redesign. While the new experience is not quite ready for its prime time, the shared screenshot shows a clear view of what Microsoft aims to deliver in future updates:
</p>

<p>
	 
</p>

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

<p>
	The new Run dialog has a larger box for your commands, and all your recently entered commands will appear above it. Also, as Windows Central reports, the dialog will automatically show the app's icon upon finding the executable you want to run. The "Browse" button that opens a File Explorer and lets you find executables is no longer there, though.
</p>

<p>
	 
</p>

<p>
	Interestingly, it appears that Microsoft will have the new Run dialog available side-by-side with the old one. The company is reportedly planning to give users a toggle that switches between the two variants, which is somewhat similar to having two context menu styles. By default, Windows 11 will use the old one, but the "Advanced" section in the Settings app will let you turn on the new variant:
</p>

<p>
	 
</p>

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

<p>
	Microsoft has not announced anything about this, and these bits are hidden in the latest preview builds, so we will have to wait a little more to get an official word from the company. Meanwhile, you can try some of <a automate_uuid="825f31a1-5554-49f6-bed5-4a4b5f0877e6" href="https://www.neowin.net/news/this-unofficial-app-brings-fluent-ui-gpt-to-windows-11-run-and-it-works-on-windows-10-too/" rel="external nofollow">the third-party attempts</a> to give Windows 11 users a modernized Run experience.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-is-getting-a-redesigned-run-dialog/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 5 December 2025 at 12:15 pm AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32768</guid><pubDate>Fri, 05 Dec 2025 02:16:46 +0000</pubDate></item><item><title>In 1995, a Netscape employee wrote a hack in 10 days that now runs the Internet</title><link>https://nsaneforums.com/news/software-news/in-1995-a-netscape-employee-wrote-a-hack-in-10-days-that-now-runs-the-internet-r32767/</link><description><![CDATA[<h3>
	Thirty years later, JavaScript is the glue that holds the interactive web together, warts and all.
</h3>

<p>
	Thirty years ago today, Netscape Communications and Sun Microsystems <a href="https://web.archive.org/web/20070916144913/http://wp.netscape.com/newsref/pr/newsrelease67.html" rel="external nofollow">issued</a> a joint press release announcing JavaScript, an object scripting language designed for creating interactive web applications. The language emerged from a frantic 10-day sprint at pioneering browser company Netscape, where engineer <a href="https://en.wikipedia.org/wiki/Brendan_Eich" rel="external nofollow">Brendan Eich</a> hacked together a working internal prototype during May 1995.
</p>

<p>
	 
</p>

<p>
	While the JavaScript language didn’t ship publicly until that September and didn’t reach a 1.0 release until March 1996, the descendants of Eich’s initial 10-day hack now <a href="https://w3techs.com/technologies/details/cp-javascript" rel="external nofollow">run</a> on approximately 98.9 percent of all websites with client-side code, making JavaScript the dominant programming language of the web. It’s wildly popular; beyond the browser, JavaScript powers server backends, mobile apps, desktop software, and even some embedded systems. According to several surveys, JavaScript consistently ranks among the most widely used programming languages in the world.
</p>

<p>
	 
</p>

<p>
	In crafting JavaScript, Netscape wanted a scripting language that could make webpages interactive, something lightweight that would appeal to web designers and non-professional programmers. Eich drew from several influences: The syntax looked like a trendy new programming language called <a href="https://en.wikipedia.org/wiki/Java_(programming_language)" rel="external nofollow">Java</a> to satisfy Netscape management, but its guts borrowed concepts from <a href="https://en.wikipedia.org/wiki/Scheme_(programming_language)" rel="external nofollow">Scheme</a>, a language Eich admired, and <a href="https://en.wikipedia.org/wiki/Self_(programming_language)" rel="external nofollow">Self</a>, which contributed JavaScript’s prototype-based object model.
</p>

<p>
	 
</p>

<figure class="ars-wp-img-shortcode id-2130369 align-fullwidth">
	<div>
		<img alt="A screenshot of the Netscape Navigator 2.0 interface." class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/12/netscape2.png">
	</div>

	<figcaption>
		<div class="caption font-impact dusk:text-gray-300 mb-4 mt-2 inline-flex flex-row items-stretch gap-1 text-base leading-tight text-gray-400 dark:text-gray-300">
			<div class="caption-content">
				<em>A screenshot of the Netscape Navigator 2.0 interface. </em>
			</div>

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

<p>
	The JavaScript partnership secured endorsements from 28 major tech companies, but amusingly, the December 1995 announcement now reads like a tech industry epitaph. The endorsing companies included Digital Equipment Corporation (absorbed by Compaq, then HP), Silicon Graphics (bankrupt), and Netscape itself (bought by AOL, dismantled). Sun Microsystems, co-creator of JavaScript and owner of Java, was acquired by Oracle in 2010. JavaScript outlived them all.
</p>

<h2>
	What’s in a name?
</h2>

<p>
	The 10-day creation story has become programming folklore, but even with that kernel of truth we mentioned, it tends to <a href="https://buttondown.com/hillelwayne/archive/did-brendan-eich-really-make-javascript-in-10-days/" rel="external nofollow">oversimplify</a> the timeline. Eich’s sprint produced a working demo, not a finished language, and over the next year, Netscape continued tweaking the design. The rushed development left JavaScript with <a href="https://github.com/denysdovhan/wtfjs" rel="external nofollow">quirks and inconsistencies</a> that developers still complain about today. So many changes were coming down the pipeline, in fact, that it began to annoy one of the industry’s most prominent figures at the time.
</p>

<p>
	 
</p>

<p>
	“Bill Gates was bitching about us changing JS all the time,” Eich later <a href="https://brendaneich.com/2011/06/" rel="external nofollow">recalled</a> of the fall of 1996. Microsoft created its own implementation called <a href="https://en.wikipedia.org/wiki/JScript" rel="external nofollow">JScript</a> for Internet Explorer, leading to years of browser incompatibility that plagued web developers.
</p>

<p>
	 
</p>

<p>
	Before finalizing on the title “JavaScript,” the language cycled through multiple names. Eich initially called his prototype “Mocha,” then Netscape renamed it LiveScript for the September 1995 beta release of <a href="https://en.wikipedia.org/wiki/Netscape_Navigator_2" rel="external nofollow">Netscape 2.0</a>. The JavaScript name arrived in December when Netscape and Sun finalized their partnership. “It was all within six months from May till December (1995) that it was Mocha and then LiveScript,” Eich <a href="https://web.archive.org/web/20100608141003/https://www.infoworld.com/d/developer-world/javascript-creator-ponders-past-future-704" rel="external nofollow">explained</a> in a 2008 interview with InfoWorld. “And then in early December, Netscape and Sun did a license agreement and it became JavaScript.”
</p>

<figure class="ars-wp-img-shortcode id-141807 align-fullwidth">
	<div>
		<img alt="java-logo.png" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2012/08/java-logo.png">
	</div>

	<figcaption>
		<div class="caption font-impact dusk:text-gray-300 mb-4 mt-2 inline-flex flex-row items-stretch gap-1 text-base leading-tight text-gray-400 dark:text-gray-300">
			<div class="caption-content">
				<em><span class="caption-credit mt-2 text-xs"><em>Credit: Oracle </em></span> </em>
			</div>
		</div>
	</figcaption>
</figure>

<p>
	That name has been a source of confusion for three decades. It was a marketing decision meant to capitalize on the buzz around Java at the time. The 1995 press release prominently positioned JavaScript as a complement to Java, with the former handling small client-side tasks while Java powered larger enterprise applications. <a href="https://en.wikipedia.org/wiki/Bill_Joy" rel="external nofollow">Bill Joy</a>, Sun’s co-founder and vice president of research, said at the time: “JavaScript will be the most effective method to connect HTML-based content to Java applets.”
</p>

<p>
	 
</p>

<p>
	Confusion about its relationship to Java continues: The two languages share a name, some syntax conventions, and virtually nothing else. Java was developed by James Gosling at Sun Microsystems using static typing and class-based objects. JavaScript uses dynamic typing and prototype-based inheritance. The distinction between the two languages, as one Stack Overflow user <a href="https://stackoverflow.com/questions/2018731/why-is-javascript-called-javascript-since-it-has-nothing-to-do-with-java" rel="external nofollow">put it</a> in 2010, is similar to the relationship between the words “car” and “carpet.”
</p>

<h2>
	From coffee name to industry standard
</h2>

<p>
	Industry standardization of JavaScript arrived in June 1997 through <a href="https://en.wikipedia.org/wiki/Ecma_International" rel="external nofollow">ECMA International</a> as ECMAScript (with “ECMA” being short for “European Computer Manufacturers Association”). The language went through a rocky period in the early 2000s, when Internet Explorer dominated the browser market and innovation stalled somewhat, but the <a href="https://en.wikipedia.org/wiki/Ajax_(programming)" rel="external nofollow">2005 introduction of AJAX</a> revitalized interest by enabling smoother web applications without full page reloads. <a href="https://en.wikipedia.org/wiki/Node.js" rel="external nofollow">Node.js</a> arrived in 2009, letting developers run JavaScript on servers, and the language’s scope expanded far beyond the browser.
</p>

<p>
	 
</p>

<p>
	Today, JavaScript appears across virtually every corner of web development. The Stack Overflow Developer Survey for 2024 <a href="https://stackoverflow.blog/2025/01/01/developers-want-more-more-more-the-2024-results-from-stack-overflow-s-annual-developer-survey/" rel="external nofollow">found</a> that 62 percent of developers use JavaScript, making it the single most popular programming language (web or otherwise) for the twelfth year running. JetBrains’ State of Developer Ecosystem Report <a href="https://www.infoworld.com/article/3625652/javascript-is-still-number-one-jetbrains-report.html" rel="external nofollow">placed</a> JavaScript at 61 percent usage among surveyed developers, with <a href="https://en.wikipedia.org/wiki/TypeScript" rel="external nofollow">TypeScript</a>, a JavaScript superset that adds static typing, growing from 12 percent adoption in 2017 to 35 percent in 2024.
</p>

<p>
	 
</p>

<p>
	The language now powers not just websites but mobile applications through frameworks like React Native, desktop software through <a href="https://en.wikipedia.org/wiki/Electron_(software_framework)" rel="external nofollow">Electron</a>, and server infrastructure through Node.js. Somewhere around 2 million to 3 million packages <a href="https://www.npmjs.com/" rel="external nofollow">exist</a> on <a href="https://en.wikipedia.org/wiki/Npm" rel="external nofollow">npm</a>, the JavaScript package registry.
</p>

<p>
	 
</p>

<p>
	Today, people want to free the JavaScript trademark for public use. Oracle inherited the mark when it acquired Sun Microsystems, but the company has never built a product using the JavaScript name. An <a href="https://javascript.tm/letter" rel="external nofollow">open letter</a> signed by Eich, Node.js creator Ryan Dahl, and more than 28,000 members of the JavaScript community argues that Oracle has abandoned the trademark through non-use and that the term has become generic.
</p>

<p>
	 
</p>

<p>
	The group filed a petition for cancellation with the US Patent and Trademark Office in November 2024. Without risking a legal trademark challenge against Oracle, the letter notes, there can be no “JavaScript Conference” or “JavaScript Specification,” forcing community organizations to use awkward workarounds like “JSConf.” Eich himself <a href="https://web.archive.org/web/20200621202321/https://mail.mozilla.org/pipermail/es-discuss/2006-October/000133.html" rel="external nofollow">wrote</a> in 2006 that “ECMAScript,” the official name for the language standard, “was always an unwanted trade name that sounds like a skin disease.”
</p>

<p>
	 
</p>

<p>
	Skin disease or not, the underlying language stuck around far longer than anyone expected. Perhaps the biggest irony of all is that Java applets largely vanished from browsers years ago, but JavaScript dominates. The freaky sideshow became the main event. Happy birthday, JavaScript.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2025/12/in-1995-a-netscape-employee-wrote-a-hack-in-10-days-that-now-runs-the-internet/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 5 December 2025 at 12:14 pm AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32767</guid><pubDate>Fri, 05 Dec 2025 02:15:38 +0000</pubDate></item><item><title>MS-DEFCON 2: The first month of ESU</title><link>https://nsaneforums.com/news/software-news/ms-defcon-2-the-first-month-of-esu-r32762/</link><description><![CDATA[<p>
	<em>By Susan Bradley</em>
</p>

<p>
	 
</p>

<p>
	<strong>Here we go again: This month brings the first security patches to be released to Windows 10 during the Extended Security Update program.</strong>
</p>

<p>
	 
</p>

<p>
	Because last month, Microsoft released an additional update to all Windows 10 PCs to fix an underlying issue with the ESU deployment. As a result, even if you weren’t enrolled in the Windows 10 ESU program, you would see additional updates being offered.
</p>

<p>
	 
</p>

<p>
	<a href="https://support.microsoft.com/en-us/topic/kb5072653-extended-security-updates-esu-licensing-preparation-package-for-windows-10-8c8b215c-d2af-44dc-b712-1ec403842cdc" rel="external nofollow">KB5072653</a> is the Extended Security Updates Licensing Preparation Package that needs to be installed on all Windows 10 PCs participating in the ESU process.
</p>

<p>
	 
</p>

<p>
	It’s time to put a pause on updates, and I’m thus raising the MS-DEFCON level to 2.
</p>

<p>
	 
</p>

<p>
	Wait to install the December updates until they are fully tested and vetted by yours truly. Already we’ve seen issues documented in the preview update released on December 1 for Windows 11 25H2 and 24H2. As Microsoft notes about <a href="https://support.microsoft.com/en-us/topic/december-1-2025-kb5070311-os-builds-26200-7309-and-26100-7309-preview-5cd455bf-3291-47fa-b0bf-e5f60d0ea7af" rel="external nofollow">KB5070311</a>:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>After installing <a href="https://support.microsoft.com/en-us/topic/december-1-2025-kb5070311-os-builds-26200-7309-and-26100-7309-preview-5cd455bf-3291-47fa-b0bf-e5f60d0ea7af" rel="external nofollow">KB5070311</a>, you might experience issues when opening File Explorer in <a href="https://microsoft.com/windows/learning-center/when-to-use-dark-mode?msockid=085b7d75211b66833a756b3b20916749" rel="external nofollow">dark mode</a>. The window might briefly display a blank white screen before loading files and folders.</em>
</p>

<p>
	 
</p>

<p>
	The note goes on to explain when this might happen.
</p>

<p>
	 
</p>

<p>
	Microsoft is working on a fix. Because many geeks love dark mode, I’m sure this will be a priority.
</p>

<h3>
	Consumers
</h3>

<p>
	For either Windows 10 or Windows 11, I urge you to once again defer updates until I go through my normal process of testing. Because of the need to use a browser during the holiday season, do not defer browser updates such as those for Firefox, Chrome, Brave, or DuckDuckGo. And remember to have several browsers installed and to set one browser as your “Shopping” browser — for which you crank up the security settings to high. If you cannot get into a certain retail website, note the name, use a different browser with looser security settings, and then find the feedback button on the site and urge them to support stricter settings.
</p>

<p>
	 
</p>

<p>
	Be just as vigilant in your use of browsers on Apple and Android devices. Many times with Apple, you must be more “click-happy” and click on links that get offered to you. During the holiday season, be extra vigilant with text messages and emails you receive. Microsoft noted on <a href="https://www.linkedin.com/posts/microsoft-threat-intelligence_on-thanksgiving-eve-november-26-microsoft-activity-7401414126620884992-RmYo" rel="external nofollow">LinkedIn</a> that it had recently blocked a high-volume phishing campaign from an attacker using parking tickets and medical tests as the lure. Attackers use holidays to target consumers. Don’t fall for their tricks.
</p>

<h3>
	Businesses
</h3>

<p>
	Businesses often allow nearly everyone out on vacation when the year comes to an end, causing normal maintenance and functions to be deferred. Microsoft, in particular, historically skips putting out a preview update at the end of December because many employees are taking time off for the holidays. Attackers, knowing this, target help desks and users in order to trick them into giving up information or clicking on lures. They try new ways to enter into systems that are less carefully monitored and have fewer support resources available. Ensure you are extra vigilant at this time of year, and provide the proper resources for those employees still working.
</p>

<p>
	 
</p>

<p>
	Take extra time to remind your holiday help-desk staff members of their often unsung role in keeping the bad guys at bay by not falling for ruses and social engineering tactics to gain access to systems. Make it harder for attackers to infiltrate your network. Start with the humans, which is often the hardest part of your network to patch and defend.
</p>

<p>
	 
</p>

<p style="margin: 5px 0; padding: 0; text-decoration: underline;">
	<strong>Resources</strong>
</p>

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

<p>
	 
</p>

<p>
	<a href="https://www.askwoody.com/newsletter/ms-defcon-2-the-first-month-of-esu-2/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 5 December 2025 at 3:55 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32762</guid><pubDate>Thu, 04 Dec 2025 18:02:48 +0000</pubDate></item><item><title>Nvidia 591.44 drops GTX 900 and 10 Series support, adds Battlefield 6 optimizations</title><link>https://nsaneforums.com/news/software-news/nvidia-59144-drops-gtx-900-and-10-series-support-adds-battlefield-6-optimizations-r32761/</link><description><![CDATA[<p>
	Nvidia has released driver 591.44 WHQL with optimizations and support for <em>Battlefield 6</em> and improved fidelity of DLSS Ray Reconstruction in <em>Call of Duty: Black Ops 7</em>. The latest driver is now the recommended driver for those playing the latest <em>Call of Duty</em>.
</p>

<p>
	 
</p>

<p>
	Additionally, in a surprising move, Nvidia is bringing back 32-bit PhysX support in certain games. The RTX 50 series launched without PhysX support, which caused poor performance in old games, forcing some creative solutions, like buying an old Nvidia card just for old-school games. Now, however, Nvidia is bringing 32-bit PhysX support back into the following games:
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Alice: Madness Returns</em>
	</li>
	<li>
		<em>Assassin’s Creed IV: Black Flag</em>
	</li>
	<li>
		<em>Batman: Arkham City</em>
	</li>
	<li>
		<em>Batman: Arkham Origins</em>
	</li>
	<li>
		<em>Borderlands 2</em>
	</li>
	<li>
		<em>Mafia II</em>
	</li>
	<li>
		<em>Metro 2033</em>
	</li>
	<li>
		<em>Metro: Last Light</em>
	</li>
	<li>
		<em>Mirror’s Edge</em>
	</li>
</ul>

<p>
	 
</p>

<p>
	What is no longer getting any support is the GTX 900 and GTX 10 series. These graphics cards are no longer supported, and driver 591.44 no longer works on PCs with those GPUs.
</p>

<p>
	 
</p>

<p>
	As usual, the latest update contains several bug fixes:
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			Battlefield 6: Gaming stability issues
		</li>
		<li>
			Counter-Strike 2: Text may appear slightly distorted when in-game resolution is lower than the native resolution of the display
		</li>
		<li>
			Like a Dragon: Infinite Wealth: Light flickering after driver update on some system configurations
		</li>
		<li>
			Like a Dragon Gaiden: The Man Who Erased His Name: Corruption after driver update on some system configurations
		</li>
		<li>
			Black Myth: Wukong: Lower performance in driver branches newer than R570
		</li>
		<li>
			Monster Hunter World: Iceborne: Some particle effects may be missing on GeForce RTX 50 Series GPUs
		</li>
		<li>
			Call of Duty: Black Ops 3: Gameplay becomes dim over time
		</li>
		<li>
			Madden 26: Stability issues
		</li>
		<li>
			Users running R580 branch drivers (58x.xx) or newer may observe lower performance in some games after updating to Windows 11 October 2025 KB5066835
		</li>
		<li>
			The Witcher 3: Wild Hunt: Random corruption on main character's sword corruption
		</li>
		<li>
			Adobe Premiere Pro: Freeze During Export Using Hardware Encoding
		</li>
		<li>
			Sophos Home Antivirus: System stability issues
		</li>
		<li>
			Green line observed while viewing videos in Chromium browser on GeForce RTX 50<br>
			Series GPUs
		</li>
	</ul>
</blockquote>

<p>
	You can download the latest Nvidia driver from <a automate_uuid="96d7cdbe-8d3d-4b0f-84b3-004870fb53a0" href="https://www.nvidia.com/en-us/geforce/drivers/" rel="external nofollow" target="_blank">the official website</a> or the Nvidia app. Full release notes are available <a automate_uuid="edcb26e0-d072-4daf-88cc-87be3ebed054" href="https://us.download.nvidia.com/Windows/591.44/591.44-win11-win10-release-notes.pdf" rel="external nofollow" target="_blank">here</a>.
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="56074" data-embedcontent="" data-embedid="embed4543876807" src="https://nsaneforums.com/topic/479078-nvidia-geforce-game-ready-driver-59144?do=embed" style="overflow: hidden; height: 214px; max-width: 500px;"></iframe>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/nvidia-59144-drops-gtx-900-and-10-series-support-adds-battlefield-6-optimizations/" rel="external nofollow" target="_blank">Source</a>
</p>

<hr class="ipsHr">
<p>
	<span><em>Hope you enjoyed this news post. Feedback welcome.</em></span>
</p>

<p>
	<span><em>Posted Friday 5 December 2025 at 3:55 am AEST (my time).</em></span>
</p>

<p>
	<span><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of November): 5,412</em></span>
</p>

<p>
	<strong><span><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32761</guid><pubDate>Thu, 04 Dec 2025 17:56:00 +0000</pubDate></item><item><title>This free unofficial app promises big list of modern Windows 11 fluent customization options</title><link>https://nsaneforums.com/news/software-news/this-free-unofficial-app-promises-big-list-of-modern-windows-11-fluent-customization-options-r32760/</link><description><![CDATA[<p>
	It is no secret that Windows 11's UI can still run into problems with the most recent example being that on certain enterprise systems where the entire Shell including Explorer components like Taskbar, Start menu, and more, can fall apart. Thankfully, Microsoft has shared <a automate_uuid="1c65ab8c-8046-443e-8193-88ef46563f63" href="https://www.neowin.net/news/microsoft-admits-major-windows-11-25h2-ui-features-broken-too-alongside-24h2-on-some-pcs/" rel="external nofollow">detailed workarounds</a> and IT administrators can apply them on affected systems.
</p>

<p>
	 
</p>

<p>
	If you are a home user and are also not so impressed by Windows 11's UI and wished it were better, there are unofficial third-party apps available which can be tried out. One of them is FluentFlyout, and as the app's name suggests, it brings fluent design-based flyout options on Windows 11.
</p>

<p>
	 
</p>

<p>
	If you are unfamiliar, Microsoft proudly touts Fluent as the design language and style that makes Windows 11 "effortless, familiar," and intuitive while being "complete and coherent," and with Fluent 2, which the FluentFlyout app is based on, Microsoft promises better performance.
</p>

<p>
	 
</p>

<p>
	The app author highlights the following features:
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			Audio flyout: Displays Cover, Title, Artist and media controls
		</p>
	</li>
	<li>
		<p>
			"Up Next" flyout: shows what's next when a song ends
		</p>
	</li>
	<li>
		<p>
			Lock Keys flyout: displays the status of lock keys at a glance
		</p>
	</li>
	<li>
		<p>
			Taskbar widget: shows media info directly on the Windows taskbar
		</p>
	</li>
	<li>
		<p>
			Native Windows-like design
		</p>
	</li>
	<li>
		<p>
			Uses Fluent 2 components
		</p>
	</li>
	<li>
		<p>
			Utilises Windows Mica blur
		</p>
	</li>
	<li>
		<p>
			Supports Light and Dark mode
		</p>
	</li>
	<li>
		<p>
			Matches your device color theme
		</p>
	</li>
	<li>
		<p>
			Smooth animations
		</p>
	</li>
	<li>
		<p>
			Customizable flyout positions
		</p>
	</li>
	<li>
		<p>
			Includes Repeat All, Repeat One and Shuffle
		</p>
	</li>
	<li>
		<p>
			Sits unobtrusively in system tray
		</p>

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

<p>
	The headlining feature of the app is the Media Flyout Customization options, which include the ability to select between Background blur, a compact layout, flyout position, and more. The utility offers Mica blur by default, but there is also the option to opt for Acrylic using the "Acrylic Window" toggle. There is also a cool Next up Customization section under.
</p>

<figure class="image image--expandable">
	<img alt="FluentFlyout app customizaton options" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764835691_fluentflyout_options_1.webp">
</figure>

<p>
	The app also offers Lock Key customizations and a very useful "Disable Flyouts" feature that can be toggled on to prevent DirectX games in exclusive full-screen mode from minimizing in case a flyout pops out.
</p>

<figure class="image image--expandable">
	<img alt="FluentFlyout app customizaton options" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764835673_fluentflyout_options_3.webp">
</figure>

<p>
	The app is available for download on GitHub as well as on the Microsoft Store. If it is downloaded from GitHub, all features are free to use, including the Widgets customization. In the case of the Store version, the Taskbar Customization options remain under a paid "Premium" version.
</p>

<figure class="image image--expandable">
	<img alt="FluentFlyout app customizaton options" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764835682_fluentflyout_options_2.webp">
</figure>

<p>
	The latest version of the app, 2.3.5, fixes performance issues related to when media keys are pressed rapidly. You can download it from its official <a automate_uuid="b7695e5c-2111-41f5-b776-09fe46af2437" href="https://github.com/unchihugo/FluentFlyout/releases/tag/2.3.5" rel="external nofollow">GitHub repo</a> or from the <a automate_uuid="7201428a-c002-4da7-ae01-7f25a2e9ae46" href="https://apps.microsoft.com/detail/9N45NSM4TNBP" rel="external nofollow">Microsoft Store</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/this-free-unofficial-app-promises-big-list-of-modern-windows-11-fluent-customization-options/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 5 December 2025 at 3:51 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32760</guid><pubDate>Thu, 04 Dec 2025 17:53:24 +0000</pubDate></item><item><title>Microsoft announces major Microsoft 365 commercial price hike effective 2026</title><link>https://nsaneforums.com/news/software-news/microsoft-announces-major-microsoft-365-commercial-price-hike-effective-2026-r32759/</link><description><![CDATA[<p>
	Early this year, Microsoft announced the <a automate_uuid="8a937bfb-e82f-4bc2-bb49-0dd57a1cd25b" href="https://www.neowin.net/news/microsoft-raises-microsoft-365-personal-and-home-prices-as-it-adds-copilot-and-ai-features/" rel="external nofollow">first-ever price increase for Microsoft 365 Personal and Home subscriptions</a>. For example, in the US, since the launch of Office 365 12 years ago, pricing had remained at $69.99/year for Personal plans and $99.99/year for Home plans. With the updated pricing, these subscriptions now cost $99.99 and $129.99, respectively.
</p>

<p>
	 
</p>

<p>
	Today, Microsoft announced a substantial price increase for Microsoft 365 commercial customers. To help justify the change, Microsoft is adding new AI, security, and management features depending on the plan. To give customers ample time to prepare, the new pricing will take effect on July 1, 2026.
</p>

<p>
	 
</p>

<p>
	Here’s a quick summary of all the new capabilities:
</p>

<p>
	 
</p>

<p>
	<strong>Copilot Chat</strong><strong>:</strong> Copilot Chat now works across Word, Excel, PowerPoint, Outlook, and OneNote with a unified, in-app chat experience. It now also includes inbox and calendar understanding plus Agent Mode to help create documents and presentations iteratively. IT admins also get integrated controls to secure, manage, and measure Copilot Chat usage.
</p>

<p>
	 
</p>

<p>
	<strong>Security</strong><strong>:</strong> Microsoft is expanding Defender for Office P1 email security capabilities to Office 365 E3/Microsoft 365 E3, improving phishing, malware, and malicious link protection. URL checks are now included in E1, Business Basic, and Business Standard to block known malicious sites when users click links.
</p>

<p>
	 
</p>

<p>
	<strong>Management</strong><strong>:</strong> Microsoft 365 E3/E5 now includes enhanced endpoint tools like Intune Remote Help, Advanced Analytics, and Intune Plan 2 for faster troubleshooting and proactive risk detection. E5 adds Endpoint Privilege Management, Enterprise App Management, and Cloud PKI to secure AI use and strengthen compliance.
</p>

<p>
	 
</p>

<p>
	<strong>Security Copilot: </strong>Security Copilot agents are now embedded directly in Defender, Entra, Intune, and Purview to streamline security operations. Over 70 built-in and partner agents help teams get started quickly, and Security Copilot is rolling out broadly to all Microsoft 365 E5 customers with a 30-day notice before activation.
</p>

<p>
	 
</p>

<p>
	<strong>Microsoft 365 price increase details:</strong>
</p>

<p>
	 
</p>

<table border="1" cellpadding="1" cellspacing="1" style="width:100%" summary="Microsoft 365 Price Increase Analysis">
	<thead>
		<tr>
			<th scope="col">
				<strong>Microsoft 365 Suite</strong>
			</th>
			<th scope="col">
				<strong>Current List Price</strong>
			</th>
			<th scope="col">
				<strong>List Price (July 2026)</strong>
			</th>
			<th scope="col">
				<strong>Percentage Increase</strong>
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td style="text-align:center">
				Business Basic
			</td>
			<td style="text-align:center">
				$6.00
			</td>
			<td style="text-align:center">
				$7.00
			</td>
			<td style="text-align:center">
				16.67%
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				Business Standard
			</td>
			<td style="text-align:center">
				$12.50
			</td>
			<td style="text-align:center">
				$14.00
			</td>
			<td style="text-align:center">
				12.00%
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				Business Premium
			</td>
			<td style="text-align:center">
				$22.00
			</td>
			<td style="text-align:center">
				$22.00
			</td>
			<td style="text-align:center">
				0.00%
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				Office 365 E1
			</td>
			<td style="text-align:center">
				$10.00
			</td>
			<td style="text-align:center">
				$10.00
			</td>
			<td style="text-align:center">
				0.00%
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				Office 365 E3
			</td>
			<td style="text-align:center">
				$23.00
			</td>
			<td style="text-align:center">
				$26.00
			</td>
			<td style="text-align:center">
				13.04%
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				Microsoft 365 E3
			</td>
			<td style="text-align:center">
				$36.00
			</td>
			<td style="text-align:center">
				$39.00
			</td>
			<td style="text-align:center">
				8.33%
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				Microsoft 365 E5
			</td>
			<td style="text-align:center">
				$57.00
			</td>
			<td style="text-align:center">
				$60.00
			</td>
			<td style="text-align:center">
				5.26%
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				Microsoft 365 F1
			</td>
			<td style="text-align:center">
				$2.25
			</td>
			<td style="text-align:center">
				$3.00
			</td>
			<td style="text-align:center">
				33.33%
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				Microsoft 365 F3
			</td>
			<td style="text-align:center">
				$8.00
			</td>
			<td style="text-align:center">
				$10.00
			</td>
			<td style="text-align:center">
				25.00%
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	Microsoft <a automate_uuid="069c6830-079d-4f89-9856-633ffffad55e" href="https://www.microsoft.com/en-us/microsoft-365/blog/2025/12/04/advancing-microsoft-365-new-capabilities-and-pricing-update/" rel="external nofollow">highlighted</a> that it has delivered more than 1,100 features across Microsoft 365, Security, Copilot, and SharePoint in the last year alone, citing this additional value to justify the price increase.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-announces-major-microsoft-365-commercial-price-hike-effective-2026/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 5 December 2025 at 3:50 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32759</guid><pubDate>Thu, 04 Dec 2025 17:51:17 +0000</pubDate></item><item><title>Microsoft explains how difficult it is to manage keyboard shortcuts in Visual Studio 2026</title><link>https://nsaneforums.com/news/software-news/microsoft-explains-how-difficult-it-is-to-manage-keyboard-shortcuts-in-visual-studio-2026-r32758/</link><description><![CDATA[<p>
	Visual Studio is the integrated development environment (IDE) of choice for many users due to its cross-platform development capabilities, boatload of functionalities, and strong support from Microsoft. Just recently, the Redmond tech giant <a automate_uuid="9635b6a0-6921-479d-99fe-8589784052de" href="https://www.neowin.net/news/microsoft-launches-visual-studio-2026-and-net-10-with-big-performance-improvements/" rel="external nofollow">released Visual Studio 2026</a> and detailed all the <a automate_uuid="fdf21a45-1cc7-4319-a9fb-d46c3afdf44c" href="https://www.neowin.net/news/here-are-all-the-new-features-microsoft-added-to-visual-studio-2026-in-november/" rel="external nofollow">enhancements</a> it made to the software in the past few weeks. Now, it has touched upon another important topic: the keyboard shortcut UX.
</p>

<p>
	 
</p>

<p>
	Microsoft has highlighted that some keyboard shortcuts have become hardwired into our muscle memory, but they behave differently in software like Visual Studio 2026 (VS 2026), which some customers may find annoying. For example, you can use <strong>Ctrl + W</strong> to close tabs in Chrome and Visual Studio Code, but in VS 2026, it selects the current word. If you actually intend to close the tab, you need the <strong>Ctrl + F4</strong> shortcut. This is not a design flaw, it is very much intentional as programmers have told Microsoft that they have used this shortcut since the 2000s, so changing it could disrupt many workflows.
</p>

<p>
	 
</p>

<p>
	Fortunately, Microsoft does allow you to change key mappings in VS 2026, so if you really want to swap a shortcut, you can. In fact, the IDE goes a step beyond that by allowing you select a developer profile like C#, C++, and Web during setup, after which your coding experience is tailored to your profile. What this means is that shortcuts from other IDEs and code editors for specific languages carry over to VS 2026. Microsoft doesn't stop there either, and actually allows you to select keymaps like Visual Basic 6, Visual Studio Code, and ReSharper from a drop-down too.
</p>

<figure class="image image--expandable">
	<img alt="Microsoft Visual Studio" class="ipsImage" height="452" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/11/1762883805_visual_studio_2026.webp">
</figure>

<p>
	Microsoft has further emphasized the difficulty behind changing shortcuts in VS 2026 by noting that telemetry isn't enough. While it captures your keystroke, it doesn't capture your intent. To work around this problem, the company has scoped shortcuts so the same keyboard shortcut can behave differently depending upon your "active" window through overriding capabilities.
</p>

<p>
	 
</p>

<p>
	But the problem gets even more tricky, because some shortcuts are sequenced. For example, in the text editor scope, the combination of <strong>Ctrl + E</strong>, <strong>Ctrl + W</strong> toggles word wrap, but if you change the mapping for <strong>Ctrl + E</strong>, this combination would be affected too. This is why changing a keyboard shortcut in VS 2026 is such a "high-stakes juggling act" according to Microsoft:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Every shortcut in Visual Studio connects to our coding habits – late-night bug hunts, team workflows we’ve refined for years. When we add or change a shortcut, we don’t just pick a new key. We examine the entire keyboard, identify what’s in use, and sometimes shuffle other shortcuts to make room. For instance, if we set Ctrl+W to close tabs to align with modern tools, we might need to reassign “Select Current Word” to avoid leaving anyone stranded. It’s a delicate balance to keep every developer’s flow intact, and that history of customization makes Visual Studio ours.
	</p>
</blockquote>

<p>
	You can find out other details in Microsoft's interesting blog post <a automate_uuid="b93f8199-999b-4e10-9d83-8d1711257247" href="https://devblogs.microsoft.com/visualstudio/why-changing-keyboard-shortcuts-in-visual-studio-isnt-as-simple-as-it-seems/" rel="external nofollow">here</a>, and leave your feedback for the tech giant too.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-explains-how-difficult-it-is-to-manage-keyboard-shortcuts-in-visual-studio-2026/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 5 December 2025 at 3:49 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32758</guid><pubDate>Thu, 04 Dec 2025 17:49:45 +0000</pubDate></item><item><title>Statcounter: Windows 10 and 11 market share add to Microsoft's woes in November</title><link>https://nsaneforums.com/news/software-news/statcounter-windows-10-and-11-market-share-add-to-microsofts-woes-in-november-r32757/</link><description><![CDATA[<p>
	A peculiar thing has happened in this month's batch of Statcounter data. Windows 11, despite being the only supported version of Windows, has now slipped from 53.7% of market share in November to 51.75% in December. We shouldn't take Statcounter's figures as the absolute truth, as its visibility is limited, but it is by far one of the clearest pictures we can get on <a automate_uuid="f5b3c9a9-1b87-4fcf-97e2-54a9e2f159a3" href="https://www.neowin.net/news/windows-11s-adoption-is-much-slower-compared-to-windows-10-claims-dell/" rel="external nofollow">Windows 11 adoption</a>.
</p>

<p>
	 
</p>

<p>
	Windows 10, <a automate_uuid="3c09da23-c115-4fc0-b064-65fa1cb5cd7a" href="https://www.neowin.net/news/everything-you-need-to-know-about-the-end-of-windows-10-support/" rel="external nofollow">which reached end of life in October</a>, managed to recover ground, rising from 42.7% in November to 44.29% in December. Windows 7 came in at 2.19% and the rest of Microsoft's operating systems made up insignificant percentages.
</p>

<p class="img-center">
	<img alt="Windows 11 market share December 2025" class="ipsImage" height="313" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764847338_windows-market-share-december.webp">
</p>

<p>
	The data from Statcounter is quite a bit different from the <a automate_uuid="86bf42e5-c708-4440-b14f-28b15881a44a" href="https://www.neowin.net/news/windows-11-reaches-new-all-time-high-on-steam-climbing-over-65/" rel="external nofollow">gamers surveyed by Steam</a>. According to the latest data, Windows 11 increased its market share to 65.59%, up 2.02 points. Windows 10, on the other hand, fell to 29.06%, down 2.08 points.
</p>

<p>
	 
</p>

<p>
	Zooming out to focus on all Windows versions against other desktop operating systems, we saw Windows decline in December from 69.37% to 66.67%. This is the continuation of a trend we have seen all this year. Back in December 2024, Windows was sitting at 73.38%, so it has fallen quite a long way. Many people say they will move to Linux following the end of Windows 10, but Linux only has 3.18% of the market share.
</p>

<p>
	 
</p>

<p>
	Another important detail to keep in mind about Windows 10 is that while mainline support has ended, the paid Extended Security Updates (ESU) are still being delivered. This will help to keep businesses holding onto older devices without having to move to Windows 11. It is less likely that many companies would jump to Linux, as Windows is probably required for their necessary apps.
</p>

<p>
	 
</p>

<p>
	No matter what is going on behind these stats, keep in mind that if you are on Windows 10 without ESU, your system is more and more vulnerable by the day. If your hardware supports Windows 11, you can upgrade to that, but if it doesn't, then Linux is an option.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/statcounter-windows-10-and-11-market-share-add-to-microsofts-woes-in-november/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 5 December 2025 at 3:47 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32757</guid><pubDate>Thu, 04 Dec 2025 17:48:07 +0000</pubDate></item><item><title>Proton launches Sheets, its encrypted alternative to Excel and Google Sheets</title><link>https://nsaneforums.com/news/software-news/proton-launches-sheets-its-encrypted-alternative-to-excel-and-google-sheets-r32756/</link><description><![CDATA[<figure class="image image--expandable">
	<img alt="Proton Sheets" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764849325_11proton_sheets_pr.webp">
</figure>

<p>
	Proton is a well-known privacy-focused company that offers a wide range of services, such as VPN, Mail, cloud storage, <a automate_uuid="71816bca-90d0-4de6-9fb9-57e2bd737514" href="https://neow.in/dGM3dHVs" rel="external nofollow">password manager</a>, <a automate_uuid="b4473bc9-8212-4c40-84db-0acc5fb44cee" href="https://neow.in/bHk4ZGlu" rel="external nofollow">authenticator</a>, AI chatbot, and more. Its latest addition caters to those who want to keep their spreadsheets more secure. Today, Proton announced Proton Sheets, an encrypted alternative to Excel and Google Sheets.
</p>

<p>
	 
</p>

<p>
	There is a running joke that all the modern infrastructure is held by some Excel spreadsheets, but the reality is not that far away. Multiple industries and businesses rely on table processors like Excel and Google Sheets, and Proton says that the world needs a secure alternative that ensures better security and measures against AI training, surveillance, and tracking. The company quotes Google's own <a automate_uuid="118b493b-ed03-46ab-95c3-a72463d24975" href="https://support.google.com/gemini/answer/13594961?hl=en#reviewer" rel="external nofollow">support documents</a> that warn against putting confidential data into Google Sheets because it might be used to train Gemini or accessed by reviewers.
</p>

<p>
	 
</p>

<p>
	According to Proton, Proton Sheets is an easy-to-use spreadsheet processor that supports collaborative work, formulas, analysis, charts, and other features present in well-established industry mastadons like Excel. All that is end-to-end encrypted by default, and Proton promises that only you can access your sheets and the stored data. Additionally, Proton Sheets supports XLS and CVS files, so you can bring your existing documents to the new service and encrypt them.
</p>

<p>
	 
</p>

<p>
	Like many other Proton services, Proton Sheets can be used for free. All you need is a Proton Drive account. With the release of Proton Sheets, Proton now offers a more complete set of alternative services for those who want to distance themselves from Big Tech companies like Microsoft and Google. Those include Proton Mail, Drive, Docs, Sheets, and more.
</p>

<p>
	 
</p>

<p>
	You can learn more about Proton Sheets in the official announcement<a automate_uuid="1b4ede70-bbe8-4a1c-809f-ed0402855a37" href="https://proton.me/blog/sheets-proton-drive" rel="external nofollow"> blog post</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/proton-launches-sheets-its-encrypted-alternative-to-excel-and-google-sheets/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 5 December 2025 at 3:46 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32756</guid><pubDate>Thu, 04 Dec 2025 17:47:03 +0000</pubDate></item><item><title>Microsoft announces the Microsoft Store Awards 2025 winners</title><link>https://nsaneforums.com/news/software-news/microsoft-announces-the-microsoft-store-awards-2025-winners-r32752/</link><description><![CDATA[<p>
	Every year, Microsoft holds the Microsoft Store Awards to celebrate and honor "outstanding applications that elevate user experience," and 2025 is no exception. The winners of this year's awards have now been announced, even though we had no public nominations like in previous years.
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		The Microsoft Store Awards honor outstanding applications that elevate user experiences, drive productivity and inspire creativity across the Windows ecosystem. We are proud to announce this year’s winners, each exemplifying technical excellence, user satisfaction and transformative potential.
	</p>
</blockquote>

<p>
	Here are this year's categories and their corresponding winners (only the first AI Assistants category has a tie):
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>AI Assistants</strong> category: <a automate_uuid="a58f6d3b-7f4c-488a-b707-85e298f1186a" href="https://apps.microsoft.com/detail/XP8JNQFBQH6PVF" rel="external nofollow">Perplexity</a> by Perplexity AI and <a automate_uuid="e660175f-ce82-4f31-abde-2fa4252bdba5" href="https://apps.microsoft.com/detail/9nt1r1c2hh7j" rel="external nofollow">ChatGPT</a> by OpenAI
	</li>
	<li>
		<strong>Business </strong>category: <a automate_uuid="fd0f6b86-b305-433e-a65b-5969e41cb1b5" href="https://apps.microsoft.com/detail/9WZDNCRDCHR8" rel="external nofollow">Invoice Maker &amp; Estimate Creator</a> by Moon Technolabs
	</li>
	<li>
		<strong>Computer-Using Agents</strong> category: <a automate_uuid="ae4ae32d-14d9-4ddc-afa0-8af88034b614" href="https://apps.microsoft.com/detail/9phv7m7v4s5l" rel="external nofollow">Manus</a> by Manus AI
	</li>
	<li>
		<strong>Creativity </strong>category: <a automate_uuid="2f64380e-e3dc-4fdb-955c-2d28118fb3b5" href="https://apps.microsoft.com/detail/XP8LG4ST7H3GBF" rel="external nofollow">n-Track Studio</a> by n-Track S.r.l.
	</li>
	<li>
		<strong>Developer Tools</strong> category: <a automate_uuid="372f0ff0-abe1-4661-82c4-308d4cdb4328" href="https://apps.microsoft.com/detail/9mvs1j51gmk6" rel="external nofollow">ngrok</a> by ngrok
	</li>
	<li>
		<strong>Education </strong>category: <a automate_uuid="72b1b041-3e69-440d-9142-0c56cb372658" href="https://apps.microsoft.com/detail/9PFGJ25JL6X3" rel="external nofollow">Scratch 3</a> by Scratch Foundation
	</li>
	<li>
		<strong>Game </strong>category: <em><a automate_uuid="8f372c69-1d4d-4e60-b795-bf4968589b05" href="https://apps.microsoft.com/detail/9NH461D0TPV7" rel="external nofollow">Castle Craft</a></em> by Clever Apps Pte Ltd
	</li>
	<li>
		<strong>Music </strong>category: <a automate_uuid="3b96d434-c41a-4652-923f-e55affb3f01d" href="https://apps.microsoft.com/detail/XPDF75XHHZTNHW" rel="external nofollow">Moises Live</a> by Moises Systems, Inc
	</li>
	<li>
		<strong>Productivity </strong>category: <a automate_uuid="fb0fa31d-8aee-4a10-8db3-d8b0b08a0067" href="https://apps.microsoft.com/detail/xpdbvss44r0l9h" rel="external nofollow">Notion</a> by Notion Labs Inc
	</li>
</ul>

<p>
	 
</p>

<p>
	In addition to the worldwide awards, Microsoft held special awards in China. If you are curious to see what apps won the awards over there, head to <a automate_uuid="58bde966-c76e-4a9a-868d-54ac2f13800c" href="https://mp.weixin.qq.com/s/Bi_Cc91UKh1Ima5SV51FaA" rel="external nofollow">Microsoft's official blog on WeChat</a>.
</p>

<p>
	 
</p>

<p>
	Like in 2024, each winner of the Microsoft Store Awards received a special badge in the store, "signifying their contribution to the Windows community." You can click the badge in the store to read more about the award. However, unlike the previous year, no prize hardware is handed out this time. In 2024, Microsoft sent out a unique Surface Pro 11 to all Microsoft Store Award winners. You can check out the winners of the previous year's contest <a automate_uuid="5c7c3817-bebe-46d4-84e1-fc151b27d717" href="https://www.neowin.net/news/here-are-the-microsoft-store-awards-2024-winners/" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-announces-the-microsoft-store-awards-2025-winners/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 4 December 2025 at 12:24 pm AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32752</guid><pubDate>Thu, 04 Dec 2025 02:25:55 +0000</pubDate></item><item><title>Here are all the new features Microsoft added to Visual Studio 2026 in November</title><link>https://nsaneforums.com/news/software-news/here-are-all-the-new-features-microsoft-added-to-visual-studio-2026-in-november-r32751/</link><description><![CDATA[<p>
	Last month, Microsoft finally launched <a automate_uuid="76523113-90a1-483e-b2d7-2e23ce62ba97" href="https://www.neowin.net/news/microsoft-launches-visual-studio-2026-and-net-10-with-big-performance-improvements/" rel="external nofollow">Visual Studio 2026 and .NET 10</a>, following some <a automate_uuid="7b19e684-f2bb-4e83-b445-d057f43bdc48" href="https://www.neowin.net/news/an-insider-build-for-visual-studio-2026-is-now-available/" rel="external nofollow">preview builds</a>. As expected, this is a major release with a lot of focus on AI capabilities, performance boosts, and bug fixes for thousands of issues. With the integrated development environment (IDE) now out for a few weeks, Microsoft has shared all the enhancements it made to the software during November 2025.
</p>

<p>
	 
</p>

<p>
	For starters, GitHub Cloud Agent is now in preview. This agentic AI workflow can handle delegated tasks in Visual Studio 2026, including code refactoring, UI cleanups, documentation, multi-file updates, and more. In the coming weeks and months, Microsoft <a automate_uuid="27ec7eed-bcfc-4f02-906f-a2faeb5fa3db" href="https://devblogs.microsoft.com/visualstudio/visual-studio-november-update-visual-studio-2026-cloud-agent-preview-and-more/" rel="external nofollow">plans</a> to enhance this experience further so you can view pull request (PR) links inside the IDE and review the changes made by the agent before you push them, without breaking your development flow. You can enable GitHub Cloud Agent through by clicking the Copilot badge and then navigating to <strong>Settings &amp; Options &gt; Coding Agent (Preview)</strong>. Do note that this requires restarting Visual Studio 2026, along with a solution that is connected to a GitHub repository.
</p>

<p>
	 
</p>

<p>
	In addition, it is now possible to interact with Copilot from the Visual Studio context menu. This UX surfaces options like Ask Copilot, and Copilot Actions (Explain, Optimize Selection, Generate Comments, Generate Tests, Add to Chat).
</p>

<p>
	 
</p>

<p>
	Finally, when you're utilizing All-In-One Search and Copilot detects a better semantic match than the top result, it will recommend that to you with a <strong>Did You Mean</strong> suggestion. This is very similar to a web search experience where you are suggested better results in case you make a typo in your prompt. The focus is on capturing the intent of the search item rather than performing a lexical match.
</p>

<p>
	 
</p>

<p>
	Although this round-up will likely be a monthly item moving forward for Visual Studio 2026 (just like it is for <a automate_uuid="92d5b1d7-6581-4d28-a4e8-3a61ad9871fe" href="https://www.neowin.net/news/here-are-all-the-new-features-microsoft-added-to-excel-in-november-2025/" rel="external nofollow">Excel</a> and <a automate_uuid="6b759eda-3f92-4aa2-9f28-9ded76865139" href="https://www.neowin.net/news/here-are-all-the-new-features-microsoft-added-to-teams-in-november-2025/" rel="external nofollow">Teams</a>), Microsoft has noted that it will be skipping the month of December due to the upcoming holiday break.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/here-are-all-the-new-features-microsoft-added-to-visual-studio-2026-in-november/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 4 December 2025 at 12:24 pm AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32751</guid><pubDate>Thu, 04 Dec 2025 02:24:30 +0000</pubDate></item><item><title>Microsoft admits major Windows 11 25H2 UI features broken too alongside 24H2 on some PCs</title><link>https://nsaneforums.com/news/software-news/microsoft-admits-major-windows-11-25h2-ui-features-broken-too-alongside-24h2-on-some-pcs-r32746/</link><description><![CDATA[<p>
	Last month in the second half on November, Neowin noticed that Microsoft had put up a <a automate_uuid="418a1023-1e0e-43d4-a8e6-662ed62642e7" href="https://www.neowin.net/news/microsoft-finally-admits-almost-all-major-windows-11-core-features-are-broken/" rel="external nofollow">support article describing the broken nature</a> of some of Windows' most important UI and UX components. If you missed the news, the tech giant admitted that Windows 11's Shell elements which include the Explorer, the Start Menu, Taskbar, among others, were bugging out on certain enterprise and office systems.
</p>

<p>
	 
</p>

<p>
	The support article was published as guidance for IT admins and system admins to deal with such issues. The main problem was related to <a automate_uuid="ade868f1-8fbc-490c-89c0-2758264cbb5c" href="https://www.neowin.net/news/unofficial-windows-11-requirements-bypass-app-developer-is-truly-disappointed-with-microsoft/" rel="external nofollow">XAML</a>, and earlier today, Microsoft added more details about the problems.
</p>

<p>
	 
</p>

<p>
	As a refresher, the company acknowledged that since the July 2025 Patch Tuesday update (<a automate_uuid="563da16a-f07f-478a-b1eb-2d15db607e29" href="https://www.neowin.net/news/windows-11-kb5062553-kb5062552-july-2025-patch-tuesday-out/" rel="external nofollow">KB5062553</a>), the problems were occurring on provisioned Windows 11 24H2 PCs.
</p>

<p>
	 
</p>

<p>
	In our original article, <a automate_uuid="09a3fb2e-5c4a-48ed-a0ae-54cc43736d79" href="https://www.neowin.net/news/microsoft-finally-admits-almost-all-major-windows-11-core-features-are-broken/#:~:text=update%20is%20also-,impacted,-." rel="external nofollow">we speculated</a> that alongside Windows 11 24H2, version 25H2 is likely affected too, considering the two versions share the <a automate_uuid="6e2cfa9f-cd92-4499-b433-7db66b3ae85c" href="https://www.neowin.net/news/kb5054156-microsoft-explains-how-easy-upgrading-to-windows-11-25h2-from-24h2-is/" rel="external nofollow">same codebase and the servicing branch</a>. Today, Neowin noticed Microsoft has confirmed that it is indeed the case as the company added that the October 2025 Patch Tuesday for Windows 11 25H2 (<a automate_uuid="74a84bc1-7c68-46ad-beb1-9df9111f752f" href="https://www.neowin.net/news/windows-11-kb5066835-kb5066793-october-2025-patch-tuesday-out/" rel="external nofollow">KB5066835</a>) had these problems too; they started with the September 2025 preview update (<a automate_uuid="f64151ce-7b3a-41ff-860a-55c68241e4d5" href="https://www.neowin.net/news/windows-11-kb5065789-update-brings-lots-of-new-features/" rel="external nofollow">KB5065789</a>). In effect this means the latest <a automate_uuid="23c8d853-1532-4922-bd6f-ff0ee0b8ce4f" href="https://www.neowin.net/news/kb5070311-optional-windows-11-november-2025-update-brings-long-list-of-new-features/" rel="external nofollow">Windows 11 update KB5070311</a> is affected too.
</p>

<p>
	 
</p>

<p>
	Alongside that Microsoft has also clarified that these bugs are very unlikely to rear their heads on personal home PCs. The tech giant writes: "After provisioning a PC with a Windows 11, version 24H2 or a Windows 11, version 25H2 monthly cumulative update released on or after July 2025 (such as <a automate_uuid="613efb22-97bd-4c92-b63a-ea23cc0fa245" href="https://www.neowin.net/news/windows-11-kb5062553-kb5062552-july-2025-patch-tuesday-out/" rel="external nofollow">KB5062553</a> or <a automate_uuid="3f02a4ca-395e-4ab4-8ee7-23dadfff8787" href="https://www.neowin.net/news/windows-11-kb5065789-update-brings-lots-of-new-features/" rel="external nofollow">KB5065789</a>), XAML-dependent modern apps such as Explorer, the Start menu, SystemSettings, Taskbar and Windows Search might experience difficulties. This issue primarily affects a limited number of enterprise or managed environments and is very unlikely to occur on personal devices used by individuals."
</p>

<p>
	 
</p>

<p>
	Microsoft has also shared a table with all the detailed bugs and the symptoms which is now much easier to grasp than the company's last write-up:
</p>

<p>
	 
</p>

<table border="1px solid black;">
	<tbody>
		<tr>
			<th>
				Binary
			</th>
			<th>
				Enterprise user experience or failure signature
			</th>
		</tr>
		<tr>
			<td style="text-align:center">
				Explorer.exe
			</td>
			<td>
				<ul>
					<li>
						End-users log on to a black screen
					</li>
					<li>
						The Windows Start menu fails to open
					</li>
					<li>
						Explorer crashes on start
					</li>
					<li>
						Taskbar fails to appear / render / display on the Windows desktop
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				StartMenuExperienceHost
			</td>
			<td>
				<ul>
					<li>
						The Start menu fails to open, often displaying a critical error message
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				shellhost.exe
			</td>
			<td>
				<ul>
					<li>
						ShellHost.exe crashes
					</li>
				</ul>
			</td>
		</tr>
		<tr>
			<td style="text-align:center">
				XAML-dependent apps
			</td>
			<td>
				Apps fail to start or crash on startup
				<ul>
					<li>
						The Consent.exe, the binary for the User Account Control UI
					</li>
					<li>
						System settings: Start &gt; Settings &gt; System silently fails to open
					</li>
					<li>
						Application crash when initializing XAML views
					</li>
					<li>
						Other XAML island views fail to initialize
					</li>
				</ul>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	The workaround for these issues remains the same. Microsoft says that restarting the Shell Infrastructure host (SIHost.exe) service will help restore the missing Immersive Shell packages. This can be done with the following commands:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode
	</p>

	<p>
		 
	</p>

	<p>
		Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\appxmanifest.xml' -DisableDevelopmentMode
	</p>

	<p>
		 
	</p>

	<p>
		Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode
	</p>
</blockquote>

<p>
	Second, a PowerShell logon script has been shared that essentially blocks Explorer from launching prematurely until the required packages are fully provisioned. The batch script for that is given below:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		@echo off<br>
		REM Register MicrosoftWindows.Client.CBS
	</p>

	<p>
		 
	</p>

	<p>
		powershell.exe -ExecutionPolicy Bypass -Command "Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode"
	</p>

	<p>
		 
	</p>

	<p>
		REM Register Microsoft.UI.Xaml.CBS
	</p>

	<p>
		 
	</p>

	<p>
		powershell.exe -ExecutionPolicy Bypass -Command "Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\Microsoft.UI.Xaml.CBS_8wekyb3d8bbwe\appxmanifest.xml' -DisableDevelopmentMode"
	</p>

	<p>
		 
	</p>

	<p>
		REM Register MicrosoftWindows.Client.Core
	</p>

	<p>
		 
	</p>

	<p>
		powershell.exe -ExecutionPolicy Bypass -Command "Add-AppxPackage -Register -Path 'C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\appxmanifest.xml' -DisableDevelopmentMode"
	</p>
</blockquote>

<p>
	The support article is available <a automate_uuid="c4101684-d903-4d4f-ae4d-3b61a37ec2fb" href="https://support.microsoft.com/en-us/topic/kb5072911-explorer-the-start-menu-and-other-xaml-dependent-apps-might-not-start-or-close-unexpectedly-on-some-enterprise-devices-d2d30684-4e2b-47f5-9899-a00a8e0acb09" rel="external nofollow">here</a> under KB5072911 on Microsoft's official website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-admits-major-windows-11-25h2-ui-features-broken-too-alongside-24h2-on-some-pcs/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 4 December 2025 at 5:01 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32746</guid><pubDate>Wed, 03 Dec 2025 19:03:30 +0000</pubDate></item><item><title>Microsoft updates the list of Windows 11 supported processors, makes it very confusing</title><link>https://nsaneforums.com/news/software-news/microsoft-updates-the-list-of-windows-11-supported-processors-makes-it-very-confusing-r32745/</link><description><![CDATA[<p>
	Microsoft's official documentation has a list of supported processors by Windows 11, which allows users to see what chips can run the operating system without resorting to tweaks and hacks that bypass system requirements. Every now and then, Microsoft updates its docs to <a automate_uuid="0d11429b-9f30-4020-ad16-36da55fd5c67" href="https://www.neowin.net/news/windows-11-gets-more-officially-supported-intel-processors-but-not-amd/" rel="external nofollow">add newer chips</a> or remove existing ones (if necessary). The latest update, however, make things a little confusing.
</p>

<p>
	 
</p>

<p>
	The updated support document no longer lists each supported Intel processor, like Core i7-8700K or Core i9-9900K. Instead, it offers a list of supportd <em>series</em> with links to the Intel Arc website. For example, Intel Core i7 (14th generation) or Intel Core 7000X Series. The problem with this approach is that it leaves out certain supported processors and makes chips that cannot officially run Windows 11 appear to be supported.
</p>

<p>
	 
</p>

<p>
	Here is an example: the Intel Core i7-7820HQ, which powers the Surface Studio 2, is the only officially supported by Windows 11 Kaby Lake processor. It is no longer in the list of supported chips, even though the Surface Studio 2 fully supports Windows 11. Also, the document states that the Intel Celeron 3000 Series is officially supported, even though the lineup has chips dating all the way back to 2015. In reality, out of 10 Celeron 3000 chips, only one officially supports Windows 11—the Celeron 3867U.
</p>

<p>
	 
</p>

<p>
	Only the list of Intel processors has received this odd revamp so far. AMD and Qualcomm docs still name each supported chip, even though it has been quite a while since Microsoft updated those lists. The Snapdragon X Elite series is nowhere to be found, just like AMD's 9th-generation Ryzen processors, the latest Threadripper chips, etc. To this, Microsoft has the following to say:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Subsequently released and future generations of processors which meet the same principles will be considered as supported, even if not explicitly listed. It is expected that the processor list will not reflect the most current offerings from processor manufacturers between updates. Updates to the processor lists will occur at each subsequent general availability of Windows.
	</p>
</blockquote>

<p>
	Therefore, not having the latest Ryzen processor in the list of supported CPUs is not a big issue (you would assume that the newest processor can run Windows 11 without issues), but the newly updated list of Intel processors can certain confuse less experienced users with older hardware and the now-unsupported Windows 10.
</p>

<p>
	 
</p>

<p>
	If you are curious to take a look, head to <a automate_uuid="c772c6cf-8beb-4cb3-8a80-68cda832056b" href="https://learn.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-11-supported-qualcomm-processors" rel="external nofollow">this page</a> to see the list of supported Intel processors. The one for AMD is available <a automate_uuid="26be18ce-0f01-412f-84ab-f0dcbce84f59" href="https://learn.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-11-supported-amd-processors" rel="external nofollow">here</a>, and one for Qualcomm <a automate_uuid="7cb1bf5f-9671-4e60-b9f1-915fec157111" href="https://learn.microsoft.com/en-us/windows-hardware/design/minimum/supported/windows-11-supported-qualcomm-processors" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-updates-the-list-of-windows-11-supported-processors-makes-it-very-confusing/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 4 December 2025 at 5:00 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32745</guid><pubDate>Wed, 03 Dec 2025 19:01:36 +0000</pubDate></item><item><title>Latest Excel update finally solves a major headache for Windows users</title><link>https://nsaneforums.com/news/software-news/latest-excel-update-finally-solves-a-major-headache-for-windows-users-r32744/</link><description><![CDATA[<p>
	Microsoft Excel is the tool of choice in most environments when it comes to data crunching, analysis, and basic visualization needs. The Redmond tech firm <a automate_uuid="fc914a85-8dfe-4236-9d44-727c9376ce79" href="https://www.neowin.net/news/here-are-all-the-new-features-microsoft-added-to-excel-in-november-2025/" rel="external nofollow">regularly updates the software</a> with new capabilities and fixes, making the lives of personal users, students, and professionals across the globe easier. Today, it has revealed a new feature that may solve a major annoyance for Windows customers.
</p>

<p>
	 
</p>

<p>
	If you use Excel for Windows actively, you may have come across errors like #VALUE! and #SPILL! in cells. If you hovered over this error, you'd get a very brief error message that prompted a web search to try and figure out a fix. This wasn't a very convenient way and resulted in lost productivity. Here is what it currently looks like in the stable Excel release for Windows:
</p>

<p class="img-center">
	<img alt="The old error card in Excel for Windows" class="ipsImage" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764775798_spill_error_before_microsoft_excel.webp">
</p>

<p>
	Six years ago, Microsoft fixed this issue for Excel for the web by introducing descriptive error cards that explained more details about the error you're encountering. Now, Microsoft is finally bringing this feature to Excel on Windows too. Here is what it now looks like in the Microsoft 365 Insider version of Excel for Windows:
</p>

<p class="img-center">
	<img alt="New error card for Excel on Windows" class="ipsImage" height="313" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764775895_spill_error_card_new_microsoft_excel.webp">
</p>

<p>
	If you're on the Beta Channel running Version 2512 (Build 19502.20000) or later of Excel for Windows, you can give this updated error card a go by opening the application, navigating to a cell, and then intentionally putting in an error value like <strong>=SQRT(-1)</strong>. This will trigger a #NUM! warning, after which you can click the <strong>Show Calculation Steps</strong> option to debug the problem.
</p>

<p>
	 
</p>

<p>
	There is no word yet on when this enhancement will be rolled out to the Current Channel, but it should be fairly soon, considering it's been on the web for a while and is quite useful. In the meantime, Microsoft has <a automate_uuid="100e9d14-7739-4cff-8f21-c2490d053596" href="https://techcommunity.microsoft.com/blog/microsoft365insiderblog/understand-and-fix-errors-with-descriptive-error-cards-in-excel-for-windows/4467915" rel="external nofollow">recommended</a> filing feedback about this feature and Excel in general through the <strong>Help &gt; Feedback</strong> menu inside the application.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/latest-excel-update-finally-solves-a-major-headache-for-windows-users/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 4 December 2025 at 4:59 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32744</guid><pubDate>Wed, 03 Dec 2025 19:00:14 +0000</pubDate></item><item><title>Microsoft finds an unlikely ally &#x2014; Linux developer defends Windows against BSoD jokes</title><link>https://nsaneforums.com/news/software-news/microsoft-finds-an-unlikely-ally-%E2%80%94-linux-developer-defends-windows-against-bsod-jokes-r32743/</link><description><![CDATA[<h3>
	It turns out unreliable hardware might have more to do with your Windows BSoD errors than software bugs.
</h3>

<p id="c5437d1c-ea84-409c-95af-15afdb1ba7bb">
	Windows and <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/tag/linux" data-mrf-recirculation="inline-link" href="https://www.windowscentral.com/tag/linux" rel="external nofollow">Linux</a> have a long-standing rivalry as operating systems. And while the former holds a competitive advantage over the latter due to its massive market share and broad app compatibility, Linux is starting to gain some traction, especially after <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows-10/windows-10-eol-esu-faq" data-mrf-recirculation="inline-link" href="https://www.windowscentral.com/microsoft/windows-10/windows-10-eol-esu-faq" rel="external nofollow">Microsoft ended Windows 10 support on October 14, 2025</a>.
</p>

<p>
	 
</p>

<p aria-hidden="true">
	For instance, <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows-10/windows-10-retirement-pushes-780-000-users-to-linux-as-zorin-os-hits-1m-downloads" data-mrf-recirculation="inline-link" href="https://www.windowscentral.com/microsoft/windows-10/windows-10-retirement-pushes-780-000-users-to-linux-as-zorin-os-hits-1m-downloads" rel="external nofollow">Zorin OS, a Linux distro, gained approximately 780,000 users from Windows</a>, a little over a month after Microsoft pulled the plug on Windows 10. While this might be coincidental, the timing is impeccable and hard to ignore, potentially suggesting that the operating system's death fueled the transition.
</p>

<p>
	 
</p>

<p>
	<a aria-hidden="true" class="paywall" data-hl-processed="none" data-url="" href="" id="elk-seasonal" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel=""></a>
</p>

<p id="c5437d1c-ea84-409c-95af-15afdb1ba7bb-2">
	Similarly, <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows-11/windows-10s-demise-fuels-linux-hype-again-but-will-bazzite-finally-break-the-forever-up-and-comer-curse-theres-a-chance" data-mrf-recirculation="inline-link" href="https://www.windowscentral.com/microsoft/windows-11/windows-10s-demise-fuels-linux-hype-again-but-will-bazzite-finally-break-the-forever-up-and-comer-curse-theres-a-chance" rel="external nofollow">Bazzite recently delivered a petabyte of ISOs in a single month</a> as Windows 10 users continue to seek for alternatives beyond Microsoft's Windows 11 forced updates.
</p>

<p>
	 
</p>

<p>
	BSoD (Blue Screen of Death) errors are synonymous with Microsoft's Windows operating system, designed to alert users of a critical system failure related to a specific operation, with the potential to cause a device crash and forced reboot.
</p>

<p>
	 
</p>

<p>
	Microsoft has been trolled by users due to frequent BSoD errors, which seem to be becoming a common occurrence when interacting with the Windows operating system.
</p>

<p>
	 
</p>

<p>
	But perhaps more interestingly, Linux developer Linus Torvalds recently defended Microsoft's BSoD errors in Windows while building a PC with Linus Sebastian of Linus Tech Tips (via <a data-analytics-id="inline-link" data-hl-processed="none" data-mrf-recirculation="inline-link" data-url="https://itsfoss.com/news/torvalds-blue-screen-of-death/" href="https://itsfoss.com/news/torvalds-blue-screen-of-death/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">IT'S FOSS</a>).
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube-nocookie.com/embed/mfv0V1SxbNA?feature=oembed" title="Building the PERFECT Linux PC with Linus Torvalds" width="200"></iframe>
	</div>
</div>

<div data-nosnippet="" id="mfv0V1SxbNA">
	<div>
		 
	</div>
</div>

<figure id="c4030632-33b4-4f11-ab56-ed027eeffedc">
	<blockquote class="QuoteNewsStyle">
		<p>
			I am convinced that all the jokes about how unstable Windows is and blue screening, I guess it's not a blue screen anymore, a big percentage of those were not actually software bugs. A big percentage of those are hardware being not reliable.
		</p>

		<p>
			 
		</p>

		<p>
			<em><cite>Linux developer, Linus Torvalds</cite></em>
		</p>
	</blockquote>
</figure>

<p id="bbd6cd74-5336-49eb-baae-bff4cdf6be81">
	Torvalds reiterated the importance of having the ECC on your PC, which essentially makes it more reliable. He warned that the absence of the ECC on your device could lead to critical memory issues.
</p>

<p>
	 
</p>

<div id="slice-container-newsletterForm-articleInbodyContent-XtvWS9WnCvdGq9uaVnmeHR">
	<div data-hydrate="true">
		<p>
			The Linux developer claimed that hardware is a greater cause of BSoD errors in Microsoft’s Windows operating system than software bugs. He further noted that gamers who overclock their devices are more likely to encounter these errors, making their systems less reliable.
		</p>

		<p>
			 
		</p>

		<p>
			As you may know, <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/microsoft-windows-bsod-removed-replaced-black-screen" data-mrf-recirculation="inline-link" href="https://www.windowscentral.com/software-apps/windows-11/microsoft-windows-bsod-removed-replaced-black-screen" rel="external nofollow">Microsoft changed the iconic blue error screen to a simplified black</a> one with the aim of ensuring third-party security software follows the new rules designed to stop bad updates and drivers from taking down the OS.
		</p>

		<p>
			 
		</p>

		<p>
			Did you know that <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/microsoft-dev-says-steve-ballmer-didnt-write-the-text-for-the-blue-screen-of-death-there-are-three-different-blue-colored-screens-and-each-has-a-different-author" data-mrf-recirculation="inline-link" href="https://www.windowscentral.com/software-apps/windows-11/microsoft-dev-says-steve-ballmer-didnt-write-the-text-for-the-blue-screen-of-death-there-are-three-different-blue-colored-screens-and-each-has-a-different-author" rel="external nofollow">there are three different types of Blue Screen of Death (BSOD) errors</a>? The Windows 3.1 Ctrl+Alt+Del screen, aka the screen of unhappiness, the Windows 95 kernel error (which most users consider the blue screen of death), and the Windows NT kernel error, which was authored by John Vert.
		</p>

		<p>
			 
		</p>

		<p>
			<a href="https://www.windowscentral.com/microsoft/windows/microsoft-finds-an-unlikely-ally-linux-developer-defends-windows-against-bsod-jokes" rel="external nofollow">Source</a>
		</p>

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

		<p>
			<span style="font-size:12px;"><em>Posted Thursday 4 December 2025 at 4:57 am AEST (my time).</em></span>
		</p>

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

		<p>
			<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
		</p>
	</div>
</div>
]]></description><guid isPermaLink="false">32743</guid><pubDate>Wed, 03 Dec 2025 18:59:08 +0000</pubDate></item><item><title>Windows 11 reaches new all-time high on Steam, climbing over 65%</title><link>https://nsaneforums.com/news/software-news/windows-11-reaches-new-all-time-high-on-steam-climbing-over-65-r32742/</link><description><![CDATA[<p>
	Valve has published the results of the November 2025 Hardware &amp; Software Survey, showing the latest changes in software and hardware preferences among PC gamers. Like <a automate_uuid="9f52abfc-e586-4282-bcfd-c2e9cdc8e543" href="https://www.neowin.net/admin/news/published/260502/" rel="external nofollow">previous months</a>, the November 2025 results show Windows 11's continuous growth and Windows 10's steady decline. Linux is also getting a little more popular, plus we have a new most popular graphics card.
</p>

<p>
	 
</p>

<p>
	According to Valve, as of early December 2025, Windows 11 has a 65.59% market share. In one month, it increased by 2.02 points. Windows 10 is at 29.06%, and its share decreased by 2.08 points. Windows 7, the final Windows version to appear on Valve's stat gauges, has a puny 0.08% market share (-0.01 points). Overall, 94.79% of all survey participants reported using Windows (-0.05 points).
</p>

<p>
	 
</p>

<p>
	Not everyone was willing to leave Windows 10 for Windows 11, though. The end of Windows 10 support encouraged many users to try Linux and its gaming-focused flavors, which is noticeable in Valve's stats, where Linux has reached a new all-time high of 3.2% (+0.15 points). Finally, macOS is third with 2.02% (-0.09 points).
</p>

<p>
	 
</p>

<p>
	When it comes to hardware, the Nvidia RTX 4060 Laptop took the crown of the most popular GPU among participants. It has 4.22% (+0.12 points), the desktop Nvidia RTX 3060 is second with a 4.16% share (-0.14 points). The RTX 3050 remains the third most popular graphics card with a 2.96% market share. In total, 73.83% of systems run an Nvidia graphics card, 18.05% an AMD graphics card, and 7.74% a GPU from Intel.
</p>

<p>
	 
</p>

<p>
	Other hardware picks remain mostly unchanged. The dominant specs include 16GB of RAM (40.94%), a 6-core processor (28.44%), 8 GB of video memory (33.36%), and a 1080p display (52.83%).
</p>

<p>
	 
</p>

<p>
	You can find more information <a automate_uuid="70433262-6bde-4d73-95c0-d8fceea80b9b" href="https://store.steampowered.com/hwsurvey" rel="external nofollow">on the official Steam website</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-reaches-new-all-time-high-on-steam-climbing-over-65/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 4 December 2025 at 4:56 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32742</guid><pubDate>Wed, 03 Dec 2025 18:56:45 +0000</pubDate></item><item><title>Beware of flashbangs in the latest Windows 11 updates</title><link>https://nsaneforums.com/news/software-news/beware-of-flashbangs-in-the-latest-windows-11-updates-r32730/</link><description><![CDATA[<p>
	On December 1, 2025, Microsoft released the November 2025 non-security update for Windows 11 versions 24H2 and 25H2 under <a automate_uuid="c9d3a620-74d9-4fda-a4a4-404807415ba2" href="https://www.neowin.net/news/kb5070311-optional-windows-11-november-2025-update-brings-long-list-of-new-features/" rel="external nofollow">KB5070311 (build numbers 26200.7309 and 26100.7309)</a>. While it is definitely odd to see a November update arriving on December 1, that is not the biggest offender in KB5070311. That title goes to a File Explorer bug that throws a stun grenade at you every time you open a new tab or window.
</p>

<p>
	 
</p>

<p>
	In the release notes, Microsoft warned users that those installing KB5070311 will encounter white display flashes when using File Explorer in dark mode, stating the following:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		After installing <a automate_uuid="840061d4-c1f0-4436-87ae-d9355e118875" href="https://www.neowin.net/news/kb5070311-optional-windows-11-november-2025-update-brings-long-list-of-new-features/" rel="external nofollow">KB5070311</a>, you might experience issues when opening File Explorer in dark mode. The window might briefly display a blank white screen before loading files and folders.
	</p>
</blockquote>

<p>
	White display flashes occur when you navigate to or from Home or Gallery, create a new tab, turn the Details pane on or off, or select "More details" when copying files.
</p>

<p>
	 
</p>

<p>
	This annoying bug is not an entirely new thing in Windows 11. Its dark mode is well-known for flashing a white screen when working with File Explorer or opening apps like Settings. While there are <a automate_uuid="61181be2-e215-49d9-9863-3e0168a1ff89" href="https://www.neowin.net/guides/how-to-fix-windows-11-file-explorer-flashing-in-dark-mode/" rel="external nofollow">temporary workarounds with third-party tweaks</a>, so far, we have not received an official fix from Microsoft. The company says it is working on a fix in a future update.
</p>

<p>
	 
</p>

<p>
	On the bright side (get it?), KB5070311 brought some much-needed improvements to dark mode, showing that <a automate_uuid="a075e78b-dc37-4d5b-ad99-df51e8a0db3c" href="https://www.neowin.net/news/microsoft-is-finally-taking-dark-mode-in-windows-more-seriously/" rel="external nofollow">Microsoft is finally taking dark mode support more seriously</a>. More classic UI elements now support dark theme, including copy/move progress dialogs, Folder Properties, Run, and more.
</p>

<p>
	 
</p>

<p>
	In addition to shipping File Explorer with stun grenades, Microsoft confirmed that the latest update has a lock screen bug where the password button is not visible in the sign-in options. Again, the company is working on a permanent fix that will be available in a future update.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/beware-of-flashbangs-in-the-latest-windows-11-updates/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 3 December 2025 at 5:03 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32730</guid><pubDate>Tue, 02 Dec 2025 19:03:44 +0000</pubDate></item><item><title>Firefox to get useful dedicated tool for when you need to upgrade to Windows 11</title><link>https://nsaneforums.com/news/software-news/firefox-to-get-useful-dedicated-tool-for-when-you-need-to-upgrade-to-windows-11-r32729/</link><description><![CDATA[<p>
	<a automate_uuid="fbafaa44-5fc8-46cb-a096-bbb246553e20" href="https://www.neowin.net/news/kb5072653-microsoft-outs-new-package-to-fix-kb5068781-windows-10-0x800f0922-install-error/" rel="external nofollow">Windows 10 support ended</a> nearly two and a half months ago, and so users are having to upgrade to Windows 11. This is necessary to continue receiving security and quality updates, the latest of which was released earlier today <a automate_uuid="84c7e166-04a6-4a93-b09c-3e5b59d01a7b" href="https://www.neowin.net/news/kb5070311-optional-windows-11-november-2025-update-brings-long-list-of-new-features/" rel="external nofollow">under KB5070311</a>.
</p>

<p>
	 
</p>

<p>
	When upgrading, one of the most important steps is, of course, backing up the data, and just like on your system, browser data backup is quite crucial too. In this day and age, when much of the world is online, every password and bookmark you save is probably hugely significant.
</p>

<p>
	 
</p>

<p>
	To help users in this regard, Mozilla is working on a dedicated backup tool for when people upgrade from Windows 10 to Windows 11. While there is no specific name for the feature, it has been referred to simply as "Firefox Backup" on <a automate_uuid="5ed88a02-e948-4b81-af1b-b86b0e8ee7f2" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1995365" rel="external nofollow">Bugzilla under ID 1995365</a> (spotted by <a automate_uuid="52451f01-6c16-42ec-8dbd-f90221c6d9fe" href="https://windowsreport.com/firefox-backup-windows-10-to-windows-11/" rel="external nofollow">Windows Report</a>).
</p>

<p>
	 
</p>

<p>
	Mozilla has also made the interface quite simple so that even non-tech-savvy users should be able to go through with the backup process. First, on a Windows 10 PC, two options are offered: "Sync with Firefox" and "Back up to PC".
</p>

<p>
	 
</p>

<p>
	After that, the utility offers a simpler "Easy setup" option as well as an "All Data" option, which will include sensitive information, too, like passwords. If the latter is selected, the backed-up data can be encrypted with a password to keep it safer.
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="firefox backup tool for windows 11 upgrade" class="ipsImage" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764660211_firefox_windows_11_upgrade_backup.webp">
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="firefox backup tool for windows 11 upgrade" class="ipsImage" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764660205_firefox_windows_11_upgrade_backup_2.webp">
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="firefox backup tool for windows 11 upgrade" class="ipsImage" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764660199_firefox_windows_11_upgrade_backup_3.webp">
</p>

<p>
	 
</p>

<p>
	Once you have selected the option for backup and the 'save' location for the backed-up data, the backup process gets 'scheduled' for daily activity. In case the "Easy setup" option was taken, the tool also lets users know that sensitive information like passwords and payment-related details is not included.
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="firefox backup tool for windows 11 upgrade" class="ipsImage" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764660192_firefox_windows_11_upgrade_backup_4.webp">
</p>

<p>
	 
</p>

<p class="img-center">
	<img alt="firefox backup tool for windows 11 upgrade" class="ipsImage" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764660187_firefox_windows_11_upgrade_backup_5.webp">
</p>

<p>
	 
</p>

<p>
	Finally, after the <a automate_uuid="9f6eb2ec-ff84-4628-bda7-31431a5d8aac" href="https://www.neowin.net/news/unofficial-windows-11-requirements-bypass-app-developer-is-truly-disappointed-with-microsoft/" rel="external nofollow">upgrade to Windows 11</a> is complete, a Firefox pop-up will greet the user once their backup data gets restored.
</p>

<p>
	 
</p>

<p>
	<img alt="firefox backup tool for windows 11 upgrade" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764660181_firefox_windows_11_upgrade_backup_6.webp">
</p>

<p>
	 
</p>

<p>
	If the "All data" option was selected, which includes sensitive information, the user will have to decrypt the backup files using the password they saved. So, do keep that handy.
</p>

<p>
	 
</p>

<p>
	<em>What do you think of this new Firefox feature? Is it as helpful as Mozilla wants it to be, or could it have been better? Let us know in the comments below.</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/firefox-to-get-useful-dedicated-tool-for-when-you-need-to-upgrade-to-windows-11/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 3 December 2025 at 5:01 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32729</guid><pubDate>Tue, 02 Dec 2025 19:01:56 +0000</pubDate></item><item><title>KB5070311 optional Windows 11 November 2025 update brings long list of new features</title><link>https://nsaneforums.com/news/software-news/kb5070311-optional-windows-11-november-2025-update-brings-long-list-of-new-features-r32722/</link><description><![CDATA[<p>
	Microsoft released the optional non-security preview update, also called the C-release, for November 2025 on Windows 11 23H2 last month <a automate_uuid="6d758c0d-ae3f-4ec7-a280-04a415f406ba" href="https://www.neowin.net/news/kb5070312-windows-11-gets-optional-update-that-fixes-annoying-file-explorer-bug/" rel="external nofollow">under KB5070312</a>. And while the month is over, at long last, the company has today rolled out the C-release for Windows 11 versions 25H2 and 24H2 as well. The new cumulative updates are available under KB5070311 and builds 26200.7309 and 26100.7309 for 25H2 and 23H2 respectively.
</p>

<p>
	 
</p>

<p>
	Since these are newer still-supported versions of Windows, Microsoft typically releases long lists of features when these updates drop, and today is no exception either. The full changelog is given below:
</p>

<p>
	 
</p>

<p>
	First up we have the changes rolling out to Copilot+ PCs:
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			<strong>[Agent in Settings]</strong>
		</p>

		<p>
			 
		</p>

		<ul>
			<li>
				<p>
					<em><strong>New! </strong></em>The search results menu displays more available results, making it easier to quickly find and modify your settings. A scroll bar lets you view all search results.
				</p>
			</li>
			<li>
				<p>
					<em><strong>New!</strong> </em> <strong>Recommended settings</strong> now makes changes faster by showing an inline agent option for recently modified settings.
				</p>
			</li>
			<li>
				<p>
					<em><strong>New!</strong> </em> A dialog now appears when settings can’t be adjusted further. It explains why and provides an option to modify the settings as needed.
				</p>

				<p>
					 
				</p>
			</li>
		</ul>
	</li>
	<li>
		<p>
			<strong>[Click to Do]</strong>
		</p>

		<p>
			 
		</p>

		<ul>
			<li>
				<p>
					<em><strong>New!</strong> 1 </em>The Click to Do context menu now has a streamlined design that makes it easier to access frequently used actions such as <strong>Copy</strong>, <strong>Save</strong>, <strong>Share</strong>, and <strong>Open</strong>. You can quickly find what you need.
				</p>
			</li>
			<li>
				<p>
					<em><strong>New!</strong> </em><em><strong> </strong></em>Whenever a large image or table appears on your screen, the context menu automatically opens so you can quickly access actions and view results.
				</p>

				<p>
					 
				</p>
			</li>
		</ul>
	</li>
	<li>
		<p>
			<strong>[Camera]</strong> <em> <strong>New!</strong> </em> You can use <a automate_uuid="a65cbee2-0d35-46d5-a3be-30464c8785dd" class="ocpArticleLink" href="/en-us/windows/windows-studio-effects-273c1fa8-2b3f-41b1-a587-7cc7a24b62d8" rel="">Windows Studio Effects</a>, which provides AI-powered camera enhancements, on an additional camera such as a USB webcam or your laptop’s built-in rear camera. To get started, go to <strong>Settings</strong> &gt; <strong>Bluetooth &amp; devices</strong> &gt; <strong>Cameras</strong>, and select your preferred camera from the connected cameras list. Then, open<strong> Advanced camera options</strong> and turn on <strong>Use Windows Studio Effects</strong>. After you turn it on, you can adjust Studio Effects from the camera settings page or the quick settings menu in the taskbar.
		</p>

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

		<p>
			 
		</p>

		<ul>
			<li>
				<p>
					<em><strong>New!</strong> </em> The File Explorer Search Box placeholder text has been updated to highlight the enhanced Windows Search experiences.
				</p>
			</li>
			<li>
				<p>
					<em><strong>New!</strong> </em> File ExplorerHome on-hover actions for faster file management (previously released in <a automate_uuid="818c03a3-721e-4421-9786-4bf6b598d581" class="ocpArticleLink" href="/en-us/topic/october-28-2025-kb5067036-os-builds-26200-7019-and-26100-7019-preview-ec3da7dc-63ba-4b1d-ac41-cf2494d2123a" rel="">KB5067036</a>) is now available for enterprise customers.
				</p>

				<p>
					 
				</p>
			</li>
		</ul>
	</li>
	<li>
		<p>
			<strong>[Windows Search]</strong> <em> <strong>New!</strong> </em> You can now find your AI-categorized photos from the Microsoft Photos app using Windows Search with semantic search.
		</p>

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

<p>
	<span style="font-size:16px">Up next we have the release notes for traditional Windows 11 PCs:</span>
</p>

<p>
	 
</p>

<div class="ocpSection">
	<div aria-labelledby="ID0EBBBDBDJ-button" class="ocpebw" id="ID0EBBBDBDJ-panel" role="region">
		<div class="ocpExpandoBody">
			<p>
				<strong>Improvements and fixes</strong>
			</p>

			<p>
				 
			</p>

			<ul>
				<li>
					<p>
						<strong>[Advanced Settings]</strong> <em><strong>New!</strong></em> You can now turn on Virtual Workspaces in <strong>Advanced Settings</strong>. Virtual Workspaces allow you to enable or disable virtual environments such as Hyper-V and Windows Sandbox. To access Virtual Workspaces, go to <strong>Settings</strong> &gt; <strong>Systems</strong> &gt; <strong>Advanced</strong>.
					</p>
				</li>
				<li>
					<p>
						<strong>[Desktop Spotlight]</strong> <em> <strong> New! </strong> </em>When Windows Spotlight is set as your desktop background (<strong>Settings</strong> &gt; <strong>Personalization </strong>&gt; <strong>Background</strong>), the context menu now includes two options: <strong>Learn more about this background</strong> and <strong>Next desktop background</strong>.
					</p>

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

					<p>
						 
					</p>

					<ul>
						<li>
							<p>
								<em><strong>New!</strong> </em> File Explorer now offers a more consistent dark mode experience. Key actions such as <strong>copy</strong>, <strong>move</strong>, and <strong>delete dialogs</strong> have been updated in both default and expanded views. <strong>Progress bars</strong> and <strong>chart views</strong> now align with the dark theme to improve readability. <strong>Confirmation dialogs</strong> for actions like <strong>skip</strong>, <strong>override</strong>, and <strong>file selection</strong>, along with multiple error dialogs, have also been refreshed for a cohesive look.
							</p>
						</li>
						<li>
							<p>
								<strong><em>New! </em></strong>The simplified File Explorer context menu for easier navigation. Common actions like <strong>Share</strong>, <strong>Copy</strong>, and <strong>Move</strong> now appear in a single organized menu. This change removes clutter and makes commands easier to find, whether you use a mouse, keyboard, or assistive technology. This change will initially be available to a small group of devices as we evaluate the best approach.
							</p>
						</li>
						<li>
							<p>
								Fixed: File Explorer might unexpectedly not show thumbnails for video files containing certain <span class="ocpCodeInline">EXIF</span> metadata.
							</p>
						</li>
						<li>
							<p>
								Fixed: A toolbar might sometimes appear unexpectedly in File Explorer.
							</p>
						</li>
						<li>
							<p>
								Fixed: When you right-click a file, the app icon next to the <strong>Open</strong> option might appear generic instead of showing the default app for that file type.
							</p>

							<p>
								 
							</p>
						</li>
					</ul>
				</li>
				<li>
					<p>
						<strong>[Gaming]</strong> <em> <strong>New! </strong> </em>The full screen experience (FSE) is now available on more Windows 11 handheld devices after its initial launch on <a automate_uuid="78962394-bf8c-43df-93f2-d6167f513407" class="ocpExternalLink" href="https://news.xbox.com/2025/08/20/rog-xbox-ally-handheld-release-date-october-features/" target="_blank" rel="external nofollow">ASUS ROG Ally and ROG Ally X</a>. FSE gives you a console-style interface with theXbox app, making handheld gaming clean and distraction-free. It improves performance by minimizing background tasks, so gameplay stays smooth and responsive. To turn it on, go to <strong>Settings</strong> &gt;<strong> Gaming </strong>&gt; <strong>Full screen experience</strong>, and set Xbox as your home app. You can open FSE from <strong>Task View</strong> or <strong>Game Bar</strong>, or configure your handheld to enter full screen experience on startup.
					</p>

					<p>
						 
					</p>
				</li>
				<li>
					<p>
						<strong>[Input]</strong> <em> <strong>New!</strong> </em> Pens that support haptic feedback—small vibrations that simulate touch—now provide tactile responses when you interact with the Windows interface. For example, you might feel vibrations when hovering over the <strong>close button</strong> or when <strong>snapping</strong> and <strong>resizing windows</strong>.
					</p>

					<p>
						 
					</p>
				</li>
				<li>
					<p>
						<strong>[Keyboard]</strong> <em><strong>New!</strong></em> Keyboard backlight performance has improved on supported HID-compliant keyboards. Compatible keyboards display keys clearly in low-light environments, and the backlight adjusts to help conserve power.
					</p>

					<p>
						 
					</p>
				</li>
				<li>
					<p>
						<strong>[Mobile Device Settings]</strong> <em><strong>New!</strong></em> You can add and manage your mobile devices in <strong>Settings</strong> under <strong>Bluetooth &amp; Devices </strong>› <strong>Mobile Devices</strong>. On this page you can manage features such as using your device as a connected camera or accessing your device’s files in File Explorer.
					</p>

					<p>
						 
					</p>
				</li>
				<li>
					<p>
						<strong>[OneDrive]</strong> <em> <strong>New! </strong> </em>The new OneDrive icon now appears in <strong>Settings</strong> &gt; <strong>Accounts</strong> &gt; <strong>Homepage</strong>.
					</p>

					<p>
						 
					</p>
				</li>
				<li>
					<p>
						<strong>[Recovery] <em>New</em>! </strong>Quick Machine Recovery (QMR) now runs a one-time scan on PCs with settings <strong>quick machine recovery</strong> and <strong>automatically check for solutions</strong> are both turned on. If a fix isn’t available immediately, QMR directs you to the best recovery options to get your PC running again
					</p>

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

					<p>
						 
					</p>

					<ul>
						<li>
							<p>
								<em><strong>New!</strong> </em> Keyboard settings for "character repeat delay and rate", and "cursor blink rate", have moved from Control Panel to Settings. You can now find "character repeat delay and rate" under <strong>Settings</strong> &gt; <strong>Accessibility </strong>&gt; <strong>Keyboard</strong>, and "cursor blink rate" under <strong>Settings </strong>&gt; <strong>Accessibility</strong> &gt; <strong>Text cursor</strong>. 
							</p>
						</li>
						<li>
							<p>
								<em><strong>New!</strong> </em> <strong>About</strong> in <strong>Settings</strong> now has an updated layout that organizes device details and related options in one place. You can quickly access features such as Storage settings for faster navigation.
							</p>
						</li>
						<li>
							<p>
								Fixed: <strong>Settings</strong> might become unresponsive when attempting to navigate to the <strong>Network &amp; Internet</strong> section.
							</p>
						</li>
						<li>
							<p>
								Fixed: The search bar in <strong>Settings</strong> might become overlapped with the minimum and maximum buttons in the title bar.
							</p>

							<p>
								 
							</p>
						</li>
					</ul>
				</li>
				<li>
					<p>
						<strong>[Taskbar &amp; System Tray]</strong>
					</p>

					<p>
						 
					</p>

					<ul>
						<li>
							<p>
								<strong><em>New!</em> </strong> Animations for app groups on the taskbar have been updated. When you hover over app groups on the taskbar, you can see the preview transition as you slide between apps.
							</p>
						</li>
						<li>
							<p>
								<em><strong>New!</strong> </em> You can now share an open app window with Copilot directly from the taskbar. When you hover over an open app, you’ll see the option to share its window with Copilot—similar to <a automate_uuid="650da1f4-adb5-4784-b7a0-9ba3e667163e" class="ocpArticleLink" href="/en-us/windows/customize-the-taskbar-in-windows-0657a50f-0cc7-dbfd-ae6b-05020b195b07" rel="">sharing in Microsoft Teams</a>. Hover over the app icon, select <strong>Share with Copilot </strong>to start a conversation. <a automate_uuid="f12d0bb3-6255-45cb-93a5-0df575643552" class="ocpArticleLink" href="/en-us/topic/using-copilot-vision-with-microsoft-copilot-3c67686f-fa97-40f6-8a3e-0e45265d425f" rel="">Copilot Vision</a> will analyze the content you shared and provide insights based on what’s displayed in that app.
							</p>
						</li>
						<li>
							<p>
								Fixed: The <strong>Automatically hide the taskbar</strong> setting might unexpectedly turn off, after seeing a message saying <strong>a toolbar is already hidden on this side of your screen</strong>.
							</p>
						</li>
						<li>
							<p>
								Fixed: Voice access doesn't work correctly when attempting to interact with the taskbar (calling out a number might not invoke that item).
							</p>
						</li>
						<li>
							<p>
								Fixed: The taskbar icons might automatically scale to be smaller, although there is enough room left without scaling changes.
							</p>

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

					<p>
						 
					</p>

					<ul>
						<li>
							<p>
								<em><strong>New!</strong> </em> You can choose a default dashboard in Widget Board settings. When live weather is showing, the Widget Board opens the first dashboard in your navigation bar instead of the most recently used one, making the experience consistent. To set your default dashboard, open the full-page <strong>Widgets Settings</strong> by selecting <strong>Settings</strong> in the <strong>navigation bar</strong>, then move your preferred dashboard to the top.
							</p>
						</li>
						<li>
							<p>
								<em><strong>New!</strong> </em> Dashboard icons in the Widget navigation bar now show numbers that correspond to the number of alerts from that dashboard. Navigation bar badges clear automatically when you leave a dashboard, making it easy to track what’s new.
							</p>

							<p>
								 
							</p>
						</li>
					</ul>
				</li>
				<li>
					<p>
						<strong>[Windows Share]</strong>
					</p>

					<p>
						 
					</p>

					<ul>
						<li>
							<p>
								<em><strong>New!</strong> </em> 2 Drag tray now supports multi-file sharing, shows more relevant apps, and makes it easy to move files to a chosen folder.
							</p>
						</li>
						<li>
							<p>
								<em><strong>New!</strong> 2 </em> You can now turn drag tray on or off from <strong>Settings </strong>&gt; <strong>System</strong> &gt; <strong>Nearby sharing</strong>.
							</p>
						</li>
						<li>
							<p>
								<em><strong>New!</strong> </em> 3 You can share OneDrive files through other apps. The options appear under <strong>Share using</strong> when you select the <strong>Copy link</strong>. You must be signed into your Microsoft account.
							</p>

							<p>
								 
							</p>
						</li>
					</ul>
				</li>
				<li>
					<p>
						<strong>[Display and Graphics] </strong>
					</p>

					<p>
						 
					</p>

					<ul>
						<li>
							<p>
								Improved: Performance has been improved when apps query monitors for their full list of supported modes. When this happens it could previously lead to a momentary stutter on very high-resolution monitors. This work should help prevent and reduce stuttering in these scenarios.
							</p>
						</li>
						<li>
							<p>
								Fixed: All-in-one PCs might experience issues with their brightness slider, where it unexpectedly reverts to the original brightness when interacting with it.
							</p>
						</li>
						<li>
							<p>
								Fixed: Recently certain games might display the message <span class="ocpCodeInline">Unsupported graphics card detected</span>, although a supported graphics card is used.
							</p>

							<p>
								 
							</p>
						</li>
					</ul>
				</li>
				<li>
					<p>
						<strong>[Game Pass]</strong> References to Game Pass in Settings are now modified to reflect updated branding and benefits.
					</p>

					<p>
						 
					</p>
				</li>
				<li>
					<p>
						<strong>[Start menu]</strong> Improved: For users with the new <a automate_uuid="9319f30b-7f45-4205-9c0d-8b2238dc96da" class="ocpArticleLink" href="/en-us/topic/october-28-2025-kb5067036-os-builds-26200-7019-and-26100-7019-preview-ec3da7dc-63ba-4b1d-ac41-cf2494d2123a" rel="">Start menu</a>, the Windows Search panel now matches the new Start menu in size. This update aims to create a smoother transition when searching.
					</p>

					<p>
						 
					</p>
				</li>
				<li>
					<p>
						<strong>[Lock and Sign-in Screens] </strong>
					</p>

					<p>
						 
					</p>

					<ul>
						<li>
							<p>
								Fixed: It might be very slow the first time when signing into a new account.
							</p>
						</li>
						<li>
							<p>
								Fixed: When your lock screen is set to slide show, there might be a memory leak. Memory leaks can lead to performance or reliability issues over time.
							</p>

							<p>
								 
							</p>
						</li>
					</ul>
				</li>
				<li>
					<p>
						<strong>[Smart cards]</strong> Fixed: You might unexpectedly see <span class="ocpCodeInline">STATUS_NOT_SUPPORTED</span> (<span class="ocpCodeInline">0xc00000bb) </span>during sign on when using ECC Smart Card Logon Credential.
					</p>

					<p>
						 
					</p>
				</li>
				<li>
					<p>
						<strong>[Prism]</strong> Windows on Arm devices now have emulation support for applications that use AVX and AVX2, as well as related extensions such as BMI, FMA, and F16C.
					</p>

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

			<p>
				You can find the support article <a automate_uuid="7dcde2e6-b49a-40c9-8868-3a2534546df3" href="https://support.microsoft.com/en-us/topic/december-1-2025-kb5070311-os-builds-26200-7309-and-26100-7309-preview-5cd455bf-3291-47fa-b0bf-e5f60d0ea7af#id0ebdj=gradual_rollout" rel="external nofollow">here</a> on Microsoft's official site.
			</p>

			<p>
				 
			</p>
		</div>
	</div>
</div>

<div aria-labelledby="section-3_tabControl-1_tab-2" class="tabControl__tabpanel" hidden="" id="section-3_tabControl-1_tabPanel-2" role="tabpanel" tabindex="-1">
	<p>
		This non-security update includes quality improvements. The following summary outlines key issues addressed by the KB update after you install it. Also, included are available new features. The bold text within the brackets indicates the item or area of the change.
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			<p>
				<strong>[Notifications]</strong> Fixed: After the latest updates, <span class="ocpCodeInline">explorer.exe</span> might stop responding (leading to the taskbar becoming unresponsive) after certain notifications.
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				<strong>[Search indexer]</strong> Fixed: This update addresses an issue where File Explorer might not search certain SMB (Server Message Block) shares after the latest updates.
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				<strong>[Security]</strong> Fixed: This update addresses an issue that affects Local Security Authority Subsystem Service (LSASS). LSASS could become unstable due to an access violation.
			</p>

			<p>
				 
			</p>
		</li>
		<li>
			<p>
				<strong>[Settings]</strong> Fixed: This update addresses an issue when Settings might unexpectedly close when navigating to <strong>Settings </strong>&gt; <strong>Privacy &amp; Security</strong> &gt; <strong>Microphone</strong>, <strong>Camera</strong>, or <strong>Location</strong> pages after the latest updates.
			</p>

			<p>
				 
			</p>

			<p>
				 
			</p>

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

<p>
	<a href="https://www.neowin.net/news/kb5070311-optional-windows-11-november-2025-update-brings-long-list-of-new-features/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 2 December 2025 at 5:07 pm AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32722</guid><pubDate>Tue, 02 Dec 2025 07:08:45 +0000</pubDate></item><item><title>Unofficial Windows 11 requirements bypass app developer is truly disappointed with Microsoft</title><link>https://nsaneforums.com/news/software-news/unofficial-windows-11-requirements-bypass-app-developer-is-truly-disappointed-with-microsoft-r32718/</link><description><![CDATA[<p>
	Recently Microsoft announced that it is adding a very simple yet effective way to boost the performance of Teams desktop on Windows 11 PCs. The company has explained the feature in some detail and <a automate_uuid="ed8df73a-b54d-480c-9f3c-b967957149df" href="https://www.neowin.net/news/microsoft-explains-how-its-making-windows-11-teams-faster-in-2026-with-a-simple-new-feature/" rel="external nofollow">how it can be implemented</a>.
</p>

<p>
	 
</p>

<p>
	Performance is of course one of the most important aspects of any application such that its user interface (UI) and overall user experience (UX) also remain simple, intuitive, and yet fluid.
</p>

<p>
	 
</p>

<p>
	Microsoft is making improvements in this regard in the <a automate_uuid="0d552c55-0880-4fc9-ab24-bf1745d7c152" href="https://www.neowin.net/news/windows-11-25h2-gets-faster-file-explorer-with-improved-context-menus-and-more-in-new-build/" rel="external nofollow">case of Windows 11 as well</a> and while many may not agree, Neowin's own performance review for Windows 11 24H2 vs Windows 10 22H2 showed <a automate_uuid="70d348a8-8e4c-4fda-9f81-8d07fc3318ba" href="https://www.neowin.net/news/windows-10-vs-windows-11-2025-performance-benchmarks-shows-holdouts-they-should-upgrade/" rel="external nofollow">significant upgrades in some areas</a>.
</p>

<p>
	 
</p>

<p>
	However, there are problems of course and the company also recently acknowledged many <a automate_uuid="de162a34-1417-4efc-a516-59440758cc6f" href="https://www.neowin.net/news/microsoft-finally-admits-almost-all-major-windows-11-core-features-are-broken/" rel="external nofollow">major issues in the entire Windows Shell</a>, which include key OS features like the Taskbar, Explorer, and more, for certain enterprise systems, and issues are related one way or other to XAML which essentially makes up the vast majority of Windows UI elements built on UWP, WPF, WinUI.
</p>

<p>
	 
</p>

<p>
	As you may already know, Windows 10 recently <a automate_uuid="265c4b6e-742f-45d8-ac65-349c733e5b53" href="https://www.neowin.net/news/windows-11s-adoption-is-much-slower-compared-to-windows-10-claims-dell/" rel="external nofollow">reached the end of servicing</a> and many Windows 10 PCs may not meet the system requirements.
</p>

<p>
	 
</p>

<p>
	One of the most useful third-party apps out there which allows bypassing the requirements is Flyoobe and the author of the app released the latest software update for it this week. The update includes a performance boost and it is promising lower memory usage than before. While mentioning this the developer also expresses their disappointment with the overall state of Windows as they write:
</p>

<p>
	 
</p>

<p>
	"Further sped up app startup and trimmed memory usage, not that it was ever a bloated XAML/WinUI monster like the Windows 11 Start menu or Explorer… but hey, every millisecond counts (yes, Im currently at war with Microsoft's performance choices.
</p>

<p>
	 
</p>

<p>
	Maybe one day they'll fix real performance issues instead of adding another glowing Copilot button. And honestly, it hurts watching an OS you once loved slowly being run into the ground by the wrong priorities and decisions; lets see how long it takes until they manage to chase me away to another shore as well)"
</p>

<p>
	 
</p>

<p>
	As we mentioned above, our own testing showed definitive improvement on the latest versions of Windows 11 but that was in benchmarks and indeed many Neowin readers often do comment about how they feel the OS just does not feel snappy, quick and reactive enough and hence the app author may not be alone in that regard.
</p>

<p>
	 
</p>

<p>
	Aside from the performance gains, the new Flyoobe update also contains UI and UX improvements. The remaining changelog is given below:
</p>

<p>
	 
</p>

<ul>
	<li>
		<p>
			Polished the action buttons with a modern compact mode: show icon + label by default, then switch to a sleek icon-only look while active (just like native Windows 11 apps)
		</p>
	</li>
	<li>
		<p>
			Flyby11 is back in its classic outfit inside FlyOOBE: the UpgradeOOBE (Flyby11) UI has been simplified and brought closer to the original look, while the built-in Autopilot has been upgraded to guide you more autonomously through the Windows 11 installation
		</p>

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

<p>
	You can download the latest version of the app, 2.2, from <a automate_uuid="548a0f27-f332-4714-ac53-edc0cff76722" href="https://github.com/builtbybel/FlyOOBE/releases/tag/2.2.812" rel="external nofollow">this page</a> on its official GitHub repo.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/unofficial-windows-11-requirements-bypass-app-developer-is-truly-disappointed-with-microsoft/" rel="external nofollow">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="25482" data-embedcontent="" data-embedid="embed9965105180" src="https://nsaneforums.com/topic/478870-flyoobe-v22-build-812/?do=embed&amp;comment=1884785&amp;embedComment=1884785&amp;embedDo=findComment#comment-1884785" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 2 December 2025 at 4:22 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32718</guid><pubDate>Mon, 01 Dec 2025 18:24:15 +0000</pubDate></item><item><title>Microsoft explains how it's making Windows 11 Teams faster in 2026 with a simple new feature</title><link>https://nsaneforums.com/news/software-news/microsoft-explains-how-its-making-windows-11-teams-faster-in-2026-with-a-simple-new-feature-r32717/</link><description><![CDATA[<p>
	Last week Microsoft announced a small but very significant upgrade for Teams. That is because the company is preparing a performance upgrade for the Teams Desktop Client on Windows by debuting a new dedicated child process.
</p>

<p>
	 
</p>

<p>
	We say the change is significant as it targets what Microsoft says is one of the most resource-intensive aspects of Teams, and that is call handling. Thus by offloading this workload into a dedicated process, Microsoft aims to improve startup times and optimize system resource usage, and this should technically enhance the meeting experiences for end users.
</p>

<p>
	 
</p>

<p>
	This also appears to be a better alternative than simply preloading apps like the company now does with "<a automate_uuid="a09b6336-06aa-49d3-975f-c8b4bedc87a7" href="https://www.neowin.net/news/microsoft-almost-released-an-annoying-windows-office-performance-boost-feature/" rel="external nofollow">Office Startup Boost</a>".
</p>

<p>
	 
</p>

<p>
	If you are wondering how it is being done, Microsoft says that beginning in early January 2026, a separate Windows process named ms-teams_modulehost.exe will run alongside the main Teams executable file (ms-teams.exe), thus separating the calling stack from the core Teams application.
</p>

<p>
	 
</p>

<p>
	It writes: "We’re improving the performance and startup time of calling features in the Microsoft Teams Desktop Client for Windows. To achieve this, we’re introducing a new child process named ms-teams_modulehost.exe that will handle the calling stack separately from the main application process (ms-teams.exe). This change optimizes resource usage and enhances meeting experiences."
</p>

<p>
	 
</p>

<p>
	For IT admins and system administrators, Microsoft notes that the new process will appear in Task Manager under the main Teams entry. While the addition is designed to be seamless, endpoint management and security software must be updated to allowlist ms-teams_modulehost.exe alongside ms-teams.exe; failure to do so could result in unnecessary alerts or blocked functionality as after all, false alerts are <a automate_uuid="69858bab-7286-4017-94c7-057b319cb28b" href="https://www.neowin.net/news/kb5060829-microsoft-confirms-new-upcoming-windows-11-24h2-feature-is-triggering-firewall/" rel="external nofollow">fairly common</a>.
</p>

<p>
	 
</p>

<p>
	The company has also recommended that admins should NOT remove QoS (Quality of Service) settings for ms-teams.exe and that they should only add new QoS settings for ms-teams_modulehost.exe.
</p>

<p>
	 
</p>

<p>
	Besides a performance boost though, Microsoft has added that no changes to user workflows or user interface (UI) should be expected. Those who have access to Microsoft 365 Admin Center portal can view it under ID <a automate_uuid="e14180d3-7ef0-4135-8acf-4a20d49e7154" href="https://admin.microsoft.com/#/MessageCenter/:/messages/MC1189656" rel="external nofollow">MC1189656</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-explains-how-its-making-windows-11-teams-faster-in-2026-with-a-simple-new-feature/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 2 December 2025 at 4:20 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32717</guid><pubDate>Mon, 01 Dec 2025 18:21:13 +0000</pubDate></item><item><title>Microsoft says new Outlook can't open some Excel attachments</title><link>https://nsaneforums.com/news/software-news/microsoft-says-new-outlook-cant-open-some-excel-attachments-r32716/</link><description><![CDATA[<p>
	Microsoft is working to resolve a known issue that prevents some users from opening Excel email attachments in the new Outlook client.
</p>

<p>
	 
</p>

<p>
	According to a service alert (<a href="https://admin.microsoft.com/#/MessageCenter/:/messages/EX1189359" rel="external nofollow" target="_blank">EX1189359</a>) seen by BleepingComputer, the bug has been impacting Exchange Online customers since at least November 23rd.
</p>

<p>
	 
</p>

<p>
	Microsoft says it has already deployed a fix to address the bug and added that the root cause is an encoding error in Excel file names, which triggers a "Try opening the file again later." error for affected users.
</p>

<p>
	 
</p>

<p>
	While Microsoft also noted that this issue may affect any user who attempts to open attachments with non-ASCII characters in the name, it has not yet provided more details on the extent of the problem.
</p>

<p>
	 
</p>

<p>
	However, this incident has already been tagged as an advisory, a label commonly used to describe service issues typically involving limited scope or impact.
</p>

<p>
	 
</p>

<p>
	"Any user may be unable to open Excel files attached to email messages in the new Outlook client if the attachment contains non-ASCII characters," it said when it acknowledged the bug.
</p>

<p>
	 
</p>

<p>
	"We've developed a fix to address the missing encoding in the requests used to open files. We're validating this deployment while we work to understand why this encoding error is occurring," Microsoft added in a Monday update.
</p>

<p>
	 
</p>

<p>
	The fix has yet to reach all affected customers, and Microsoft advised those experiencing issues opening Excel email attachments to use Outlook on the web or download the file to open the documents on their own systems.
</p>

<p>
	 
</p>

<p>
	In recent months, Microsoft <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-bug-preventing-users-from-opening-classic-outlook/" rel="external nofollow" target="_blank">fixed a major bug</a> that prevented Microsoft 365 users from launching the classic Outlook client on Windows systems and <a href="https://www.bleepingcomputer.com/news/microsoft/new-bug-in-classic-outlook-can-only-be-fixed-via-microsoft-support/" rel="external nofollow" target="_blank">addressed a known issue</a> causing the classic Outlook email client to crash upon launch.
</p>

<p>
	 
</p>

<p>
	In March, Microsoft <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-fixes-button-that-restores-classic-outlook-client/" rel="external nofollow" target="_blank">addressed a known issue</a> that caused the new Outlook email client to crash when users clicked a button meant to help them switch back to classic Outlook.
</p>

<p>
	 
</p>

<p>
	Microsoft also announced in January that it <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-to-force-install-new-outlook-on-windows-10-pcs-in-february/" rel="external nofollow" target="_blank">would force install the new Outlook</a> on Windows 10 systems starting with the February 2025 security update.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-says-new-outlook-cant-open-some-excel-attachments/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 2 December 2025 at 4:20 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32716</guid><pubDate>Mon, 01 Dec 2025 18:20:34 +0000</pubDate></item><item><title>Samsung Magician gets big update to version 9.0 with reworked UI, widgets, and more</title><link>https://nsaneforums.com/news/software-news/samsung-magician-gets-big-update-to-version-90-with-reworked-ui-widgets-and-more-r32715/</link><description><![CDATA[<p>
	If you have a Samsung SSD on a Windows PC or Mac, you probably know about the Samsung Magician app. This program lets you monitor your drive, customize its features, update firmware, and do more. There is now a big new update available for download under version 9.0, which brings a reworked user interface, widget improvements, and more.
</p>

<p>
	 
</p>

<p>
	Starting with version 9.0, Samsung increased the minimum system requirement for the Magician app. While Windows 10 is still supported, Mac users have to update to macOS Catalina or newer to run the latest release. Windows 10 will eventually be left out, but it is too early to leave the operating system out, especially given that<a automate_uuid="69bab8da-f76d-4bcf-83c5-33876e29070e" href="https://www.neowin.net/news/windows-11s-adoption-is-much-slower-compared-to-windows-10-claims-dell/" rel="external nofollow" target="_blank"> Windows 11's adoption is slower than expected</a>.
</p>

<p>
	 
</p>

<p>
	Next, Samsung redesigned the app with a new user interface. The overall look remains similar to version 8, but it is now more modern, and the iconic blue color has been swapped for a simpler dark gray background. Another welcome addition is that banner ads have been removed from the home screen. While ads are still there (you can find them in the side menu and deep inside the app), the home screen is now cleaner and less distracting.
</p>

<figure class="image image--expandable">
	<img alt="The Samsung Magician app" class="ipsImage" height="434" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/12/1764587331_2.webp">
</figure>

<p>
	Another big change is that you can now customize what widgets appear on the home screen. You can move widgets around, remove ones that you do not need, and add extra widgets to create a dashboard that suits your needs best.
</p>

<p>
	 
</p>

<p>
	As for compatibility, there are no new devices added. The app remains compatible with most of Samsung's latest and older solid-state drives and memory cards. You can find the complete list of supported devices<a automate_uuid="300c5625-4f54-4f8c-9aab-a029b2fa7dc6" href="https://download.semiconductor.samsung.com/resources/software-resources/Samsung_Magician_9_0_0_Installation_Guide.pdf" rel="external nofollow" target="_blank"> in the official documentation</a>.
</p>

<p>
	 
</p>

<p>
	Samsung Magician is <a automate_uuid="76fbe277-314a-4c32-915a-52d945e2c43e" href="https://semiconductor.samsung.com/consumer-storage/support/tools/" rel="external nofollow" target="_blank">available for download from the official website</a>. The app works on macOS 10.15 Catalina (and newer) and Windows 10 (and newer). Linux is not supported.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/samsung-magician-gets-big-update-to-version-90-with-reworked-ui-widgets-and-more/" rel="external nofollow" target="_blank">Source</a>
</p>

<p>
	 
</p>
<iframe allowfullscreen="" class="ipsEmbed_finishedLoading" data-controller="core.front.core.autosizeiframe" data-embedauthorid="113165" data-embedcontent="" data-embedid="embed480884190" src="https://nsaneforums.com/topic/478912-samsung-ssd-magician-900910/?do=embed&amp;comment=1884898&amp;embedComment=1884898&amp;embedDo=findComment#comment-1884898" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 2 December 2025 at 4:08 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32715</guid><pubDate>Mon, 01 Dec 2025 18:19:43 +0000</pubDate></item><item><title>Ruby Is Not a Serious Programming Language</title><link>https://nsaneforums.com/news/software-news/ruby-is-not-a-serious-programming-language-r32714/</link><description><![CDATA[<h3>
	Ruby survives on affection, not utility. Let's move on.
</h3>

<p>
	<span class="lead-in-text-callout">My little theory</span> is that the concept of “imprinting” in psychology can just as easily be applied to programming: Much as a baby goose decides that the first moving life-form it encounters is its parent, embryonic programmers form ineradicable attachments to the patterns and quiddities of their first formative language.
</p>

<p>
	 
</p>

<p>
	For many people, that language is Ruby. It’s often credited with making programming “click”; imprintees speak of it with a certain indebtedness and affection. I get that. I wrote my first “Hello world” in an awful thing called Java, but programming only began to feel intuitive when I learned <a href="https://www.wired.com/story/javascript-runs-the-world-maybe-literally/" rel="external nofollow">JavaScript</a> (I know, I know) and OCaml—both of which fundamentally shaped my tastes.
</p>

<p>
	 
</p>

<p>
	I arrived somewhat late to Ruby. It wasn’t until my fourth job that I found myself on a team that mainly used it. By then, I’d heard enough paeans to its elegance that I was full of anticipation, ready to be charmed, to experience the kind of professional satori its adherents described. My dislike for it was immediate.
</p>

<p>
	 
</p>

<p>
	To arrive at a language late is to see it without the forgiving haze of sentimentality that comes with imprinting—the fond willingness to overlook a flaw as a quirk. What I saw wasn’t a bejeweled tool but a poor little thing that hadn’t quite gotten the news that the world of programming had moved on.
</p>

<p>
	 
</p>

<p>
	<span class="lead-in-text-callout">Ruby was created</span> in 1995 by the Japanese programmer Yukihiro Matsumoto, affectionately called “Matz.” Aside from creating the only major programming language to have originated outside the West, this Osaka-born practicing Mormon is also known for being exceptionally nice, so much so that the Ruby community adopted the motto MINASWAN, for “Matz Is Nice And So We Are Nice.”
</p>

<p>
	 
</p>

<p>
	Befitting this, as well as its pretty name, Ruby is easy on the eyes. Its syntax is simple, free of semicolons or brackets. More so even than <a href="https://www.wired.com/story/how-i-became-a-python-programmer-and-distanced-myself-from-the-machine/" rel="external nofollow">Python</a>—a language known for its readability—Ruby reads almost like plain English.
</p>

<p>
	 
</p>

<p>
	Programming languages are generally divided into two camps: statically typed and dynamically typed. A static-type system resembles a set of Legos in which pieces interlock only with others of the right shape and size, making certain mistakes physically impossible. With dynamic typing, you can jam pieces together however you want. While this is theoretically more flexible on a small scale, that freedom backfires when you’re building large structures—certain types of errors are caught only when the program is running. The moment you put weight on your Lego footbridge, in other words, it slumps into a useless heap.
</p>

<p>
	 
</p>

<p>
	Ruby, you might’ve guessed, is dynamically typed. Python and JavaScript are too, but over the years, those communities have developed sophisticated tools to make them behave more responsibly. None of Ruby’s current solutions are on par with those. It’s far too conducive to what programmers call “footguns,” features that make it all too easy to shoot yourself in the foot.
</p>

<p>
	 
</p>

<p>
	Critically, Ruby’s performance profile consistently ranks near the bottom (read: slowest) among major languages. You may remember Twitter’s infamous “fail whale,” the error screen with a whale lifted by birds that appeared whenever the service went down. You could say that Ruby was largely to blame. Twitter’s collapse during the 2010 World Cup served as a wake-up call, and the company resolved to migrate its backend to Scala, a more robust language.
</p>

<p>
	 
</p>

<p>
	The move paid off: By the 2014 World Cup, Twitter handled a record 32 million tweets during the final match without an outage. Its new Scala-based backend could process up to 100 times faster than Ruby. In the 2010s, a wave of companies replaced much of their Ruby infrastructure, and when legacy Ruby code remained, new services were written in higher-performance languages.
</p>

<p>
	 
</p>

<p>
	What’s more, everything Ruby does, another language now does better, leaving it without a distinct niche. For quick scripting and automation, Python, JavaScript, and <a href="https://www.wired.com/story/programmers-arent-humble-anymore-nobody-codes-in-perl/" rel="external nofollow">Perl</a> were strong competitors. Python, though also a slow language, carved out a dominant niche in scientific computing and became the de facto language of AI. JavaScript came to dominate the web. And Perl, well, is dying—which I’m not sorry to see. Ruby now finds itself in an awkward middle ground.
</p>

<p>
	 
</p>

<p>
	<span class="lead-in-text-callout">You may wonder</span> why people are still using Ruby in 2025. It survives because of its parasitic relationship with Ruby on Rails, the web framework that enabled Ruby’s widespread adoption and continues to anchor its relevance.
</p>

<p>
	 
</p>

<p>
	When Danish developer David Heinemeier Hansson, aka DHH, released Rails in 2004, Ruby ceased to be the province of nice Japanese programmers. DHH is a kind of photographic negative of Matz, a handsome firebrand with equal parts charisma and dogma—so much for MINASWAN—who likes to win public Twitter feuds and race car championships in his spare time.
</p>

<p>
	 
</p>

<p>
	In that prelapsarian era between the rise of Web 2.0 and the Facebook IPO—when Silicon Valley was awash in the jubilation of TechCrunch Disrupt and blissfully unaware of the impending techlash—Rails was the framework of choice for a new generation of startups. The main code bases of Airbnb, GitHub, Twitter, Shopify, and Stripe were built on it.
</p>

<p>
	 
</p>

<p>
	In the early 2000s, when building web applications was cumbersome, Rails offered a one-stop shop for developers. Instead of manually wiring together a database, a frontend, and a backend, Rails provided a packaged solution that simply worked. It was one of total integration—like a compact Usonian house by Frank Lloyd Wright where every detail is designed to fit into a single, unified vision.
</p>

<p>
	 
</p>

<p>
	Yet this was also an era that underestimated just how enormous the web would become. Try to remodel the kitchen or add a second story to a Usonian house and the unity becomes a liability. The house, initially designed to host a few well-behaved dinner guests, was now expected to function more like a convention center accommodating millions of unruly visitors.
</p>

<p>
	 
</p>

<p>
	I’m not the only person who’s bearish on Ruby. On Stack Overflow’s annual developer survey, it’s been slipping in popularity for years, going from a top-10 technology in 2013 to 18th this year—behind even <a href="https://www.wired.com/story/programming-assembly-artificial-intelligence/" rel="external nofollow">Assembly</a>. Among newer developers, Python and JavaScript rank much higher. Ruby persists, for now, as a kind of professional comfort object, sustained by the inertia of legacy code bases and the loyalty of those who first imprinted upon it. But nostalgia and a pretty name won’t cut it.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.wired.com/story/ruby-is-not-a-serious-programming-language/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 2 December 2025 at 4:07 am AEST (my time).</em></span>
</p>

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

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a></span></strong>
</p>
]]></description><guid isPermaLink="false">32714</guid><pubDate>Mon, 01 Dec 2025 18:08:30 +0000</pubDate></item><item><title>&#x2018;Security Disaster&#x2019;&#x2014;500 Million Microsoft Users Say No To Windows 11</title><link>https://nsaneforums.com/news/software-news/%E2%80%98security-disaster%E2%80%99%E2%80%94500-million-microsoft-users-say-no-to-windows-11-r32704/</link><description><![CDATA[<p>
	Microsoft’s “looming security disaster” is worse than feared. A staggering billion Windows users are at risk as the sheer scale of the task to avoid a cybersecurity cliff edge is made clear. Not a cheerful holiday season message for anyone.
</p>

<p>
	 
</p>

<p>
	Last week I reported on Dell’s surprising message, when the leading PC maker told investors and analysts that one billion PCs are still running Windows 10. That’s twice the number we thought. 500 million of those are older devices that are not eligible for the upgrade. But another 500 million can run Windows 11 — but users have said no.
</p>

<p>
	 
</p>

<p>
	Before the Windows stats from Dell’s earnings call started making headlines, we assumed around 250 million PCs were aged and needed to be replaced. The fact that number has now doubled is more of an issue than just those needing to hit the shops.
</p>

<p>
	 
</p>

<p>
	As XDA-Developers says, if Dell got its numbers right, “and I don’t see why it shouldn’t, not only does one third of the Windows user base not have a PC compatible with Windows 10, but a further third can upgrade to Windows 11 but have chosen not to.”
</p>

<p>
	 
</p>

<p>
	That “second part,” XDA-Developers’ Simon Batt says “is what stuns me the most, as it shows that people just don’t see upgrading as worth the hassle, even when the option to do so is sitting right in front of them.” We knew that was an issue — but not this scale.
</p>

<p>
	 
</p>

<p>
	Microsoft surprised its Windows 10 user base with a sudden u-turn on ongoing security updates, essentially offering them to all home users for free until October 2026. I said at the time that this was a mistake. The extended security updates (ESU) should have been limited to users with older PCs, others should have been mandated to upgrade.
</p>

<p>
	 
</p>

<p>
	Absent that, we now have a messy landscape, with no public data on how many PCs running Windows 10 — home or enterprise — are enrolled for ongoing updates and how many are already at risk from cyber attacks. The cost for businesses, unlike home users, could be huge with large estates of aged Windows 10 PCs. have they skipped updates?
</p>

<p>
	 
</p>

<p>
	And so as we head into 2026, we know there’s a potential 500 million PC landfill crisis. Further advice for users to switch machines to Linux or even ChromeOS, and tracking of whether we’ll still have most of the billion affected PCs in play next fall.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.forbes.com/sites/zakdoffman/2025/12/01/security-disaster-500-million-microsoft-users-say-no-to-windows-11/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">32704</guid><pubDate>Mon, 01 Dec 2025 13:12:54 +0000</pubDate></item></channel></rss>
