<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Software News</title><link>https://nsaneforums.com/news/software-news/page/73/?d=2</link><description>News: Software News</description><language>en</language><item><title>Visual Studio 2015 is being killed off soon, here is what you need to know</title><link>https://nsaneforums.com/news/software-news/visual-studio-2015-is-being-killed-off-soon-here-is-what-you-need-to-know-r30654/</link><description><![CDATA[<p>
	October 14, 2025, is a fateful day for many Microsoft products. Not only is Windows 10 losing support, but so are <a automate_uuid="0089f592-a820-4b9c-9738-d74858ce0557" href="https://www.neowin.net/news/another-ancient-version-of-windows-10-is-losing-support-in-three-months-too/" rel="external nofollow">Windows 10 2015 LTSC</a>, and <a automate_uuid="1f532fae-0ab1-46db-9282-9e641aaeaabd" href="https://www.neowin.net/news/psa-some-other-versions-of-windows-are-losing-support-on-october-14-too/" rel="external nofollow">Enterprise, Education, and IoT variations of Windows 10, version 22H2</a>. Now, Microsoft has shared an advisory indicating that Visual Studio 2015 is set to be killed off on the same date as well.
</p>

<p>
	 
</p>

<p>
	While most are familiar with Visual Studio Code due to the fact that it's a lightweight but powerful code editor, it is actually Visual Studio, which is Microsoft's flagship integrated development environment (IDE). Although Visual Studio 2022 is the latest edition of the popular IDE, Microsoft still supports other versions, including Visual Studio 2015, 2017, and 2019.
</p>

<p>
	 
</p>

<p>
	On October 14, 2025, Microsoft is <a automate_uuid="c8f2d4fe-019d-44a2-894d-34a7415bbdd8" href="https://devblogs.microsoft.com/visualstudio/visual-studio-2015-retirement-support-reminder-for-older-versions-of-visual-studio/" rel="external nofollow">ending</a> extended support for Visual Studio 2015. This version was <a automate_uuid="9fed43c0-4ec8-4b44-b312-b3cff1ded7f4" href="https://www.neowin.net/news/visual-studio-2015-and-net-46-have-arrived-now-available-to-download/" rel="external nofollow">released on July 20, 2015,</a> and remained in mainstream support until October 13, 2020. After that, it entered extended support, which will end on the aforementioned 2025 date.
</p>

<p>
	 
</p>

<p>
	In terms of what end of support means, Visual Studio 2015 and its associated components, runtimes, and products will no longer receive security updates. This includes Visual Studio 2015 Community, Enterprise, Professional, Shell, SDK, Team Foundation Server (TFS), MSVC Tools v140, and more.
</p>

<p>
	 
</p>

<p>
	Microsoft has recommended upgrading to a supported version of Visual Studio as soon as possible. As a reminder, Visual Studio 2017 version 15.9 will receive security updates only under extended support, which lasts till April 13, 2027. Meanwhile, Visual Studio 2019 version 16.11 will receive extended security updates through April 10, 2029. And finally, Visual Studio 2022 version 17.4 is currently in mainstream support but will enjoy extended support starting on January 12, 2027, and ending on January 13, 2032.
</p>

<p>
	 
</p>

<p>
	Of course, Microsoft has insisted that customers transition to Visual Studio 2022 as it includes Copilot integration, built-in support for Git, and .NET enhancements.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/visual-studio-2015-is-being-killed-off-soon-here-is-what-you-need-to-know/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 4:21 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30654</guid><pubDate>Wed, 06 Aug 2025 06:22:51 +0000</pubDate></item><item><title>Obsidian 1.9.7 released bringing several bug fixes and improvements</title><link>https://nsaneforums.com/news/software-news/obsidian-197-released-bringing-several-bug-fixes-and-improvements-r30653/</link><description><![CDATA[<p>
	Obsidian 1.9.7 (Desktop) is out now, available to users under the Catalyst license. This update brings multiple fixes and improvements, mostly targeted at Bases, a feature that was <a automate_uuid="63acc6c8-3746-406d-92bc-d457b4c77932" href="https://www.neowin.net/news/obsidian-190-launches-with-new-file-format-footnotes-view-plugin-and-more/" rel="external nofollow">introduced back in version 1.9.0</a> as a way for users to build structured databases directly from their notes.
</p>

<p>
	 
</p>

<p>
	Let's start with the improvements Bases got. For formula writers, autocomplete now includes formula properties like <strong><code>file.links</code></strong> and the newly added <strong><code>file.backlinks</code></strong>. The developers also added new <strong><code>file()</code></strong> and <strong><code>Link.asFile()</code></strong> functions, which permit you to access properties directly from a file reference.
</p>

<p>
	 
</p>

<p>
	On the visual side, the Cards view can display images from text properties that contain an image path, and Base code blocks get proper YAML syntax highlighting. Performance for rendering large images inside a Base has been improved, and the toolbar organization has been simplified for a cleaner look. The main Markdown parser also got a performance lift for files heavy with underscores.
</p>

<p>
	 
</p>

<p>
	Moving on to bug fixes, the team squashed an issue where creating a new formula would generate an extra "Untitled" formula. They also fixed date comparisons between two datetime values and resolved a problem where the last column in a base could not be resized. Another fix stops card properties from sometimes rendering empty properties as "â€.".
</p>

<p>
	 
</p>

<p>
	Outside of Bases, <a automate_uuid="0f56fc57-65c4-439b-be88-cb8c635b176f" href="https://obsidian.md/changelog/2025-08-05-desktop-v1.9.7/" rel="external nofollow">the update</a> fixed an issue where page previews for Mermaid links did not work and another where clicking "x" on a list property item would immediately hide the preview. There was also a fix for the "Download attachments for current file" command, which was incorrectly replacing links.
</p>

<p>
	 
</p>

<p>
	This update also fixes a significant synchronization issue where syncing a vault to an older 1.8.10 installation could cause Bases to be deleted.
</p>

<p>
	 
</p>

<p>
	Both the issue with the "Download attachments for current file" command and another where new Canvas nodes could be accidentally created when editing an embedded Base file have been fixed. Finally, global search now stops after finding 100,000 results to prevent performance issues.
</p>

<p>
	 
</p>

<p>
	As previously mentioned, this update is currently available to users with a Catalyst license. Even though Obsidian is a free app for personal use, programs like the optional Catalyst license allow the devs to keep the lights on. Supporters get perks like early access to beta builds, but these features eventually trickle down to the main public release for everyone once they are stable.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/obsidian-197-released-bringing-several-bug-fixes-and-improvements/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 4:20 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30653</guid><pubDate>Wed, 06 Aug 2025 06:21:21 +0000</pubDate></item><item><title>How to reinstall Microsoft Edge after deleting it</title><link>https://nsaneforums.com/news/software-news/how-to-reinstall-microsoft-edge-after-deleting-it-r30652/</link><description><![CDATA[<p>
	Microsoft allows uninstalling Edge in certain countries, and if you <a automate_uuid="9eb7afae-da8a-4758-887d-bbe3f992c53d" href="https://www.neowin.net/news/wintoys-new-update-lets-you-set-classic-file-explorer-uninstall-edge-and-more-in-windows-11/" rel="external nofollow">use certain useful apps</a>, you can remove the browser from Windows 10 or 11 in the rest of the world as well. However, getting it back, should remorse hit you hard, may not be that straightforward for an unprepared user accustomed to downloading Chrome or any other browser from its respective website. Especially considering that there is no obvious "download" button on the official Microsoft Edge website.
</p>

<p>
	 
</p>

<p>
	In this small guide, you can learn how to reinstall Microsoft Edge after deleting it in Windows 10 or 11. This guide will also help those who try to install Edge on a computer without any browser installed.
</p>

<h3>
	Method 1: Install Microsoft Edge via the Microsoft Store
</h3>

<p>
	You can install Microsoft Edge on your PC via the Microsoft Store. Open the store app and type Edge into the search bar. You can also type any other browser, and Microsoft will kindly show you a shortcut to Edge. Alternatively, just click <a automate_uuid="ffb634b0-136f-4f5d-a460-952a4172d7db" href="https://apps.microsoft.com/detail/XPFFTQ037JWMHS" rel="external nofollow">this link.</a>
</p>

<figure class="image image--expandable">
	<img alt="Microsoft Edge listing in the Microsoft Store app" class="ipsImage" height="485" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754412739_2.webp">
</figure>

<p>
	Open the browser's store listing and click install. You will see a User Account Control prompt, and after confirming, the installer will run. Done.
</p>

<h3>
	Method 2: Install Microsoft Edge on a PC without any browser
</h3>

<p>
	If you use a "debloated" Windows installation with nearly everything removed, including the Microsoft Store and Edge, you can install the latter without any other browser or the store app. Press Win + R and type "wt" to run Windows Terminal (you can launch it using any other method). Type <strong>winget install XPFFTQ037JWMHS</strong> and press Enter.
</p>

<p class="img-center">
	<img alt="Windows Terminal with a command to install Edge using Winget" class="ipsImage" height="260" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754412816_3.webp">
</p>

<p>
	Windows Terminal will prompt you to accept the license: Press Y and hit Enter, then wait for Windows to download Microsoft Edge. Done.
</p>

<h3>
	Method 3: Download Microsoft Edge from the official website
</h3>

<p>
	Typing "Download Microsoft Edge" in Google gets you to the browser's official website, and if you access it from Windows, it will tell you that Edge is already installed on your PC (lies, deception!). You can find the real download button by scrolling all the way to the bottom. Click "Download for your device."
</p>

<figure class="image image--expandable">
	<img alt="How to download Microsoft Edge from the official website" class="ipsImage" height="484" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754412940_4.webp">
</figure>

<p>
	Microsoft will once again try to gaslight you, claiming that Edge is already installed. Just click "Continue to download Edge."
</p>

<figure class="image image--expandable">
	<img alt="How to download Microsoft Edge from the official website" class="ipsImage" height="484" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754412947_5.webp">
</figure>

<p>
	Click "Download for Windows 11 / 10." Windows 7 and 8/8.1 are no longer supported, but the latest supported version is still available for download. To do so, click the arrow-down button and select Windows 8.1 / 8 / 7. After that, run the installer.
</p>

<figure class="image image--expandable">
	<img alt="How to download Microsoft Edge from the official website" class="ipsImage" height="484" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754412953_6.webp">
</figure>

<p>
	That is it, now you have Edge running once again, and Microsoft could not be happier about it.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/guides/how-to-reinstall-microsoft-edge-after-deleting-it/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 4:18 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30652</guid><pubDate>Wed, 06 Aug 2025 06:19:36 +0000</pubDate></item><item><title>Plasma 6.4.4 finally lands fixing issues with KWin, Discover, and more</title><link>https://nsaneforums.com/news/software-news/plasma-644-finally-lands-fixing-issues-with-kwin-discover-and-more-r30651/</link><description><![CDATA[<p>
	At long last, the fourth point release of <a automate_uuid="7e1c49ce-ed77-4bc4-ba2b-5867667c1a98" href="https://www.neowin.net/news/kde-plasma-64-launches-bringing-better-window-management-improved-krunner-and-more/" rel="external nofollow">KDE Plasma 6.4</a>, 6.4.4, is here. This version <a automate_uuid="17f11889-4868-4ac8-bb9d-ad5a2a25dac5" href="https://www.neowin.net/news/kde-plasma-65-will-notify-you-if-your-printers-ink-is-low/" rel="external nofollow">was mentioned</a> in <a automate_uuid="ad3fee7c-16cf-427a-a3d6-51ed5d48a4d5" href="https://www.neowin.net/news/kde-plasma-finally-gets-rounded-bottom-window-corners/" rel="external nofollow">several</a> of our <a automate_uuid="60e6001a-d888-4995-b556-b8a9c96d8383" href="https://www.neowin.net/news/kde-plasma-65-finally-gets-a-feature-people-have-wanted-for-a-long-time/" rel="external nofollow">"This Week in Plasma"</a> coverage, and we have been expecting its release for a while now. The update, as expected, brings fixes for issues affecting different components of the Plasma ecosystem, including Plasma Desktop, KWin, Discover, and more.
</p>

<p>
	 
</p>

<p>
	To start with, Dr Konqi, the crash handler, received some important corrections that make it a bit more reliable. The application now prevents its CoreImage component from becoming invalid, and it also prefers using API errors from Bugzilla over generic HTTP errors.
</p>

<p>
	 
</p>

<p>
	The Discover software center also got patched up. KDE developers corrected a loop initialization for remote insertion ordering and fixed a bug where Discover would incorrectly show messages for outdated beta Flatpaks even for applications that were not beta versions.
</p>

<p>
	 
</p>

<p>
	In KWin, there are a number of changes to address issues like color management and plugin stability. The scene renderer now uses the correct rendering intent for the color pipeline, and the DRM backend will not use the default colorimetry of an EDID, improving color accuracy. For plugins, the Magnifier no longer crashes if allocating a framebuffer object fails, and the Screencast plugin will only offer explicit sync if the DRM device actually supports that feature.
</p>

<p>
	 
</p>

<p>
	A workaround for a QtQuick crash affecting Tabbox was also included. For accessibility, the a11ykeyboardmanager now correctly sends a second modifier press to screen readers, and on the X11 side of things, the backend now properly filters out disconnected outputs.
</p>

<p>
	 
</p>

<p>
	And next, Plasma Workspace got a bunch of attention alongside Plasma Desktop. Developers fixed the drag-and-drop behavior when the desktop is scrollable and addressed a long-standing issue where renaming symbolic links on the desktop would fail.
</p>

<p>
	 
</p>

