<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Software News</title><link>https://nsaneforums.com/news/software-news/page/76/?d=2</link><description>News: Software News</description><language>en</language><item><title>Microsoft gives Copilot visual appearance with real-time expressions and emotions</title><link>https://nsaneforums.com/news/software-news/microsoft-gives-copilot-visual-appearance-with-real-time-expressions-and-emotions-r30440/</link><description><![CDATA[<p>
	Several months ago, during its 50th anniversary event, <a automate_uuid="7fa614b6-0676-4ac5-9f9f-98267edf4c06" href="https://www.neowin.net/news/copilot-is-getting-customizable-face-and-body-so-you-can-finally-have-a-useful-clippy/" rel="external nofollow">Microsoft teased a visual upgrade for Copilot</a> (then called "Copilot Avatar") that would give the chatbot a visual character with expressions, reactions, and emotions. Now, users in the US, UK, and Canada can try Copilot Appearance, "a new, visual way to chat."
</p>

<p>
	 
</p>

<p>
	Conversational mode has been available in Copilot for a while, but it lacked any visual cues or non-verbal communications. All users see on their screens is some abstract animation. With Copilot Appearance, Microsoft is improving voice conversations with real-time visual expressions.
</p>

<p>
	 
</p>

<p>
	Sadly, Copilot Appearance is not a Clippy 2.0. In its current form, it is an abstract blob with a face that can morph into different shapes, express emotions, nod in agreement, etc. The concept is similar to what xAI offers with Grok AI companions that cost $300 per month, but Microsoft's approach is much more toned down (<a automate_uuid="0f3a5004-5caf-4b09-a1bc-644f070b89a0" href="https://mashable.com/article/grok-ai-companions-nsfw" rel="external nofollow">and you cannot undress it</a>). <a automate_uuid="5b260aef-596a-4ee4-a19e-ec1febf5705a" href="https://copilot.microsoft.com/labs/experiments/copilot-appearance" rel="external nofollow">On the official Copilot Labs website</a>, Microsoft describes Copilot Appearance as "an experiment to incorporate a more visual, engaging experience into Copilot."
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		What if you could see Copilot react and speak as you chat? With this experiment, we are bringing more non-verbal communication to Copilot, enhancing voice conversations with real-time visual expression. This early prototype allows you to chat, brainstorm, seek advice, or just mess around with Copilot, in a more engaging and expressive way.
	</p>
</blockquote>

<p class="img-center">
	<img alt="Copilot Appearance avatar" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/07/1753459263_copilot_appearance.webp">
</p>

<p>
	 
</p>

<p>
	Copilot Appearance is rolling out to a limited set of users in just three countries as Microsoft takes a cautious approach to a more personified AI. If you have a lucky ticket, you can try Copilot Appearance by launching Voice Mode (click the microphone button in the composer) and toggling the feature in Voice Mode settings.
</p>

<p>
	 
</p>

<p>
	Microsoft says that the initial release is experimental, and it is working on refining the experience.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-gives-copilot-visual-appearance-with-real-time-expressions-and-emotions/" 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 26 July 2025 at 4:37 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 June): 2,864</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">30440</guid><pubDate>Fri, 25 Jul 2025 18:38:01 +0000</pubDate></item><item><title>Another Linux utility is being rewritten in Rust</title><link>https://nsaneforums.com/news/software-news/another-linux-utility-is-being-rewritten-in-rust-r30439/</link><description><![CDATA[<p>
	Greenboot, the health check tool originally written in bash, is getting a rewrite in Rust, courtesy of engineers at Red Hat. This useful tool started in mid‑2018 as a Google Summer of Code project for Fedora IoT, designed to keep atomically updated systems from self-destructing after a bad update.
</p>

<p>
	 
</p>

<p>
	At its heart, <a automate_uuid="05af8737-b530-49df-94d0-a769dc364084" href="https://github.com/fedora-iot/greenboot" rel="external nofollow">Greenboot is a framework</a> that hooks into systemd to run health checks every time a machine boots. It looks for scripts in specific directories; anything in <strong><code>/etc/greenboot/check/required.d/</code></strong> absolutely must pass. If a required script fails, Greenboot triggers a reboot to retry.
</p>

<p>
	 
</p>

<p>
	After a few failed attempts, it executes scripts in <strong><code>/etc/greenboot/red.d/</code></strong> and initiates a system rollback to the last known-good deployment, preventing an update from bricking your system. When all required checks succeed, it runs scripts from <strong><code>/etc/greenboot/green.d/</code></strong> and marks the boot as successful by setting a GRUB environment variable. This whole process is kicked off by the <strong><code>greenboot-healthcheck.service</code></strong> before systemd's normal <strong><code>boot-complete.target</code></strong> is reached.
</p>

<p>
	 
</p>

<p>
	As for why Red Hat is choosing this rewrite, it comes down to creating a more robust and secure utility. This is definitely not the only *-rs tool rewrite we have seen lately; you have probably <a automate_uuid="c7a2bfeb-e4e6-4ff9-abb8-ab187648d0ef" href="https://discourse.ubuntu.com/t/adopting-sudo-rs-by-default-in-ubuntu-25-10/60583" rel="external nofollow">heard about <strong><code>sudo-rs</code></strong></a>, which is a project to build a memory-safe replacement for the classic <strong><code>sudo</code></strong> utility. Building these fundamental system components in a memory-safe language like Rust helps eliminate entire categories of security vulnerabilities.
</p>

<p>
	 
</p>

<p>
	According to the <a automate_uuid="1aa10b0d-8be3-46ec-b50f-a66f0dca9c2c" href="https://fedoraproject.org/wiki/Changes/Greenboot_RS_Change_Proposal" rel="external nofollow">official Fedora change proposal,</a> the rewrite expands support for both <strong><code>bootc</code></strong> and <strong><code>rpm-ostree</code></strong> based systems, whereas the original Bash version was built only for <strong><code>rpm-ostree</code></strong>. Red Hat developers have submitted a proposal to ship this new Rust version in Fedora 43.<a automate_uuid="81118790-257a-42de-be1b-d7ba543c6385" href="https://www.phoronix.com/news/Greenboot-Bash-Rust" rel="external nofollow"> According to Phoronix, </a>while the plan still needs a final vote from the Fedora Engineering and Steering Committee, it looks very likely to be approved. For current Fedora IoT users, the change promises to be a simple, seamless upgrade.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/another-linux-utility-is-being-rewritten-in-rust/" 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 26 July 2025 at 4:36 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 June): 2,864</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">30439</guid><pubDate>Fri, 25 Jul 2025 18:37:06 +0000</pubDate></item><item><title>Debian switches to 64-bit time completely to avoid Y2K38 disaster</title><link>https://nsaneforums.com/news/software-news/debian-switches-to-64-bit-time-completely-to-avoid-y2k38-disaster-r30438/</link><description><![CDATA[<p>
	Some of you may remember the <a automate_uuid="fdc34fd6-2d6e-4c32-8f3a-3c2189af4eb2" href="https://www.neowin.net/news/trivia-tuesday-apocalypse-2012-edition/" rel="external nofollow">Y2K problem</a>, where the world expected airplanes to fall from the sky as soon as we reached the year 2000, primarily because many software applications at that time typically just used the final two digits of each year to store calendar year data, which meant that the year 2000 was indistinguishable from the year 1900. Fortunately, we were able to avoid the 2K problem, thanks to the tireless efforts of many software vendors and engineers. Now, we are a few years away from a similar issue, and it looks like the Linux distro Debian wants to solve that problem right now in its own operating system.
</p>

<p>
	 
</p>

<p>
	Basically, older 32-bit architectures will face the <a automate_uuid="1c28b4ac-0a7b-4076-b86f-107d28eab3bf" href="https://www.neowin.net/news/torvalds-unhappy-with-sloppy-unix-millennium-bug-patches-for-linux-kernel/" rel="external nofollow">Y2K38 problem in the year 2038</a>. This is because the signed representation of Unix datetime values will overflow the 32-bit space, which would cause bugs in associated software. Debian is a pretty old distro with its first release dating back to 1993, so the maintainers say that a lot of sensitive computing is still happening on 32-bit architecture. Although there are still roughly 13 years to go before we reach 2038, developers want to proactively tackle the problem rather than having to scramble at the last minute like with Y2K, according to <a automate_uuid="14169264-95eb-4908-8f41-7836e9d8d300" href="https://www.theregister.com/2025/07/25/y2k38_bug_debian/" rel="external nofollow">The Register</a>.
</p>

<p>
	 
</p>

<p>
	Another name for Y2K38 is the <strong>Unix Epochalypse</strong>, since it impacts systems that store datetime values in the Unix format within a signed 32-bit space. On January 19, 2038, 03:14:07 UTC, this space will overflow.
</p>

<p>
	 
</p>

<p>
	As such, Debian maintainers will use <strong>64-bit time_t</strong> formats even on 32-bit architectures starting with the release of <a automate_uuid="59b8d449-1ccd-4f1e-ac4b-452b96a4a10e" href="https://www.neowin.net/news/debian-13-will-be-called-trixie-after-toy-story-dinosaur/" rel="external nofollow">Debian 13 "Trixie"</a>. This is not a small change, as maintainers found the use of the <strong>time_t</strong> variable in random places across 6,429 packages. The maintainers <a automate_uuid="6b6c881e-d1c3-47b9-bdef-36630114a7ee" href="https://wiki.debian.org/ReleaseGoals/64bit-time" rel="external nofollow">went on to say that</a><span>:</span>
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		The i386 port will be left with the existing 32-bit time_t, as a compatibility architecture for existing x86 binaries. A new 'i686' x86 ABI/architecture using 64-bit time, and potentially newer ISA features, could be created if there was sufficient enthusiasm for dragging 32-bit x86 into its now very limited future. The hurd-i386 port is not going to be switched, as its kernel lacks support, and efforts are underway instead to switch to hurd-amd64.
	</p>
</blockquote>

<p>
	This may be a breaking change for some applications, so it is important to test your program's response to the time_t variable switch by <a automate_uuid="ccdae110-19b2-4193-bade-e1bc37366e57" href="https://wiki.debian.org/ReleaseGoals/64bit-time" rel="external nofollow">leveraging the Debian wiki</a>. Interestingly, <a automate_uuid="a649009c-aeed-4b8d-b0c8-5d3f48163ce8" href="https://www.neowin.net/news/remember-y2k-windows-95-98-2000-era-app-surprisingly-stands-tall-against-y2k38-superbug/" rel="external nofollow">Y2K38 may also impact certain older Windows programs and out-of-support Windows operating systems</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/debian-switches-to-64-bit-time-completely-to-avoid-y2k38-disaster/" 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 26 July 2025 at 4:33 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 June): 2,864</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">30438</guid><pubDate>Fri, 25 Jul 2025 18:33:43 +0000</pubDate></item><item><title>Someone is developing a Windows-to-Linux migration tool</title><link>https://nsaneforums.com/news/software-news/someone-is-developing-a-windows-to-linux-migration-tool-r30437/</link><description><![CDATA[<p>
	Millions of PC users who run Windows 10 on their devices can't upgrade their devices to Windows 11 because of stricter system requirements. Microsoft introduced the cut deliberately, well aware that it would affect a sizeable number of customers.
</p>

<p>
	 
</p>

<p>
	<a data-wpel-link="internal" href="https://www.ghacks.net/2025/04/03/microsofts-windows-10-end-of-support-checklist-has-more-holes-than-swiss-cheese/" rel="external nofollow">With Windows 10 support running out in a few months</a>, and the <a data-wpel-link="internal" href="https://www.ghacks.net/2025/07/24/how-to-extend-windows-10-support-by-a-year/" rel="external nofollow">one-year updates extension the only official option</a> to prolong the life of the device, it is Microsoft that is forcing the hand of its customers. Microsoft wants customers to buy new Windows 11 PCs with AI features, but what if the Windows 10 PC works perfectly fine?
</p>

<p>
	 
</p>

<p>
	There are other ways to stay on Windows 10 and relatively secure, like subscribing to the <a data-wpel-link="internal" href="https://www.ghacks.net/2024/06/28/windows-10-support-until-2030-0patch-makes-it-possible/" rel="external nofollow">micro-patches that 0Patch promises to release until at least 2030 for the operating system</a>.
</p>

<p>
	 
</p>

<p>
	Linux is another option, but it still seen as a system for users who know their ways around tech and do not mind experimenting a lot. While Linux has come a long way, migrating to Linux is still a daunting task for many Windows users.
</p>

<h3>
	Enter Project Operese
</h3>

<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/PMoXClh8emw?feature=oembed" title="Introducing Operese (a Windows-to-Linux migration tool made by a nerd)" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	I never understood why major players in the Linux community and in development do not see the end of Windows 10 as a major opportunity. A tool to help users migrate would certainly be very appreciated, similarly to how Microsoft released a tool to transfer files and settings from an earlier version of Windows to the latest Windows 11 version.
</p>

<p>
	 
</p>

<p>
	Then I discovered Project Operese, and it seems to be the tool that I wished would have the backing of the entire Linux community.
</p>

<p>
	 
</p>

<p>
	Put simply, it is a tool to transfer data from Windows devices to Linux. The developer claims that it transfers files, programs, and settings. Probably not all programs though, maybe only those that are cross-platform.
</p>

<p>
	 
</p>

<p>
	Main downside at this point is that the tool is not yet available. Another that it only supports migrating to Kubuntu. If you fancy another Linux distribution, then you won't be able to use the tool once it is released. Future versions might support other Linux distributions, but in the beginning, it is only Kubuntu that you get.
</p>

<p>
	 
</p>

<p>
	Still, that is better than nothing and Kubuntu is based on Ubuntu, which continues to be a popular choice when it comes to Linux.
</p>

<p>
	 
</p>

<p>
	So, the main caveat is that the tool has not been released yet. The developer says that the tool will be released as open source in "the coming months". That was in early July, so expect it in late August or September at the earliest maybe.
</p>

<p>
	 
</p>

<p>
	Still, it is a great idea that could help Windows 10 users migrate to Linux to keep on using their trusted Windows 10 devices for longer than the extra year that Microsoft is giving them officially.
</p>

<p>
	 
</p>

<p>
	I will keep an eye on the project and will review the migration tool, once (if) it gets released.
</p>

<p>
	 
</p>

<p>
	<em>Now You: Would you use a migration tool from Windows to Linux, if it would be released? Let me know in the comments below. (via <a data-wpel-link="external" href="https://www.neowin.net/news/windows-11-is-unsupported-this-app-automatically-moves-important-windows-10-data-to-linux/" rel="external nofollow" target="_blank">Neowin</a>)</em>
</p>

<p>
	 
</p>


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

<p>
	<a href="https://www.ghacks.net/2025/07/25/someone-is-developing-a-windows-to-linux-migration-tool/" 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 26 July 2025 at 4: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 June): 2,864</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">30437</guid><pubDate>Fri, 25 Jul 2025 18:33:14 +0000</pubDate></item><item><title>This FREE Utility makes our life SO much easier! (JayzTwoCents) [Video]</title><link>https://nsaneforums.com/news/software-news/this-free-utility-makes-our-life-so-much-easier-jayztwocents-video-r30430/</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/eeCumOM8RV0?feature=oembed" title="This FREE Utility makes our life SO much easier!" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	July 25, 2025
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	If you want to keep all your Installers in one place AND be able to use the same USB or Drive for all your drivers, then you need this Free easy tool!
</p>

<p>
	 
</p>

<p>
	<a href="https://www.youtube.com/watch?v=eeCumOM8RV0" 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="embed290384957" src="https://nsaneforums.com/topic/469169-ventoy-1105/?do=embed&amp;comment=1859638&amp;embedComment=1859638&amp;embedDo=findComment#comment-1859638" 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 Friday 25 July 2025 at 5:41 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of June): 2,864</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">30430</guid><pubDate>Fri, 25 Jul 2025 07:44:13 +0000</pubDate></item><item><title>Google is killing another Google Maps feature later this year</title><link>https://nsaneforums.com/news/software-news/google-is-killing-another-google-maps-feature-later-this-year-r30429/</link><description><![CDATA[<p>
	Back in 2018 (2019 if you are on iOS), Google introduced a "Follow" button for its Maps service. The way it worked was simple: users could follow businesses to get updates about events and special offers in their "For You" tab.
</p>

<p>
	 
</p>

<p>
	<a automate_uuid="2de4d4b5-9b66-46bd-bbc3-44426ddc6688" href="http://www.blog.google/products/maps/fresh-ways-stay-date-your-favorite-places-and-find-new-ones/" rel="external nofollow">This set the ground</a> for what came next in 2020, the social and community-oriented feature that allowed users to follow individuals. A person's public activity, like their reviews, photos, and videos, would then appear in your feed. Now <a automate_uuid="e84eb2a0-a498-4fbe-81a7-b7b1647ade92" href="https://support.google.com/maps/answer/9603499?hl=en" rel="external nofollow">Google has announced</a> that it is killing the individual follower system starting this September.
</p>

<p>
	 
</p>

<p>
	The company says that "all data" related to your followers and who you follow will be deleted from its servers. The change will not affect your profile's visibility settings, but since followers will no longer exist, you will not have to approve requests for your restricted profile anymore. For some, this is probably a relief, as the feature was <a automate_uuid="5efded57-032b-469a-b1d8-954f3f7de70c" href="https://old.reddit.com/r/LocalGuides/comments/1em7x21/new_followers_with_blank_profiles/" rel="external nofollow">often a magnet for spam bots.</a>
</p>

<p>
	 
</p>

<p>
	As for the ability to follow businesses, that feature was <a automate_uuid="1d34d948-5d29-43a4-b8b1-44b5b842121f" href="https://www.neowin.net/news/google-maps-beta-hints-an-old-feature-might-get-purged/" rel="external nofollow">killed back in January</a>. The writing had been on the wall for a while, as Google had already made the "Follow" button much less prominent on business listings.
</p>

<p>
	 
</p>

<p>
	For those who loved the ability to follow individuals, Google is pointing people toward Local Guides Connect. It is an online forum where a Local Guide can earn points by writing reviews, adding photos, or correcting map information. This platform allows for more direct interaction within the community, something the follower feature never quite delivered. You can also still create and share lists of places.
</p>

<p>
	 
</p>

<p>
	On a related note, the company recently expanded its <a automate_uuid="e60beac7-4513-4f93-ac1a-4fab9325ce69" href="https://www.neowin.net/news/google-maps-now-powers-rivians-new-navigation-system-for-its-evs/" rel="external nofollow">partnership with Rivian for its electric trucks and SUVs</a>. Rivian is replacing the old navigation system, which was built on top of Mapbox, with a new one powered by the Google Maps Auto SDK. This gives drivers access to Google's real-time traffic data and superior search for points of interest.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/google-is-killing-another-google-maps-feature-later-this-year/" 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 Friday 25 July 2025 at 5:40 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 June): 2,864</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">30429</guid><pubDate>Fri, 25 Jul 2025 07:40:51 +0000</pubDate></item><item><title>Here are all the new features Microsoft added to Intune in July 2025</title><link>https://nsaneforums.com/news/software-news/here-are-all-the-new-features-microsoft-added-to-intune-in-july-2025-r30424/</link><description><![CDATA[<p>
	<a automate_uuid="01aadeee-fd51-4291-81a9-b0c93a515f84" href="https://techcommunity.microsoft.com/blog/microsoftintuneblog/what%E2%80%99s-new-in-microsoft-intune-july-2025/4435146" rel="external nofollow">Microsoft Intune</a> is a very powerful endpoint management tool powered by the cloud. It enables organizations to manage their devices and applications across various operating systems, including Windows, Android, Linux, iOS, macOS, and more. IT admins also leverage it to implement zero trust security models and to enroll devices within their infrastructure. Now, Microsoft has detailed all the new features that it added to Intune during the month of July 2025.
</p>

<p>
	 
</p>

<p>
	<a automate_uuid="c76603b2-fc0f-402f-ad99-7c807afa2797" href="https://techcommunity.microsoft.com/blog/microsoftintuneblog/what%E2%80%99s-new-in-microsoft-intune-july-2025/4435146" rel="external nofollow">For starters</a>, a major boost to IT productivity this month was automatic device enrollment for macOS thanks to the general availability of <a automate_uuid="35c06b4c-e4f3-4061-b286-ae70cd648228" href="https://www.neowin.net/news/new-windows-laps-is-now-a-built-in-feature-available-via-latest-patch-tuesday/" rel="external nofollow">Local Admin Password Solution (LAPS)</a> for the operating system. Devices are now provisioned quickly with a local admin account and a strong, encrypted password that gets rotated every six months. This is particularly beneficial for IT help desks since the person in this department can simply retrieve the password from Intune, perform required activities on the device, rotate the password, and return the hardware. Similarly, the user account can now also be configured through dynamic variables that meet the standards defined by an organization.
</p>

<p>
	 
</p>

<p>
	Next, Microsoft is rolling out real-time insights for updates that are being pushed to Apple devices. This allows IT personnel to monitor the live progress of update installation, starting from the download stage. They will also be able to diagnose failures and check how users interact with updates. This enhanced reporting solution is built on declarative device management (DDM) since Apple recently deprecated legacy mobile device management (MDM) software update configurations.
</p>

<p>
	 
</p>

<p>
	Windows admins are receiving some benefits this month too. Support for wildcard has been added to Microsoft Intune Endpoint Privilege Management (EPM) for Windows endpoints, which empowers IT personnel to write simplified and flexible rules that perform dynamic matching rather than mandating separate elevation rules for each new installer.
</p>

<p>
	 
</p>

<p>
	Finally, device cleanup rules have been made more granular so that they can be applied on a per-platform basis through different criteria. Microsoft hopes that organizations will use this capability in tandem with audit logs to maintain device management hygiene.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/here-are-all-the-new-features-microsoft-added-to-intune-in-july-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 Friday 25 July 2025 at 12:09 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 June): 2,864</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">30424</guid><pubDate>Fri, 25 Jul 2025 02:09:58 +0000</pubDate></item><item><title>Microsoft encourages Windows driver development in Rust for better security</title><link>https://nsaneforums.com/news/software-news/microsoft-encourages-windows-driver-development-in-rust-for-better-security-r30423/</link><description><![CDATA[<p>
	The Rust programming language has become <a automate_uuid="2c2c362c-4e40-4889-bb47-2a9436adba89" href="https://www.neowin.net/news/the-low-level-rust-programming-language-has-just-turned-six-years-old/" rel="external nofollow">quite popular over the past few years</a>. In May 2023, Microsoft promised to <a automate_uuid="10da25bd-2fe2-4a94-8a58-bf94cf0d019f" href="https://www.neowin.net/news/senior-microsoft-exec-says-windows-11-kernel-will-soon-be-booting-with-rust-inside/" rel="external nofollow">introduce Rust in the Windows 11 kernel,</a> and it <a automate_uuid="b8027651-4e05-4a39-b421-bb122449b835" href="https://www.neowin.net/news/microsoft-delivers-on-its-promise-rust-has-arrived-in-the-windows-11-kernel/" rel="external nofollow">delivered on that promise very soon</a> with <a automate_uuid="e6144071-13f1-467e-afc3-e6c52639bb10" href="https://www.neowin.net/news/windows-11-insider-canary-preview-build-25905-adds-rust-in-the-kernel-and-more/" rel="external nofollow">Dev Channel build 25905 in July 2023</a>. Linux has also tried <a automate_uuid="44cf9c90-4b7d-49cd-89ad-39ad6263cb0b" href="https://www.neowin.net/news/its-not-just-microsofts-windows-11-linux-is-also-getting-more-rust-y/" rel="external nofollow">embracing Rust</a>, but its ride has been <a automate_uuid="51add403-b66a-408e-abc6-d9cdb6923863" href="https://www.neowin.net/news/rust-for-linux-team-suffers-blow-as-its-leader-steps-down-over-nontechnical-nonsense/" rel="external nofollow">comparatively bumpy</a>. Now, spurred by the improvements brought by introducing Rust in its development workflows, Microsoft has encouraged Windows driver authors to write code using Rust.
</p>

<p>
	 
</p>

<p>
	In a <a automate_uuid="de698703-4433-4830-ab63-978c3726956f" href="https://techcommunity.microsoft.com/blog/surfaceitpro/safer-drivers-stronger-devices/4431411" rel="external nofollow">blog post</a>, Microsoft has emphasized that writing safe code for drivers is critical since they are low-level components which communicate directly with the hardware. The Surface team is already contributing actively to the open-source <strong>windows-drivers-rs</strong> project, which is also being leveraged to ship drivers written in Rust to Surface devices. The team says that this approach is not only improving the security and reliability of Surface devices, but it's also "raising the security bar for the entire Windows ecosystem".
</p>

<p>
	 
</p>

<p>
	There are numerous benefits of using Rust for writing Windows drivers. Its primary selling point is memory safety, the lack of which is a huge problem in traditional programming languages like C++ and C, which are typically used to write drivers. Other advantages include strict type checks, concurrency safety, static analysis capabilities, compile-time abstractions, and interoperability with traditional programming languages.
</p>

<p>
	 
</p>

<p>
	This is why Microsoft wants other developers to contribute to the <strong>windows-drivers-rs</strong> initiative on <a automate_uuid="4d94af67-7492-408e-852b-6dab2197d48b" href="https://github.com/microsoft/windows-drivers-rs" rel="external nofollow">GitHub</a> too. It contains crates, samples, documentation, and guides, powered by an active community. In terms of what's next for this initiative, Microsoft has promised platform enhancements, advancements in feature parity between Rust and the <a automate_uuid="e18c8898-f57e-472c-8e08-bdff137c799a" href="https://www.neowin.net/news/post-system-requirements-microsoft-now-ensuring-high-quality-windows-11-23h2-drivers/" rel="external nofollow">Windows Driver Kit (WDK)</a>, and expanded availability of open-source abstractions. It will be interesting to see if Rust becomes mainstream when it comes to writing drivers for Windows across its diverse hardware ecosystem.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-encourages-windows-driver-development-in-rust-for-better-security/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Friday 25 July 2025 at 12:08 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 June): 2,864</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">30423</guid><pubDate>Fri, 25 Jul 2025 02:09:01 +0000</pubDate></item><item><title>Two major AI coding tools wiped out user data after making cascading mistakes</title><link>https://nsaneforums.com/news/software-news/two-major-ai-coding-tools-wiped-out-user-data-after-making-cascading-mistakes-r30422/</link><description><![CDATA[<h3>
	"I have failed you completely and catastrophically," wrote Gemini.
</h3>

<p>
	New types of AI coding assistants promise to let anyone build software by typing commands in plain English. But when these tools generate incorrect internal representations of what's happening on your computer, the results can be catastrophic.
</p>

<p>
	 
</p>

<p>
	Two recent incidents involving AI coding assistants put a spotlight on risks in the emerging field of "<a href="https://arstechnica.com/ai/2025/03/is-vibe-coding-with-ai-gnarly-or-reckless-maybe-some-of-both/" rel="external nofollow">vibe coding</a>"—using natural language to generate and execute code through AI models without paying close attention to how the code works under the hood. In one case, Google's <a href="https://arstechnica.com/ai/2025/06/google-is-bringing-vibe-coding-to-your-terminal-with-gemini-cli/" rel="external nofollow">Gemini CLI</a> destroyed user files while attempting to reorganize them. In another, Replit's AI coding service deleted a production database despite explicit instructions not to modify code.
</p>

<p>
	 
</p>

<p>
	The Gemini CLI incident <a href="https://anuraag2601.github.io/gemini_cli_disaster.html" rel="external nofollow">unfolded</a> when a product manager experimenting with Google's command-line tool watched the AI model execute file operations that destroyed data while attempting to reorganize folders. The destruction occurred through a series of move commands targeting a directory that never existed.
</p>

<p>
	 
</p>

<p>
	"I have failed you completely and catastrophically," Gemini CLI output stated. "My review of the commands confirms my gross incompetence."
</p>

<p>
	 
</p>

<p>
	The core issue appears to be what researchers call "<a href="https://arstechnica.com/information-technology/2023/04/why-ai-chatbots-are-the-ultimate-bs-machines-and-how-people-hope-to-fix-them/" rel="external nofollow">confabulation</a>" or "hallucination"—when AI models generate plausible-sounding but false information. In these cases, both models confabulated successful operations and built subsequent actions on those false premises. However, the two incidents manifested this problem in distinctly different ways.
</p>

<p>
	 
</p>

<p>
	Both incidents reveal fundamental issues with current AI coding assistants. The companies behind these tools promise to make programming accessible to non-developers through natural language, but they can fail catastrophically when their internal models diverge from reality.
</p>

<h2>
	The confabulation cascade
</h2>

<p>
	The user in the Gemini CLI incident, who goes by "anuraag" online and identified themselves as a product manager experimenting with vibe coding, asked Gemini to perform what seemed like a simple task: rename a folder and reorganize some files. Instead, the AI model incorrectly interpreted the structure of the file system and proceeded to execute commands based on that flawed analysis.
</p>

<p>
	 
</p>

<p>
	The episode began when anuraag asked Gemini CLI to rename the current directory from "claude-code-experiments" to "AI CLI experiments" and move its contents to a new folder called "anuraag_xyz project."
</p>

<p>
	 
</p>

<p>
	Gemini correctly identified that it couldn't rename its current working directory—a reasonable limitation. It then attempted to create a new directory using the Windows command:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		mkdir "..\anuraag_xyz project"
	</p>
</blockquote>

<p>
	This command apparently failed, but Gemini's system processed it as successful. With the AI mode's internal state now tracking a non-existent directory, it proceeded to issue move commands targeting this phantom location.
</p>

<p>
	 
</p>

<p>
	When you move a file to a non-existent directory in Windows, it renames the file to the destination name instead of moving it. Each subsequent move command executed by the AI model overwrote the previous file, ultimately destroying the data.
</p>

<p>
	 
</p>

<p>
	"Gemini hallucinated a state," anuraag wrote in their analysis. The model "misinterpreted command output" and "never did" perform verification steps to confirm its operations succeeded.
</p>

<p>
	 
</p>

<p>
	"The core failure is the absence of a 'read-after-write' verification step," anuraag noted in their analysis. "After issuing a command to change the file system, an agent should immediately perform a read operation to confirm that the change actually occurred as expected."
</p>

<h2>
	Not an isolated incident
</h2>

<p>
	The Gemini CLI failure happened just days after a similar incident with <a href="https://arstechnica.com/information-technology/2022/10/replits-ghostwriter-ai-can-explain-programs-to-you-or-help-write-them/" rel="external nofollow">Replit</a>, an AI coding service that allows users to create software using natural language prompts. According to <a href="https://www.theregister.com/2025/07/21/replit_saastr_vibe_coding_incident/" rel="external nofollow">The Register</a>, SaaStr founder Jason Lemkin reported that Replit's AI model deleted his production database despite explicit instructions not to change any code without permission.
</p>

<p>
	 
</p>

<p>
	Lemkin had spent several days building a prototype with Replit, accumulating over $600 in charges beyond his monthly subscription. "I spent the other [day] deep in vibe coding on Replit for the first time—and I built a prototype in just a few hours that was pretty, pretty cool," Lemkin <a href="https://www.saastr.com/vibe-coding-is-the-future-but-roll-your-own-thats-more-complicated/" rel="external nofollow">wrote</a> in a July 12 blog post.
</p>

<p>
	 
</p>

<p>
	But unlike the Gemini incident where the AI model confabulated phantom directories, Replit's failures took a different form. According to Lemkin, the AI began fabricating data to hide its errors. His initial enthusiasm deteriorated when Replit generated incorrect outputs and produced fake data and false test results instead of proper error messages. "It kept covering up bugs and issues by creating fake data, fake reports, and worse of all, lying about our unit test," Lemkin wrote. In a video posted to LinkedIn, Lemkin detailed how Replit created a database filled with 4,000 fictional people.
</p>

<p>
	 
</p>

<p>
	The AI model also repeatedly violated explicit safety instructions. Lemkin had implemented a "code and action freeze" to prevent changes to production systems, but the AI model ignored these directives. The situation escalated when the Replit AI model deleted his database containing 1,206 executive records and data on nearly 1,200 companies. When prompted to rate the severity of its actions on a 100-point scale, Replit's output read: "Severity: 95/100. This is an extreme violation of trust and professional standards."
</p>

<p>
	 
</p>

<p>
	When questioned about its actions, the AI agent admitted to "panicking in response to empty queries" and running unauthorized commands—suggesting it may have deleted the database while attempting to "fix" what it perceived as a problem.
</p>

<p>
	 
</p>

<p>
	Like Gemini CLI, Replit's system initially indicated it couldn't restore the deleted data—information that proved incorrect when Lemkin discovered the rollback feature did work after all. "Replit assured me it's ... rollback did not support database rollbacks. It said it was impossible in this case, that it had destroyed all database versions. It turns out Replit was wrong, and the rollback did work. JFC," Lemkin <a href="https://x.com/jasonlk/status/1946240562736365809" rel="external nofollow">wrote</a> in an X post.
</p>

<p>
	 
</p>

<p>
	It's worth noting that AI models cannot assess their own capabilities. This is because they lack introspection into their training, surrounding system architecture, or performance boundaries. They often provide responses about what they can or cannot do as confabulations based on training patterns rather than genuine self-knowledge, leading to situations where they confidently claim impossibility for tasks they can actually perform—or conversely, claim competence in areas where they fail.
</p>

<p>
	 
</p>

<p>
	Aside from whatever external tools they can access, AI models don't have a stable, accessible knowledge base they can consistently query. Instead, what they "know" manifests as continuations of specific prompts, which act like different addresses pointing to different (and sometimes contradictory) parts of their training, stored in their neural networks as statistical weights. Combined with the randomness in generation, this means the same model can easily give conflicting assessments of its own capabilities depending on how you ask. So Lemkin's attempts to communicate with the AI model—asking it to respect code freezes or verify its actions—were fundamentally misguided.
</p>

<h2>
	Flying blind
</h2>

<p>
	These incidents demonstrate that AI coding tools may not be ready for widespread production use. Lemkin concluded that Replit isn't ready for prime time, especially for non-technical users trying to create commercial software.
</p>

<p>
	 
</p>

<p>
	"The [AI] safety stuff is more visceral to me after a weekend of vibe hacking," Lemkin said in a video posted to LinkedIn. "I explicitly told it eleven times in ALL CAPS not to do this. I am a little worried about safety now."
</p>

<p>
	 
</p>

<p>
	The incidents also reveal a broader challenge in AI system design: ensuring that models accurately track and verify the real-world effects of their actions rather than operating on potentially flawed internal representations.
</p>

<p>
	 
</p>

<p>
	There's also a user education element missing. It's clear from how Lemkin interacted with the AI assistant that he had misconceptions about the AI tool's capabilities and how it works, which comes from misrepresentation by tech companies. These companies tend to market chatbots as general human-like intelligences when, in fact, <a href="https://arstechnica.com/ai/2025/06/with-the-launch-of-o3-pro-lets-talk-about-what-ai-reasoning-actually-does/" rel="external nofollow">they are not</a>.
</p>

<p>
	 
</p>

<p>
	For now, users of AI coding assistants might want to follow anuraag's example and create separate test directories for experiments—and maintain regular backups of any important data these tools might touch. Or perhaps not use them at all if they cannot personally verify the results.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/information-technology/2025/07/ai-coding-assistants-chase-phantoms-destroy-real-user-data/" 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 Friday 25 July 2025 at 12:07 pm AEST (my time).</em></span>