<p>
	The hitboxes for desktop items now align correctly with their visuals, so you will not accidentally select empty space around an icon. Notifications marked as low-priority or triggered during Do Not Disturb mode now correctly appear in the history.
</p>

<p>
	 
</p>

<p>
	Inside System Settings, the Colors page will not forward output from its edit dialog process, and the pen tab in the tablet settings is now properly scrollable.
</p>

<p>
	 
</p>

<p>
	You can check out the <a automate_uuid="5dc0bb59-5ef2-4dd1-9a81-c6a4951ec5a9" href="https://kde.org/announcements/changelogs/plasma/6/6.4.3-6.4.4/" rel="external nofollow">full changelog on the official KDE website.</a> The next bugfix release, 6.4.5, is scheduled to drop on the 9th of next month.
</p>

<p>
	 
	</p><p>
		<a href="https://www.neowin.net/news/plasma-644-finally-lands-fixing-issues-with-kwin-discover-and-more/" rel="external nofollow">Source</a>
	</p>


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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 4:17 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30651</guid><pubDate>Wed, 06 Aug 2025 06:18:08 +0000</pubDate></item><item><title>RIP to the Macintosh HD hard drive icon, 2000&#x2013;2025</title><link>https://nsaneforums.com/news/software-news/rip-to-the-macintosh-hd-hard-drive-icon-2000%E2%80%932025-r30650/</link><description><![CDATA[<h3>
	Latest macOS 26 Tahoe finally excises old spinning rust icons throughout the OS.
</h3>

<p>
	Apple released a new developer beta build of macOS 26 Tahoe today, and it came with another big update for a familiar icon. The old Macintosh HD hard drive icon, for years represented by a facsimile of an old spinning hard drive, has been replaced with something clearly intended to resemble a solid-state drive (the SSD in your Mac <em>actually</em> looks like a handful of chips soldered to a circuit board, but we'll forgive the creative license).
</p>

<p>
	 
</p>

<p>
	The Macintosh HD icon became less visible a few years back, when new macOS installs stopped showing your internal disk on the desktop by default. It has also been many years since Apple shifted to SSDs as the primary boot media for new Macs. It's not clear why the icon is being replaced now, instead of years ago—maybe the icon had started <a href="https://www.securedatarecovery.com/blog/hard-drive-clicking" rel="external nofollow">clicking</a>, and Apple just wanted to replace it before it suffered from catastrophic icon failure—but regardless, the switch is logical (this is a computer storage pun).
</p>

<h2>
	An iconic life
</h2>

<p>
	The original hard drive icon dates back to 2000, when Apple introduced <a href="https://arstechnica.com/gadgets/2000/01/macos-x-gui/" rel="external nofollow">the new look-and-feel of Mac OS X</a> to the public through <a href="https://arstechnica.com/gadgets/2010/09/macos-x-beta/" rel="external nofollow">the third of four public developer betas</a> (scroll down far enough in our original coverage, and you can spot the hard drive icon in some of the screenshots).
</p>

<p>
	 
</p>

<p>
	That icon went mostly untouched for over a decade, though it got a Retina resolution upgrade in 2012 along with the rest of the operating system, and it got a small facelift in Mac OS X Yosemite (version 10.10) in 2014. This version stuck with the same basic design, but gave it a somewhat softer and less metallic look—those of you with long enough memories may recall that Yosemite was the Mac's first facelift of the iOS 7 era, and getting rid of pseudo-realistic textures was a major design goal.
</p>

<p>
	 
</p>

<p>
	That version of the icon persisted through the Apple Silicon-era Big Sur redesign and was still with us in <a href="https://arstechnica.com/gadgets/2025/07/six-lesser-known-features-to-like-in-the-macos-26-tahoe-public-beta/" rel="external nofollow">the first public beta build for macOS 26 Tahoe</a> that Apple released last week. The new beta also updates the icons for external drives (orange, with a USB-C connector on top), network shares (blue, with a globe on top), and removable disk images (white, with an arrow on top).
</p>

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

	<figcaption>
		<div class="caption font-impact dusk:text-gray-300 mb-4 mt-2 inline-flex flex-row items-stretch gap-1 text-base leading-tight text-gray-400 dark:text-gray-300">
			<div class="caption-content">
				<em>All of the system's disk icons get an update in the latest macOS 26 Tahoe developer beta. <span class="caption-credit mt-2 text-xs"><em> </em></span></em>
			</div>

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

<p>
	Other icons that reused or riffed on the old hard drive icon have also been changed. Disk Utility now looks like a wrench tightening an Apple-branded white bolt, for some reason, and drive icons within Disk Utility also have the new SSD-esque icon. Installer apps use the new icon instead of the old one. Navigate to the /System/Library/CoreServices folder where many of the built-in operating system icons live, and you can see a bunch of others that exchange the old HDD icon for the new SSD.
</p>

<p>
	 
</p>

<p>
	Apple first offered a Mac with an SSD in 2008, when the original MacBook Air came out. By the time "Retina" Macs began arriving in the early 2010s, SSDs had become the primary boot disk for most of them; laptops tended to be all-SSD, while desktops could be configured with an SSD or a hybrid Fusion Drive that used an SSD as boot media and an HDD for mass storage. Apple stopped shipping spinning hard drives entirely when the last of the Intel iMacs went away.
</p>

<p>
	 
</p>

<p>
	This doesn't actually matter much. The old icon didn't look much like the SSD in your Mac, and the new one doesn't really look like the SSD in your Mac either. But we didn't want to let the old icon's passing go unremarked. So, thanks for the memories, Macintosh HD hard drive icon! Keep on spinning, wherever you are.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2025/08/rip-to-the-macintosh-hd-hard-drive-icon-2000-2025/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 4:16 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30650</guid><pubDate>Wed, 06 Aug 2025 06:16:54 +0000</pubDate></item><item><title>Firefox 141.0.2 is out, fixes crashes on systems with Nvidia GPUs and more</title><link>https://nsaneforums.com/news/software-news/firefox-14102-is-out-fixes-crashes-on-systems-with-nvidia-gpus-and-more-r30641/</link><description><![CDATA[<p>
	A small update is rolling out for Firefox in the Release channel. Version 141.0.2 delivers three fixes to address problems with crashes on systems with Nvidia cards, web compatibility issues, and Web Developer Tool issues.
</p>

<p>
	 
</p>

<p>
	Starting with the Nvidia bug, users reported that on Linux systems with older drivers, such as 560.35.03, an instant crash on startup occurs (<a automate_uuid="b054b8bd-1677-4de9-8998-81ca721cac22" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1978911" rel="external nofollow">bug 1978911</a>). This issue does not affect Windows users. Next, the update fixed a web compatibility issue that was causing problems with canvas objects (<a automate_uuid="63895d5b-8f48-4307-8723-a6d384c2252d" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1978673" rel="external nofollow">bug 1978673</a>). The third fix resolves Web Developer Tools crashes when inspecting pages with iframe elements (<a automate_uuid="ce62969b-3787-4ff8-b65f-dcedf93a263a" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1975277" rel="external nofollow">bug 1975277</a>).
</p>

<p>
	 
</p>

<p>
	Here is the full changelog from the official documentation.
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			Fixed a startup crash experienced by some Linux users with outdated NVIDIA drivers.
		</li>
		<li>
			Fixed a regression that caused canvas objects to be draggable, causing web compatibility issues.
		</li>
		<li>
			Fixed a crash in the Web Developer Tools panel that could occur when inspecting pages with iframe elements.
		</li>
	</ul>
</blockquote>

<p>
	Firefox 141.0.2 is currently <a automate_uuid="83add39b-582d-4221-a2d1-e9f710ed3517" href="https://releases.mozilla.org/pub/firefox/releases/" rel="external nofollow">available from Mozilla's FTP only</a>. It will start rolling out to existing users in a couple of hours. You will be able to get the update by heading to <strong>Menu &gt; Help &gt; About Firefox</strong> or by downloading <a automate_uuid="9e06c1b2-3c1b-4932-b1be-64fc9b3644d4" href="https://www.firefox.com/en-US/browsers/desktop/" rel="external nofollow">an installer from the official website</a>. On Windows, Firefox is also available in the Microsoft Store <a automate_uuid="05025e86-b003-4aaa-b141-2ff06f0ccdf3" href="https://apps.microsoft.com/detail/9NZVDKPMR9RD" rel="external nofollow">via this link</a>.
</p>

<p>
	 
</p>

<p>
	In case you missed it, Firefox 141 arrived a few weeks ago with a couple of new features, including AI-powered tab groups, vertical tab improvements, memory optimizations for Linux users, WebGPU support on Windows, and more features for the address bar. You can find full release notes for the update <a automate_uuid="67137062-98c8-4067-9374-f38bb564fdb6" href="https://www.neowin.net/news/firefox-141-brings-ai-enhanced-tab-groups-memory-optimizations-and-more/" rel="external nofollow">in our dedicated article</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/firefox-14102-is-out-fixes-crashes-on-systems-with-nvidia-gpus-and-more/" rel="external nofollow">Source</a>
</p>

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

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 2:32 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30641</guid><pubDate>Tue, 05 Aug 2025 16:33:47 +0000</pubDate></item><item><title>Popular File Explorer alternative Files gets signature check, improved dual-pane, and more</title><link>https://nsaneforums.com/news/software-news/popular-file-explorer-alternative-files-gets-signature-check-improved-dual-pane-and-more-r30640/</link><description><![CDATA[<p>
	A new update has arrived for Files Preview, a feature-packed file manager for Windows 10 and 11. Version 3.9.14 introduces a useful new feature for file properties, dual-pane improvements, the ability to resize columns in the Columns View, and more.
</p>

<p>
	 
</p>

<p>
	Starting with the Properties dialog, it now features a "Signatures" tab where you can view digital signatures associated with the file and their properties, such as version, issuer, expiry date, and more. You can also click the "Details" button to open Windows' native dialog.
</p>

<figure class="image image--expandable">
	<img alt="Files Preview 3914" class="ipsImage" height="378" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754381419_files_3.9.14.webp">
</figure>

<p>
	The dual-pane feature has been tweaked for a more intuitive experience. The "Add pane" command is now "Split pane." There is a new quick action for toggling dual-pane mode on or off, and settings now have a dedicated section for dual-pane mode.
</p>

<figure class="image image--expandable">
	<img alt="Files Preview 3914" class="ipsImage" height="269" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754381406_files_3.9.14_1.webp">
</figure>

<p>
	Finally, columns in the Columns View are now resizable, and search results now have a header with your current query.
</p>

<figure class="image image--expandable">
	<img alt="Files Preview 3914" class="ipsImage" height="204" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754381413_files_3.9.14_2.webp">
</figure>

<p>
	In addition to releasing <a automate_uuid="a6d4c82c-b484-4695-aa24-711239edbe1f" href="https://files.community/blog/posts/v3-9-14" rel="external nofollow">the update</a>, developers said the following regarding performance complaints from users:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		"We understand that performance is a major concern, and for some users, a deal breaker. We hear that feedback loud and clear. While WinAppSDK offers a modern and flexible UI framework, it currently falls short in terms of performance. While there is only so much we can do until the platform itself improves, we'll continue working on optimizations, and we invite the open-source community to get involved as well. Our goal is to steadily improve the experience with every update, and with your help, we can keep pushing forward."
	</p>
</blockquote>

<p>
	Files Preview is <a automate_uuid="11d3202e-67af-414d-aca9-a45f8e9e5d68" href="https://apps.microsoft.com/detail/9NSQD9PKV3SS" rel="external nofollow">available in the Microsoft Store</a>. You can purchase it there to support developers. Alternatively, you can get the app for free from the official website, and if you want to help developers with contributions or ideas, check out their <a automate_uuid="d8ce79b4-0651-4155-9eb9-61f5e7d0b865" href="https://discord.gg/files" rel="external nofollow">Discord</a> and <a automate_uuid="90f2622e-c316-405e-b08e-44683da684c5" href="https://github.com/files-community/Files/" rel="external nofollow">GitHub</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/popular-file-explorer-alternative-files-gets-signature-check-improved-dual-pane-and-more/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 2:29 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30640</guid><pubDate>Tue, 05 Aug 2025 16:31:51 +0000</pubDate></item><item><title>Flameshot 13 update brings major changes to the screenshot app</title><link>https://nsaneforums.com/news/software-news/flameshot-13-update-brings-major-changes-to-the-screenshot-app-r30639/</link><description><![CDATA[<p>
	Flameshot has been updated to version 13.0. The screenshot tool has moved from Qt5 to Qt6, and brings several changes with it.
</p>

<p>
	 
</p>

<p>
	The update, was first reported by <a data-wpel-link="external" href="https://www.omgubuntu.co.uk/2025/08/flameshot-13" rel="external nofollow" target="_blank">OMGUbuntu</a>. This happens to be the first major update for the utility in three years, i.e. since 2022.
</p>

<p>
	 
</p>

<p>
	You may remember that <a data-wpel-link="internal" href="https://www.ghacks.net/2019/08/22/flameshot-is-a-brilliant-screenshot-tool-for-linux/" rel="external nofollow" target="_blank">I reviewed Flameshot</a> in 2019.  The app's new version displays the image dimensions directly in the capture window, i.e. when you capture a screenshot. You can hold down the Shift key to resize images symmetrically, or hold down Ctrl to preserve the aspect ratio.
</p>

<p>
	 
</p>

<p>
	You can enable a grid from the sidebar (while capturing a screenshot), you can also adjust the size of the dots, annotations can be snapped to the grid. The quality of JPEG images can be controlled from the Configuration Settings &gt;General page. Flameshot uses a new date format of %d-%m-%Y. Want to cancel a screenshot? Hit Ctrl and Backspace. Speaking of canceled screenshots, the app now has an option to disable "Screenshot Aborted" notifications. Right-click on the tray menu to Open Save Path of screenshots.
</p>

<p>
	 
</p>

<p>
	There are a couple of privacy-focused changes in Flameshot 13. The app no longer has an option to upload images to Imgur. The feature has been disabled at compile time, so it won't be available unless you compile the source manually. According to the release notes, the option was removed to prevent users from accidentally uploading sensitive data to the cloud. ShareX should take note of this, the <a data-wpel-link="internal" href="https://www.ghacks.net/2025/08/01/nvidia-reveals-when-it-will-stop-supporting-windows-10/" rel="external nofollow" target="_blank">Windows</a>-only utility uploads screenshots to Imgur by default, <a data-wpel-link="external" href="https://github.com/ShareX/ShareX/issues/7535" rel="external nofollow" target="_blank">despite several requests</a> from users to disable the option.
</p>

<p>
	 
</p>

<p>
	Anyway, back to Flameshot, the pixelation feature which is handy to obscure sensitive information in images, now uses a new "secure" implementation that only uses pixels outside of the area to redact data.
</p>

<p>
	 
</p>

<p>
	Windows users can save screenshots in the WebP format, the app now has a dark mode interface and supports command line options. The macOS version Flameshot no longer runs in Rosetta, it's now a native AARCH64 app. Also, the Mac app's clipboard now supports JPEG.
</p>

<p>
	 
</p>

<p>
	Users who want to try Flameshot 13.0 can download the binaries for Linux, macOS and Windows from the project's <a data-wpel-link="external" href="https://github.com/flameshot-org/flameshot/releases/" rel="external nofollow" target="_blank">GitHub page</a>. Flameshot's Flathub version is now verified on <a data-wpel-link="internal" href="https://www.ghacks.net/2024/07/26/linux-mint-22-is-an-attractive-option-for-migrating-away-from-windows/" rel="external nofollow" target="_blank">Linux Mint</a>'s Software Manager. However, this package is still on the older version.
</p>

<p>
	 
</p>


<div id="div-gpt-ad-1524862513262-0">
	 
</div>

<p>
	<a href="https://www.ghacks.net/2025/08/05/flameshot-13-update-brings-major-changes-to-the-screenshot-app/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 2:27 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30639</guid><pubDate>Tue, 05 Aug 2025 16:28:49 +0000</pubDate></item><item><title>Microsoft suggests the future of Windows will make today's operating systems feel alien to use &#x2014; here's what that really means</title><link>https://nsaneforums.com/news/software-news/microsoft-suggests-the-future-of-windows-will-make-todays-operating-systems-feel-alien-to-use-%E2%80%94-heres-what-that-really-means-r30638/</link><description><![CDATA[<h3>
	The company has teased multiple times that the future of Windows will be one where the OS is agentic, capable of handling entire workflows on your behalf, just by asking for it.
</h3>

<p>
	Microsoft has <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows/the-world-of-mousing-around-and-typing-will-feel-as-alien-as-it-does-for-gen-z-to-use-ms-dos-microsoft-cvp-opines-on-the-future-of-an-ai-first-voice-first-windows-12-for-2030" href="https://www.windowscentral.com/microsoft/windows/the-world-of-mousing-around-and-typing-will-feel-as-alien-as-it-does-for-gen-z-to-use-ms-dos-microsoft-cvp-opines-on-the-future-of-an-ai-first-voice-first-windows-12-for-2030" rel="external nofollow">published a new video</a> that appears to be the first in an upcoming series of videos dubbed "Windows 2030 Vision," where the company outlines its vision for the future of Windows over the next five years. It curiously makes references to some potentially major changes on the horizon, in the wake of <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/artificial-intelligence" data-before-rewrite-redirect="https://www.windowscentral.com/tag/artificial-intelligence" href="https://www.windowscentral.com/artificial-intelligence" rel="external nofollow">AI</a>.
</p>

<p>
	 
</p>

<p>
	This first episode features David Weston, Microsoft's Corporate Vice President of Enterprise &amp; Security, who opens the video by saying <em>"the world of mousing and keyboarding around will feel as alien as it does to Gen Z [using] MS-DOS."</em>
</p>

<p>
	 
</p>

<p>
	Right out of the gate, it sounds like he's teasing the potential for a radical new desktop UX made possible by agentic AI. Weston later continues, <em>"I truly believe the future version of Windows and other Microsoft operating systems will interact in a multimodal way. The computer will be able to see what we see, hear what we hear, and we can talk to it and ask it to do much more sophisticated things."</em>
</p>

<p>
	 
</p>

<p>
	Unfortunately, Weston doesn't elaborate further on these possible UX paradigm shifts, but it sounds like he's teasing a future where agentic AI is a primary orchestrator for the Windows OS, utilizing natural language and input from the user as a method of interacting with your computer and apps.
</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/ccpXNBsTaGk?feature=oembed" title="Microsoft Windows 2030 Vision with David Weston" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	Microsoft has teased this as a possible future for Windows in the past. Back in 2023, the company outlined three ways it foresaw AI being integrated into software. It detailed how AI would ultimately be integrated inside of apps, beside apps, and outside of apps. The talk was presented by Microsoft technical fellow, <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.youtube.com/watch?v=h41Uc73xph4" href="https://www.youtube.com/watch?v=h41Uc73xph4" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">Steven Bathiche at Build 2023</a>.
</p>

<p>
	 
</p>

<p>
	We're yet to see AI implemented outside of apps in the real world. So far, every AI product is a feature or service that exists inside another app, or as a standalone app. We're yet to see a platform built from the ground up with AI woven through the OS as an agentic assistant that can orchestrate apps and workflows on your behalf.
</p>

<p>
	 
</p>

<p>
	It sounds an awful lot like this is where Microsoft is headed with future versions of Windows, which makes sense as agentic AI becomes more capable. The recent wave of <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/artificial-intelligence/perplexity-launches-comet-ai-web-browser-to-take-on-chrome-and-edge-and-you-can-use-it-today-for-usd200-a-month" href="https://www.windowscentral.com/artificial-intelligence/perplexity-launches-comet-ai-web-browser-to-take-on-chrome-and-edge-and-you-can-use-it-today-for-usd200-a-month" rel="external nofollow">"AI-powered" web browsers</a> gives us our first look at what this may be like, orchestrating workflows across multiple tabs and browsing sessions on the users behalf.
</p>

<p>
	 
</p>

<div id="slice-container-newsletterForm-articleInbodyContent-evnRdAsAbWCiMaDTRQMETU">
	<div data-hydrate="true">
		<p>
			That vision can easily be extended to an entire desktop OS, handling apps and files instead of tabs. Take things a step further, and you'll end up <em>replacing </em>the cursor with your voice. Instead of manually clicking on buttons and menus to complete tasks, you'll just ask Copilot to get a task done for you.
		</p>

		<p>
			 
		</p>

		<p>
			It sounds like that's what Microsoft eventually wants to do with Windows, though Microsoft hasn't officially announced this as the plan just yet. The tidbits we have from Build 2023 and now David Weston certainly suggest this is the direction Microsoft wants to take.
		</p>

		<p>
			 
		</p>

		<p>
			In fact, CEO Satyta Nadella has also hinted at similar in the last couple of years. <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.youtube.com/live/h_vh7_n_OPs?si=0VuZar-1rPrNKP1K&amp;t=2802" href="https://www.youtube.com/live/h_vh7_n_OPs?si=0VuZar-1rPrNKP1K&amp;t=2802" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">He's on record</a> as claiming AI <em>“will fundamentally change what an operating system is, what a UI looks like, and how application interaction goes," </em>which further implies this is where Windows is inevitably headed.
		</p>

		<p>
			 
		</p>

		<div>
			<div>
				<p>
					<picture><source sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/5AcyXvHRVQQyQqeAfN9U9C-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/5AcyXvHRVQQyQqeAfN9U9C-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/5AcyXvHRVQQyQqeAfN9U9C-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/5AcyXvHRVQQyQqeAfN9U9C-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/5AcyXvHRVQQyQqeAfN9U9C-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/5AcyXvHRVQQyQqeAfN9U9C-1200-80.jpg.webp 1200w" type="image/webp"><img alt="Image of Microsoft's new Copilot Mode option for its Edge web browser in July 2025." class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/5AcyXvHRVQQyQqeAfN9U9C-1024-80.jpg"></source></picture>
				</p>

				<p>
					<em><span>Copilot Mode was announced last week as a radical new AI mode for the Edge browser. </span></em>
				</p>

				<p>
					<em><span itemprop="copyrightHolder">(Image credit: Future | Daniel Rubino)</span></em>
				</p>

				<p>
					 
				</p>

				<p>
					But looking beyond what has been publicly said by Microsoft officials, I am aware of a secret project ongoing internally that has been tasked with exploring this very topic. This isn't just high-level visionary stuff — Microsoft has already built working prototype code that explores this very desktop UX paradigm shift.
				</p>

				<p>
					 
				</p>

				<p>
					Microsoft is in the unique position to cement its AI into the lives of millions of people by integrating it deeply across Windows. <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" data-before-rewrite-redirect="https://www.windowscentral.com/tag/openai" href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" rel="external nofollow">OpenAI</a>, Perplexity, and other popular AI chat bots will always be confined to an app that the user must go to. An agentic Copilot can be more than just an app on top of Windows, it can <em>become </em>Windows.
				</p>

				<p>
					 
				</p>

				<p>
					Does that mean we're getting close to a radical new Windows experience with Windows 12? I don't think so, at least not right away. We're probably still a long way off from an agentic OS being mainstream, but it's clear that the ground work is already being laid. I'll have more to share on this secret project soon.
				</p>

				<p>
					 
				</p>

				<p>
					I wouldn't be surprised if the recent <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/microsoft-edge-copilot-mode-announcement-agentic-ai-web-browser" href="https://www.windowscentral.com/microsoft/microsoft-edge-copilot-mode-announcement-agentic-ai-web-browser" rel="external nofollow">Copilot Mode that was just announced for Microsoft Edge</a> is a clever way of testing some of the technology that will power this future in public, without explicitly unveiling a new version of Windows. It's still early days, after all.
				</p>

				<p>
					 
				</p>

				<p>
					In the meantime, this new Windows 2030 Vision video from Microsoft appears to be a planned series. The description of the video on YouTube suggests there will be more episodes discussing Microsoft's vision for the future of Windows in the near future. So perhaps we'll learn more in the coming weeks and months.
				</p>

				<p>
					 
				</p>

				<p>
					<a href="https://www.windowscentral.com/microsoft/windows-11/microsoft-suggests-the-future-of-windows-will-make-todays-operating-systems-feel-alien-to-use-heres-what-that-really-means" rel="external nofollow">Source</a>
				</p>

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

				<p>
					<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 2:25 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 July): 3,458</em></span>
				</p>

				<p>
					<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
				</p>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">30638</guid><pubDate>Tue, 05 Aug 2025 16:27:34 +0000</pubDate></item><item><title>JetBrains introduces Kineto, a no-code platform for building web apps</title><link>https://nsaneforums.com/news/software-news/jetbrains-introduces-kineto-a-no-code-platform-for-building-web-apps-r30637/</link><description><![CDATA[<p>
	JetBrains has announced Kineto, a new no-code platform now in Early Access that lets you create and deploy websites and apps with a single detailed prompt. The company argues that millions of great ideas die on the vine because building even a simple app requires a complex technology stack and a professional team.
</p>

<p>
	 
</p>

<p>
	You describe what you want, from a personal blog to a fitness tracker, and Kineto builds the thing for you. It handles the user interface, the backend logic, and even the database without you needing to know the difference between Java and JavaScript. JetBrains claims that no one's been able to create a tool like Kineto before:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		As of yet, nobody has been able to develop technology capable of doing this: website constructors increase web development speeds, but they still require your input to actually build a website, and while there are generative AI-generative platforms, these still need you to do some (vibe) coding. At this moment in time, there is no platform that allows people with no coding experience to build a ready-to-use app and actually enjoy the process of building it.
	</p>
</blockquote>

<p>
	Kineto works by translating your prompt into a full application, but the real magic is in its so-called "Meta Layer" that lets you fine-tune the app's rules and functionality without starting over. This special mode allows you to directly verify and modify things like user roles and specific behaviors.
</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/2Xwu5aVvg84?feature=oembed" title="Make Your Ideas Clickable With Kineto by JetBrains" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	You, according to JetBrains, "don’t need to explain every single button or provide extensive references," as Kineto intuits the necessary components for you. It just asks for some basic design choices like a template, font, and color scheme to get started on a solid foundation.
</p>

<p>
	 
</p>

<p>
	After you submit your prompt, the platform gets to work on a fully functional prototype, which takes about 20 minutes. You can then tweak the results to add new features, change the design, or embed AI-generated illustrations directly through its chat-like interface. When you're happy with the application, you can publish it straight from the platform.
</p>

<figure class="image image--expandable">
	<img alt="Kineto interface" class="ipsImage" height="413" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754401104_image3.webp">
	<figcaption>
		<em>Image: <a automate_uuid="10b91a51-d432-45fc-ac67-08aa1572b33b" href="https://blog.jetbrains.com/kineto/2025/08/make-your-ideas-clickable-with-kineto-by-jetbrains/" rel="external nofollow">JetBrains</a></em>
	</figcaption>
</figure>

<p>
	If you're interested, <a automate_uuid="8f5d1df4-12ed-4a66-85b3-a236c0b6ffbf" href="https://blog.jetbrains.com/kineto/2025/08/make-your-ideas-clickable-with-kineto-by-jetbrains/" rel="external nofollow">JetBrains invites </a>you to <a automate_uuid="19c9a83c-4fa7-4b65-a2a0-7cb06dec2b02" href="https://kineto.dev/" rel="external nofollow">join </a><a automate_uuid="4f033aa9-0aa6-4c54-9043-d3259c87ff05" href="https://kineto.dev/" target="_blank" rel="external nofollow">the </a><a automate_uuid="42462053-e421-44f4-a7e0-1ce17cb5b4b5" href="http://kineto.dev/" target="_blank" rel="external nofollow">waitlist</a><a automate_uuid="c50e6185-1a68-4128-868a-709caeeff7d0" href="http://kineto.dev/" rel="external nofollow"> here</a>. Access will be available to a select group of users following a review of their applications. The company says it will give priority to people who already have a clear idea of what they want to build and will offer them full support from its team to polish the final app.
</p>

<p>
	 
</p>

<p>
	JetBrains has been going hard on AI lately. The company <a automate_uuid="cad93b2a-e306-4693-ad6d-700d8f0dcf52" href="https://www.neowin.net/news/jetbrains-open-sources-mellum-its-specialized-ai-model-for-code-completion/" rel="external nofollow">recently open-sourced Mellum</a>, a specialized 4B parameter code completion model that's used in its other products.
</p>

<p>
	 
</p>

<p>
	If you use its AI Assistant, there's also good news, as it is<a automate_uuid="0aff64f7-daa4-4e27-8b4c-139f3d8b0015" href="https://www.neowin.net/news/jetbrains-ai-assistant-lands-on-visual-studio-code-as-an-extension/" rel="external nofollow"> now available as an extension in VS Code and has been since May.</a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/jetbrains-introduces-kineto-a-no-code-platform-for-building-web-apps/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 2:23 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30637</guid><pubDate>Tue, 05 Aug 2025 16:24:44 +0000</pubDate></item><item><title>Microsoft CVP thinks we'll be ditching mice and keyboards in a future version of Windows in favor of AI chats &#x2014; "The world of mousing around and typing will feel as alien as it does to Gen-Z to use MS-DOS."</title><link>https://nsaneforums.com/news/software-news/microsoft-cvp-thinks-well-be-ditching-mice-and-keyboards-in-a-future-version-of-windows-in-favor-of-ai-chats-%E2%80%94-the-world-of-mousing-around-and-typing-will-feel-as-alien-as-it-does-to-gen-z-to-use-ms-dos-r30636/</link><description><![CDATA[<h3>
	What might Windows 12 or even Windows 13 look like? Microsoft CVP David Weston has some ideas, and they strongly revolve around AI.
</h3>

<p>
	What will the future of Windows look like? Like it or not, <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/artificial-intelligence" data-before-rewrite-redirect="https://www.windowscentral.com/tag/artificial-intelligence" href="https://www.windowscentral.com/artificial-intelligence" rel="external nofollow">AI</a> will undoubtedly have a major role to play.
</p>

<p>
	 
</p>

<p>
	In a new video, Microsoft CVP for Enterprise and OS Security David Weston was asked to predict what <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/news" href="https://www.windowscentral.com/news" rel="external nofollow">Windows</a> might look like by 2030, with a focus on an enterprise and security landscape.
</p>

<p>
	 
</p>

<p>
	Like it or not, <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot" href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot" rel="external nofollow">Microsoft Copilot</a>, <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" rel="external nofollow">ChatGPT</a>, Google Gemini, and other AI technologies are upending the world. <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/report-microsofts-2025-layoffs-revolve-around-its-desperate-usd80-billion-ai-infrastructure-investment" href="https://www.windowscentral.com/microsoft/report-microsofts-2025-layoffs-revolve-around-its-desperate-usd80-billion-ai-infrastructure-investment" rel="external nofollow">Microsoft itself is thought to have laid off thousands on the pyre of its AI initiatives</a> this year, and other <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/work-productivity/bill-gates-we-werent-born-to-do-jobs-ai-will-replace-humans" href="https://www.windowscentral.com/software-apps/work-productivity/bill-gates-we-werent-born-to-do-jobs-ai-will-replace-humans" rel="external nofollow">CEOs are ringing alarm bells over what AI might mean for employment</a> and society at large.
</p>

<p>
	 
</p>

<p>
	Weston echoed these concerns a bit. In the <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.youtube.com/watch?v=ccpXNBsTaGk" href="https://www.youtube.com/watch?v=ccpXNBsTaGk" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">interview</a>, he notes how AI agents will potentially reduce robotic "toil work" employees have to engage with today, freeing them up to do more "creative" and human tasks. Future "security experts" you hire might actually simply be AI agents, that talk, behave, and interact as a human employee would.
</p>

<p>
	 
</p>

<p>
	<em>"In 5 years I strongly believe you'll be able to hire a security expert, but actually under the hood, it's an AI agent. The way you interact will be a lot like you do with humans today. You'll talk to them in <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/microsoft-teams" data-before-rewrite-redirect="https://www.windowscentral.com/tag/microsoft-teams" href="https://www.windowscentral.com/microsoft/microsoft-teams" rel="external nofollow">Microsoft Teams</a>, they'll join meetings, you'll send them emails and assign them tasks," </em>Weston continued.<em> "So in your daily work life, that will set folks up to do less of what we call the "toil work," the work we don't love today, and allow you to focus on what humans are good at. Ideation, creativity, vision, connecting with humans on what products are necessary. These agents will be net amplifiers, and will enable us to do things we could only dream of just a few years ago. </em>
</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/ccpXNBsTaGk?feature=oembed" title="Microsoft Windows 2030 Vision with David Weston" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	David Weston thinks that future versions of Windows, maybe even Windows 12 itself, will radically change our perceptions of interaction and inputs. Weston says that today's world of "mousing around and typing" will feel as alien to future generations as MS-DOS does to Gen-Z.
</p>

<p>
	 
</p>

<p>
	<em>"I think we will do less with our eyes and more talking to our computers,"</em> Weston explains. <em>"And I truly believe that a future version of Windows, and other Microsoft operating systems, will interact in a multi-modal way. The computer will be able to see what we see, hear what we hear, and we can talk to it and ask it to do much more sophisticated things. I think it will be a much more natural form of communication. The world of mousing around and typing, will feel as alien as it does to Gen-Z to use MS-DOS."</em>
</p>

<p>
	 
</p>

<div id="slice-container-newsletterForm-articleInbodyContent-y65uyvencG8KPX7r3Gvwqm">
	<div data-hydrate="true">
		<p>
			I have often wondered why Windows wasn't more intuitive with voice commands. Using voice as a "third hand" is something I often find myself doing, but with Alexa, rather than my PC, since it's always listening and ready to take commands. However, with the latest version of <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot" data-before-rewrite-redirect="https://www.windowscentral.com/tag/microsoft-copilot" href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot" rel="external nofollow">Microsoft Copilot</a>, you can turn on a "Hey Copilot" command which functions very similarly. Although, it's quite limited in what it can actually do, at least for today.
		</p>

		<figure>
			<blockquote class="QuoteNewsStyle">
				<p>
					The computer will be able to see what we see, hear what we hear, and we can talk to it and ask it to do much more sophisticated things. I think it will be a much more natural form of communication.
				</p>

				<p>
					 
				</p>

				<p>
					<em><cite>Microsoft CVP, David Weston</cite></em>
				</p>
			</blockquote>
		</figure>

		<p>
			To truly become useful at a consumer level, AI systems like Copilot would need exponentially more cloud compute most likely. David Weston is already thinking about what quantum computing might do for the future of Windows, given <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/microsoft-created-a-new-state-of-matter-to-revolutionize-quantum-computing" href="https://www.windowscentral.com/software-apps/microsoft-created-a-new-state-of-matter-to-revolutionize-quantum-computing" rel="external nofollow">Microsoft's leadership in the quantum space</a>.
		</p>

		<p>
			 
		</p>

		<p>
			<em>"We will have unlimited compute in the form of quantum. We know that will change the security landscape dramatically. We need to get ahead of that, or simply, attackers will become asymmetric. I think that's a scary thought, but for me, it's a focusing thought — part of my job is to predict these things. It's one of the reasons, in Windows, we're introducing post-quantum or quantum-safe encryption now."</em>
		</p>

		<h2 id="windows-12-will-doubtlessly-come-with-heavy-ai-integrations-3">
			Windows 12 will doubtlessly come with heavy AI integrations
		</h2>

		<div>
			<div>
				<p>
					<picture><source sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/E2XSniUPQfjYFZDqRBnC45-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/E2XSniUPQfjYFZDqRBnC45-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/E2XSniUPQfjYFZDqRBnC45-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/E2XSniUPQfjYFZDqRBnC45-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/E2XSniUPQfjYFZDqRBnC45-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/E2XSniUPQfjYFZDqRBnC45-1200-80.jpg.webp 1200w" type="image/webp"><img alt="Windows 12 splah" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/E2XSniUPQfjYFZDqRBnC45-1024-80.jpg"></source></picture>
				</p>

				<p>
					<em><span>What will Windows 12 actually look like? </span></em>
				</p>

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

				<p>
					 
				</p>

				<p>
					Details on what <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/windows-12-ai-new-ui-features-and-everything-else-we-know-so-far" href="https://www.windowscentral.com/software-apps/windows-11/windows-12-ai-new-ui-features-and-everything-else-we-know-so-far" rel="external nofollow">Windows 12 might actually look</a> like are very scant, besides some concept art and other teasers from old Microsoft videos. One thing you can bet money on is deeper AI and Copilot integration, that's for sure.
				</p>

				<p>
					 
				</p>

				<p>
					Will we really be ditching mice and keyboards though? I somehow doubt it, but I can totally envision voice as becoming a "third" peripheral for maximized multi-tasking scenarios. What do you think?
				</p>

				<p>
					 
				</p>

				<p>
					<a href="https://www.windowscentral.com/microsoft/windows/the-world-of-mousing-around-and-typing-will-feel-as-alien-as-it-does-for-gen-z-to-use-ms-dos-microsoft-cvp-opines-on-the-future-of-an-ai-first-voice-first-windows-12-for-2030" rel="external nofollow">Source</a>
				</p>

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

				<p>
					<span style="font-size:12px;"><em>Posted Wednesday 6 August 2025 at 2: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 July): 3,458</em></span>
				</p>

				<p>
					<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
				</p>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">30636</guid><pubDate>Tue, 05 Aug 2025 16:22:56 +0000</pubDate></item><item><title>AMD releases driver 25.8.1 with support for new RX 9060, new games, and more</title><link>https://nsaneforums.com/news/software-news/amd-releases-driver-2581-with-support-for-new-rx-9060-new-games-and-more-r30627/</link><description><![CDATA[<p>
	AMD has a new driver for customers with Radeon graphics cards. Version 25.8.1 WHQL is now available with optimizations for more games and support for the new RX 9060 non-XT graphics card. The update also has plenty of fixed issues and bugs.