</p>

<p>
	<span style="font-size:12px;"><em>News posts... 2023: 5,800+ | 2024: 5,700+ | 2025 (till end of June): 2,864</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">30422</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Some VMware perpetual license owners are unable to download security patches</title><link>https://nsaneforums.com/news/software-news/some-vmware-perpetual-license-owners-are-unable-to-download-security-patches-r30421/</link><description><![CDATA[<h3>
	Customers will get patches at unspecified "later date," Broadcom says.
</h3>

<p>
	Some VMware perpetual license holders are currently unable to download security patches, <a href="https://www.theregister.com/2025/07/23/vmware_patch_download_problems/" rel="external nofollow">The Register</a> reported today. The virtualization company has only said that these users will receive the patches at “a later date,” meaning users are uncertain how long their virtualization environments will be at risk.
</p>

<p>
	 
</p>

<p>
	Since Broadcom bought VMware and <a href="https://arstechnica.com/information-technology/2023/12/broadcom-ends-vmware-perpetual-license-sales-testing-customers-and-partners/" rel="external nofollow">ended perpetual license sales</a> in favor of bundled subscription-based SKUs, some organizations have opted against signing up for a subscription and are running VMware without a support contract. These users are still supposed to have access to zero-day security patches. However, some customers reported to The Register that they have been unable to download VMware patches from Broadcom’s support portal.
</p>

<p>
	 
</p>

<p>
	VMware customer service has told some of these customers that they may have to wait 90 days before they can download the patches, The Register reported.
</p>

<p>
	 
</p>

<p>
	On July 15, VMware disclosed <a href="https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/35877" rel="external nofollow">three critical flaws</a> in eight of its offerings.
</p>

<p>
	 
</p>

<p>
	When reached for comment, a Broadcom spokesperson told Ars Technica:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Nothing has changed in Broadcom's commitment regarding critical VMware security patches. Users of legacy VMware products who no longer have active maintenance and support entitlements will have free access to critical security patches for as long as those products remain supported by Broadcom. This includes the patches for critical vulnerabilities addressed in VMware Security Advisory 2025-0013 [issued on July 15]. Because our support portal requires validation of customer entitlements for software patches, only entitled customers have access to the patches at this time.
	</p>
</blockquote>

<p>
	VMware’s rep told Ars that affected customers will receive the patches “at a later date” via “a separate patch delivery cycle” but didn’t specify when, bringing uncertainty to the security risk facing these users. Broadcom's rep declined to specify how many users are affected.
</p>

<p>
	 
</p>

<p>
	Broadcom says the delayed security patches are related to portal limitations, but the chipmaker has otherwise put pressure on perpetual license holders without support contracts by <a href="https://arstechnica.com/information-technology/2025/06/vmware-perpetual-license-holder-receives-audit-letter-from-broadcom/" rel="external nofollow">sending them audit letters</a>.
</p>

<h2>
	Broadcom’s VMware acquisition scrutinized again
</h2>

<p>
	News of security patches being delayed for perpetual license owners comes as the Cloud Infrastructure Services Providers in Europe (CISPE) trade association has filed an appeal to the European General Court challenging the European Commission’s (EC's) approval of Broadcom's VMware acquisition. In its announcement of today's filing, the CISPE said it "is seeking an annulment of the Commission’s approval of that deal."
</p>

<p>
	 
</p>

<p>
	The trade group argues that the EC didn’t enact any regulations that would “prevent a concentration of dominance or to mitigate the potential abuse of such a position.”
</p>

<p>
	 
</p>

<p>
	Others have been critical of the EC’s investigation of Broadcom's VMware buy before. The investigation <a href="https://ec.europa.eu/commission/presscorner/detail/en/ip_22_7835" rel="external nofollow">largely focused</a> on Broadcom’s potential to restrict competition by making third-party hardware components incompatible with VMware software. Some argued, however, that such a move would be more detrimental to Broadcom’s VMware business than to its competitors. The EC felt the acquisition led to higher prices but, arguably, placed little emphasis on the possibility of Broadcom increasing VMware prices, something that Broadcom indirectly did by bundling products and ending perpetual license sales and that CEO Hock Tan, pre-acquisition, <a href="https://www.broadcom.com/blog/broadcom-and-vmware-investing-for-customer-value" rel="external nofollow">denied would happen.</a>
</p>

<p>
	 
</p>

<p>
	CISPE’s announcement today said:
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Since finalizing the acquisition, Broadcom has unilaterally terminated existing contracts – often with only weeks’ notice – and imposed onerous new licensing conditions. These include drastic cost increases (sometimes exceeding tenfold) and mandatory multi-year commitments for access to essential VMware software.
	</p>
</blockquote>

<p>
	CISPE also pointed to VMware recently <a href="https://arstechnica.com/information-technology/2025/07/more-vmware-cloud-partners-axed-as-broadcom-launches-new-invite-only-program/" rel="external nofollow">axing smaller cloud partners</a> from its VMware channel program as an example of Broadcom's "unfair software licensing practices."
</p>

<p>
	 
</p>

<p>
	When reached for comment, a Broadcom spokesperson told Ars Technica:
</p>

<blockquote class="QuoteNewsStyle">
	<p style="font-weight: 400;">
		Broadcom strongly disagrees with these allegations. The European Commission, along with 12 other jurisdictions around the world, approved our acquisition of VMware following a thorough merger review process, and we will uphold the commitments made to the Commission at that time. We continue to bring our customers better choices and solutions to address their most complex technology challenges.
	</p>
</blockquote>

<p>
	A reversal of the $61 billion acquisition is unlikely, but CISPE could pressure Broadcom to offer more favorable business terms to partners, especially cloud service providers in Europe. Broadcom recently cut members of the lowest tier of the VMware partner program in all of its geographies except for Europe, <a href="https://www.theregister.com/2025/07/24/cispe_seeks_broadcom_vmware_annulment/" rel="external nofollow">The Register</a> pointed out.
</p>

<p>
	 
</p>

<p>
	The European General Court is expected to hold a hearing on whether the EC's approval should be reexamined.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/information-technology/2025/07/some-vmware-perpetual-license-owners-are-unable-to-download-security-patches/" 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 Friday 25 July 2025 at 12: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 June): 2,864</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">30421</guid><pubDate>Fri, 25 Jul 2025 02:07:02 +0000</pubDate></item><item><title>Six lesser-known features to like in the macOS 26 Tahoe public beta</title><link>https://nsaneforums.com/news/software-news/six-lesser-known-features-to-like-in-the-macos-26-tahoe-public-beta-r30420/</link><description><![CDATA[<h3>
	Here are some things you can kick the tires on if you install the public beta.
</h3>

<p>
	Apple released the macOS 26 Tahoe public beta today, alongside the public betas for iOS, iPadOS, and other operating systems.
</p>

<p>
	 
</p>

<p>
	The headliner this year is the new Liquid Glass aesthetic that Apple is introducing across its entire product lineup this year, and aside from that, there's nothing coming to the Mac that feels quite as significant as the iPad's new multi-window multitasking interface.
</p>

<p>
	 
</p>

<p>
	But macOS remains Apple's most powerful, most flexible, and most power-user-friendly operating system, and per usual, there are a few new things coming in other than the big headliners. Here are a handful of under-the-hood and lesser-publicized things coming in Tahoe, both for those who install the public beta this summer and who install the final version of the update in the fall.
</p>

<h2>
	Full color customization
</h2>

<div class="ars-lightbox align-fullwidth my-5">
	<div class="flex flex-col flex-nowrap gap-5 py-5 md:flex-row">
		<div style="flex-basis: calc(50% - 10px);">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="macos-tahoe-placid-default-1024x640.jpeg" aria-labelledby="caption-2107934" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/07/macos-tahoe-placid-default-1024x640.jpeg">
				<div class="pswp-caption-content" id="caption-2107934">
					<em>The default look of macOS is still a bright and familiar white/gray-and-blue, like it has been for years. </em>

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

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

		<div class="flex-1">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="macos-tahoe-color-vomit-1024x640.jpeg" aria-labelledby="caption-2107932" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/07/macos-tahoe-color-vomit-1024x640.jpeg">
				<div class="pswp-caption-content" id="caption-2107932">
					<em>But Tahoe gives you enough distinct toggles for different color settings that you can throw together some heinous-looking combinations, like this red-and-purple-on-green scheme here. </em>

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

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

<p>
	Since introducing Dark Mode in macOS 10.14 Mojave in 2018, macOS has included a handful of toggles for customizing the overall look of your Mac. Tahoe supercharges that, adding not just the relatively well-publicized dark and translucent icon options and colorful Finder folders, but splitting up some existing options so that they can be customized independently. The result is a version of macOS that's more visually flexible than anything we've seen since <a href="https://www.macgui.com/downloads/?mode=category&amp;cat_id=11" rel="external nofollow">the old Mac OS Appearance Manager was still a thing</a>.
</p>

<p>
	 
</p>

<p>
	These are the appearance settings that Tahoe will let you customize independently:
</p>

<p>
	 
</p>

<ul>
	<li>
		Whether windows and apps are in Light or Dark mode.
	</li>
	<li>
		Whether icons and widgets are in Light mode, Dark mode, transparent mode, or tinted mode.
	</li>
	<li>
		The color of your folders, which also controls the tint of icons and widgets in tinted mode.
	</li>
	<li>
		Your text highlight color.
	</li>
	<li>
		Your "theme" color. This dictates the color used for things like menu selections and buttons in various apps. By default, your text highlight color and folder color also track this selection, but you can change them if you want.
	</li>
	<li>
		This isn't new to Tahoe, but if you want to add even <em>more</em> color, go into the Display settings in Accessibility and mess with your pointer outline and fill color.
	</li>
</ul>

<p>
	 
</p>

<p>
	The original introduction of Dark Mode also made it possible to make macOS more colorful, moving away from the Aqua and Graphite themes that defined macOS X for most of its run. But Tahoe opens things up enough that you can make some truly discordant-looking color combinations.
</p>

<p>
	 
</p>

<p>
	As in iOS and iPadOS, Tahoe manipulates app icons that haven't been updated so that they can change color with the rest of the operating system. Tahoe recognizes three different kinds of icons that all get treated in slightly different ways.
</p>

<p>
	 
</p>

<div class="ars-lightbox align-fullwidth my-5">
	<div class="flex flex-col flex-nowrap gap-5 py-5 md:flex-row">
		<div style="flex-basis: calc(50% - 10px);">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="sequoia-icons-copy-1024x239.png" aria-labelledby="caption-2107973" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/07/sequoia-icons-copy-1024x239.png">
				<div class="pswp-caption-content" id="caption-2107973">
					<p>
						<em>Icons in Sequoia. The Preview and Weather icons are Apple's. The Affinity Photo icon is in the Big Sur rounded-square </em>
					</p>

					<p>
						<em>style, while the Spotify icon is doing its own thing. </em>
					</p>

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

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

		<div class="flex-1">
			<div class="ars-lightbox-item relative block h-full w-full overflow-hidden rounded-sm">
				<img alt="tahoe-icons-default-1024x239.png" aria-labelledby="caption-2107972" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/07/tahoe-icons-default-1024x239.png">
				<div class="pswp-caption-content" id="caption-2107972">
					<p>
						<em>The same icons in Tahoe. The Apple icons have been updated specifically for the new OS, with new Liquid Glass </em>
					</p>

					<p>
						<em>stylings (and the final death of the "little object that sits outside of the icon" motif). The Affinity icon has just had </em>
					</p>

					<p>
						<em>a glassy sheen added to its outer edge. The Spotify icon has been stuck in a box as punishment for the crime of </em>
					</p>

					<p>
						<em>non-conformity. </em>
					</p>

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

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

<p>
	There are fully Liquid Glass-ified icons, which at this point are mainly for Apple's built-in apps. These are rounded glassy squares with icons that feature rounded glassy designs. Apple's <a href="https://developer.apple.com/icon-composer/" rel="external nofollow">Icon Composer software</a> can help developers experiment with these effects in their own icons until they settle on something they like.
</p>

<p>
	 
</p>

<p>
	There are icons that haven't been updated with the Liquid Glass aesthetic but do conform to the macOS 11/Big Sur-era rounded-square design. These icons are automatically given a subtle glassy sheen around their edges, making them more or less blend in with the native icons without requiring developer effort.
</p>

<p>
	 
</p>

<p>
	Icons that use any other shape—rounded, rectangular, irregular, or anything else—get put into a dull gray square box, and then <em>that</em> box is given the subtle-glassy-sheen effect that other icons get. This renders most of these icons more boring and placeholder-y, perhaps creating subtle pressure on their developers to get them updated.
</p>

<h2>
	Recovery Assistant
</h2>

<figure class="ars-wp-img-shortcode id-2107977 align-fullwidth">
	<div>
		<img alt="tahoe-recovery-1024x640.jpeg" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/07/tahoe-recovery-1024x640.jpeg">
	</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>Recovery Assistant is one more tool you can try if your main macOS volume isn't booting. <span class="caption-credit mt-2 text-xs"><em> </em></span></em>
			</div>

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

<p>
	If you've ever had a problem getting your Mac to boot, or if you've just wanted to do a totally fresh install of the operating system, you may have run into the Mac's built-in recovery environment before. On an Apple Silicon Mac, you can usually access it by pressing and holding the power button when you start up your Mac and clicking the Options button to start up using the hidden recovery volume rather than the main operating system volume.
</p>

<p>
	 
</p>

<p>
	Tahoe adds a new tool called the Device Recovery Assistant to the recovery environment, accessible from the Utilities menu. This automated tool "will look for any problems" with your system volume "and attempt to resolve them if found."
</p>

<p>
	 
</p>

<p>
	Maybe the Recovery Assistant will actually solve your boot problems, and maybe it won't—it doesn't tell you much about what it's doing, beyond needing to unlock FileVault on my system volume to check it out. But it's one more thing to try if you're having serious problems with your Mac and you're not ready to countenance a clean install yet.
</p>

<figure class="ars-wp-img-shortcode id-2107976 align-fullwidth">
	<div>
		<img alt="tahoe-recovery-web-browser-1024x640.jpeg" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/07/tahoe-recovery-web-browser-1024x640.jpeg">
	</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>"Safari" is no longer available in the macOS recovery environment. Instead, you get the more barebones WebKit-based "Web Browser." </em>
			</div>
		</div>
	</figcaption>
</figure>

<p>
	Apple has also made a couple of other tweaks to the recovery environment, beyond adding a Liquid Glass aesthetic. The recovery environment's built-in web browser is simply called Web Browser, and while it's still based on the same WebKit engine as Safari, it doesn't have Safari's branding or its settings (or other features that are extraneous to a temporary recovery environment, like a bookmarks menu). The Terminal window has also been changed from black to blue and made larger by default (the default size is now 120×30 rather than 80×24).
</p>

<h2>
	Automated Shortcuts
</h2>

<figure class="ars-wp-img-shortcode id-2107859 align-fullwidth">
	<div>
		<img alt="macos-tahoe-shortcuts-1024x640.jpeg" class="ipsImage" decoding="async" height="720" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2025/07/macos-tahoe-shortcuts-1024x640.jpeg">
	</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>Shortcuts can have automated triggers in macOS Tahoe. These can be run fully automatically or set up to ask </em>
			</div>

			<div class="caption-content">
				<em>you for permission each time they run. </em>
			</div>

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

<p>
	If you're like me, you've got a handful of Shortcuts that you set up to accomplish specific tasks, but you haven't spent a ton of time poking at the app otherwise. But Tahoe opens up some new possibilities with the promise of automated Shortcuts—scripts that run automatically without any user input.
</p>

<p>
	 
</p>

<p>
	Maybe you want to automatically copy files to an external drive when you connect it. Maybe you want to enable Do Not Disturb for an hour every time you open Zoom. Maybe you want your Mac to connect to a networked drive automatically when you connect it to an external monitor at your desk.
</p>

<p>
	 
</p>

<p>
	Your battery level, the time of day, connecting to a specific Wi-Fi network or Bluetooth device, or getting messages or mail from specific senders are among the list of possible triggers. Whether you've got existing Shortcuts or you want to try to build some new ones, it's worth considering that automating them could save you even more time and effort.
</p>

<h2>
	Two-factor autofill in any browser
</h2>

<p>
	When it's possible, you should move on from using SMS messages for two-factor authentication, either to codes generated by an app or to passkeys. But there are still plenty of times when you'll run into authentication code texts, either because you're trying to set up an account for the first time, or because the thing you're trying to log in to doesn't support anything else.
</p>

<p>
	 
</p>

<p>
	For those cases, Tahoe adds a handy feature: the ability to autofill these codes from the Messages and Mail apps into any browser, not just Safari. Just like when you use the equivalent feature in Safari or on iOS, you can also have macOS delete these codes for you automatically after using them.
</p>

<h2>
	A new disk image format
</h2>

<p>
	Not all Mac users interact with disk images regularly, aside from opening them up periodically to install an app or restore an old backup. But among other things, disk images are used by Apple’s Virtualization framework, which makes it relatively simple to run macOS and Linux virtual machines on the platform for testing and other things. But the RAW disk image format used by older macOS versions can come with quite severe performance penalties, even with today’s powerful chips and fast PCI Express-connected SSDs.
</p>

<p>
	 
</p>

<p>
	Enter the Apple Sparse Image Format, or ASIF. Apple’s developer documentation says that because ASIF images’ “intrinsic structure doesn’t depend on the host file system’s capabilities,” they “transfer more efficiently between hosts or disks.” The upshot is that reading files from and writing files to these images should be a bit closer to your SSD's native performance (Howard Oakley at The Eclectic Light Company has some testing that <a href="https://eclecticlight.co/2025/06/12/macos-tahoe-brings-a-new-disk-image-format/" rel="external nofollow">suggests significant performance improvements</a> in many cases, though it’s hard to make 1:1 comparisons because testing of the older image formats was also done on older hardware).
</p>

<p>
	 
</p>

<p>
	The upshot is that disk images should be capable of better performance in Tahoe, which will especially benefit virtual machines that rely on disk images. This could benefit the lightweight virtualization apps like <a href="https://github.com/insidegui/VirtualBuddy" rel="external nofollow">VirtualBuddy</a> and <a href="https://eclecticlight.co/virtualisation-on-apple-silicon/" rel="external nofollow">Viable</a> that mostly exist to provide a front end for the Virtualization framework, as well as virtualization apps like Parallels that offer support for Windows.
</p>

<h2>
	Quantum-safe encryption support
</h2>

<p>
	You don’t have a quantum computer on your desk. No one does, outside of labs where this kind of technology is being tested. But when/if they become more widely used, they’ll render many industry-standard forms of encryption relatively easy to break.
</p>

<p>
	 
</p>

<p>
	Tahoe and Apple’s other OS updates this year add support for quantum-safe encryption <a href="https://developer.apple.com/documentation/cryptokit/using-the-quantum-secure-apis" rel="external nofollow">algorithms like ML-KEM and ML-DSA to CryptoKit</a>, the framework that allows third-party apps to leverage macOS’s built-in encryption technologies. This comes a year and a half or so after Apple <a href="https://arstechnica.com/security/2024/02/imessage-gets-a-major-makeover-that-puts-it-on-equal-footing-with-signal/" rel="external nofollow">began protecting iMessage conversations</a> with post-quantum encryption algorithms.
</p>

<p>
	 
</p>

<p>
	Microsoft is also improving Windows 11’s support for quantum-safe encryption algorithms, as it announced <a href="https://arstechnica.com/security/2025/05/heres-how-windows-11-aims-to-make-the-world-safe-in-the-post-quantum-era/" rel="external nofollow">earlier this year</a>. We’re unlikely to need these improved encryption algorithms soon, but by adding support to their operating systems relatively early, companies like Microsoft and Apple make it more likely that the transition will be smoother and less visible for their end users.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2025/07/six-lesser-known-features-to-like-in-the-macos-26-tahoe-public-beta/" 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 Friday 25 July 2025 at 12:04 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 June): 2,864</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">30420</guid><pubDate>Fri, 25 Jul 2025 02:05:24 +0000</pubDate></item><item><title>Apple releases public betas of Liquid Glass-ified next-gen software updates</title><link>https://nsaneforums.com/news/software-news/apple-releases-public-betas-of-liquid-glass-ified-next-gen-software-updates-r30419/</link><description><![CDATA[<h3>
	These versions are still betas, but they should be mostly OK for day-to-day use.
</h3>

<p>
	As promised, Apple has just released <a href="https://beta.apple.com/" rel="external nofollow">the first public beta versions</a> for the next-generation versions of <a href="https://arstechnica.com/gadgets/2025/06/apple-aims-for-more-personal-and-expressive-ios-26-with-new-liquid-glass-design/" rel="external nofollow">iOS</a>, iPadOS, macOS, and most of its other operating systems. The headlining feature of all the updates this year is Apple’s new Liquid Glass user interface, which is rolling out to all of these operating systems simultaneously. It’s the biggest and most comprehensive update to Apple’s software design aesthetic since iOS 7 was released in 2013.
</p>

<p>
	 
</p>

<p>
	Rather than getting iOS 19, macOS 16, and watchOS 12, all of the new operating systems this year are labeled as <a href="https://arstechnica.com/gadgets/2025/05/report-apple-will-jump-straight-to-ios-26-in-shift-to-year-based-version-numbers/" rel="external nofollow">version 26</a>, a shift to a new year-based version numbering system meant to make releases more consistent across all of Apple's platforms.
</p>

<p>
	 
</p>

<p>
	The one major update that isn’t getting a public beta is visionOS 26. If you want to test the new software on a Vision Pro, you’ll need to sign up for <a href="https://developer.apple.com/" rel="external nofollow">the developer betas</a> instead—just know that when Apple chooses not to release a public beta, there’s usually a good reason. You might risk additional instability, an increased risk of data loss, or even damage to your device, so tread especially carefully.
</p>

<p>
	 
</p>

<p>
	The Liquid Glass interface is still in a state of flux, and every developer beta so far has included significant tweaks; we'll refrain from saying too much about it until the final versions are released in the fall. But we do have early looks at the new multi-windowed multitasking interface in iPadOS 26, as well as a handful of less-publicized macOS features that have caught our attention.
</p>

<p>
	 
</p>

<p>
	To install any of Apple's public betas, enroll your Apple account on <a href="https://beta.apple.com/" rel="external nofollow">Apple's software beta website</a>. Then go to Settings and Software Update on the device you'd like to update, select Beta Updates, and select the beta you'd like to participate in. If you've enrolled in any of Apple's public beta programs before, you shouldn't have to enroll again; the new software should show up as a selectable option when it becomes available from Apple's servers.
</p>

<p>
	 
</p>

<p>
	The public betas are much further along than the first developer betas, and Apple has already completed several weeks' worth of optimization and bug-fixing work on these. As such, they <em>should</em> mostly be good enough for day-to-day use. But we'd still recommend against installing them on any device you rely on for any important work. For Macs with sufficient memory and storage, <a href="https://arstechnica.com/gadgets/2022/07/how-to-use-free-virtualization-apps-to-safely-test-the-macos-ventura-betas/" rel="external nofollow">virtualization</a> is one way to kick the tires without risking your main OS install. For anything else, make sure you make a full backup of your device before installing the betas, just in case you need to <a href="https://support.apple.com/en-us/108763" rel="external nofollow">roll back to your current OS</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2025/07/public-betas-of-ios-26-macos-26-ipados-26-and-other-oses-now-available/" 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 Friday 25 July 2025 at 12:03 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 June): 2,864</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">30419</guid><pubDate>Fri, 25 Jul 2025 02:04:06 +0000</pubDate></item><item><title>Report: Microsoft offers Windows 11 to unsupported PC not meeting requirements</title><link>https://nsaneforums.com/news/software-news/report-microsoft-offers-windows-11-to-unsupported-pc-not-meeting-requirements-r30412/</link><description><![CDATA[<p>
	Earlier this month Neowin noticed that Microsoft had begun releasing the <a automate_uuid="d6ecac80-1ada-46d3-bf80-14a619934c0f" href="https://www.neowin.net/news/microsoft-quietly-installs-kb5001716-on-your-windows-11-and-10-pcs/" rel="external nofollow">KB5001716 update</a>, one which it periodically releases to nudge users to jump from a previous Windows version to a newer one. While typically the update was known to quietly download and install in the background, following our report, <a automate_uuid="2a342ce6-d07b-46a2-a949-d9c2ebee7086" href="https://www.neowin.net/news/kb5001716-microsoft-stops-stealthily-upgrading-windows-1110-pcs-automatically/" rel="external nofollow">Microsoft clarified</a> that this was no longer the case.
</p>

<p>
	 
</p>

<p>
	However, it may have still triggered a Windows 11 feature update, even on systems that do not officially support the upgrade. According to a report from German news blog Borncity, Microsoft seemingly offered Windows 11 on a PC that does not meet the requirements. A reader of the blog notes that their system had TPM disabled in order to avoid any forced in-place upgrade, and despite that, their Windows 10 PC got the update offer to Windows 11.
</p>

<p>
	 
</p>

<p>
	The user has the Lenovo IdeaPad S145-15IWL [81MV014QGE] laptop, a notebook that is powered by an Intel 8th Gen i5 processor, and is officially supported by Microsoft for Windows 11. The company did recently update the system requirements guidance for CPUs, but that is mainly for its new Windows 11 24H2 AI PCs, and as such, the <a automate_uuid="43c5d306-63ef-4259-a0db-c3749571653f" href="https://www.neowin.net/news/microsoft-updates-windows-11-minimum-processor-requirements-guidance-for-ai-pc-support/" rel="external nofollow">TPM eligibility criterion remains unchanged</a>.
</p>

<p>
	 
</p>

<p>
	The report also speculates that perhaps there may be some other BIOS setting that could be in play here or whether this could be a bug in the feature update delivery.
</p>

<p>
	 
</p>

<p>
	Microsoft has time and again cited that the requirement of TPM on Windows 11 is to benefit users in <a automate_uuid="1a0f17d5-1a36-497e-914f-21ec6645293f" href="https://www.neowin.net/news/microsoft-explains-tpm-benefits-and-why-it-makes-windows-11-better-than-10/" rel="external nofollow">several different ways</a>, which is why it has been labeled last year as a "<a automate_uuid="c85334e1-b671-4f3a-bc11-baf2683da0c3" href="https://www.neowin.net/news/microsoft-tpm-20-requirement-in-windows-11-is-a-non-negotiable-standard/" rel="external nofollow">non negotiable standard</a>" by the Redmond company.
</p>

<p>
	 
</p>

<p>
	Also interesting is that this is not the first time that Microsoft has offered Windows 11 on a Windows 10 PC that does not officially fulfill the criteria; something similar happened last year too when a long time active Neowin forum member warwagon was able to perform the upgrade on <a automate_uuid="e2b43207-01d6-4677-844b-1d26177f8a54" href="https://www.neowin.net/news/apparently-you-can-install-windows-11-24h2-on-unsupported-cpu-but-there-is-a-catch/" rel="external nofollow">an unsupported machine</a>.
</p>

<p>
	 
</p>

<p>
	Source: <a automate_uuid="95c278d6-6078-4c63-a1c8-3726143d5005" href="https://borncity.com/win/2025/07/22/is-windows-11-update-offered-despite-deactivated-tpm/" rel="external nofollow">Borncity</a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/report-microsoft-offers-windows-11-to-unsupported-pc-not-meeting-requirement/" 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 Friday 25 July 2025 at 2:44 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 June): 2,864</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">30412</guid><pubDate>Thu, 24 Jul 2025 16:45:22 +0000</pubDate></item><item><title>Microsoft Edge's settings menu is now so big it can't fit on a single screen</title><link>https://nsaneforums.com/news/software-news/microsoft-edges-settings-menu-is-now-so-big-it-cant-fit-on-a-single-screen-r30411/</link><description><![CDATA[<h3>
	A small change in Edge highlighted how much I wish Microsoft would let us customize menus.
</h3>

<p>
	<a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/tag/microsoft-edge" href="https://www.windowscentral.com/tag/microsoft-edge" rel="external nofollow">Microsoft Edge</a> now shows the shortcut to create tab groups within the browser's dropdown menu. Normally, such a small addition would go unnoticed or be added with little fanfare, but the tab group shortcut pushed Edge over a milestone.
</p>

<p>
	 
</p>

<p>
	Now, when you open the "Settings and more" menu within Edge, the browser can’t fit everything on the screen — at least not on many laptops.
</p>

<p>
	 
</p>

<p>
	If you're on a desktop or a massive laptop, you may be able to see each item, but even on my 16-inch workstation I need to scroll down in that Edge menu to select "Settings" or "Help and Feedback."
</p>

<p>
	 
</p>

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

		<p>
			<em><span>You now have to scroll to see all of the menu items in Microsoft Edge when using most laptops. </span></em>
		</p>

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

		<p>
			 
		</p>

		<p>
			The need to scroll within that menu was highlighted on <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://www.reddit.com/r/MicrosoftEdge/comments/1m7uvsw/with_the_tab_groups_option_being_added_to_the/?share_id=2-x57WAgOy5BHKWqpCXrF&amp;utm_medium=android_app&amp;utm_name=androidcss&amp;utm_source=share&amp;utm_term=1" href="https://www.reddit.com/r/MicrosoftEdge/comments/1m7uvsw/with_the_tab_groups_option_being_added_to_the/?share_id=2-x57WAgOy5BHKWqpCXrF&amp;utm_medium=android_app&amp;utm_name=androidcss&amp;utm_source=share&amp;utm_term=1" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">Reddit by user "JiroBibi."</a>
		</p>

		<p>
			 
		</p>

		<p>
			To be completely honest, I don't think scrolling is a massive deal, but I would prefer the option to remove some of the items from the menu. At minimum, it makes sense to move the "more tools" section further up in the menu since smaller screens require scrolling to get to that shortcut.
		</p>

		<h2 id="does-microsoft-care-about-consistency-3">
			Does Microsoft care about consistency?
		</h2>

		<p>
			One of the benefits of Windows is that it supports a tremendous number of programs and apps. But with backward compatibility and legacy support comes inconsistency, unless a company is willing to do a visual overhaul of an operating system.
		</p>

		<p>
			 
		</p>

		<p>
			My colleague Zac Bowden has <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://x.com/zacbowden/status/619947511868997632" href="https://x.com/zacbowden/status/619947511868997632" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">highlighted context menu inconsistencies in Windows</a> since at least 2015. Admittedly, Microsoft has upgraded several UI elements over the past decade, but Windows is far from perfect.
		</p>

		<p>
			 
		</p>

		<div id="slice-container-newsletterForm-articleInbodyContent-3vLhZwEQZmR7y5CuB8LqXn">
			<div data-hydrate="true">
				<p>
					To Microsoft's credit, modern design elements generally follow consistent guidelines and look similar, though the company has given us the occasional design “scare” — and yes, that’s sarcastic.
				</p>

				<p>
					 
				</p>

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

				<div>
					<div>
						<p>
							The above rounder menus don't seem destined to ship. Click To Do does not have those menus, so it seems Microsoft briefly used the rounder designs during testing then aligned the menus later.
						</p>

						<p>
							 
						</p>

						<p>
							Windows is a massive operating system with elements dating back decades. While I love mockups of clean interfaces for legacy software, making real-world changes is more difficult than creating a still image.
						</p>

						<p>
							 
						</p>

						<p>
							In my opinion, Microsoft does a good job of keeping its various apps and services in line with each other visually. But I still think they should let us trim down how many items appear in context menus.
						</p>

						<p>
							 
						</p>

						<p>
							<a href="https://www.windowscentral.com/software-apps/microsoft-edges-settings-menu-is-now-so-big-it-cant-fit-on-a-single-screen" 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 Friday 25 July 2025 at 2:40 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 June): 2,864</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>
	</div>