</p>

<p>
	 
</p>

<p>
	Here are the update highlights:
</p>

<p>
	 
</p>

<table border="1" cellpadding="1" cellspacing="1" style="width:100%">
	<thead>
		<tr>
			<th scope="col">
				New Game Support
			</th>
			<th scope="col">
				New Game Support for FSR 4
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				<ul>
					<li>
						<em>Mafia: The Old Country</em>
					</li>
					<li>
						<em>Mecha BREAK</em>
					</li>
					<li>
						<em>WUCHANG: Fallen Feathers</em>
					</li>
					<li>
						<em>Valorant (Unreal Engine 5 release) </em>
					</li>
					<li>
						<em>Battlefield 6 Open Beta</em>
					</li>
					<li>
						<em>The Alters</em>
					</li>
					<li>
						<em>F1 25</em>
					</li>
				</ul>
			</td>
			<td>
				<ul>
					<li>
						<em>Cyberpunk 2077</em>
					</li>
					<li>
						<em>WUCHANG: Fallen Feathers</em>
					</li>
					<li>
						<em>Mafia: The Old Country</em>
					</li>
					<li>
						<em>Arena Breakout: Infinite</em>
					</li>
					<li>
						<em>Game of Thrones: Kingsroad</em>
					</li>
					<li>
						<em>Wreckfest 2</em>
					</li>
					<li>
						<em>Lies of P</em>
					</li>
				</ul>
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	Fixed issues and bugs include the following:
</p>

<p>
	 
</p>

<ul>
	<li>
		Stutter and lower than expected performance may be observed while playing 4K resolution YouTube videos in Chrome.
	</li>
	<li>
		Intermittent application crash or driver timeout may be observed while playing <em>Monster Hunter Wilds</em> with Radeon Anti-Lag and Instant Replay enabled.
	</li>
	<li>
		Intermittent application crash may be observed while playing <em>Battlefield 2042</em>.
	</li>
	<li>
		Intermittent application crash may be observed while playing <em>Dragon Age: The Veilguard</em> on Radeon RX 9000 series graphics products.
	</li>
	<li>
		Stutter improved while playing <em>Call of Duty: Warzone</em> Season 03 ‘Verdansk’ map on some AMD Graphics Products
		<ul>
			<li>
				<strong>NOTE</strong>: Stutter has been reduced with 25.8.1, and AMD is working with the developer toward a full solution.
			</li>
		</ul>
	</li>
	<li>
		Texture issues may be observed while using Oculus Rift S on RX 5000 and 6000 series graphics products.
	</li>
</ul>

<p>
	 
</p>

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

<p>
	 
</p>