</div>
]]></description><guid isPermaLink="false">30411</guid><pubDate>Thu, 24 Jul 2025 16:42:34 +0000</pubDate></item><item><title>Top 6 new features and changes coming to Windows 11 in August 2025 &#x2014; from AI agents to redesigned BSOD screens</title><link>https://nsaneforums.com/news/software-news/top-6-new-features-and-changes-coming-to-windows-11-in-august-2025-%E2%80%94-from-ai-agents-to-redesigned-bsod-screens-r30410/</link><description><![CDATA[<h3>
	Microsoft is rolling out a handful of big new features and changes to Windows 11 in the next month, including new AI features and improvements to how the OS handles crashes and restarts.
</h3>

<p>
	Microsoft has <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows-11/windows-11-just-got-a-wave-of-ai-features-one-snipping-tool-addition-makes-me-want-a-copilot-pc" href="https://www.windowscentral.com/microsoft/windows-11/windows-11-just-got-a-wave-of-ai-features-one-snipping-tool-addition-makes-me-want-a-copilot-pc" rel="external nofollow">announced that a bunch of new features</a> are on the way to <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows/windows-11" data-before-rewrite-redirect="/windows-11" data-hl-processed="none" data-url="https://www.windowscentral.com/microsoft/windows/windows-11" href="https://www.windowscentral.com/microsoft/windows/windows-11" rel="external nofollow">Windows 11</a>, with the rollout starting now. Most users won't see these features land on their PCs until sometime in August, however. So, here's a preview of the top 6 new features on the way in the coming month.
</p>

<p>
	 
</p>

<p>
	If you want to gain access to these new features sooner, make sure the <strong>"Get the latest updates as they become available"</strong> option is toggled in Windows Update. This will ensure you're running the latest bits as Microsoft rolls them out. All of these features should be generally available by the end of August.
</p>

<h2 id="section-copilot-vision">
	<span>Copilot Vision</span>