<ul>
	<li>
		Corruption may appear while playing <em>Mafia: The Old Country</em> on Radeon RX 6600 series graphics products.
	</li>
	<li>
		Intermittent application crash may be observed while playing <em>The Last of Us Part II</em> on Radeon RX 7900 series graphics products.
	</li>
	<li>
		Intermittent application crash may be observed while playing <em>Call of Duty: Black Ops 6</em> on Radeon RX 9000 series graphics products.
	</li>
	<li>
		Intermittent application crash or driver timeout may be observed while playing <em>Wuchang: Fallen Feathers</em> with FSR 4 enabled on Radeon™ RX 9000 series graphics products.
	</li>
	<li>
		Intermittent application crash may be observed while playing <em>FBC: Firebreak</em> on some AMD Ryzen processors such as the Ryzen AI 300 series and the Ryzen 7000 series.
	</li>
	<li>
		Intermittent application crash may be observed while playing <em>NBA 2K26</em> in MyCareer mode on Radeon RX 9070 series graphics products.
	</li>
</ul>

<p>
	 
</p>

<p>
	AMD Radeon Software 25.8.1 is available on 64-bit Windows 10 and 11 systems with supported Radeon graphics cards. You can <a automate_uuid="7b41ad1b-778b-4986-86bc-60210d62412b" href="https://www.amd.com/en/resources/support-articles/release-notes/RN-RAD-WIN-25-8-1.html" rel="external nofollow" target="_blank">download it from the official support website</a>. Full release details are available on the same page.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/amd-releases-driver-2581-with-support-for-new-rx-9060-new-games-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="56074" data-embedcontent="" data-embedid="embed7095021082" src="https://nsaneforums.com/topic/474667-amd-radeon-adrenalin-edition-2581/?do=embed&amp;comment=1873820&amp;embedComment=1873820&amp;embedDo=findComment#comment-1873820" style="overflow: hidden; height: 334px; max-width: 502px;"></iframe>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 5 August 2025 at 6:06 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30627</guid><pubDate>Tue, 05 Aug 2025 08:08:03 +0000</pubDate></item><item><title>Report: Microsoft quietly disables vital Windows feature crippling many AMD Ryzen CPUs</title><link>https://nsaneforums.com/news/software-news/report-microsoft-quietly-disables-vital-windows-feature-crippling-many-amd-ryzen-cpus-r30622/</link><description><![CDATA[<p>
	Microsoft, in March earlier this year, published a <a automate_uuid="fe76f8d9-49a4-4879-906b-1b650245f491" href="https://www.neowin.net/news/xbox-update-delivers-new-look-for-game-bar-on-windows-alongside-new-cloud-gaming-features/" rel="external nofollow">new Xbox Game Bar update</a> that changed the look and feel of the application. The app is essentially Microsoft's in-house overlay for Windows for gaming and helps monitor resource usage, as well as capture gameplay screenshots and videos, and more.
</p>

<p>
	 
</p>

<p>
	While it may not matter for everyone as there are several third-party utilities like MSI Afterburner (RivaTuner), as well as ones from AMD or Nvidia, the Game Bar is an absolutely vital component for some of the fastest AMD Ryzen CPUs out there.
</p>

<p>
	 
</p>

<p>
	And according to a new report by PC Games Hardware (PCGH), Microsoft may be quietly disabling the it on Windows 10 systems, at least in the case of Pro and Enterprise editions which could potentially hamstring several CPUs.
</p>

<p>
	 
</p>

<p>
	If you recall, AMD first introduced its X3D processor in the form of the 5800X3D which comprised a single CCD (core compute die) which meant that the 3D vertical cache (V-cache) was able to feed all the cores on the CPU without any trouble and did not require any special optimization for Windows for task and workloads scheduling across the CPU threads of the 5800X3D.
</p>

<p>
	 
</p>

<p>
	Later, AMD debuted 3D V-cache to 12 and 16 core Ryzen parts as well with AM5 as the Ryzen 7000X3D (Zen 4-based) chips feature the extra L3 cache. However, since these were dual CCD parts (each CCD houses up to eight Zen cores), only one of the CCDs was equipped with this faster cache while the other was more optimized for higher clocks.
</p>

<p>
	 
</p>

<p>
	On Windows 10 and 11, the Xbox Game Bar app carries the necessary optimization for handling this task scheduling job such that gaming workloads would be correctly passed on to the CCD with the 3D cache. This is done via the <a automate_uuid="69b104ad-6e2b-4201-9730-57ae06c8cf66" href="https://www.neowin.net/news/microsofts-xbox-game-bar-boosts-windows-11-and-10-gaming-performance-on-amd-ryzen-7950x3d/" rel="external nofollow">3D V-Cache Performance Optimizer Driver</a> that is delivered through the AMD chipset driver package. All a user needed to do was assign a particular title or game by checking the "Remember this is a game" option inside Xbox Game Bar settings.
</p>

<p>
	 
</p>

<p>
	PCGH notes that they were unable to make the Xbox Game Bar feature work properly, even after reinstalling Windows 10, as all attempts apparently proved futile.
</p>

<p>
	 
</p>

<p>
	After reading the report, I also updated the Xbox Game Bar app on my Windows 10 system to try and replicate the problem. Interestingly, unlike the previous version, the Xbox Game Settings would crash when clicked on it and so selecting the "Remember this is a game option" was no longer possible on my side.
</p>

<p>
	 
</p>

<p>
	Bizarrely and perhaps coincidentally, the Xbox Game bar <a automate_uuid="77035253-040b-40d4-91aa-8b740bce2584" href="https://support.xbox.com/en-IN/help/games-apps/game-setup-and-play/how-to-make-xbox-game-bar-remember-or-forget-a-game" rel="external nofollow">support article</a> regarding that option is also gone as it is no longer available. While this issue is unlikely to affect someone like me who runs an octa-core Ryzen 7 5700G APU, Ryzen 7000X3D and 9000X3D owners could be losing out big.
</p>

<p>
	 
</p>

<p>
	Even if it is just a temporary bug, Microsoft should definitely be more cautious about the app considering AMD Ryzen X3D chips are heavily reliant on them for their performance.
</p>

<p>
	 
</p>

<p>
	Source: <a automate_uuid="33cd3c71-97ff-4446-853e-b22486bc6bce" href="https://www.pcgameshardware.de/Windows-Software-277633/News/Xbox-Game-Bar-funktioniert-nicht-mehr-1478832/" rel="external nofollow">PCGH</a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/report-microsoft-quietly-disables-vital-windows-feature-crippling-many-amd-ryzen-cpus/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 5 August 2025 at 4: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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30622</guid><pubDate>Mon, 04 Aug 2025 18:04:06 +0000</pubDate></item><item><title>Microsoft is finally fixing this irritating Windows 11 feature</title><link>https://nsaneforums.com/news/software-news/microsoft-is-finally-fixing-this-irritating-windows-11-feature-r30621/</link><description><![CDATA[<p>
	For a productivity-focused operating system, Windows 11 has quite a lot of nags and prompts that often irritate users with their uncalled appearances. One of them is the so-called SCOOBE or <em>Second-chance out-of-box experience</em>. It shows up when you log in and won't let you get to the desktop until you get through all the extra prompts Microsoft throws at you. SCOOBE is <a automate_uuid="dba657fc-3bf1-4e92-9464-598e0fc69e3f" href="https://www.neowin.net/guides/do-these-five-important-things-after-installing-windows-11/" rel="external nofollow">one of those things I recommend turning off the moment you install Windows 11</a>, and while Microsoft is not removing it, the company makes some useful changes to make it less annoying.
</p>

<p>
	 
</p>

<p>
	In <a automate_uuid="ce6ff0e4-e416-46b5-b9d5-1f7350e6b45d" href="https://www.neowin.net/news/windows-11-gets-an-important-taskbar-update-and-more-in-the-latest-builds/" rel="external nofollow">the recently released Windows 11 Dev build</a>, Microsoft changed SCOOBE to a single-screen experience with a list of optional features you can enable with simple toggles. As such, Windows 11 no longer forces you to go through several screens of Microsoft's upsells.
</p>

<figure class="image image--expandable">
	<img alt="The updated SCOOBE screen" class="ipsImage" height="456" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/07/1753738653_scoobe.webp">
</figure>

<p>
	Another useful change in the new SCOOBE is the updated buttons. You can accept or decline all offers with a single click. Just press "Accept all" or "Keep the current settings." In a typical Microsoft fashion, the latter is less apparent, but at least it is there, not like when <a automate_uuid="182b67d9-90ee-4f04-befe-678b6b3bf82d" href="https://www.neowin.net/news/microsoft-reportedly-shows-full-screen-windows-11-upgrade-ads-with-two-yes-buttons/" rel="external nofollow">Microsoft prompted users to upgrade to Windows 11 with a banner containing "yes" buttons</a>.
</p>

<p>
	 
</p>

<p>
	Here is what Microsoft says about the new SCOOBE experience:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Some Windows Insiders in the Dev and Beta Channels will see a refreshed SCOOBE screen (Second Chance Out of Box Experience) for reviewing recommended settings on your PC. This redesigned screen is meant to be more intuitive and streamlined, allowing you to choose the recommended settings you want for your PC without having to navigate through multiple setup screens. If you see this screen, let us know if you have any feedback via Feedback Hub.
	</p>
</blockquote>

<p>
	Windows 11's second-chance out-of-box experience most often appears on systems with local accounts and those using <a automate_uuid="288297df-85b7-414e-83b6-540dc4535c37" href="https://www.neowin.net/news/microsoft-makes-it-harder-to-install-windows-11-without-internet-but-it-is-still-possible/" rel="external nofollow">the outgoing oobe\bypassnro command</a>. However, it can also show up on devices with Microsoft accounts. If you do not want to see it, toggle it off in Settings &gt; System &gt; Notifications &gt; Additional Settings and toggle off all three.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-finally-fixing-this-irritating-windows-11-feature/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 5 August 2025 at 3:52 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30621</guid><pubDate>Mon, 04 Aug 2025 17:54:09 +0000</pubDate></item><item><title>KDE Plasma prepares crackdown on focus-stealing window behavior under Wayland</title><link>https://nsaneforums.com/news/software-news/kde-plasma-prepares-crackdown-on-focus-stealing-window-behavior-under-wayland-r30620/</link><description><![CDATA[<p>
	One of the most <a automate_uuid="f14970b0-3022-421d-b085-ae34f8b50ae8" href="https://www.neowin.net/news/kde-is-fixing-blurry-screens-by-snapping-almost-1x-scale-factors-back-to-1x-on-wayland/" rel="external nofollow">interesting things about Wayland</a> is how it handles window focus, unlike X11, where focus stealing can be frustrating and even a security risk. Its main advantage is a mechanism that prevents focus stealing. The protocol that plays a role in this is known as "XDG Activation."
</p>

<p>
	 
</p>

<p>
	Here's how it works: Say you double-click a PDF file in your file manager. The file manager first asks the Wayland compositor for a special, single-use "activation token". This request is tied directly to your click, proving a human wanted this to happen.
</p>

<p>
	 
</p>

<p>
	The file manager then launches your PDF viewer and hands it the token. The PDF viewer, upon starting, shows this token to the compositor and asks to be activated. The compositor checks if the token is legit and, if so, gives the PDF viewer focus.
</p>

<p>
	 
</p>

<p>
	If the token is missing, old, or otherwise invalid, the compositor says no. The viewer window will not get focus, and instead, its icon in the taskbar will start flashing to grab your attention.
</p>

<figure class="image image--expandable">
	<img alt="KWrite text editor window window has no focus colors are softened Task bar with a couple of apps KWrite icon has an orange background behind it indicating KWrite is demanding attention" class="ipsImage" height="520" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754304760_bildschirmfoto_20250731_143103-1024x740.webp">
	<figcaption>
		<p>
			Flashing icon in the taskbar
		</p>

		<p>
			Image: <a automate_uuid="52e30af3-0383-413a-8808-4aa6280cd192" href="https://blog.broulik.de/2025/08/on-window-activation/" rel="external nofollow">Kai-Uwe Broulik</a>
		</p>
	</figcaption>
</figure>

<p>
	Kai-Uwe Broulik, a KDE developer, recently wrote about the plan to "switch on KWin’s focus stealing on Wayland at a low level". This means KWin, the window manager for KDE Plasma, will begin enforcing this properly.
</p>

<p>
	 
</p>

<p>
	Under X11, new or dialog windows can only grab focus if their application was most recently active, a check often based on a timestamp called <code>_NET_WM_USER_TIME</code>. It was a flimsy system at best. For example, Kai cited how the prevention logic on X11 would sometimes stop the Adobe Flash Player fullscreen window from showing on top of a YouTube video. On X11, an application could just call <strong><code>XSetInputFocus</code></strong> on another app's window, and while KWin would try to undo it, focus did flicker for a moment.
</p>

<p>
	 
</p>

<p>
	Over on Wayland, things are much better with XDG Activation, but some apps still violate the protocol through improper usage. In situations like that, KWin would, by default, just focus any new window that opened. This is changing.
</p>

<p>
	 
</p>

<p>
	A new "Extreme" setting for "Focus Stealing Prevention" in the Window Management settings will force KWin to activate a window if and only if it requests activation with a valid token.
</p>

<figure class="image image--expandable">
	<img alt="Window Behavior configuration dialog various window-related tabs and options mouse cursor pointing at a combo box Focus stealing prevention whose current item is Extreme" class="ipsImage" height="463" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754304876_screenshot_20250802_100046-1024x658.webp">
	<figcaption>
		Image: <a automate_uuid="0f0199c4-89f0-4724-aacb-1e755674fe7b" href="https://blog.broulik.de/2025/08/on-window-activation/" rel="external nofollow">Kai-Uwe Broulik</a>
	</figcaption>