</h2>

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

		<p>
			<em><span>Copilot Vision lets you share your screen with Microsoft's AI assistant. </span></em>
		</p>

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

		<p>
			 
		</p>

		<p>
			<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/copilot-vision-for-windows-11-announcement-2025" href="https://www.windowscentral.com/software-apps/windows-11/copilot-vision-for-windows-11-announcement-2025" rel="external nofollow">Copilot Vision for Windows 11</a> is a feature that's built directly into the Copilot app, and lets the <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> assistant see what you see on your desktop. When enabled, Copilot Vision can chat with you about a project you're working on, video you're watching, or website you're reading in real time.
		</p>

		<p>
			 
		</p>

		<p>
			Microsoft calls this a useful productivity tool, as Copilot is able to provide tips, suggestions, and thoughts on whatever it is you're doing on your computer. You can choose to share individual app windows or browser tabs, or share your entire desktop allowing you to easily context switch between apps and have Copilot follow.
		</p>

		<p>
			 
		</p>

		<p>
			Copilot Vision is even able to help out with highlight areas of an app it recommends you click if you need help completing a task or looking for something on a website.
		</p>

		<p>
			 
		</p>

		<p>
			Unfortunately, although Copilot Vision is now rolling out more broadly, it's only available to users in the United States at this time. It's expected to roll out to more markets in the coming months, but no concrete dates have been provided just yet.
		</p>

		<h2 id="section-ai-agent-in-settings">
			<span>AI Agent in Settings</span>
		</h2>

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

				<p>
					<em><span>The AI agent lets you find and apply settings with natural language</span></em>
				</p>

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

				<p>
					 
				</p>

				<p>
					In August, Microsoft will begin rolling out a feature it's describing as <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/windows-11-settings-ai-agent-announcement-2025" href="https://www.windowscentral.com/software-apps/windows-11/windows-11-settings-ai-agent-announcement-2025" rel="external nofollow">Windows' first AI agent.</a> This feature is exclusive to Copilot+ PCs, and transforms the built-in search box in the Windows Settings app into a command line that you can use natural language with to change settings on your PC.
				</p>

				<p>
					 
				</p>

				<div id="slice-container-newsletterForm-articleInbodyContent-iRk65ta5jk3TayTpxgRoCJ">
					<div data-hydrate="true">
						<p>
							Essentially, Microsoft is adding a little AI assistant to the Settings apps search box, which you can ask to change settings on your behalf. For example, if you want to make your cursor look bigger, just type "make my cursor larger" into the Search box, and the AI assistant will bring the option to make that change directly to you.
						</p>

						<p>
							 
						</p>

						<p>
							This feature is most useful for people who might not know where to find a particular setting. If you want to enable quiet hours, or turn on Bluetooth, you can just ask the Settings app to do that for you now. Ideally, this will streamline and speed up your use of the Settings app, getting in and out without needing to hunt for any particular setting or option page.
						</p>

						<p>
							 
						</p>

						<p>
							This feature is rolling out first to <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/-microsoft-copilot-plus-faq" href="https://www.windowscentral.com/software-apps/windows-11/-microsoft-copilot-plus-faq" rel="external nofollow">Copilot+ PCs</a> with a Snapdragon processor, with Intel and <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/hardware/processors/amd" data-before-rewrite-redirect="https://www.windowscentral.com/tag/amd" href="https://www.windowscentral.com/hardware/processors/amd" rel="external nofollow">AMD</a> Copilot+ PCs getting support for it at a later date. All PCs will see the new search bar UI however, which is now at the very top center of the Settings app.
						</p>

						<h2 id="section-relight-in-photos">
							<span>Relight in Photos</span>
						</h2>

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

								<p>
									<em><span>Virtual lighting sources are coming to Photos. </span></em>
								</p>

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

								<p>
									 
								</p>

								<p>
									<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11s-photos-app-is-about-to-get-a-big-update-and-its-all-about-ai" href="https://www.windowscentral.com/software-apps/windows-11s-photos-app-is-about-to-get-a-big-update-and-its-all-about-ai" rel="external nofollow">Relight in Photos</a> uses on-device AI to enhance photos with studio-grade lighting effects with ease. The feature lets you add up to three virtual light sources that you can move around a photo, and apply different lighting styles that change how the image looks.
								</p>

								<p>
									 
								</p>

								<p>
									There are built-in presets like Studio Portrait and Cinematic Glow, but there are also custom sliders you can choose which let you fine tune your own style on the fly.
								</p>

								<p>
									 
								</p>

								<p>
									This is a Copilot+ exclusive feature, and is only currently available on Snapdragon PCs. Intel and AMD Copilot+ PCs will gain access at a later date.
								</p>

								<h2 id="section-object-select-in-paint">
									<span>Object Select in Paint</span>
								</h2>

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

										<p>
											<em><span>Paint can now cut out objects automatically. </span></em>
										</p>

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

										<p>
											 
										</p>

										<p>
											Object Select in Paint uses AI to identify objects in an image, and makes it incredibly easy to isolate and cut out those specific items for use elsewhere. Microsoft calls it a smart selection tool, and makes cutting out particular items from a photo super easy.
										</p>

										<p>
											 
										</p>

										<p>
											Paint is also gaining a new sticker generator feature, which lets you create custom stickers by simply typing a prompt into the built-in AI generator. These stickers are only useful within the Paint app itself, letting you add them to a canvas within the app.
										</p>

										<p>
											 
										</p>

										<p>
											Both of these features are Copilot+ exclusive, but are available on all three platforms: Snapdragon, Intel, and AMD.
										</p>

										<h2 id="section-perfect-screenshot-in-snipping-tool">
											<span>Perfect Screenshot in Snipping Tool</span>
										</h2>

										<div>
											<div>
												<p>
													<picture><source sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/5GMwi6NnJ39dN3kDEfsM4n-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/5GMwi6NnJ39dN3kDEfsM4n-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/5GMwi6NnJ39dN3kDEfsM4n-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/5GMwi6NnJ39dN3kDEfsM4n-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/5GMwi6NnJ39dN3kDEfsM4n-1024-80.jpg.webp 1024w, https://cdn.mos.cms.futurecdn.net/5GMwi6NnJ39dN3kDEfsM4n-1200-80.jpg.webp 1200w" type="image/webp"><img alt="Auto cropping is coming to the Snipping Tool" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/5GMwi6NnJ39dN3kDEfsM4n-1024-80.jpg"></source></picture>
												</p>

												<p>
													<em><span>Auto cropping is coming to the Snipping Tool </span></em>
												</p>

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

												<p>
													 
												</p>

												<p>
													Microsoft is enhancing the Snipping Tool app on Windows 11 with a new feature dubbed "perfect screenshot." This feature uses AI to automatically crop a region of the screen based on your selection.
												</p>

												<p>
													 
												</p>

												<p>
													For example, if you wanted to screenshot an app window, but didn't want your wallpaper in the background surrounding said app window, you could use perfect screenshot to automatically crop the screenshot so that it's just the app window in the saved image.
												</p>

												<p>
													 
												</p>

												<p>
													This is one of those small additions that you won't realize is useful until you actually need it. No longer will you need to head into Paint or Photoshop to crop a screenshot so that it's only the subject matter you wanted.
												</p>

												<p>
													 
												</p>

												<p>
													Once again, this feature is a Copilot+ PC exclusive, but it's available on all three platforms: Snapdragon, Intel, and AMD!
												</p>

												<p>
													 
												</p>

												<p>
													Snipping Tool is also gaining a new feature that color professionals are going to enjoy; a built-in color picker! No longer will you need to download a third-party tool just to check the hex code of a color you saw online. It's now built right into the Snipping Tool app, which you can access by pressing Win+Shift+S.
												</p>

												<h2 id="section-quick-machine-recovery">
													<span>Quick Machine Recovery</span>
												</h2>

												<div>
													<div>
														<p>
															<picture><source sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" srcset="https://cdn.mos.cms.futurecdn.net/BbJpRoaaGr2pFagnreVMkB-320-80.png.webp 320w, https://cdn.mos.cms.futurecdn.net/BbJpRoaaGr2pFagnreVMkB-480-80.png.webp 480w, https://cdn.mos.cms.futurecdn.net/BbJpRoaaGr2pFagnreVMkB-650-80.png.webp 650w, https://cdn.mos.cms.futurecdn.net/BbJpRoaaGr2pFagnreVMkB-970-80.png.webp 970w, https://cdn.mos.cms.futurecdn.net/BbJpRoaaGr2pFagnreVMkB-1024-80.png.webp 1024w, https://cdn.mos.cms.futurecdn.net/BbJpRoaaGr2pFagnreVMkB-1200-80.png.webp 1200w" type="image/webp"><img alt="The new black screen of death" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/BbJpRoaaGr2pFagnreVMkB-1024-80.png"></source></picture>
														</p>

														<p>
															<em><span>The new BSOD screen is cleaner and darker. </span></em>
														</p>

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

														<p>
															 
														</p>

														<p>
															Microsoft is also rolling out some key updates to the BSOD and recovery screens on Windows 11 in August. First, <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/microsoft-windows-bsod-removed-replaced-black-screen" href="https://www.windowscentral.com/software-apps/windows-11/microsoft-windows-bsod-removed-replaced-black-screen" rel="external nofollow">Microsoft is redesigning the BSOD</a>, replacing the iconic blue screen with a more simplified black screen that displays an error message.
														</p>

														<p>
															 
														</p>

														<p>
															The new BSOD screen is also faster, meaning it will be displayed on screen for less time than before. The company says the new BSOD should only be on screen for around 2 seconds, instead of 40 seconds. The idea is to boot your machine into recovery mode as quickly as possible, so that Windows can attempt to recover itself faster.
														</p>

														<p>
															 
														</p>

														<p>
															Microsoft has also announced a new feature called <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/cant-boot-your-windows-11-pc-this-new-feature-can-fix-your-system-remotely-helping-prevent-another-crowdstrike-bsod-disaster" href="https://www.windowscentral.com/software-apps/windows-11/cant-boot-your-windows-11-pc-this-new-feature-can-fix-your-system-remotely-helping-prevent-another-crowdstrike-bsod-disaster" rel="external nofollow">quick machine recovery</a>, which is a new recovery mechanism that attempts to automatically detect, troubleshoot, and restore the OS to a bootable state should the PC find itself in a boot loop.
														</p>

														<p>
															 
														</p>

														<p>
															<a href="https://www.windowscentral.com/microsoft/windows-11/top-6-new-features-and-changes-coming-to-windows-11-in-august-2025-from-ai-agents-to-improved-bsod-screens" 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 Friday 25 July 2025 at 2:38 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 June): 2,864</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>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">30410</guid><pubDate>Thu, 24 Jul 2025 16:40:24 +0000</pubDate></item><item><title>Microsoft planning to replace MSN feed in Windows 11 widgets with Copilot Discover</title><link>https://nsaneforums.com/news/software-news/microsoft-planning-to-replace-msn-feed-in-windows-11-widgets-with-copilot-discover-r30409/</link><description><![CDATA[<p>
	It seems like Microsoft is hellbent on shoving Copilot down the throats of all of its customers. Earlier today, we found out that the company is working on a <a automate_uuid="c82b578e-95df-49b2-bc98-d700dc792f28" href="https://www.neowin.net/news/microsoft-is-planning-a-huge-upgrade-for-visual-studio/" rel="external nofollow">massive upgrade for Visual Studio</a>, with the focus being its conversion to an AI-powered integrated development environment (IDE). Now, a new report claims that Microsoft is testing a news feed powered by Copilot in Windows 11.
</p>

<p>
	 
</p>

<p>
	Zac Bowden from Windows Central <a automate_uuid="375a9a24-a55f-41a6-875c-259517dcc5c8" href="https://www.windowscentral.com/microsoft/windows-11/microsoft-trials-redesigned-windows-11-widgets-board-with-new-copilot-discover-feed-ai-curated-stories-right-on-your-desktop" rel="external nofollow">reports</a> that the Redmond tech firm is testing a new layout for the news feed in the Windows 11 widgets board, which utilizes AI rather than the classic MSN feed. This is being called <strong>Copilot Discover</strong>, and as the name suggests, it uses AI to curate your feed based on your perceived likes and interests.
</p>

<p class="img-center">
	<img alt="An early look at Copilot Discover in Windows 11" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/07/1753370086_1280x720-ghost-white-solid-color-background-fotor-2025072420143.webp">
</p>

<p>
	In his testing so far, Bowden claims that the Copilot Discover feed is much faster than the current version, and the animations and scrolling mechanisms are less laggy too. In addition, the layout isn't as cluttered, as the news stories are present in larger boxes with a bigger font size. As you hover over the stories, you can upvote or downvote them, follow or block outlets, and bookmark individual items. Embedded videos inside the boxes begin playing automatically too. There's also a <strong>Notifications</strong> button at the top that highlights breaking news and stock market fluctuations, and these can be customized or disabled.
</p>

<p>
	 
</p>

<p>
	It is important to note that while the layout is powered by Copilot Discover, the news stories themselves still come from MSN, so clicking on any item will take you to the MSN website. That said, some stories directly open inside the Widgets panel, which is a major improvement in terms of UX.
</p>

<p>
	 
</p>

<p>
	Talking more about the UX, it seems like the widgets have been moved to a separate <strong>Widgets</strong> tab in the board. The board itself can no longer become full screen and, in the same vein, the <strong>Weather</strong> widget can't be moved or resized either. That said, it is important to note that this UX is still under development so things may change down the line. We don't even know for sure yet if it will see the light of day, but we'll likely find out in future Insider builds of Windows 11.
</p>

<p>
	 
</p>

<p>
	Source and images: <a automate_uuid="ea25d9d1-be4e-4c8c-94d6-3c5601244d29" href="https://www.windowscentral.com/microsoft/windows-11/microsoft-trials-redesigned-windows-11-widgets-board-with-new-copilot-discover-feed-ai-curated-stories-right-on-your-desktop" rel="external nofollow">Windows Central</a>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-planning-to-replace-msn-feed-in-windows-11-widgets-with-copilot-discover/" 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 Friday 25 July 2025 at 2:37 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 June): 2,864</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">30409</guid><pubDate>Thu, 24 Jul 2025 16:37:59 +0000</pubDate></item><item><title>7 features you need to know and configure on OneDrive for Windows 11</title><link>https://nsaneforums.com/news/software-news/7-features-you-need-to-know-and-configure-on-onedrive-for-windows-11-r30408/</link><description><![CDATA[<h3>
	Check out these lesser-known features from OneDrive that can help you boost productivity, organization, privacy, and file recovery.
</h3>

<p>
	On <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows/windows-11" data-before-rewrite-redirect="/windows-11" data-hl-processed="none" data-url="https://www.windowscentral.com/microsoft/windows/windows-11" href="https://www.windowscentral.com/microsoft/windows/windows-11" rel="external nofollow">Windows 11</a>, if you use OneDrive, you're probably familiar with its core functionality, syncing files across devices and backing up your important data to the cloud. However, the cloud storage service includes many lesser-known features that can improve productivity, improve privacy, reduce clutter, and make file management easier.
</p>

<p>
	 
</p>

<p>
	From customizing folder colors and restoring previous file versions to turning off unwanted notifications and <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> photo tagging, OneDrive offers more control than most users realize.
</p>

<p>
	 
</p>

<p>
	In this <a data-analytics-id="inline-link" data-before-rewrite-localise="/how-to" data-hl-processed="none" data-url="https://www.windowscentral.com/how-to" href="https://www.windowscentral.com/how-to" rel="external nofollow">how-to guide</a>, I'll highlight some of the lesser features that everyone should know how to use in OneDrive for Windows 11.
</p>

<h2 id="section-7-features-you-probably-didn-t-know-about-onedrive">
	<span>7 features you probably didn't know about OneDrive</span>
</h2>

<p>
	These are some of the features you may not know that can i<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/how-get-started-onedrive-windows-10" href="https://www.windowscentral.com/how-get-started-onedrive-windows-10" rel="external nofollow">mprove your experience in OneDrive</a>.
</p>

<h2 id="1-organize-onedrive-with-custom-folder-colors-3">
	1. Organize OneDrive with custom folder colors
</h2>

<p>
	Although the ability to assign a color to a folder is a minor aesthetic detail, it can be beneficial for organization, productivity, and visual clarity, especially for folders with many files.
</p>

<p>
	 
</p>

<p>
	To set a color for the folder, use these steps:
</p>

<p>
	 
</p>

<ol start="1">
	<li>
		Open <strong>File Explorer</strong>.
	</li>
	<li>
		Click on the <strong>OneDrive </strong>folder from the left pane.
	</li>
	<li>
		Right-click the folder you want to colorize.
	</li>
	<li>
		Select the <strong>OneDrive </strong>menu and choose the<strong> Folder color </strong>option.
	</li>
</ol>

<p>
	 
</p>