</figure>

<p>
	Using this stricter mode, developers Xaver Hugl and Kai-Uwe Broulik have already fixed a ton of issues, introducing several key changes:
</p>

<p>
	 
</p>

<ul>
	<li>
		Dolphin no longer discards its activation token when launching a new instance.
	</li>
	<li>
		KRunner, Kickoff, and other Plasmoid popups now correctly request activation.
	</li>
	<li>
		LayerShell-Qt now requests activation on show and properly reads the <strong><code>XDG_ACTIVATION_TOKEN</code></strong> from the environment.
	</li>
	<li>
		Allowing privileged clients like Plasma to request tokens correctly.
	</li>
	<li>
		Ignoring modifier key presses for focus prevention logic, since they are often part of a global shortcut.
	</li>
</ul>

<p>
	 
</p>

<p>
	The work extends to the backend as well, with the DBusRunner specification now gaining a <code>SetActivationToken</code> method that is called just before an action runs. Baloo, the desktop search runner, now uses this to ensure that opening files in an existing application window works correctly.
</p>

<p>
	 
</p>

<p>
	You can learn more on <a automate_uuid="0bd52d32-7ca9-410c-82f0-7f2f1d3084d6" href="https://blog.broulik.de/2025/08/on-window-activation/" rel="external nofollow">Kai's blog post.</a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/kde-plasma-prepares-crackdown-on-focus-stealing-window-behavior-under-wayland/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Tuesday 5 August 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30620</guid><pubDate>Mon, 04 Aug 2025 17:52:03 +0000</pubDate></item><item><title>Microsoft lists reasons why your PC is blocking Windows 10 upgrades to Windows 11</title><link>https://nsaneforums.com/news/software-news/microsoft-lists-reasons-why-your-pc-is-blocking-windows-10-upgrades-to-windows-11-r30614/</link><description><![CDATA[<p>
	Earlier today Neowin noticed an interesting support article Microsoft published sometime this year. The company <a automate_uuid="8225fddb-0233-413f-a771-d5daef578a6d" href="https://www.neowin.net/news/microsoft-details-windows-11-requirements-after-upgrading-unsupported-pc-and-hardware/" rel="external nofollow">shared a useful guide</a> about passing the Windows 11 system requirements eligibility check in case someone has upgraded from a system that was previously unsupported.
</p>

<p>
	 
</p>

<p>
	Aside from that, we also noticed that Microsoft also published another useful upgrade-related support article. This one, though, deals with issues a system may encounter while trying to run an upgrade from, say, Windows 10 to 11.
</p>

<p>
	 
</p>

<p>
	Microsoft says that in such cases typically a "What needs your attention" banner or pop-up message may be displayed. The company says there are several reasons why an upgrade may be blocked. This banner message is probably pushed as part of the <a automate_uuid="0a4d2d71-ce7d-4398-9349-1891a9113778" href="https://www.neowin.net/news/microsoft-quietly-installs-kb5001716-on-your-windows-11-and-10-pcs/" rel="external nofollow">KB5001716 update</a> that Microsoft quietly installs on Windows PCs at regular intervals. The most recent one was released at the end of June and this time there is some change in the way it functions as it no longer tries to <a automate_uuid="5bc4656b-e136-497d-976f-2b86afbcb2b0" href="https://www.neowin.net/news/kb5001716-microsoft-stops-stealthily-upgrading-windows-1110-pcs-automatically/" rel="external nofollow">force-push a newer feature update</a>.
</p>

<p>
	 
</p>

<p>
	Microsoft writes:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		The notification: <strong>What needs your attention</strong> might appear when attempting a Windows upgrade. This notification message might be an indication that the Windows device has a compatibility issue with the newer version of Windows. The compatibility issue might be with one of the following components:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Driver.
		</li>
		<li>
			Hardware.
		</li>
		<li>
			App.
		</li>
		<li>
			Windows feature.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		These compatibility issues can lead to an unexpected experience. For this reason, the Windows upgrade isn't offered.
	</p>
</blockquote>

<p>
	It is good to see Microsoft has published a support article regarding the safeguard holds that had been put in place, especially considering the huge list of issues that have led the company to refrain from offering Windows 11 24H2 on affected systems. For example, it has been nearly a year since 24H2 was announced to the general public, and still, there are certain compatibility blocks in place with the most recent one finally <a automate_uuid="a03ccba2-5014-4a48-974a-7e173656dc8f" href="https://www.neowin.net/news/microsoft-lifts-another-long-standing-windows-11-24h2-block-allowing-more-people-to-upgrade/" rel="external nofollow">getting a resolution this July</a>.
</p>

<p>
	 
</p>

<p>
	The company has also shared some ways in which users may be able to resolve the issue. You can find the guide in this article <a automate_uuid="5ef1d81f-116e-4e94-8cea-859d7f73a6ce" href="https://support.microsoft.com/en-us/windows/the-notification-what-needs-your-attention-displays-during-a-windows-upgrade-0cedddaf-0198-8fe8-3b75-5f83dc7a4c77" rel="external nofollow">here</a> on Microsoft's website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-lists-reasons-why-your-pc-is-blocking-windows-10-upgrades-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.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Monday 4 August 2025 at 12:19 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30614</guid><pubDate>Mon, 04 Aug 2025 02:20:08 +0000</pubDate></item><item><title>Microsoft details Windows 11 requirements after upgrading unsupported PC and hardware</title><link>https://nsaneforums.com/news/software-news/microsoft-details-windows-11-requirements-after-upgrading-unsupported-pc-and-hardware-r30610/</link><description><![CDATA[<p>
	With the <a automate_uuid="6309dfa5-07b4-49ec-a71d-5e62a5050a9f" href="https://www.neowin.net/news/windows-11-is-unsupported-this-app-automatically-moves-important-windows-10-data-to-linux/" rel="external nofollow">support for Windows 10 winding down</a>, Microsoft, AMD, Asus, Dell, among other vendor companies, are urging users to upgrade to Windows 11. For those running older hardware that can not upgrade to the latest Windows OS due to ineligibility, Microsoft <a automate_uuid="86b76f8d-e087-4501-8900-07fc4a5e936d" href="https://www.neowin.net/news/microsoft-how-to-update-to-windows-11-on-unsupported-windows-10-pc-dump-it-and-buy-new/" rel="external nofollow">officially recommends purchasing a new system</a>, and per the company's suggestion, it is <a automate_uuid="9972249d-e370-4ba3-87ca-462e44b379ff" href="https://www.neowin.net/news/microsoft-explains-why-windows-11-copilot-pcs-are-way-better-than-old-windows-10-ones/" rel="external nofollow">even better if it is a Copilot+ PC</a>.
</p>

<p>
	 
</p>

<p>
	If you are not familiar with what that is, a Copilot+ PC is essentially a system that meets a certain threshold of AI processing performance, 40 NPU TOPS, so that they can be labelled as such. While a user does not strictly need a Copilot+ PC, Windows 11 24H2 and most of the new app features are drenched with Copilot and AI bits (<a automate_uuid="7499c86d-c2dd-4474-a10f-6238d4773495" href="https://www.neowin.net/news/updated-ui-for-microsoft-teams-outlook-copilot-chat-may-leave-users-wanting-more/" rel="external nofollow">even relatively minor changes are getting quite the focus</a>).
</p>

<p>
	 
</p>

<p>
	Microsoft has in fact updated the <a automate_uuid="4e3b4de4-8d1f-4d9a-afd8-211871bed7ad" href="https://www.neowin.net/news/microsoft-updates-windows-11-minimum-processor-requirements-guidance-for-ai-pc-support/" rel="external nofollow">official CPU guidance on its support documentation</a> to reflect this change so that users are aware of the differences between what qualifies as Copilot+ (AI) PC and what does not.
</p>

<p>
	 
</p>

<p>
	Thus, per Microsoft's advice, if you were to go and get a new piece of hardware like the processor, which was <a automate_uuid="1308b274-59f8-4bdd-b329-08cfea70ab9d" href="https://www.neowin.net/news/microsoft-maintains-intel-8th-9th-10th-gen-cpus-arent-unsupported-confirming-requirements/" rel="external nofollow">perhaps no longer supported</a>, or buy an entirely new PC, you could be wondering what happens to Windows 11 eligibility and support if you make this change.
</p>

<p>
	 
</p>

<p>
	Microsoft understands this and as such, sometime earlier this year, the company put up a new support article about the topic. Neowin noticed it while browsing.
</p>

<p>
	 
</p>

<p>
	The article covers in detail how users can proceed with checking Windows 11 upgrade eligibility after moving to a new PC. The company says that users can check the availability of Windows 11 via the PC Health Check app to see if the OS recognizes and green-flags their newly upgraded hardware.
</p>

<p>
	 
</p>

<p>
	Microsoft also notes that users may need to be patient as it can "take up to 24 hours for Windows Update to refresh eligibility info" as it is "based on intelligence models that consider hardware eligibility, reliability metrics, device age, and other factors."
</p>

<p>
	 
</p>

<p>
	In case however the Windows 11 eligibility assessment is not automatically refreshing, or you wish for the upgrade to be offered sooner, Microsoft has also provided steps to toggle the Microsoft Compatibility Appraiser (assesses device compatibility for receiving upgrades) manually. The company has explained how to proceed with it via the Task Scheduler, a <a automate_uuid="64f704d6-89b6-49e8-962f-a4bab64b9e36" href="https://www.neowin.net/news/microsoft-details-regedit-group-policy-editor-and-more-native-windows-1110-config-tools/" rel="external nofollow">native Windows too</a>l that allows users (mainly developers) to automatically run routine tasks. There is also another way to do it via the Command Prompt.
</p>

<p>
	 
</p>

<p>
	However, they require elevated privileges and if you are not all too familiar with such instruments, you are probably better off handing it to someone more tech-savvy (<em>like someone who reads Neowin!</em>).
</p>

<p>
	 
</p>

<p>
	You can read the support article in full <a automate_uuid="eb59b1ca-36de-4bd3-aec6-c4b571492a60" href="https://support.microsoft.com/en-us/windows/check-if-a-device-meets-windows-11-system-requirements-after-changing-device-hardware-f3bc0aeb-6884-41a1-ab57-88258df6812b" rel="external nofollow">here</a> on Microsoft's official website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-details-windows-11-requirements-after-upgrading-unsupported-pc-and-hardware/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Monday 4 August 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30610</guid><pubDate>Sun, 03 Aug 2025 18:10:32 +0000</pubDate></item><item><title>Choosing Your First Linux Distro (ExplainingComputers) [Video]</title><link>https://nsaneforums.com/news/software-news/choosing-your-first-linux-distro-explainingcomputers-video-r30609/</link><description><![CDATA[<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" frameborder="0" height="113" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube-nocookie.com/embed/e2wB9r1SYrY?feature=oembed" title="Choosing Your First Linux Distro" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	August 3, 2025
</p>

<p>
	 
</p>

<p>
	Video length: 19m 26s
</p>

<p>
	 
</p>

<p>
	Which Linux distro should you choose? This video highlights some key things for beginners to consider, and includes a comparison of Linux Mint, Zorin OS, Ubuntu, Debian, MX Linux and Pop!_OS.
</p>

<p>
	 
</p>

<p>
	00:00 Titles &amp; Intro 
</p>

<p>
	01:30 Linux &amp; Distros 
</p>

<p>
	03:24 Look, Feel &amp; Learning Curve 
</p>

<p>
	13:50 FOSS Philosophy 
</p>

<p>
	15:35 Distro Team 
</p>

<p>
	18:06 And Many More!
</p>

<p>
	 
</p>

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

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

<p>
	<span style="font-size:12px;"><em>Posted Monday 4 August 2025 at 4:02 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30609</guid><pubDate>Sun, 03 Aug 2025 18:05:45 +0000</pubDate></item><item><title>New Windows Terminal updates fix crashes, pasting issues, and more</title><link>https://nsaneforums.com/news/software-news/new-windows-terminal-updates-fix-crashes-pasting-issues-and-more-r30602/</link><description><![CDATA[<p>
	Microsoft has released a duo of Windows Terminal updates. One is available for Windows Terminal 1.22 in the Stable Channel, while the second update is for Windows Terminal 1.23 Preview. Both updates pack bug fixes and small improvements (and an apology to Canonical for breaking their icons). No new features in today's updates, so stand by for version 1.24, which is expected to be an "excellent release," according to the developers.
</p>

<p>
	 
</p>

<p>
	Notable fixes in the updates include patches for Terminal crashing when closing multiple panes, pasting issues, and more. Here is the changelog for Windows Terminal 1.22.12111.0:
</p>

<p>
	 
</p>

<ul>
	<li>
		When you have multiple profiles with the same name, we will now save/restore the right one during session restoration
	</li>
	<li>
		We've resolved an issue where pasting with Ctrl held down would result in a corrupt first character (and I then forgot to put this into the preview build)
	</li>
	<li>
		Closing multiple panes at once should no longer send Terminal into outer space, never to return
	</li>
	<li>
		More TSF IMEs that request bad color combinations will be properly handled
	</li>
	<li>
		"Clear Buffer" now makes a better attempt at preserving the row your cursor is on
	</li>
	<li>
		Icons can once again refer to http URLs, while we work out a proper solution in #19143
	</li>
	<li>
		All of the DLLs, EXEs and a few more files that come with Terminal now have proper version info resources including names and locales
	</li>
</ul>

<p>
	 
</p>

<p>
	Here is the changelog for Windows Terminal Preview 1.23.12102.0:
</p>