<div>
	<div>
		<p>
			<img alt="OneDrive context menu highlighting Folder color option" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/43HfQbXUZxrdwyvuDuunE8-1024-80.jpg">
		</p>

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

		<p>
			 
		</p>

		<ol start="5">
			<li>
				Select the color for the folder.
			</li>
			<li>
				Click the <strong>Apply </strong>button.
			</li>
		</ol>

		<p>
			 
		</p>

		<div>
			<div>
				<p>
					<img alt="OneDrive folder color options" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/ANkUoGUDgmgTpT8QXTjcSG-1024-80.jpg">
				</p>

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

				<p>
					 
				</p>

				<p>
					Once you complete the steps, the folder icon will be updated with the color you specified.
				</p>

				<p>
					 
				</p>

				<div id="slice-container-newsletterForm-articleInbodyContent-BR5WDWxSpzDxKdPtbVnJva">
					<div data-hydrate="true">
						<p>
							The ability to change the folder colors should be available through the web, but in my personal account, I couldn't find the option, and I'm not the only one.
						</p>

						<h2 id="2-silence-on-this-day-reminders-3">
							2. Silence “On this Day” reminders
						</h2>

						<p>
							The "On this Day" feature has been designed to show you photos and videos that you may have taken on that specific day in previous years.
						</p>

						<p>
							 
						</p>

						<p>
							Although this feature can bring a touch of nostalgia by resurfacing your digital content from the same calendar date in previous years, the problem is that after a while, you're constantly receiving daily notifications to view this content. The other issue is that even though you may use the Photos app already connected to OneDrive, the notification always opens the contents in the web version of the cloud storage service.
						</p>

						<p>
							 
						</p>

						<p>
							If you have had enough of these notifications, you can easily turn this feature off using these steps:
						</p>

						<p>
							 
						</p>

						<ol start="1">
							<li>
								Click the <strong>OneDrive </strong>icon in the System Tray.
							</li>
							<li>
								Click the <strong>Settings </strong>button.
							</li>
							<li>
								Click the <strong>Settings </strong>option one more time.
							</li>
						</ol>

						<p>
							 
						</p>

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

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

								<p>
									 
								</p>

								<ol start="4">
									<li>
										Click on <strong>Notifications</strong>.
									</li>
									<li>
										Turn off the <strong>"Notify me when 'On this day' memories are available"</strong> toggle switch.
									</li>
								</ol>

								<p>
									 
								</p>

								<div>
									<div>
										<p>
											<img alt="Notify me when 'On this day' memories are available option disabled" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/CjhweatpAnmeVLkPNqZXQ-1024-80.jpg">
										</p>

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

										<p>
											 
										</p>

										<p>
											After you complete the steps, OneDrive will no longer send you notifications for this particular feature.
										</p>

										<p>
											 
										</p>

										<p>
											You can also change this setting from the web, more specifically from the Notifications page.
										</p>

										<h2 id="3-disable-ai-powered-photo-tagging-3">
											3. Disable AI-powered photo tagging
										</h2>

										<p>
											OneDrive can use AI to scan and tag pictures and faces in your images to make it easier to find them. However, if you don't like the idea of AI scanning your images, you can always disable these features.
										</p>

										<p>
											 
										</p>

										<p>
											To disable photo tagging in OneDrive, use these steps:
										</p>

										<p>
											 
										</p>

										<ol start="1">
											<li>
												<a data-hl-processed="none" data-url="https://onedrive.live.com/" href="https://onedrive.live.com/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">Open <strong>OneDrive </strong>(web)</a>.
											</li>
											<li>
												Click the <strong>Settings </strong>button on the top-right.
											</li>
											<li>
												Click on <strong>Options</strong>.
											</li>
										</ol>

										<p>
											 
										</p>

										<div>
											<div>
												<p>
													<img alt="OneDrive web settings with Options highlighted" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/SafmvdBqvEDV77qE5mJUyT-1024-80.jpg">
												</p>

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

												<p>
													 
												</p>

												<ol start="4">
													<li>
														Click on <strong>Photos </strong>from the left pane.
													</li>
													<li>
														Turn off the <strong>"Use tags to find and organize photos"</strong> toggle switch to prevent AI from adding related tags to your pictures.
													</li>
													<li>
														Turn off the <strong>"Use AI to find and organize photos"</strong> toggle switch to prevent AI from scanning your images for faces.
													</li>
												</ol>

												<p>
													 
												</p>

												<div>
													<div>
														<p>
															<img alt="OneDrive Photo Tagging and People section disabled" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/SNwSyj6JoK34rMf5CEHeJY-1024-80.jpg">
														</p>

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

														<p>
															 
														</p>

														<p>
															Once you complete the steps, OneDrive will stop using AI to tag images and faces on your pictures.
														</p>

														<p>
															 
														</p>

														<p>
															If you turn off this feature, it may also affect the search functionality when searching for a specific object or person from content in the cloud.
														</p>

														<h2 id="4-import-files-from-google-drive-or-dropbox-3">
															4. Import files from Google Drive or Dropbox
														</h2>

														<p>
															If you want to use OneDrive as your only online storage provider, the service offers options to import your files from Google Drive and Dropbox (but not from iCloud).
														</p>

														<p>
															 
														</p>

														<p>
															To import your files from other cloud storage providers, use these steps:
														</p>

														<p>
															 
														</p>

														<ol start="1">
															<li>
																<a data-hl-processed="none" data-url="https://onedrive.live.com/" href="https://onedrive.live.com/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">Open <strong>OneDrive </strong>(web)</a>.
															</li>
															<li>
																Click the <strong>Settings </strong>button on the top-right.
															</li>
															<li>
																Click on <strong>Options</strong>.
															</li>
														</ol>

														<p>
															 
														</p>

														<div>
															<div>
																<p>
																	<img alt="OneDrive web settings with Options highlighted" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/SafmvdBqvEDV77qE5mJUyT-1024-80.jpg">
																</p>

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

																<p>
																	 
																</p>

																<ol start="4">
																	<li>
																		Click on <strong>Import cloud photos and files </strong>from the left pane.
																	</li>
																	<li>
																		(Option 1) Click the <strong>"Connect to Google Drive"</strong> option.
																	</li>
																</ol>

																<p>
																	 
																</p>

																<div>
																	<div>
																		<p>
																			<img alt="OneDrive import from Google Drive option" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/D4ntJaA35p5gdkkN6UPaRj-1024-80.jpg">
																		</p>

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

																		<p>
																			 
																		</p>

																		<ol start="6">
																			<li>
																				(Option 2) Click the <strong>"Connect to Dropbox"</strong> option.
																			</li>
																			<li>
																				Continue with the on-screen directions to complete the transfer.
																			</li>
																		</ol>

																		<p>
																			 
																		</p>

																		<p>
																			This process will require signing in with your other cloud provider and allowing permission for <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/office-2019-or-office-365-which-one-you-should-get" href="https://www.windowscentral.com/office-2019-or-office-365-which-one-you-should-get" rel="external nofollow">Microsoft 365</a> to copy your files over OneDrive.
																		</p>

																		<p>
																			 
																		</p>

																		<p>
																			Also, this action will only make a copy of the files. Your original data will remain available in the other storage provider.
																		</p>

																		<h2 id="5-use-onedrive-s-account-restore-tool-3">
																			5. Use OneDrive's account restore tool
																		</h2>

																		<p>
																			Although you can recover deleted files from the OneDrive Recycle Bin, Microsoft also offers a restore tool that allows you to restore all the changes from a previous point in time.
																		</p>

																		<p>
																			 
																		</p>

																		<p>
																			This option usually comes in handy if something goes wrong in OneDrive, and you have to restore the storage to a previous point in time.
																		</p>

																		<p>
																			 
																		</p>

																		<p>
																			To restore OneDrive to a previous state, use these steps:
																		</p>

																		<p>
																			 
																		</p>

																		<ol start="1">
																			<li>
																				<a data-hl-processed="none" data-url="https://onedrive.live.com/" href="https://onedrive.live.com/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">Open <strong>OneDrive </strong>(web)</a>.
																			</li>
																			<li>
																				Click the <strong>Settings </strong>button on the top-right.
																			</li>
																			<li>
																				Click on <strong>Options</strong>.
																			</li>
																		</ol>

																		<p>
																			 
																		</p>

																		<div>
																			<div>
																				<p>
																					<img alt="OneDrive web settings with Options highlighted" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/SafmvdBqvEDV77qE5mJUyT-1024-80.jpg">
																				</p>

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

																				<p>
																					 
																				</p>

																				<ol start="4">
																					<li>
																						Click on <strong>Restore your OneDrive </strong>from the left pane.
																					</li>
																					<li>
																						Select the date (such as yesterday, one week ago, three weeks ago, or custom) from the available settings.
																					</li>
																					<li>
																						Click the <strong>Restore </strong>button.
																					</li>
																				</ol>

																				<p>
																					 
																				</p>

																				<div>
																					<div>
																						<p>
																							<img alt="Restore your OneDrive settings in the web" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/g3RqPJby24JoPbZtdRofSM-1024-80.jpg">
																						</p>

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

																						<p>
																							 
																						</p>

																						<ol start="7">
																							<li>
																								Continue with the on-screen directions to complete the restoration (if applicable).
																							</li>
																						</ol>

																						<p>
																							 
																						</p>

																						<p>
																							Once you complete the steps, the changes will be restored on your OneDrive account.
																						</p>

																						<h2 id="6-revert-via-file-version-history-3">
																							6. Revert via file version history
																						</h2>

																						<p>
																							OneDrive keeps multiple previous versions of your files, allowing you to revert to an older state.
																						</p>

																						<p>
																							 
																						</p>

																						<p>
																							To access the file history and restore a previous version, use these steps:
																						</p>

																						<p>
																							 
																						</p>

																						<ol start="1">
																							<li>
																								Open <strong>File Explorer</strong>.
																							</li>
																							<li>
																								Click on the <strong>OneDrive </strong>folder from the left pane.
																							</li>
																							<li>
																								Right-click the file you want to restore a previous version.
																							</li>
																							<li>
																								Select the <strong>OneDrive </strong>menu and choose the<strong> Version history </strong>option.
																							</li>
																						</ol>

																						<p>
																							 
																						</p>

																						<div>
																							<div>
																								<p>
																									<img alt="File Explorer OneDrive Version history option" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/P6A9LjHhT4MeC57GEjsxZB-1024-80.jpg">
																								</p>

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

																								<p>
																									 
																								</p>

																								<ol start="5">
																									<li>
																										(Optional) Click the <strong>View online</strong> option to review the file before restoring.
																									</li>
																									<li>
																										Click the menu (three dots) button and choose the <strong>Restore </strong>option for the revision to recover.
																									</li>
																								</ol>

																								<p>
																									 
																								</p>

																								<div>
																									<div>
																										<p>
																											<img alt="Restore option for OneDrive file" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/jB4Cmxpx7ttH5f2SM25PGM-1024-80.jpg">
																										</p>

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

																										<p>
																											 
																										</p>

																										<p>
																											After you complete the steps, the selected file will replace the existing one. However, this isn't an issue since you can always store the previous version using the steps.
																										</p>

																										<p>
																											 
																										</p>

																										<p>
																											If you want to compare the files, it's best to make a copy before trying to restore the previous version.
																										</p>

																										<h2 id="7-secure-sensitive-files-in-personal-vault-3">
																											7. Secure sensitive files in Personal Vault
																										</h2>

																										<p>
																											OneDrive Personal Vault is a protected area in your account (such as documents, personal records, pictures, etc.) designed specifically to store sensitive information. The data upload is encrypted and utilizes more robust security, including two-factor authentication, in addition to the standard sign-in process.
																										</p>

																										<p>
																											 
																										</p>

																										<p>
																											If you usually upload important content to cloud storage, you should be using the Vault feature instead of simply dropping files in your main folder.
																										</p>

																										<p>
																											 
																										</p>

																										<p>
																											The <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/how-store-unlimited-files-using-personal-vault-free-onedrive" href="https://www.windowscentral.com/how-store-unlimited-files-using-personal-vault-free-onedrive" rel="external nofollow">Personal Vault</a> feature is available for free, but you can only store up to five files. If you want unlimited uploads, you will have to use a <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/tag/microsoft-365" href="https://www.windowscentral.com/tag/microsoft-365" rel="external nofollow">Microsoft 365</a> subscription.
																										</p>

																										<p>
																											 
																										</p>

																										<p>
																											To get started with the OneDrive Personal Vault, use these steps:
																										</p>

																										<p>
																											 
																										</p>

																										<ol start="1">
																											<li>
																												Click the <strong>OneDrive </strong>icon in the System Tray.
																											</li>
																											<li>
																												Click the <strong>Settings </strong>button.
																											</li>
																											<li>
																												Click the <strong>Unlock Personal Vault </strong>option.
																											</li>
																										</ol>

																										<p>
																											 
																										</p>

																										<div>
																											<div>
																												<p>
																													<img alt="Unlock Personal Vault option" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/t2SGhrJjWjkAwNJDzPtgAg-1024-80.jpg">
																												</p>

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

																												<p>
																													 
																												</p>

																												<ol start="4">
																													<li>
																														Click the <strong>Next </strong>button.
																													</li>
																												</ol>

																												<p>
																													 
																												</p>

																												<div>
																													<div>
																														<p>
																															<img alt="Open Personal Vault feature" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/EnZhX2J9RXgSeFPn77trm8-1024-80.jpg">
																														</p>

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

																														<p>
																															 
																														</p>

																														<ol start="5">
																															<li>
																																Click the <strong>Allow </strong>button.
																															</li>
																														</ol>

																														<p>
																															 
																														</p>

																														<div>
																															<div>
																																<p>
																																	<img alt="Personal Vault open feature on Windows 11" class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/y76Y4kjTobcgHfRYf8mDZC-1024-80.jpg">
																																</p>

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

																																<p>
																																	 
																																</p>

																																<ol start="6">
																																	<li>
																																		Sign in with your Microsoft account.
																																	</li>
																																	<li>
																																		Continue with the on-screen directions (if applicable).
																																	</li>
																																</ol>

																																<p>
																																	 
																																</p>

																																<p>
																																	Once you complete these steps, you can start uploading and downloading to the secure area of OneDrive.
																																</p>

																																<p>
																																	 
																																</p>

																																<p>
																																	When the vault is open, it'll lock automatically after 20 minutes of inactivity, but you can change this setting from <strong>OneDrive Settings</strong> &gt; <strong>Accounts </strong>page. The <strong>"Lock Personal Vault after" </strong>option allows you to keep the folder open for up to four hours.
																																</p>

																																<p>
																																	 
																																</p>

																																<p>
																																	<a href="https://www.windowscentral.com/microsoft/windows-11/7-gems-you-probably-didnt-know-about-onedrive-on-windows-11" rel="external nofollow">Source</a>
																																</p>

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

																																<p>
																																	<span style="font-size:12px;"><em>Posted Friday 25 July 2025 at 2:35 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 June): 2,864</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>
																											</div>
																										</div>
																									</div>
																								</div>
																							</div>
																						</div>
																					</div>
																				</div>
																			</div>
																		</div>
																	</div>
																</div>
															</div>
														</div>
													</div>
												</div>
											</div>
										</div>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
]]></description><guid isPermaLink="false">30408</guid><pubDate>Thu, 24 Jul 2025 16:36:46 +0000</pubDate></item><item><title>"It deleted our production database without permission": Bill Gates called it &#x2014; coding is too complex to replace software engineers with AI</title><link>https://nsaneforums.com/news/software-news/it-deleted-our-production-database-without-permission-bill-gates-called-it-%E2%80%94-coding-is-too-complex-to-replace-software-engineers-with-ai-r30407/</link><description><![CDATA[<h3>
	A recent incident highlights Replit's AI coder deleting a company's database without permission, then hiding and lying about it.
</h3>

<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/1IQUY2QXpjg?feature=oembed" title="Now Available: Replit Agent v2" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	<a data-analytics-id="inline-link" 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">Generative AI</a> is rapidly gaining broad adoption across the world, including corporations. This has consequently raised concerns among most professionals about the technology's potential to take over their jobs.
</p>

<p>
	 
</p>

<p>
	Earlier this year, Microsoft's co-founder <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/bill-gates-says-ai-will-replace-humans-for-most-things" href="https://www.windowscentral.com/software-apps/bill-gates-says-ai-will-replace-humans-for-most-things" rel="external nofollow">Bill Gates claimed that AI will replace humans for most things</a>. However, the philanthropic billionaire indicated that humans will have the capability to preserve some tasks and jobs for themselves, He joked that no one would like to watch computers play football.
</p>

<p>
	 
</p>

<p>
	But the paradigm shift at the workplace has already started taking places, with <a data-analytics-id="inline-link" data-auto-tag-linker="true" data-before-rewrite-localise="https://www.windowscentral.com/tag/salesforce" href="https://www.windowscentral.com/tag/salesforce" rel="external nofollow">Salesforce</a> CEO <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/marc-benioff-ai-is-doing-30-50-percent-of-work-at-salesforce" href="https://www.windowscentral.com/software-apps/marc-benioff-ai-is-doing-30-50-percent-of-work-at-salesforce" rel="external nofollow">Marc Benioff recently indicating that AI is already doing up to 50% of the work at the company</a>. The executive had previously indicated that <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/work-productivity/salesforce-is-seriously-debating-software-engineer-hires-in-2025" href="https://www.windowscentral.com/software-apps/work-productivity/salesforce-is-seriously-debating-software-engineer-hires-in-2025" rel="external nofollow">the company was seriously debating hiring software engineers in 2025</a>, citing incredible productivity gains from agentic AIs.
</p>

<p>
	 
</p>

<p>
	Former <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> CTO and Thinking Machines Lab founder <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/as-the-ai-grim-reaper-haunts-more-creative-jobs-openais-cto-says-maybe-they-shouldnt-have-existed-in-the-first-placeif-it-is-not-very-high-quality" href="https://www.windowscentral.com/software-apps/as-the-ai-grim-reaper-haunts-more-creative-jobs-openais-cto-says-maybe-they-shouldnt-have-existed-in-the-first-placeif-it-is-not-very-high-quality" rel="external nofollow">Mira Murati indicated that AI would create new job opportunities while simultaneously killing some professions</a>:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	<em>"Some creative jobs maybe will go away. But maybe they shouldn't have been there in the first place — you know, if the content that comes out of it is not very high quality."</em>
</p>

<p>
	 
</p>

<p>
	Interestingly, Salesforce isn't the only company integrating <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> into its workflow, Meta and Microsoft are in the fold too. Microsoft's CEO <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/satya-nadella-says-ai-already-writes-30-percent-of-microsofts-code" href="https://www.windowscentral.com/microsoft/satya-nadella-says-ai-already-writes-30-percent-of-microsofts-code" rel="external nofollow">Satya Nadella revealed that AI is writing up to 30% of the company's code</a>.
</p>

<p>
	 
</p>

<p>
	On the other hand, Meta CEO Mark Zuckerberg indicated that <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/mark-zuckerberg-ai-engineers-might-claim-coding-jobs" href="https://www.windowscentral.com/software-apps/mark-zuckerberg-ai-engineers-might-claim-coding-jobs" rel="external nofollow">mid-level AI engineers might claim coding jobs from professionals at the company in 2025</a>.
</p>