<p>
	 
</p>

<ul>
	<li>
		When you have multiple profiles with the same name, we will now save/restore the right one during session restoration
	</li>
	<li>
		Closing multiple panes at once should no longer send Terminal into outer space, never to return
	</li>
	<li>
		Scrollbar marks will now appear without you having to scroll or resize
	</li>
	<li>
		Using cooked read (cmd.exe, for example) in the alternate screen buffer will no longer cause a crash
	</li>
	<li>
		We will no longer duplicate variable names we add to WSLENV
	</li>
	<li>
		More TSF IMEs that request bad color combinations will be properly handled
	</li>
	<li>
		Terminal once again understands that it is not supposed to share between two users on the same desktop
	</li>
	<li>
		When Terminal is set as your default console host, it will receive incoming console applications much more reliably (and not crash just for the fun of it)
	</li>
	<li>
		"Clear Buffer" now makes a better attempt at preserving the row your cursor is on
	</li>
	<li>
		Icons can once again refer to http URLs, while we work out a proper solution in #19143
	</li>
	<li>
		All of the DLLs, EXEs and a few more files that come with Terminal now have proper version info resources including names and locales
	</li>
</ul>

<p>
	 
</p>

<p>
	You can update Windows Terminal through the Microsoft Store <a automate_uuid="cf6fe21d-ea75-4a1a-b5f3-f5c68e8096f6" href="https://apps.microsoft.com/detail/9N0DX20HK701" rel="external nofollow">here </a>and <a automate_uuid="6dbd7750-5434-430c-8686-f650ac801fa1" href="https://apps.microsoft.com/detail/9N8G5RFZ9XK3" rel="external nofollow">here </a>(preview). The app is also available <a automate_uuid="0161502f-fe8e-473b-afb9-128a47d4be74" href="https://github.com/microsoft/terminal/releases" rel="external nofollow">on GitHub</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/new-windows-terminal-updates-fix-crashes-pasting-issues-and-more/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Sunday 3 August 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30602</guid><pubDate>Sat, 02 Aug 2025 17:50:03 +0000</pubDate></item><item><title>Microsoft is taking steps to open-sourcing Windows 11 user interface framework</title><link>https://nsaneforums.com/news/software-news/microsoft-is-taking-steps-to-open-sourcing-windows-11-user-interface-framework-r30601/</link><description><![CDATA[<p>
	Microsoft has plenty of open-source projects, and these days, the company is much more open to community contributions. Still, plenty of code remains closed-source, and the company constantly receives more requests to open it. One of them is WinUI, Windows 11's user interface framework. While Microsoft is not opening it fully yet, the company shared details about plans for the next six months, which include "product work and foundational changes to support a more open and collaborative future."
</p>

<p>
	 
</p>

<p>
	Microsoft <a automate_uuid="22b777ba-ce57-48c1-a621-a5908ad5625d" href="https://github.com/microsoft/microsoft-ui-xaml/discussions/10700" rel="external nofollow">says </a>that open-sourcing WinUI cannot be done with a switch flip due to its complexity and connections. Windows 11's user interface taps into many proprietary layers of the operating system that cannot be published as is. As such, Microsoft needs to separate what could be shared with the community and what cannot.
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Many of you have asked about truly open sourcing the repo. While we’re not ready to commit to a specific end date for completing all milestones, we are actively working toward it. This isn’t a flip-the-switch moment, it’s a deliberate process.
	</p>
</blockquote>

<p>
	Additionally, the team needs to prioritize other things, which include security, stability, and support for existing products.
</p>

<p>
	 
</p>

<p>
	Microsoft plans to open WinUI's GitHub repository in phases:
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			<strong>Phase 1: Increased Mirror Frequency</strong>. After the WASDK 1.8 release (end of August), we’ll begin more frequent mirroring of internal commits to GitHub to increase transparency and show progress.
		</li>
		<li>
			<strong>Phase 2: 3rd Party Devs Build Locally</strong>. External developers will be able to clone and build the repo locally, with documentation to guide setup and dependencies.
		</li>
		<li>
			<strong>Phase 3: 3rd Party Devs Contribute &amp; Run Tests</strong>. Contributors will be able to submit PRs and run tests locally. We’re working to untangle private dependencies and make test infrastructure publicly accessible.
		</li>
		<li>
			<strong>Phase 4: GitHub as Center of Gravity</strong>. GitHub becomes the primary place for development, issue tracking, and community engagement. Internal mirrors will be phased out.
		</li>
	</ul>
</blockquote>

<p>
	Making WinUI more open will be an incremental process, and you can track it on <a automate_uuid="6f1f8b63-ea09-4419-86c1-e75eadfd5989" href="https://github.com/orgs/microsoft/projects/1868/views/1" rel="external nofollow">this board on GitHub</a>. Meanwhile, developers can contribute by sharing their feedback, filing clear and well-written issues, and upvoting existing feedback.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-taking-steps-to-open-sourcing-windows-11-user-interface-framework/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Sunday 3 August 2025 at 3:48 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30601</guid><pubDate>Sat, 02 Aug 2025 17:48:57 +0000</pubDate></item><item><title>"Updated UI" for Microsoft Teams, Outlook Copilot Chat may leave users wanting more</title><link>https://nsaneforums.com/news/software-news/updated-ui-for-microsoft-teams-outlook-copilot-chat-may-leave-users-wanting-more-r30600/</link><description><![CDATA[<p>
	Microsoft this week cautioned IT admins and sysadmins about an upcoming "major change" to Office apps such that some of the features there <a automate_uuid="a16b3def-88e8-4121-8246-74374818e8bf" href="https://www.neowin.net/news/microsoft-confirms-you-must-update-as-certain-office-features-will-stop-working/" rel="external nofollow">would stop working after a deadline</a>. The message was posted on the Microsoft 365 admin center portal.
</p>

<p>
	 
</p>

<p>
	Speaking of Microsoft 365, the company is also working on a UI (user interface) revision related to the Teams and Outlook apps, according to a couple of new entries on its Microsoft 365 Roadmap website.
</p>

<p>
	 
</p>

<p>
	This "updated UI" is for the Copilot Chat navigation pane on Outlook and Teams, and the company says that the change is meant to "offer a more intuitive layout" for users while also "ensuring continuity in user experience" (UX). Microsoft says that it has been able to achieve this simply by repositioning the navigation pane from the right to the left, but there is probably more than that.
</p>

<p>
	 
</p>

<p>
	For those who need a refresher, Microsoft began rolling out the feature <a automate_uuid="63aa5494-3690-4140-bcc5-046bb1f8a034" href="https://www.neowin.net/news/microsoft-reveals-outlook-and-teams-copilot-chat-release-dates/" rel="external nofollow">back in January</a>, early this year, after announcing the <a automate_uuid="72d70e9f-1e40-41d4-bfd1-1c5c1fb749b4" href="https://www.neowin.net/news/microsoft-introduces-copilot-chat-for-microsoft-365/" rel="external nofollow">full details a week prior</a>.
</p>

<p>
	 
</p>

<p>
	Aside from that, some new features are also coming to Copilot Chat. Microsoft in its roadmap entry describes the feature in some detail, although currently you can only sort of visualize in your mind how the updated UI will look.
</p>

<p>
	 
</p>

<p>
	In the entry, the tech giant writes:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>Microsoft Copilot (Microsoft 365):</strong> Updated UI for Copilot Chat Navigation Pane in Outlook/Teams
	</p>

	<p>
		 
	</p>

	<p>
		The navigation pane has been repositioned from the right side to the left, offering a more intuitive layout. Despite the shift, it continues to host agents and conversation history, ensuring continuity in user experience. This redesign introduces new features, including access to the "All Conversations" page, which provides a comprehensive view of chat history. The change aims to enhance usability and streamline navigation within Copilot Chat.
	</p>
</blockquote>

<p>
	You can find the M365 roadmap entries for Outlook and Teams at the following links on Microsoft's website: <a automate_uuid="d3d53f84-7f0c-4b68-9063-8523001f63d8" href="https://www.microsoft.com/en-in/microsoft-365/roadmap?id=499149" rel="external nofollow">499149</a>, <a automate_uuid="5f3046ad-a925-4d6c-9cb0-1d295c54a19c" href="https://www.microsoft.com/en-in/microsoft-365/roadmap?id=499148" rel="external nofollow">499148</a>.
</p>

<p>
	 
</p>

<p>
	Although this UI update is something that will probably prove to be helpful for many users, especially those who regularly use AI in their workflow, many others would probably be left wanting more in terms of UI and UX changes, also considering how some of the functionality improvements are <a automate_uuid="e520e11c-ab92-4ffb-b78e-6bf53373aa4b" href="https://www.neowin.net/news/microsoft-delays-new-windows-outlook-feature-that-lets-you-use-calendar-without-internet/" rel="external nofollow">getting delayed too</a>.
</p>

<p>
	 
</p>

<p>
	This also shows how a lot of Microsoft's development focus now is going towards Copilot and other AI feature additions, as <a automate_uuid="969beb02-44bb-487b-9932-9a7d7bd1859a" href="https://www.neowin.net/news/microsoft-planning-to-replace-msn-feed-in-windows-11-widgets-with-copilot-discover/" rel="external nofollow">nearly every single app</a> or feature is getting filled to the brim with AI features and functionalities. The company seems quite pedantic with Copilot, as even small improvements like these are getting a lot of attention and focus from the dev team.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/updated-ui-for-microsoft-teams-outlook-copilot-chat-may-leave-users-wanting-more/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Sunday 3 August 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30600</guid><pubDate>Sat, 02 Aug 2025 17:47:35 +0000</pubDate></item><item><title>Gamers continue switching to Windows 11 as the end of Windows 10 draws near</title><link>https://nsaneforums.com/news/software-news/gamers-continue-switching-to-windows-11-as-the-end-of-windows-10-draws-near-r30598/</link><description><![CDATA[<p>
	Microsoft is <a automate_uuid="1b9c69b5-537a-4439-958d-a405fa616090" href="https://www.neowin.net/news/everything-you-need-to-know-about-the-end-of-windows-10-support/" rel="external nofollow">ending Windows 10 support in about two months</a>, and ahead of this monumental event, <a automate_uuid="ae8bdf80-c349-4744-8eba-0ecebb06fcf6" href="https://www.neowin.net/news/people-are-ditching-windows-10-ahead-of-the-end-of-support/" rel="external nofollow">users are switching to Windows 11</a>, as indicated by Statcounter's latest data. On the gaming side, things are pretty much the same. Windows 11 has outpaced Windows 10 quite some time ago, and it has been increasing its market share ever since.
</p>

<p>
	 
</p>

<p>
	Valve's Steam Hardware and Software Survey results for July 2025 show that currently, 59.9% of all PC users on Steam are running Windows 11. The gap between Windows 11 and 10 is increasing, but the latter is still doing pretty well, with a 35.19% market share.
</p>

<p>
	 
</p>

<p>
	Despite a pretty large number of Windows 10 users on Steam, the operating system's share is expected to decline. Nvidia has already <a automate_uuid="27c55039-94c9-4f77-8b57-c2c316d7eeeb" href="https://www.neowin.net/news/nvidia-gives-a-timeline-on-ending-windows-10-driver-support/" rel="external nofollow">revealed its plans</a> to end driver support in about one year, leaving gamers no other choice than to move to Windows 11 if they want to use the latest hardware and receive optimizations for new games. As for Steam itself, there is currently no information on how long Valve plans to support its store on Windows 10.
</p>

<p>
	 
</p>

<p>
	Overall, 95.53% (-0.44 points) of all survey participants reported using a Windows PC. Linux is installed on 2.89% (+0.32 points), and macOS is on 1.88% (+0.12 points).
</p>

<p>
	 
</p>

<p>
	Now, to the hardware part. The most popular graphics card on Steam is the two-generation-old desktop RTX 3060 (4.62%). Nvidia holds the overwhelming majority, with 73.94% of all participants running a "green" card in their rig. AMD has 17.83%, Intel has 7.86%, and the rest is some obscure stuff.
</p>

<p>
	 
</p>

<p>
	Other hardware picks remain unchanged. The most popular configuration still has a six-core processor, 16GB of memory, and a 1080p display. You can find more details about Valve's latest findings on the <a automate_uuid="b90ff31d-3a26-4421-a8c1-16cbf526d6cf" href="https://store.steampowered.com/hwsurvey/Steam-Hardware-Software-Survey-Welcome-to-Steam" rel="external nofollow">official survey page</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/gamers-continue-switching-to-windows-11-as-the-end-of-windows-10-draws-near/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Saturday 2 August 2025 at 5: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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30598</guid><pubDate>Sat, 02 Aug 2025 07:14:50 +0000</pubDate></item><item><title>KDE Plasma 6.5 finally gets a feature people have wanted for a long time</title><link>https://nsaneforums.com/news/software-news/kde-plasma-65-finally-gets-a-feature-people-have-wanted-for-a-long-time-r30597/</link><description><![CDATA[<p>
	It's another weekend, and the KDE team has posted their usual "This Week in Plasma" update which provides a quick overview of the various changes made to different components of the KDE ecosystem.
</p>

<p>
	 
</p>

<p>
	Starting off with Plasma 6.5, this upcoming version is finally getting automatic day/night theme switching, something the KDE team says people have been wanting "for a long time." You can now have Plasma automatically switch to a different Global Theme at night.
</p>

<figure class="image image--expandable">
	<img alt="System Settings Global Themes page showing settings to turn on daynight switching" class="ipsImage" height="534" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754110070_system-settings-day-night-global-theme-chooser.webp">
	<figcaption>
		Image: <a automate_uuid="19627f95-37ab-45cb-b27f-d09f6acc9944" href="https://blogs.kde.org/2025/08/02/this-week-in-plasma-day/night-theme-switching/" rel="external nofollow">KDE</a>
	</figcaption>