<div id="slice-container-newsletterForm-articleInbodyContent-Uv9FatjubU7p9QAd7CnHbe">
	<div data-hydrate="true">
		<h2 id="turns-out-coding-is-too-complex-to-fully-augment-using-ai-3">
			Turns out coding is too complex to fully augment using AI
		</h2>

		<div>
			<div>
				<p>
					<img alt="Closeup computer code on screen, Man programmer, software developer coding and programming on laptop." class="ipsImage" height="720" width="720" src="https://cdn.mos.cms.futurecdn.net/2qPLM4pna4Qw4FazDxNaSb-1024-80.jpg">
				</p>

				<p>
					<em><span>The world clearly cannot rely on just AI For coding. </span></em>
				</p>

				<p>
					<em><span itemprop="copyrightHolder">(Image credit: Getty Images | Krongkaew)</span></em>
				</p>

				<p>
					 
				</p>

				<p>
					Last year, NVIDIA CEO <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/nvidia-ceo-says-the-future-of-coding-as-a-career-might-already-be-dead" href="https://www.windowscentral.com/software-apps/nvidia-ceo-says-the-future-of-coding-as-a-career-might-already-be-dead" rel="external nofollow">Jensen Huang seemingly indicated that coding might be dead in the water with the rapid prevalence of AI</a>, prompting him to recommend alternative career paths like manufacturing, farming, and biology to the next generation.
				</p>

				<p>
					 
				</p>

				<p>
					However, <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/bill-gates-3-professions-will-remain-indispensable-for-now" href="https://www.windowscentral.com/software-apps/bill-gates-3-professions-will-remain-indispensable-for-now" rel="external nofollow">Bill Gates indicated that energy, biology, and software development are too complex to fully augment using AI</a>. And as it now seems, the executive might have been onto something, potentially indicating that coding might survive the AI revolution.
				</p>

				<p>
					 
				</p>

				<p>
					Replit's AI coder recently deleted a company's code base during a 12-day vibe coding experiment (via <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://africa.businessinsider.com/news/replits-ceo-apologizes-after-its-ai-agent-wiped-a-companys-code-base-in-a-test-run/bcdyzql" href="https://africa.businessinsider.com/news/replits-ceo-apologizes-after-its-ai-agent-wiped-a-companys-code-base-in-a-test-run/bcdyzql" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">Business Insider</a>). Jason Lemkin, an investor in software startups, was using Replit's AI coder to build an application when the incident happened:
				</p>

				<p>
					 
				</p>

				<p>
					<em>"It deleted our production database without permission. Possibly worse, it hid and lied about it." </em>
				</p>

				<p>
					 
				</p>

				<p>
					The incident has attracted a lot of traction on social media, prompting Replit CEO Amjad Masad to issue a public apology about the incident on X:
				</p>

				<p>
					 
				</p>

				<p style="margin-left: 40px;">
					<em>"We saw Jason’s post. Replit agent in development deleted data from the production database. Unacceptable and should never be possible. </em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>

				<p style="margin-left: 40px;">
					<em>- Working around the weekend, we started rolling out automatic DB dev/prod separation to prevent this categorically. Staging environments in the works, too. More tomorrow. </em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>

				<p style="margin-left: 40px;">
					<em>- Thankfully, we have backups. It's a one-click restore for your entire project state in case the Agent makes a mistake. </em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>

				<p style="margin-left: 40px;">
					<em>- The Agent didn’t have access to the proper internal docs -- rolling out a fix to force Docs search on Repit knowledge. </em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>

				<p style="margin-left: 40px;">
					<em>- And yes, we heard the “code freeze” pain loud and clear -- we’re actively working on a planning/chat-only mode so you can strategize without risking your codebase. </em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>

				<p style="margin-left: 40px;">
					<em>I reached out to Jason the moment I saw this on Friday morning to offer assistance. We'll refund him for the trouble and conduct a postmortem to determine exactly what happened and how we can better respond to it in the future. </em>
				</p>

				<p style="margin-left: 40px;">
					 
				</p>

				<p style="margin-left: 40px;">
					<em>We appreciate his feedback, as well as that of everyone else. We're moving quickly to enhance the safety and robustness of the Replit environment. Top priority."</em>
				</p>

				<p>
					 
				</p>

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

				<div>
					<div>
						<p>
							Replit has seemingly lived up to its promise after it recently announced the <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://x.com/Replit/status/1947421992455705044" href="https://x.com/Replit/status/1947421992455705044" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">beta launch of separate development and production databases for Replit apps</a>. This update should seemingly make it easier for users to vibe code with Replit, including iterating on your apps without impacting production data and safely previewing and testing database changes before going live.
						</p>

						<p>
							 
						</p>

						<p>
							While Replit's new product launch seems like a step in the right direction, the incident raises great concern, especially for companies replacing their staffers with AI. Rather than bolstering productivity, this seems like a longer route reiterating the importance of human intervention in critical tasks like coding.
						</p>

						<p>
							 
						</p>

						<p>
							<em>What are your thoughts about the ongoing hot topic about AI potentially replacing professionals at the workplace?</em> Share your thoughts with us in the comments.
						</p>

						<p>
							 
						</p>

						<p>
							<a href="https://www.windowscentral.com/artificial-intelligence/it-deleted-our-production-database-without-permission-bill-gates-called-it-coding-is-too-complex-to-replace-software-engineers-with-ai" 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 Friday 25 July 2025 at 2:31 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 June): 2,864</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>
	</div>
</div>
]]></description><guid isPermaLink="false">30407</guid><pubDate>Thu, 24 Jul 2025 16:34:48 +0000</pubDate></item><item><title>Microsoft is planning a huge upgrade for Visual Studio</title><link>https://nsaneforums.com/news/software-news/microsoft-is-planning-a-huge-upgrade-for-visual-studio-r30406/</link><description><![CDATA[<p>
	Although Microsoft offers <a automate_uuid="5d8dd2f9-e3a9-4677-bf53-19bc40a21963" href="https://www.neowin.net/news/tags/visual_studio_code/" rel="external nofollow">Visual Studio Code</a> as a lightweight, but very powerful, open-source code editor to customers, its flagship development environment is actually <a automate_uuid="bbd2ab53-dcc2-4839-85f9-a6be30df1c57" href="https://www.neowin.net/news/tags/visual_studio/" rel="external nofollow">vanilla Visual Studio</a>. This is a full-fledged integrated development environment (IDE) with .NET integration and other features that make it more suitable for complex project management. Now, a new report has revealed that Microsoft is planning a major upgrade to Visual Studio.
</p>

<p>
	 
</p>

<p>
	Media outlet <a automate_uuid="a842dc83-ca62-40e1-94c1-d9e205ae8ada" href="https://www.businessinsider.com/microsoft-plans-major-update-visual-studio-coding-service-ai-2025-7" rel="external nofollow">Business Insider</a> has viewed an internal Microsoft memo which details the company's plans to release a significant upgrade to Visual Studio. As can be expected, this update will focus heavily on AI, which is necessary in order to compete with other alternatives like <a automate_uuid="222a0be8-8b6a-4db4-856e-c55ffe7137d9" href="https://www.neowin.net/news/amazon-challenges-microsoft-with-kiro-its-new-ai-powered-ide/" rel="external nofollow">Amazon Kiro, which is being touted as an AI-powered IDE</a>.
</p>

<p>
	 
</p>

<p>
	The memo was penned in April by Jay Parikh, who joined Microsoft less than a year ago as the Executive Vice President (EVP). Business Insider notes that Parikh leads the company's CoreAI organization, which is responsible for developer tooling, so Visual Studio falls nicely inside the executive's wheelhouse.
</p>

<p>
	 
</p>

<p>
	Parikh's memo refers to this major release as "Visual Studio 18", which is interesting considering that Visual Studio is currently on version 17. The IDE received an update last month which allowed <a automate_uuid="c2a9a75d-52d0-49fc-8fff-dc1949306288" href="https://www.neowin.net/news/visual-studio-gets-even-smarter-with-more-ai-models-and-billing-updates/" rel="external nofollow">developers to access better AI models</a> while flexibly managing their billing. It is important to note that Visual Studio's last major update was back in 2021, <a automate_uuid="d3623992-2389-46d2-aee8-c7a975f91da5" href="https://www.neowin.net/news/microsoft-releases-visual-studio-2022-and-net-6/" rel="external nofollow">when Microsoft released Visual Studio 2022 and .NET 6</a>, so another major release would make sense.
</p>

<p>
	 
</p>

<p>
	That said, while there is a chance that the next significant upgrade to Visual Studio will land this year, no concrete timelines have been revealed yet. The memo also indicates that this AI-powered version of the IDE is currently in the process of "early dogfooding", which means that it's actively being used by Microsoft's own employees for testing purposes.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-planning-a-huge-upgrade-for-visual-studio/" 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 Friday 25 July 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 June): 2,864</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">30406</guid><pubDate>Thu, 24 Jul 2025 16:30:23 +0000</pubDate></item><item><title>The new Copilot Search experience is Microsoft's vision for an integrated future</title><link>https://nsaneforums.com/news/software-news/the-new-copilot-search-experience-is-microsofts-vision-for-an-integrated-future-r30394/</link><description><![CDATA[<p>
	At this point, it's clear that Microsoft is all-in on Copilot. Recently, the company <a automate_uuid="2d0e1b1b-5a74-4fbe-ba47-146f55e17e2c" href="https://www.neowin.net/news/mercedes-benz-integrates-microsoft-teams-and-microsoft-365-copilot-for-in-car-productivity/" rel="external nofollow">integrated the technology with Mercedes-Benz cars</a>, <a automate_uuid="f097edf6-4ca4-4c2c-a7ad-d4af6f757bda" href="https://www.neowin.net/news/windows-11-now-lets-you-share-the-entire-desktop-with-copilot/" rel="external nofollow">enabled Windows 11 to share their screen with Copilot</a>, and even utilized the <a automate_uuid="d3da2fea-5481-4afb-99f5-62d242f4b38f" href="https://www.neowin.net/news/microsoft-is-using-ai-copilot-internally-for-code-reviews-impacting-600000-prs-per-month/" rel="external nofollow">assistive model in its internal code reviews</a>. Now, in a bid to further promote its product, Microsoft has announced the general availability of Microsoft 365 Copilot Search.
</p>

<p>
	 
</p>

<p>
	Microsoft 365 Copilot Search is being <a automate_uuid="49dfabe8-d031-4c9d-a7c1-1158233ed591" href="https://techcommunity.microsoft.com/blog/microsoft365copilotblog/announcing-microsoft-365-copilot-search-general-availability-a-new-era-of-search/4435537" rel="external nofollow">described</a> as a unified search experience that leverages the power of AI (obviously) to retrieve the data that you require across Microsoft platforms like OneDrive, SharePoint, and Outlook in one fell swoop. Basically, Copilot search utilizes connectors to unify results from fragmented systems based on your current context and workflows.
</p>

<p>
	 
</p>

<p>
	Microsoft has emphasized this as a major upgrade from the traditional Microsoft 365 search experience due to its dynamic nature, which fetches information from seemingly disconnected data silos.
</p>

<p class="img-center">
	<img alt="The Microsoft 365 Copilot Search experience" class="ipsImage" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/07/1753291493_1280x720-ghost-white-solid-color-background-fotor-20250723221824.webp">
</p>

<p>
	Other benefits of the Microsoft 365 Copilot Search experience include connectivity with third-party services like ServiceNow and Workday, AI-powered insights and query recommendations, and availability across desktop, mobile, and web platforms. It is accessible through the Microsoft 365 Copilot app, as well as Microsoft 365 Copilot Chat and other associated experiences.
</p>

<p>
	 
</p>

<p>
	Microsoft has described the revamped search experience as a "catalyst for innovation" that will rethink the way we search for information. It believes that Microsoft 365 Copilot will assist its customers in achieving more through AI-powered actionable insights.
</p>

<p>
	 
</p>

<p>
	The good news is that Microsoft 365 Copilot Search is available for all customers with a Microsoft 365 Copilot license. Those who do not have this premium license (<a automate_uuid="e485b4c0-bf28-4325-be4c-d78dc03c72de" href="https://learn.microsoft.com/en-us/copilot/microsoft-365/microsoft-365-copilot-licensing" rel="external nofollow">see licensing details here</a>) will continue to see the "classic" search experience, also known as "Microsoft Search". It will be interesting to see how Microsoft customers respond to the upgraded experience, especially considering that the reaction to Copilot has arguably been lukewarm.
</p>

<p>
	 
	</p><p>
		<a href="https://www.neowin.net/news/the-new-copilot-search-experience-is-microsofts-vision-for-an-integrated-future/" 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 Thursday 24 July 2025 at 4:38 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 June): 2,864</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">30394</guid><pubDate>Wed, 23 Jul 2025 18:39:42 +0000</pubDate></item><item><title>Intel releases new graphics driver with Wuchang: Fallen Feathers support and more</title><link>https://nsaneforums.com/news/software-news/intel-releases-new-graphics-driver-with-wuchang-fallen-feathers-support-and-more-r30393/</link><description><![CDATA[<p>
	Intel has released a new non-WHQL driver for its graphics cards and processors. Version 32.0.101.6972 adds optimizations and support for <em>Killing Floor 3, Valorant's </em>Unreal Engine 5 upgrade, and <em>Wuchang: Fallen Feathers. </em><a automate_uuid="b5487acd-db09-43eb-9b2c-f03c9195961f" href="https://www.neowin.net/news/nvidia-57700-driver-adds-valorant-ue5-upgrade-support-wuchang-fallen-feathers-and-more/" rel="external nofollow">Nvidia has already released</a> a driver with optimizations for the same games, and Intel is now following suit.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<p>
	<strong>Intel Game On Driver support on Intel Arc B-series, A-series Graphics GPUs and Intel Core Ultra with built-in Intel Arc GPUs for:</strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>Killing Floor 3</em>
	</li>
	<li>
		<em>Valorant UE5 Upgrade</em>
	</li>
	<li>
		<em>Wuchang: Fallen Feathers</em>
	</li>
</ul>

<p>
	 
</p>

<p>
	<strong>Game performance improvements on Intel Arc B-series Graphics GPUs versus Intel 32.0.101.6913 software driver for:</strong>
</p>

<p>
	 
</p>

<ul>
	<li>
		<em>REMATCH</em> (DX12):

		<ul>
			<li>
				Up to 12% average FPS uplift at 1440p with Ultra settings
			</li>
			<li>
				Up to 9% average FPS uplift at 1080p with Ultra settings
			</li>
		</ul>
	</li>
</ul>

<p>
	 
</p>

<p>
	Here is what was fixed:
</p>

<p>
	 
</p>

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

		<ul>
			<li>
				<em>Returnal</em> (DX12) may experience an intermittent application crash during gameplay with Ray-Tracing settings turned on.
			</li>
			<li>
				<em>Fragpunk</em> (DX11) may exhibit black corruptions on certain textures.
			</li>
			<li>
				<em>Microsoft Flight Simulator 2024</em> (DX12) may experience an intermittent application crash in Free Flight mode.
			</li>
		</ul>
	</li>
	<li>
		<strong>Intel Arc A-Series Graphics Products:</strong>
		<ul>
			<li>
				<em>Returnal</em> (DX12) may experience an intermittent application crash during gameplay with Ray-Tracing settings turned on.
			</li>
		</ul>
	</li>
	<li>
		<strong>Intel Core Ultra Series 2 with built-in Intel Arc GPUs:</strong>
		<ul>
			<li>
				PugetBench for Photoshop*may experience errors while running the benchmark.
			</li>
			<li>
				Topaz Video AI may experience lower than expected performance
			</li>
		</ul>
	</li>
</ul>

<p>
	 
</p>

<p>
	Intel 32.0.101.6972 non-WHQL supports 64-bit Windows 10 and 11 PCs with the following Intel processors and graphics cards:
</p>

<p>
	 
</p>

<table border="1" cellpadding="1" cellspacing="1" style="width:100%">
	<thead>
		<tr>
			<th scope="col">
				Discrete GPUs
			</th>
			<th scope="col">
				Integrated GPUs
			</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>
				Intel Arc A-Series (Alchemist)<br>
				Intel Arc B-Series (Battlemage)<br>
				Intel Iris Xe Discrete Graphics (DG1)
			</td>
			<td>
				Intel Core Ultra Series 2 (Lunar Lake and Arrow Lake)<br>
				Intel Core Ultra (Meteor Lake)<br>
				Intel Core 14th Gen (Raptor Lake Refresh)<br>
				Intel Core 13th Gen (Raptor Lake)<br>
				Intel Core 12th Gen (Alder Lake)<br>
				Intel Core 11th Gen (Tiger Lake)
			</td>
		</tr>
	</tbody>
</table>

<p>
	 
</p>

<p>
	You can download the driver from the official website <a automate_uuid="7142c53d-9525-43df-8b91-9fb6846b1207" href="https://www.intel.com/content/www/us/en/download/785597/intel-arc-iris-xe-graphics-windows.html" rel="external nofollow">here</a>. Full release notes are available <a automate_uuid="230ba253-09bd-4e4a-a8b2-215204ed80d5" href="https://downloadmirror.intel.com/861295/ReleaseNotes_101.6972.pdf" rel="external nofollow">here</a> (PDF).
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/intel-releases-new-graphics-driver-with-wuchang-fallen-feathers-support-and-more/" rel="external nofollow">Source</a>
</p>

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

<p>
	<span style="font-size:12px;"><em>Posted Thursday 24 July 2025 at 4:37 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 June): 2,864</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">30393</guid><pubDate>Wed, 23 Jul 2025 18:38:33 +0000</pubDate></item><item><title>Free Windows 10 Extended Security Updates are now yours to claim &#x2014; but there's a catch</title><link>https://nsaneforums.com/news/software-news/free-windows-10-extended-security-updates-are-now-yours-to-claim-%E2%80%94-but-theres-a-catch-r30380/</link><description><![CDATA[<h3>
	A temporary lifeline for Windows 10 users is now available for free.
</h3>

<p>
	Microsoft has opened enrollment for the Windows 10 Extended Security Updates (ESU) program. Users who are still on Windows 10 can sign up to receive security updates for an additional year at no extra cost.
</p>

<p>
	 
</p>

<p>
	<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-10/psa-windows-10-has-entered-its-final-year-of-free-support" href="https://www.windowscentral.com/software-apps/windows-10/psa-windows-10-has-entered-its-final-year-of-free-support" rel="external nofollow">Windows 10 support ends on October 14, 2025</a>. After that date, devices will no longer receive security updates or support unless enrolled in the Windows 10 ESU program. While the PCs will continue to function, they will become increasingly less secure as vulnerabilities are left unpatched.
</p>

<p>
	 
</p>

<p>
	The <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-10/windows-10-extended-support-pricing-revealed" href="https://www.windowscentral.com/software-apps/windows-10/windows-10-extended-support-pricing-revealed" rel="external nofollow">Windows 10 ESU program</a> was first announced last year, with Microsoft originally setting the cost at $30 per device per year. That price remains the same, but there is now an option to enroll for free.