</figure>

<p>
	Still on wallpapers, 6.5 will also get an update that lets you manage theme switching from the Quick Setting page.
</p>

<figure class="image image--expandable">
	<img alt="System Settings Quick Settings page showing popup to allow selecting which Global Themes you want shown in the quick toggles" class="ipsImage" height="534" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754110153_system-settings-quick-settings-global-theme-chooser.webp">
	<figcaption>
		Image: <a automate_uuid="ace53002-102c-41ba-8655-ea33281a12c0" href="https://blogs.kde.org/2025/08/02/this-week-in-plasma-day/night-theme-switching/" rel="external nofollow">KDE</a>
	</figcaption>
</figure>

<p>
	Another UI improvement 6.5 is getting is the ability to choose how your dynamic wallpaper coloration works. You can now base it on the active color scheme, the time of day, or just force it to always be light or dark.
</p>

<figure class="image image--expandable">
	<img alt="System Settings Wallpaper page showing the ability to register a preference for light or dark wallpapers" class="ipsImage" height="534" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754110573_wallpaper-always-use-light-or-dark.webp">
	<figcaption>
		Image: <a automate_uuid="dbe2233f-c0e9-49d1-ae65-5adbd569e900" href="https://blogs.kde.org/2025/08/02/this-week-in-plasma-day/night-theme-switching/" rel="external nofollow">KDE</a>
	</figcaption>
</figure>

<p>
	Other UI improvements 6.5 will bring include:
</p>

<p>
	 
</p>

<ul>
	<li>
		Files opened from KRunner will now properly raise the window of an already running application on Wayland.
	</li>
	<li>
		The Orca screen reader now correctly announces Caps Lock state changes on Wayland.
	</li>
	<li>
		You can now hibernate your system directly from the SDDM login screen if you have it configured.
	</li>
	<li>
		The desktop icon configuration window options have been rephrased to make it clearer what they do.
	</li>
</ul>

<p>
	 
</p>

<p>
	And as for bug fixes, the developers fixed two bugs that could cause Plasma to crash when using the Activities feature. This was due to some unstable code handling background tasks, which has now been swapped out for a more reliable implementation.
</p>

<p>
	 
</p>

<p>
	The free space checker will also no longer try to mount network shares defined in /etc/fstab, preventing system hangs when you are offline, and finally, a visual glitch affecting RTL languages on the Region &amp; Language page has been corrected.
</p>

<p>
	 
</p>

<p>
	Moving on to Plasma 6.4.4, this point release <a automate_uuid="5b0ff9b7-6d21-4d04-9a51-308187d20562" href="https://www.neowin.net/news/kde-plasma-64-launches-bringing-better-window-management-improved-krunner-and-more/" rel="external nofollow">builds on top of Plasma 6.4</a> with a collection of important fixes. If you're experiencing an issue where Discover could not correctly identify unstable or outdated Flatpak versions from multiple remotes, that should be resolved.
</p>

<p>
	 
</p>

<p>
	Problems with drag and drop inside desktop folders have been fixed, the Colors page in System Settings now shows copied color schemes immediately after you create them, and a situation where you could not rename desktop files that were symlinks has also been fixed.
</p>

<p>
	 
</p>

<p>
	You can learn more from the <a automate_uuid="5cdb71da-eb1f-4f7e-981b-5e9785624480" href="https://blogs.kde.org/2025/08/02/this-week-in-plasma-day/night-theme-switching/" rel="external nofollow">official KDE blog post.</a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/kde-plasma-65-finally-gets-a-feature-people-have-wanted-for-a-long-time/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Saturday 2 August 2025 at 5:12 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30597</guid><pubDate>Sat, 02 Aug 2025 07:13:51 +0000</pubDate></item><item><title>A long-missing mouse feature is returning to Windows 11</title><link>https://nsaneforums.com/news/software-news/a-long-missing-mouse-feature-is-returning-to-windows-11-r30589/</link><description><![CDATA[<p>
	In early 2024, Microsoft moved a useful mouse feature from PowerToys to Windows 11's Settings app, allowing users to <a automate_uuid="983a7580-8c79-44b1-865e-ba4beed86b33" href="https://www.neowin.net/news/windows-11-latest-canary-and-dev-channel-get-sudo-improved-regedit-and-lots-more/" rel="external nofollow">toggle the mouse cursor crosshair</a> for better accessibility without resorting to third-party apps. However, shortly after, <a automate_uuid="9a26510f-47b3-4f22-a242-8c835506612e" href="https://www.neowin.net/news/0x80070002-error-shutdown-sleep-and-hibernation-bug-fixes-land-in-windows-11-build-26085/" rel="external nofollow">Microsoft pulled this feature</a>, quoting the need to fix some bugs. Nearly a year and a half later, the mouse crosshair is back in Windows 11.
</p>

<p>
	 
</p>

<p>
	Windows 11 build 27913, which arrived in the Canary Channel this week, quietly brought back the ability to enable mouse crosshair in accessibility settings. You can turn it on and customize the color of the crosshair so that you can always see where the cursor is. Microsoft has not mentioned that in the release notes, and the change was only spotted by the sharp-eyed Windows insider @<a automate_uuid="967c84c6-f009-4e6d-947c-96f1b473ff8f" href="https://x.com/phantomofearth/status/1950925095016255547" rel="external nofollow">phantomofearth </a>on X.
</p>

<p>
	 
</p>

<p>
	If you are running Windows 11 build 27913, you can turn on the mouse crosshair by heading to Settings &gt; Accessibility &gt; Mouse Pointer and Touch &gt; Pointer Indicator. Note that the feature is available to all insiders, and it does not require toggling on any feature IDs. However, it has yet to make its way to the public Windows 11 version.
</p>

<figure class="image image--expandable">
	<img alt="Mouse crosshair settings in Windows 11" class="ipsImage" height="367" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754042256_screenshot_2025-08-01_125623.webp">
</figure>

<p>
	The mouse crosshair is a part of Microsoft's PowerToys utility set. Some of them have already made it to Windows 11, and Microsoft should consider doing the same for more tools. Recently, I published a story about <a automate_uuid="c39a27ea-e275-4a3d-8ed0-e434a38411ae" href="https://www.neowin.net/news/microsoft-should-integrate-these-five-powertoys-utilities-into-windows-11/" rel="external nofollow">five useful PowerToys utilities that Microsoft should make standard in Windows 11</a>.
</p>

<p>
	 
</p>

<p>
	Other changes in build 27913 include the centered search box for the Settings app, wallpaper fixes, and more. Notably, the update also removed <a automate_uuid="c6c66c38-c6e9-47b4-8175-2fca0430ca32" href="https://www.neowin.net/news/microsoft-accidentally-replaced-windows-11-startup-sound-with-one-from-vista/" rel="external nofollow">the Windows Vista startup sound</a>, which oddly <a automate_uuid="db04968d-1da3-4c01-a7b0-d83b38d873b4" href="https://www.neowin.net/news/windows-vista-startup-sound-is-back-in-windows-11-once-again/" rel="external nofollow">made its way to the Canary Channel</a> after being fixed in the Dev and Beta. You can find the full changelog for build 27913 <a automate_uuid="9881ff7d-252b-4c28-b730-91c6bda3e32b" href="https://www.neowin.net/news/windows-11-gets-desktop-wallpaper-fixes-centered-settings-search-and-more-in-build-27913/" rel="external nofollow">in our dedicated article here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/a-long-missing-mouse-feature-is-returning-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.</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>Posted Saturday 2 August 2025 at 4:19 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30589</guid><pubDate>Fri, 01 Aug 2025 18:20:19 +0000</pubDate></item><item><title>Windows 11 gets a new File Explorer feature, Start menu fixes, and more in new builds</title><link>https://nsaneforums.com/news/software-news/windows-11-gets-a-new-file-explorer-feature-start-menu-fixes-and-more-in-new-builds-r30588/</link><description><![CDATA[<p>
	Microsoft is finishing this week with two new Windows 11 preview builds. One is available in the Dev Channel (26200.5733), and one in the Beta Channel (26120.5733). Both share the same changelog with a new feature for File Explorer, fixes for Start menu crashes, and more.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

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

<p>
	 
</p>

<ul>
	<li>
		For Windows Insiders signed in with a work or school account (Entra ID), File Explorer will begin showing people icons under the “Activity” column on File Explorer Home and on “Recommended” at the top of File Explorer Home. When you hover or click over a people icon, it will display the Live Persona Card for that person from Microsoft 365.
	</li>
</ul>

<figure class="image image--expandable">
	<img alt="People photos in File Explorer" class="ipsImage" height="313" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/08/1754068978_img_0002.webp">
</figure>

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

<p>
	 
</p>

<ul>
	<li>
		We are removing the “Manage or clear your Bing search history” entry from Settings &gt; Privacy &amp; security &gt; Search under Search history. You can manage your Bing search history directly through the Privacy dashboard, accessible via the Privacy resources link under Related settings on that settings page.
	</li>
</ul>

<p>
	 
</p>

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

<p>
	 
</p>

<ul>
	<li>
		Fixed an issue which was causing the Start menu to crash for some Insiders in the last couple builds.
	</li>
</ul>

<p>
	 
</p>

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

<p>
	 
</p>

<ul>
	<li>
		Fixed an issue where If you accidentally clicked down and slid your mouse on the taskbar preview thumbnail, clicking it would stop working.
	</li>
</ul>

<p>
	 
</p>

<p>
	[<strong>Lock screen</strong>]
</p>

<p>
	 
</p>

<ul>
	<li>
		Fixed an underlying crash which could result in widgets on the lock screen not displaying in the last couple builds – you also couldn’t add new ones.
	</li>
</ul>

<p>
	 
</p>

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

<p>
	 
</p>

<ul>
	<li>
		Fixed an issue in the previous flight which was leading to multi-finger touchpad gestures not working in the previous flight.
	</li>
</ul>

<p>
	 
</p>

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

<p>
	 
</p>

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

<p>
	 
</p>

<ul>
	<li>
		Some Windows Insiders may experience a rollback trying to install this update with a 0x80070005 in Windows Update. We’re working on a fix for Windows Insiders impacted. If you are impacted, using Settings &gt; System &gt; Recovery &gt; “Fix issues using Windows update” may resolve the issue.
	</li>
	<li>
		[<strong>NEW</strong>] We’re working on the fix for an underlying issue with dao360.dll resulting in some apps crashing after the previous flight.
	</li>
</ul>

<p>
	 
</p>

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

<p>
	 
</p>

<ul>
	<li>
		[<strong>NEW</strong>] For Insiders with the new Start menu, you may unexpectedly see a category generated for every letter of the alphabet with blank icons, when opening the Start menu in the “All” section after updating to this build. Switching to a different view and then switching back should resolve the issue.
	</li>
</ul>

<p>
	 
</p>

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

<p>
	 
</p>

<ul>
	<li>
		[<strong>NEW</strong>] In dark mode, the red color used for a low space drive in This PC may be unexpectedly light colored in this build. Some of the other colors may also be incorrect, including that black is used for space remaining instead of a more visible color.
	</li>
</ul>

<p>
	 
</p>

<p>
	[<strong>Click to Do (Preview)</strong>] The following known issues will be fixed in future updates to Windows Insiders:
</p>

<p>
	 
</p>

<ul>
	<li>
		Windows Insiders on AMD or Intel®-powered Copilot+ PCs may experience long wait times on the first attempt to perform intelligent text actions in Click to Do after a new build or model update.
	</li>
</ul>

<p>
	 
</p>

<p>
	[<strong>Live Captions</strong>]
</p>

<p>
	 
</p>

<ul>
	<li>
		Live captions may crash when attempting to use live translation on a Copilot+ PC.
	</li>
</ul>

<p>
	 
</p>

<p>
	[<strong>Xbox Controllers</strong>]
</p>

<p>
	 
</p>

<ul>
	<li>
		Some Insiders are experiencing an issue where using their Xbox Controller via Bluetooth is causing their PC to bugcheck. Here is how to resolve the issue. Open Device Manager by searching for it via the search box on your taskbar. Once Device Manager is open, click on “View” and then “Devices by Driver”. Find the driver named “oemXXX.inf (XboxGameControllerDriver.inf)” where the “XXX” will be a specific number on your PC. Right-click on that driver and click “Uninstall”.
	</li>
</ul>

<p>
	 
</p>

<p>
	You can find the official announcements <a automate_uuid="1ef50b04-935b-4506-a74f-062aef2627da" href="https://blogs.windows.com/windows-insider/2025/08/01/announcing-windows-11-insider-preview-build-26120-5733-beta-channel/" rel="external nofollow">here</a> and <a automate_uuid="b305ad59-5a3e-4d12-b419-7db4388211a1" href="https://blogs.windows.com/windows-insider/2025/08/01/announcing-windows-11-insider-preview-build-26200-5733-dev-channel/" rel="external nofollow">here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-gets-a-new-file-explorer-feature-start-menu-fixes-and-more-in-new-builds/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Saturday 2 August 2025 at 4:17 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 July): 3,458</em></span>
</p>

<p>
	<strong><span style="font-size:12px;"><a href="https://nsaneforums.com/topic/459202-remember-matrix/" rel="">RIP Matrix</a> | Farewell my friend  </span></strong>
</p>
]]></description><guid isPermaLink="false">30588</guid><pubDate>Fri, 01 Aug 2025 18:19:02 +0000</pubDate></item></channel></rss>