</p>

<p>
	 
</p>

<p>
	In order to receive Windows 10 security updates for free for one year, people will have to sync their PC settings data to the cloud by using a Microsoft account.
</p>

<p>
	 
</p>

<p>
	<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-10/windows-10-esu-support-free-updates-cloud-backup" href="https://www.windowscentral.com/software-apps/windows-10/windows-10-esu-support-free-updates-cloud-backup" rel="external nofollow">Microsoft announced the free option last month</a> and initially limited enrollment to Windows Insiders. That has now changed, with a <a data-analytics-id="inline-link" data-hl-processed="none" data-url="https://blogs.windows.com/windowsexperience/2025/07/22/windows-11-is-the-home-for-ai-on-the-pc-with-even-more-experiences-available-today/" href="https://blogs.windows.com/windowsexperience/2025/07/22/windows-11-is-the-home-for-ai-on-the-pc-with-even-more-experiences-available-today/" referrerpolicy="no-referrer-when-downgrade" target="_blank" rel="external nofollow">new blog post</a> confirming that non-Insiders can also sign up.
</p>

<p>
	 
</p>

<p>
	"Starting today, individuals will begin to see an enrollment wizard through notifications and in Settings, making it simple to select the best option for you and enroll in ESU directly from your personal Windows 10 PC," said Microsoft.
</p>

<p>
	 
</p>

<p>
	Those options in clude syncing settings to the cloud to receive a year of Windows 10 security updates for free or paying $30 per device to receive the same updates.
</p>

<p>
	 
</p>

<div id="slice-container-newsletterForm-articleInbodyContent-UtFu3anGL52k3DzjDoVUte">
	<div data-hydrate="true">
		<p>
			Commercial users have different subscription options and pricing that increases each year.
		</p>

		<h2 id="microsoft-s-growing-windows-10-problem-3">
			Microsoft's growing Windows 10 problem
		</h2>

		<p>
			<a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/windows-11-is-within-striking-distance-of-windows-10-for-pc-gaming-dominance" href="https://www.windowscentral.com/software-apps/windows-11/windows-11-is-within-striking-distance-of-windows-10-for-pc-gaming-dominance" rel="external nofollow">Over half of Windows users still run Windows 10</a>, which appears to be a concern for Microsoft. Without action, more than half a billion PCs will become unsupported later this year.
		</p>

		<p>
			 
		</p>

		<p>
			The new free enrollment option may convince some users to keep their PCs secure for another year, which could buy time to find an alternative option.
		</p>

		<p>
			 
		</p>

		<p>
			Microsoft has stated plainly that the Windows 10 ESU program is not meant to be a long-term solution. It does, however, push a key deadline a year down the road for those willing to sync PC settings to the cloud by using a Microsoft account (or willing to pay for extended support).
		</p>

		<p>
			 
		</p>

		<p>
			The Windows 10 ESU program only includes security updates. Enrolled devices will not receive any feature updates or bug fixes.
		</p>

		<p>
			 
		</p>

		<p>
			Microsoft recommends people upgrade to Windows 11 or move to a new PC that runs Windows 11 if upgrading is not an option due to the <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft-explains-windows-11-requirement-tpm-20" href="https://www.windowscentral.com/microsoft-explains-windows-11-requirement-tpm-20" rel="external nofollow">operating system's strict minimum requirements</a>.
		</p>

		<p>
			 
		</p>

		<p>
			Attempts to get people to upgrade range from gentle reminders about the end of Windows 10 support to <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/microsoft-windows-11-pcs-up-to-2-3x-faster-than-windows-10-claim" href="https://www.windowscentral.com/software-apps/windows-11/microsoft-windows-11-pcs-up-to-2-3x-faster-than-windows-10-claim" rel="external nofollow">arguably misleading campaigns</a> that exaggerate the benefits of using Windows 11.
		</p>

		<p>
			 
		</p>

		<p>
			The end of Windows 10 support could cause "the single biggest jump in junked computers ever," according to <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-10/petition-microsoft-should-reconsider-cutting-support-for-windows-10-in-2025" href="https://www.windowscentral.com/software-apps/windows-10/petition-microsoft-should-reconsider-cutting-support-for-windows-10-in-2025" rel="external nofollow">a Public Interest Research Group (PIRG) that petitioned Microsoft to extend Windows 10 support.</a>
		</p>

		<p>
			 
		</p>

		<p>
			That <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/microsoft/windows-10/pirg-microsoft-extra-year-of-windows-10-security-isnt-viable" href="https://www.windowscentral.com/microsoft/windows-10/pirg-microsoft-extra-year-of-windows-10-security-isnt-viable" rel="external nofollow">same group commented</a> on the option to enroll in the Windows 10 ESU program for free:
		</p>

		<p>
			 
		</p>

		<p>
			<em>"Microsoft's new options don't go far enough and likely won't make a dent in the up to 400 million Windows 10 PCs that can't upgrade to Windows 11."</em>
		</p>

		<p>
			 
		</p>

		<p>
			In our poll asking if people will sync settings to the cloud to receive free updates, 65% of respondents said "no."
		</p>

		<p>
			 
		</p>

		<p>
			Now that Microsoft has opened free enrollment for non-Insiders, we may get a better idea of if general users feel the same way as voters in our poll.
		</p>

		<p>
			 
		</p>

		<p>
			<a href="https://www.windowscentral.com/microsoft/windows-10/free-windows-10-extended-security-updates-are-now-yours-to-claim-but-theres-a-catch" 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 23 July 2025 at 1: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 June): 2,864</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>
]]></description><guid isPermaLink="false">30380</guid><pubDate>Wed, 23 Jul 2025 03:21:58 +0000</pubDate></item><item><title>Windows 11 receives a handful of new AI features</title><link>https://nsaneforums.com/news/software-news/windows-11-receives-a-handful-of-new-ai-features-r30379/</link><description><![CDATA[<p>
	Microsoft is supercharging its operating system with a handful of new AI-powered features. Those with compatible computers (mostly Copilot+ PCs) can download a new Windows 11 update that introduces new AI experiences.
</p>

<p>
	 
</p>

<p>
	One of the biggest updates is the Settings app, which now features agentic search to understand complaints about your computer. You can click the search box and tell Windows what is wrong. For example, "my mouse cursor is too small." Windows will then process your request and suggest taking action on your behalf. You can also ask for specific changes like, "change my screen resolution to 1920x1080." The Settings agent is now available for users with Snapdragon-powered Copilot+ PCs. It is coming soon to Intel and AMD-based Copilot+ PCs.
</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/GPbaiXDAQrU?feature=oembed" title="Smarter Settings with Windows Agent" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	Click to Do has received several new actions:
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Practice in Reading Coach</strong> helps improve reading skills by giving feedback and offering suggestions on how to improve.
	</li>
	<li>
		<strong>Read with Immersive Reader</strong> displays text in a distraction-free environment with the ability to adjust text size, spacing, font and background theme, have text read aloud, break words into syllables and highlight parts of speech. The picture dictionary shows images for unfamiliar words.
	</li>
	<li>
		<strong>Draft with Copilot in Word</strong> turns a portion of text into a full draft.
	</li>
	<li>
		<strong>Actions in Microsoft Teams</strong> let you click an email to send a message or schedule a meeting.
	</li>
</ul>

<p>
	 
</p>

<p>
	More AI is available in the Photos app. After a couple of months in testing, the Relight feature is now rolling out, allowing users to adjust lights with AI. You can place three light sources or use built-in presets to edit your photos. Like with the Settings app, this feature is currently available to Snapdragon-powered devices only.
</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/Zd1yFxnw-II?feature=oembed" title="Relight Your Photos with AI | Windows 11 on Copilot+ PCs" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	Paint now has a sticker generator and a new object select tool that uses AI to isolate the object and edit individual elements, even if they are part of one layer. Snipping Tool has received the "Perfect Screenshot" feature to help you select parts of the screen for a proper cropped screenshot, and a new Color Picker to read colors on the screen in different formats (available on all PCs, not only Copilot+ PCs).
</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/OPDbG5LNGiU?feature=oembed" title="One Click, Perfect Pic | Snipping Tool’s AI Screenshot on Copilot+ PCs" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	Finally, the Copilot app now supports Highlights, a new feature that enables Copilot to show you how to perform specific tasks in the current app on the entire desktop.
</p>

<figure class="image image--expandable">
	<img alt="Copilot Vision in Windows 11" class="ipsImage" height="450" width="720" src="https://cdn.neowin.com/news/images/uploaded/2025/07/1752616187_copilot_vision.webp">
</figure>

<p>
	<a automate_uuid="47fe49db-5488-4892-ab76-921bb5d7e953" href="https://blogs.windows.com/windowsexperience/2025/07/22/windows-11-is-the-home-for-ai-on-the-pc-with-even-more-experiences-available-today/" rel="external nofollow">Today's updates</a> are not just about AI and sticker generation. Microsoft is also improving the performance and security of its system with a redesigned blue screen of death and the new Quick Machine Recovery system. You can <a automate_uuid="961ff33d-10e4-4910-8aa1-d957e88f28b9" href="https://www.neowin.net/news/microsoft-windows-11-24h2-is-our-most-reliable-version-of-windows-yet/" rel="external nofollow">read more about those changes here</a>.
</p>

<p>
	 
</p>

<p>
	If you want to get all these updates today, download <a automate_uuid="2d1a4ba3-262f-4df9-95fb-3da84ce70ad8" href="https://www.neowin.net/news/windows-11-24h2-gets-big-feature-update-with-improved-settings-new-bsod-and-more/" rel="external nofollow">the latest non-security update for Windows 11 version 24H2</a>, which is now available.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-receives-a-handful-of-new-ai-features/" 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 23 July 2025 at 1: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 June): 2,864</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">30379</guid><pubDate>Wed, 23 Jul 2025 03:20:28 +0000</pubDate></item><item><title>Microsoft: Windows 11 24H2 is our most reliable version of Windows yet</title><link>https://nsaneforums.com/news/software-news/microsoft-windows-11-24h2-is-our-most-reliable-version-of-windows-yet-r30378/</link><description><![CDATA[<p>
	A little while ago, Microsoft released a major, but optional, <a automate_uuid="a732f059-7491-49b6-8335-3603bdc6d576" href="https://www.neowin.net/news/windows-11-24h2-gets-big-feature-update-with-improved-settings-new-bsod-and-more/" rel="external nofollow">feature update for Windows 11, version 24H2 in the form of KB5062660</a>. It brings agentic search in settings, Recall for customers in the European Economic Area (EEA), new Click to Do actions, and more. Alongside, it also announced some changes to the operating system, powered by the Windows Resiliency Initiative.
</p>

<p>
	 
</p>

<p>
	There are two enhancements in tow for the latest Windows 11 build. The first is Quick Machine Recovery which leverages the always-available <a automate_uuid="9eb2fe22-fb51-4278-b2c5-c83f1cf619e7" href="https://www.neowin.net/news/microsoft-reiterates-it-may-never-truly-be-able-to-fix-windows-update-0x80070643-error/" rel="external nofollow">Windows Recovery Environment</a> (WinRE) to detect, diagnose, and fix critical issues encountered during boot time. Then, fixes are delivered through Windows Update and applied, reducing the overall downtime and the dependency on IT teams.
</p>

<p>
	 
</p>

<p>
	The idea behind <a automate_uuid="a3af3922-6576-4a31-b986-e38da57667b7" href="https://www.neowin.net/news/windows-11-quick-machine-recovery-will-help-restore-pcs-that-cannot-boot/" rel="external nofollow">Quick Machine Recovery</a> is to have a system which allows devices encountering boot failures to recover gracefully from their error state with minimal disruption, while also offering granular controls for IT admins. IT personnel have the ability to disable this feature altogether or use it to manage the self-healing mechanism, as well as scan and reboot intervals. The feature is enabled by default in Windows 11 Home, but disabled in Pro, Education, and Enterprise SKUs. IT admins have the ability to enable it through Intune or Policy configuration service provider (CSP).
</p>

<p>
	 
</p>

<p>
	In terms of what's next for Quick Machine Recovery, Microsoft will be focusing on support for Windows Server, more connectivity options, and enhanced IT admins tools.
</p>

<p>
	 
</p>

<p>
	In addition, the latest update to Windows 11 also packs the new BSOD, which should now be referred to as the Black Screen of Death. We have <a automate_uuid="a694f192-a2f0-44ab-aa97-de21b89f75a5" href="https://www.neowin.net/news/windows-11-is-getting-a-redesigned-bsod-and-new-tools-to-help-you-recover-from-outages/" rel="external nofollow">talked about this in detail before</a>, but Microsoft has emphasized that this is more than a simple aesthetic redesign. The new BSOD is made with user experience in mind so that it is less visually disruptive, while still providing critical troubleshooting information (<a automate_uuid="41f8ed60-23b5-43cb-879f-e2ff437f4ca2" href="https://www.neowin.net/news/microsoft-shares-official-guide-for-fixing-every-windows-1110-update-downloadinstall-error/" rel="external nofollow">such as a hexcode</a>) in a concise manner. Microsoft says that it has improved crash dump collection in Windows 11, version 24H2 to the point that customers now spend 2 seconds on this screen rather than 40.
</p>

<p>
	 
</p>

<p>
	All of this feeds into Microsoft's narrative that explicitly <a automate_uuid="ad845386-02e3-43cf-a626-895223354896" href="https://techcommunity.microsoft.com/blog/windows-itpro-blog/resilience-in-action-for-windows-devices/4434571" rel="external nofollow">says</a> that Windows 11, version 24H2 is its most reliable version of Windows yet. It notes that unexpected failure rates which trigger BSOD have dropped by 24%, compared to Windows 11, version 22H2. Interestingly, it has not made a comparison to version 23H2, which suggests that the difference compared to last year is probably negligible - or at least not enough to boast about.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-windows-11-24h2-is-our-most-reliable-version-of-windows-yet/" 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 23 July 2025 at 1: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 June): 2,864</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">30378</guid><pubDate>Wed, 23 Jul 2025 03:13:17 +0000</pubDate></item><item><title>Windows 11 gets file system fixes, printer improvements, and stability patches in KB5062663</title><link>https://nsaneforums.com/news/software-news/windows-11-gets-file-system-fixes-printer-improvements-and-stability-patches-in-kb5062663-r30377/</link><description><![CDATA[<p>
	In addition to new <a automate_uuid="b951b599-b7b9-4f3c-bc82-e60bd1bd8e40" href="https://www.neowin.net/news/windows-10-kb5062649-fixes-extended-security-bug-unresponsive-systems-and-more/" rel="external nofollow">non-security updates for Windows 10</a> and <a automate_uuid="65bd299d-338c-473f-b0d0-df1d6c0ef98c" href="https://www.neowin.net/news/windows-11-24h2-gets-big-feature-update-with-improved-settings-new-bsod-and-more/" rel="external nofollow">Windows 11 version 24H2</a>, Microsoft released the so-called C-updates for those on Windows 11 version 23H2 or 22H2. KB5062663 (build numbers 22621.5699 and 22631.5699) is rolling out with some notable fixes and improvements for the file system, IME, networking, printer and stability improvements, and more.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<ul>
	<li>
		[Country and Operator Settings Asset (COSA)] Fixed: This update brings profiles up to date for certain mobile operators.
	</li>
	<li>
		[<strong>File systems</strong>]
		<ul>
			<li>
				Fixed: This update addresses an issue in the Resilient File System (ReFS) where using backup applications on large files could occasionally result in system memory becoming fully exhausted.
			</li>
			<li>
				Fixed: An issue where searching for PDF files in a shared folder could return incorrect error messages—such as “No More Files” or “STATUS_NO_MORE_FILES.” These errors disrupted output to the virtual PDF printer and interfered with backup processes.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Input (known issue)</strong>]
		<ul>
			<li>
				Fixed: An issue when using the Microsoft Changjie IME (input method editor) for Traditional Chinese might cause problems such as not being able to form or select words, unresponsive spacebar or blank key, incorrect word output, or a broken candidate window display. This can occur after installing KB5062552.
			</li>
			<li>
				Fixed: This update addresses an issue that affects Phonetic input methods, including the Hindi Phonetic Input keyboard and the Marathi Phonetic keyboard, which might not work correctly after installing KB5062552.
			</li>
		</ul>
	</li>
	<li>
		[<strong>Networking</strong>] Fixed: An issue where peripheral devices could take longer to work after resuming from hibernation on some devices with active cellular connections.
	</li>
	<li>
		[<strong>Printer</strong>] Improved: Printer names now appear more clearly when using IPP Directed Discovery, making it easier to identify printers during setup.
	</li>
	<li>
		[<strong>Stability issue</strong>] Fixed: This update addresses an issue observed in rare cases after installing the May 2025 security update and subsequent updates causing devices to experience stability issues. Some devices became unresponsive and stopped responding in specific scenarios.
	</li>
	<li>
		[<strong>Taskbar</strong>] Fixed: This update addresses an issue where the taskbar icons for accessibility features are not appearing.
	</li>
</ul>

<p>
	 
</p>

<p>
	You can get today's update in Settings &gt; Windows Update. KB5062663 is optional, so feel free to skip it if you do not need anything from the changelog. Alternatively, <a automate_uuid="ee1fbe98-dbe1-4d15-b1b5-f124c9d34c87" href="https://catalog.update.microsoft.com/Search.aspx?q=KB5062663" rel="external nofollow">download KB5062663 from the Microsoft Update Catalog</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-gets-file-system-fixes-printer-improvements-and-stability-patches-in-kb5062663/" 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 23 July 2025 at 1:10 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 June): 2,864</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">30377</guid><pubDate>Wed, 23 Jul 2025 03:12:03 +0000</pubDate></item></channel></rss>
