<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Software News</title><link>https://nsaneforums.com/news/software-news/page/201/?d=2</link><description>News: Software News</description><language>en</language><item><title>If you use Google Chrome on your Mac, update the browser now</title><link>https://nsaneforums.com/news/software-news/if-you-use-google-chrome-on-your-mac-update-the-browser-now-r21249/</link><description><![CDATA[<p>
	<span style="font-size:24px;">Security updates are now available.</span>
</p>

<p>
	 
</p>

<p>
	Google has released an update to its Mac Chrome browser that includes four security fixes. Three of the vulnerabilities were reported by third-party researchers, while the fourth was discovered by Google internally.
</p>

<p>
	 
</p>

<p>
	Google recommends updating the browser to version 120.0.6099.234. To check Chrome’s version, launch Chrome and go to Chrome &gt; Settings, and click About Chrome in the left column. In the main About Chrome window, the version number appears. If an update is available, you need to click the Relaunch button, which will quit the app, install the update, and re-open it.
</p>

<p>
	 
</p>

<p>
	The three reported vulnerabilities are recorded in the National Vulnerability Database. Here’s a list with descriptions provided by the NVD:
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>CVE-2024-0517:</strong> Out of bounds write in V8 in Google Chrome prior to 120.0.6099.224 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>CVE-2024-0518:</strong> Type confusion in V8 in Google Chrome prior to 120.0.6099.224 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
	</li>
</ul>

<p>
	 
</p>

<ul>
	<li>
		<strong>CVE-2024-0519: </strong>Out of bounds memory access in V8 in Google Chrome prior to 120.0.6099.224 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
	</li>
</ul>

<p>
	 
</p>

<p>
	Google notes that it is aware of CVE-2024-0519 having been exploited in the wild. The Chrome Releases blog notes that the update also includes “Various fixes from internal audits, fuzzing, and other initiatives,” tracked as Issue 1518006 by Google.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.macworld.com/article/2204450/google-chrome-security-update-vulnerabilities.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">21249</guid><pubDate>Wed, 17 Jan 2024 17:09:16 +0000</pubDate></item><item><title>DeepMind&#x2019;s latest AI can solve geometry problems</title><link>https://nsaneforums.com/news/software-news/deepmind%E2%80%99s-latest-ai-can-solve-geometry-problems-r21247/</link><description><![CDATA[<p>
	DeepMind, the Google AI R&amp;D lab, believes that the key to more capable AI systems might lie in uncovering new ways to solve challenging geometry problems.
</p>

<p>
	 
</p>

<p>
	To that end, DeepMind today unveiled AlphaGeometry — a system that the lab claims can solve as many geometry problems as the average International Mathematical Olympiad gold medalist. AlphaGeometry, the code for which was open sourced this morning, solves 25 Olympiad geometry problems within the standard time limit, beating the previous state-of-the-art system’s 10.
</p>

<p>
	 
</p>

<p>
	“Solving Olympiad-level geometry problems is an important milestone in developing deep mathematical reasoning on the path toward more advanced and general AI systems,” Trieu Trinh and Thang Luong, Google AI research scientists, wrote in a blog post published this morning. “[We] hope that … AlphaGeometry helps open up new possibilities across mathematics, science and AI.”
</p>

<p>
	 
</p>

<p>
	Why the focus on geometry? DeepMind asserts that proving mathematical theorems, or logically explaining why a theorem (e.g. the Pythagorean theorem) is true, requires both reasoning and the ability to choose from a range of possible steps toward a solution. This problem solving approach could — if DeepMind’s right — turn out to be useful in general-purpose AI systems someday.
</p>

<p>
	 
</p>

<p>
	“Demonstrating that a particular conjecture is true or false stretches the abilities of even the most advanced AI systems today,” read DeepMind press materials shared with TechCrunch. “Toward that goal, being able to prove mathematical theorems … is an important milestone as it showcases the mastery of logical reasoning and the ability to discover new knowledge.”
</p>

<p>
	 
</p>

<p>
	But training an AI system to solve geometry problems poses unique challenges.
</p>

<p>
	 
</p>

<p>
	Owing to the complexities of translating proofs into a format machines can understand, there’s a dearth of usable geometry training data. And many of today’s cutting-edge generative AI models, while exceptional at identifying patterns and relationships in data, lack the ability to reason logically through theorems.
</p>

<p>
	 
</p>

<p>
	DeepMind’s solution was twofold.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="Screenshot_2024-01-16_at_6.46.29-PM-tran" class="ipsImage" data-ratio="75.10" height="375" width="720" src="https://techcrunch.com/wp-content/uploads/2024/01/Screenshot_2024-01-16_at_6.46.29-PM-transformed-1.png?resize=1200,626" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><strong>Image Credits:</strong> DeepMind</span>
</p>

<p style="text-align:center;">
	 
</p>

<p>
	In designing AlphaGeometry, the lab paired a “neural language” model — a model architecturally along the lines of ChatGPT — with a “symbolic deduction engine,” an engine that leverages rules (e.g. mathematical rules) to infer solutions to problems. Symbolic engines can be inflexible and slow, especially when dealing with large or complicated datasets. But DeepMind mitigated these issues by having the neural model “guide” the deduction engine through possible answers to given geometry problems.
</p>

<p>
	 
</p>

<p>
	In lieu of training data, DeepMind created its own synthetic data, generating 100 million “synthetic theorems” and proofs of varying complexity. The lab then trained AlphaGeometry from scratch on the synthetic data — and evaluated it on Olympiad geometry problems[.]
</p>

<p>
	 
</p>

<p>
	Olympiad geometry problems are based on diagrams that need “constructs” to be added before they can be solved, such as points, lines or circles. Applied to these problems, AlphaGeometry’s neural model predicts which constructs might be useful to add — predictions that AlphaGeometry’s symbolic engine uses to make deductions about the diagrams to identify like solutions.
</p>

<p>
	 
</p>

<p>
	“With so many examples of how these constructs led to proofs, AlphaGeometry’s language model is able to make good suggestions for new constructs when presented with Olympiad geometry problems,” Trinh and Luong write. “One system provides fast, ‘intuitive’ ideas, and the other more deliberate, rational decision-making.”
</p>

<p>
	 
</p>

<p>
	The results of AlphaGeometry’s problem solving, which were published in a study in the journal Nature this week, are likely to fuel the long-running debate over whether AI systems should be built on symbol manipulation — that is, manipulating symbols that represent knowledge using rules — or the ostensibly more brain-like neural networks.
</p>

<p>
	 
</p>

<p>
	Proponents of the neural network approach argue that intelligent behavior — from speech recognition to image generation — can emerge from nothing more than massive amounts of data and compute. As opposed to symbolic systems, which solve tasks by defining sets of symbol-manipulating rules dedicated to particular jobs (like editing a line in word processor software), neural networks try to solve tasks through statistical approximation and learning from examples. 
</p>

<p>
	 
</p>

<p>
	Neural networks are the cornerstone of powerful AI systems like OpenAI’s DALL-E 3 and GPT-4. But, claim supporters of symbolic AI, they’re not the end-all be-all; symbolic AI might be better positioned to efficiently encode the world’s knowledge, reason their way through complex scenarios and “explain” how they arrived at an answer, these supporters argue.
</p>

<p>
	 
</p>

<p>
	As a hybrid symbolic-neural network system akin to DeepMind’s AlphaFold 2 and AlphaGo, AlphaGeometry perhaps demonstrates that the two approaches — symbol manipulation and neural networks — combined is the best path forward in the search for generalizable AI. Perhaps.
</p>

<p>
	 
</p>

<p>
	“Our long-term goal remains to build AI systems that can generalize across mathematical fields, developing the sophisticated problem-solving and reasoning that general AI systems will depend on, all the while extending the frontiers of human knowledge,” Trinh and Luong write. “This approach could shape how the AI systems of the future discover new knowledge, in math and beyond.”
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://techcrunch.com/2024/01/17/deepminds-latest-ai-can-solve-geometry-problems/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">21247</guid><pubDate>Wed, 17 Jan 2024 16:53:38 +0000</pubDate></item><item><title>Google now admits it could collect data in Chrome's Incognito mode</title><link>https://nsaneforums.com/news/software-news/google-now-admits-it-could-collect-data-in-chromes-incognito-mode-r21245/</link><description><![CDATA[<p>
	<span style="font-size:20px;">The company updated its disclaimer after settling a lawsuit accusing it of tracking Incognito users.</span>
</p>

<p>
	 
</p>

<p>
	When users open an Incognito browser on Chrome, they'll see a notification warning them that other people using their device won't be able to see their activity but that their downloads, bookmarks and reading items will still be saved. Now, Google has updated that disclaimer in Chrome's experimental Canary channel, shortly after agreeing to settle a $5 billion lawsuit accusing it of tracking Incognito users. As first noticed by MSPowerUser, the company has tweaked the disclaimer in Canary to add language that says Incognito mode won't change how websites collect people's data.
</p>

<p>
	 
</p>

<p>
	"Others who use this device won’t see your activity, so you can browse more privately," the new disclaimer reads. "This won't change how data is collected by websites you visit and the services they use, including Google. Downloads, bookmarks and reading list items will be saved." The publication spotted the updated warning in Canary on Android and Windows, and we can confirm that the same language appears in the version of Chrome for Mac.
</p>

<p>
	 
</p>

<p>
	Google was hit with a lawsuit in 2020, accusing it of tracking users' activities even if they're on Incognito mode. The plaintiffs told the court that the company used tools like its Analytics product, apps and browser plug-ins to monitor users. They also argued that by tracking users on Incognito, Google was giving people the false belief that they could control the information they're willing to share. A Google spokesperson explained at the time that the mode could only hide a user's activity on the device they're using but that their information could still be collected. That's not clearly communicated in the current disclaimer for the public version of Chrome, but it looks like that could change in the near future.
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="5d3593b0-b51f-11ee-add3-a7db4a08847c" class="ipsImage" data-ratio="53.75" height="348" width="720" src="https://s.yimg.com/ny/api/res/1.2/sGpyPG_NoWikzDlcO7IUAQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTQ2NDtjZj13ZWJw/https://s.yimg.com/os/creatr-uploaded-images/2024-01/5d3593b0-b51f-11ee-add3-a7db4a08847c">
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>Google</em></span>
</p>

<p style="text-align:center;">
	 
</p>

<p>
	<strong><a href="https://www.engadget.com/google-now-admits-it-could-collect-data-in-chromes-incognito-mode-103807146.html" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">21245</guid><pubDate>Wed, 17 Jan 2024 16:46:24 +0000</pubDate></item><item><title>Canonical: up to 12 years of support for Ubuntu 24.04 LTS</title><link>https://nsaneforums.com/news/software-news/canonical-up-to-12-years-of-support-for-ubuntu-2404-lts-r21242/</link><description><![CDATA[<p>
	Ubuntu 24.04 LTS is expected in April 2024. The new long-term service support release of the popular Linux distribution may receive up to 12 years of support.
</p>

<p>
	 
</p>

<p>
	The extended support range was announced by Canonical CEO Mark Shuttleworth in an interview with the YouTube channel <a data-wpel-link="external" href="https://www.youtube.com/watch?v=zDzkAs0V81U&amp;t=3s" rel="external nofollow" target="_blank">Destination Linux</a>. The interview begins at 8.46 and the revelation about extended support happens at the 17:36 mark.
</p>

<p>
	 
</p>

<p>
	Here is the video for you to watch:
</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" src="https://www.youtube-nocookie.com/embed/zDzkAs0V81U?feature=oembed" title="Interview with Mark Shuttleworth at the Ubuntu Summit" width="200"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	Core support for Ubuntu won't change according to Shuttleworth. Ubuntu LTS versions continue to be supported for 5 years and non-LTS releases for 9 months. <a data-wpel-link="internal" href="https://www.ghacks.net/2023/04/21/ubuntu-23-04-final-is-out-with-these-changes/" rel="external nofollow">Ubuntu 23.04 LTS</a> is the current long term support release.
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-1321282430177">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Ubuntu Pro subscribers may extend support of LTS versions by an additional 7 years going forward. Ubuntu Pro is available for Home users and Enterprise / business customers. The subscription is free at the time of writing for Home users and starts at $25 per year and machine for Enterprise customers. Server subscriptions start at $500 per month.
</p>

<p>
	 
</p>

<p>
	<img alt="ubuntu-pro.png" class="ipsImage" data-ratio="75.10" height="432" width="720" src="https://www.ghacks.net/wp-content/uploads/2023/01/ubuntu-pro.png">
</p>

<p>
	 
</p>

<p>
	Canonical introduced <a data-wpel-link="internal" href="https://www.ghacks.net/2023/01/31/ubuntu-pro-is-now-available-here-is-what-you-need-to-know/" rel="external nofollow">Ubuntu Pro</a> back in January of 2023. Back then, the company announced that subscribers would be able to get 10 years of security updates for Ubuntu Main and more than 20,000 additional packages. Ubuntu Pro promises other advantages, including a kernel livepatch service or optional phone and ticket support.
</p>

<p>
	 
</p>

<p>
	The livepatch service works through notifications. Canonical releases a security notice when a critical or high Linux kernel vulnerability is found. Systems with livepatch enabled will download and install these patches automatically once they have been released.
</p>

<p>
	 
</p>

<p>
	Organizations may subscribe to Ubuntu Pro to run a specific LTS version of the Linux distribution for an extended period of time. Canonical has increased the maximum support length by 2 years to 12 years now for Ubuntu Pro subscribers according to Shuttleworth. Extended support will be backdated to previous LTS versions of Ubuntu as well. Shuttleworth calls it "Platinum grade Enterprise commitment".
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-607189195985">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Support for packages is also improved and has reached the 30,000 packages mark. This means that Ubuntu Main and these packages will be supported by Canonical for up to 12 years.
</p>

<p>
	 
</p>

<p>
	<strong>Closing Words</strong>
</p>

<p>
	 
</p>

<p>
	Ubuntu Pro subscribers may get 12 years of support for their desktops and servers. This extends the previous support period of 10 years by another 2. Enterprise customers who require long-term support benefit from this the most.
</p>

<p>
	 
</p>

<p>
	Most Home users may want to upgrade their desktop systems regularly to gain access to new features and support for new technologies.
</p>

<p>
	 
</p>

<p>
	<strong>Now You:</strong> for how long would you like your OS to be supported?
</p>

<div class="rvloader-container mb--10" id="td-incontent-690254488438">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>


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

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2024/01/17/canonical-up-to-12-years-of-support-for-ubuntu-24-04-lts/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21242</guid><pubDate>Wed, 17 Jan 2024 06:07:39 +0000</pubDate></item><item><title>Linux Mint 21.3 is here. And this is why it's outstanding</title><link>https://nsaneforums.com/news/software-news/linux-mint-213-is-here-and-this-is-why-its-outstanding-r21225/</link><description><![CDATA[<p>
	The Linux Mint community has once again released a top-tier Linux desktop: Linux Mint 21.3 Virginia. I've used more Linux distributions than most people, and Mint is my favorite desktop distro.
</p>

<p>
	 
</p>

<p>
	My bias starts with Mint's Ubuntu 22.04 Long Term Support (LTS) and Linux kernel 5.15 foundation. It's a stable, reliable operating system for both new and experienced users. Since it's also a Mint LTS, you can use it without any worries until April 2027.
</p>

<p>
	 
</p>

<p>
	Like all Linux desktop distros, Virginia isn't just a desktop operating system, it includes all the software you need. The distro comes with LibreOffice 7.3.7 for office productivity, Thunderbird 115.16.0 for email and calendaring, GIMP 2.10.30 for graphics editing, and Firefox 121.0.1 for web browsing. 
</p>

<p>
	<br />
	But if you don't like these default applications, no worries. It's simple to install new software programs on Linux. Just like a smartphone, you simply go to the software store -- in Mint it's called Software Manager -- search for your program, and download and install it. 
</p>

<p>
	 
</p>

<p>
	For example, if, like me, you prefer Chrome, all you have to do is search for "Web browser", and you'll have three dozen web browsers to choose from. I found Chrome from a selection that included Microsoft Edge, Brave, Opera, and -- a real blast from the past -- Mosaic. A minute later, I was in business.  
</p>

<p>
	 
</p>

<p>
	And when I call it a software store, it's important to note that almost all these applications are free. The Software Manager also includes application ratings to help you make informed decisions about which program you want to use. For example, I'm not a fan of Thunderbird. My favorite e-mail program is GNOME Evolution. And, yes, it's also free.
</p>

<p>
	 
</p>

<p>
	The Software Manager's refreshed user interface also enables you to download and install Flatpak-packaged applications. These are containerized applications that can run on any Linux distro. Mint does not, however, support Snap-packaged applications by default. But it's easy to add Snap support to Mint if you want access to Snap programs. I do it all the time.
</p>

<p>
	 
</p>

<p>
	If you don't like Flatpak or Snap because their containerized applications take up more drive and memory space, that's no problem. Software Manager makes it easy to see the difference between a conventional and a Flatpak installation. And don't bother adding Snap support if you don't want to.
</p>

<p>
	 
</p>

<p>
	The abundant RAM and storage in modern computers means I never worry about running out of room. Linux applications tend to be smaller than their macOS and Windows rivals.
</p>

<p>
	 
</p>

<p>
	Linux Mint also comes with its own homebrew apps. The ones I find most interesting in this release are: Hypnotix, an IPTV tuner and viewer; Warpinator, a simple local area network file-sharing utility; and Bulky, an application for easily renaming multiple files and directories. 
</p>

<p>
	 
</p>

<p style="text-align:center;">
	<img alt="AA1n3HG9.img?w=470&amp;h=302&amp;m=6" class="ipsImage" data-ratio="64.26" height="302" width="470" src="https://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA1n3HG9.img?w=470&amp;h=302&amp;m=6" />
</p>

<p style="text-align:center;">
	<span style="font-size:12px;"><em>Hypnotix is a great way to stream videos to your Linux Mint-powered PC. Screenshot by sjvn/ZDNET<br />
	© Provided by ZDNet</em></span>
</p>

<p style="text-align:center;">
	 
</p>

<p>
	Hypnotic now supports custom and favorite channels. Behind the scenes, it also comes with a very handy yt-dlp update, which enables the software to do a better job of presenting YouTube videos. Warpinator's new features enable you to connect to networked drives manually via IP or QR codes. However, I would be hesitant about connecting to an otherwise unknown device using a QR code. Finally, Bulky supports thumbnails, drag-and-drop files, and directory moves. 
</p>

<p>
	 
</p>

<p>
	While Linux Mint supports many Linux desktop environments, such as MATE and Xfce, its default environment -- and my favorite -- is Cinnamon.
</p>

<p>
	 
</p>

<p>
	This fork of the GNOME 2.0 environment is simple, clean, and easy to use. I think it's the best desktop environment out there. 
</p>

<p>
	 
</p>

<p>
	Linux Mint 21.3 boasts the newest version of Cinnamon, Cinnamon 6.0. In this release, more optional features, called spices, enable you to do such things as make a bootable USB stick from its Nemo file manager. 
</p>

<p>
	 
</p>

<p>
	You can also now use the Wayland display server. However, this protocol is optional. And unless you want to live on the wild side of Linux, I wouldn't bother with it. While Wayland's been in the works for years now, it's still not ready for prime time. Indeed, Mint's developers don't plan on using it until 2026. 
</p>

<p>
	 
</p>

<p>
	Without Wayland, the Cinnamon interface remains quick and snappy. I've already moved my main desktop -- a 2020 Dell Precision 3451, with an Intel 8-core 3GHz i7-9700 CPU 16GBs of RAM, and a 512GB SSD -- to Mint 21.3, and it runs great. Unlike Windows, where operating system "upgrades" almost always bring slower performance, every step forward with Linux Mint gives you a faster machine. 
</p>

<p>
	 
</p>

<p>
	In fact, Linux Mint will run on pretty much any computer. You're good to go if your PC has 2GB of RAM and 100GB of storage, any graphics card, and a monitor that supports a 1024×768 resolution. If you're unsure if you want to try Mint, you can grab almost any PC from a second-hand store to play with it. I recently described how to move from Windows to Linux Mint 21.2, and the same methods will work with 21.3 as well. Just download the Linux Mint 21.3 image, and you'll be in business.
</p>

<p>
	 
</p>

<p>
	If you want to run Linux Mint and Windows on the same machine, albeit not at the same time, Mint 21.3 has made that approach easier than ever. The new version of Mint comes with full support for Secure Boot and has more compatibility than ever with a wide variety of BIOS and EFI implementations. I don't recommend beginners try this route, as it's more of a job for power users or other people who know their way around a computer's vital systems.
</p>

<p>
	 
</p>

<p>
	There are literally hundreds of Linux desktops out there. I should know, I've looked at many of them. But whether you're a new Linux user or someone like me who's been using the operating system since Linus Torvalds was a grad student, I think you'll find this latest Linux Mint update to be everything you'd want from a general-purpose desktop.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.msn.com/en-us/news/other/linux-mint-21-3-is-here-and-this-is-why-it-s-outstanding/ar-AA1n3D00" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">21225</guid><pubDate>Tue, 16 Jan 2024 15:31:08 +0000</pubDate></item><item><title>Linus Torvalds postpones Linux 6.8 merge window after being taken offline by storms</title><link>https://nsaneforums.com/news/software-news/linus-torvalds-postpones-linux-68-merge-window-after-being-taken-offline-by-storms-r21224/</link><description><![CDATA[<p>
	<span style="font-size:22px;"><strong>Roads are icy and drivers are dangerous. There will be no Starbucks run.</strong></span>
</p>

<p>
	 
</p>

<p>
	Linus Torvalds has indefinitely postponed the merge window for version 6.8 of the Linux kernel after a winter storm knocked out power and internet near his work-from-home location in Oregon.…
</p>

<p>
	 
</p>

<p>
	On Saturday Torvalds shared news that temperatures in his area near Portland fell to 14°F (-10°C) and that the power outage was widespread.
</p>

<p>
	 
</p>

<p>
	“There's apparently about 100k people without power, and I doubt our neighborhood is the priority, so I expect to be without power for some time still,” explained the software developer.
</p>

<p>
	 
</p>

<p>
	“I hope I'm wrong, but a few years ago it took more than a week to restore power due to all the downed trees. It's hopefully nowhere near that,” he added.
</p>

<p>
	 
</p>

<p>
	The United States National Weather Service warned on Saturday that a winter storm had brought precipitation, strong wind and very cold temperatures.
</p>

<p>
	<br />
	The org advised that in some areas peak wind gusts had hit over 83 miles per hour (133 km/h).
</p>

<p>
	 
</p>

<p>
	Local media reported four to five inches of snow (10-13 cm), blocked roads, over 150,000 people left without power, disrupted public transportation, and several cold weather-related deaths.
</p>

<p>
	 
</p>

<p>
	It’s a scenario that would make one reconsider ever leaving the house, assuming adequate warmth inside the home. For those without, winter shelters and beds were arranged.
</p>

<p>
	 
</p>

<p>
	Torvalds decided kernel development was not so important that it warranted a search for warmth and Wi-Fi.
</p>

<p>
	 
</p>

<p>
	“And before anybody says ‘just go to a Starbucks and work from there’, the scariest thing out there - apart from possibly downed trees and power lines - is other drivers. I'll stay put,” he commented.
</p>

<p>
	 
</p>

<p>
	The Linux boss already delayed version 6.8 as the process of finishing off Linux 6.7 landed in the middle of the holiday season, meaning developers were away or distracted.
</p>

<p>
	 
</p>

<p>
	Linux-watchers may recall that January would often see Torvalds head down under to attend antipodean FOSS-fest Linux.conf.au, then sneak in a little diving in local waters. He won’t do that this year, or possibly ever again, as the event has been re-invented under the name “Everything Open” and moved to March in 2023 and April 2024. ®
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.msn.com/en-us/weather/topstories/linus-torvalds-postpones-linux-68-merge-window-after-being-taken-offline-by-storms/ar-AA1mYAPY" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">21224</guid><pubDate>Tue, 16 Jan 2024 15:25:42 +0000</pubDate></item><item><title>Microsoft: We are working on KB5034441/KB5034440 "0x80070643 - ERROR_INSTALL_FAILURE" fix</title><link>https://nsaneforums.com/news/software-news/microsoft-we-are-working-on-kb5034441kb5034440-0x80070643-error_install_failure-fix-r21208/</link><description><![CDATA[<p>
	Microsoft released the first Windows 10 and 11 Patch Tuesday updates of 2024 earlier yesterday with the January updates <a href="https://www.neowin.net/news/windows-10-january-2024-patch-tuesday-kb5034122-out----heres-whats-new-and-what-broke/" rel="external nofollow">KB5034122</a> and <a href="https://www.neowin.net/news/windows-11-patch-tuesday-update-kb5034123-is-here-for-23h2-and-22h2/" rel="external nofollow">KB5034123</a> respectively. The updates are meant to address security issues within Windows. The one for 11 also <a href="https://www.neowin.net/news/kb5034123-microsoft-fixes-windows-11-wi-fi-not-showingconnecting-bugs/" rel="external nofollow">fixes the recent Wi-Fi troubles</a> that led to networks not connecting or the Wi-Fi icon not showing.
</p>

<p>
	 
</p>

<p>
	In a separate article, the company has also detailed a fix for a WinRE (Windows Recovery Environment) security vulnerability that can lead to BitLocker encryption bypass. The issue is being tracked under ID "CVE-2024-20666". Microsoft said that the security flaw could allow attackers to bypass BitLocker encryption if they are able to get physical access to an unpatched PC.
</p>

<p>
	 
</p>

<p>
	However, this is not one of those WinRE updates that is seamlessly installing on PCs. Users report that the update is failing to install with the error message "0x80070643 - ERROR_INSTALL_FAILURE" which indicates insufficient WinRE partition size.
</p>

<p>
	 
</p>

<p>
	The solution is to resize the partition manually. You can do so by following this <a href="https://www.neowin.net/news/microsoft-details-why-your-recent-windows-11-winre-updates-may-have-been-failing/" rel="external nofollow">dedicated guide here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/forum/profile/50011-goretsky/" rel="external nofollow">Neowin forum supervisor / mod</a> and ESET's Distinguished Researcher Aryeh Goretsky (<a href="https://twitter.com/goretsky" rel="external nofollow">X account</a>) also experienced the issue which they were able to fix by increasing the recovery partition. <a href="https://www.neowin.net/news/microsoft-issues-kb5034440-kb5034441-windows-updates-for-bitlocker-secure-boot-flaw/#comment-598874904" rel="external nofollow">Goretsky writes</a>:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Hello,<br>
		<br>
		I can confirm that the <a href="https://www.neowin.net/news/microsoft-issues-kb5034440-kb5034441-windows-updates-for-bitlocker-secure-boot-flaw/#comment-598874904" rel="external nofollow">KB5034441 hotfix</a> failed on a Windows 10 VM with a Windows Recovery partition that was 511MB in size. I decided to increase it to 1024MB in size, just in case more space was needed in the future. The hotfix installed normally afterwards.<br>
		<br>
		Regards,<br>
		<br>
		Aryeh Goretsky
	</p>
</blockquote>

<p>
	Microsoft of course has been aware of this problem almost from the start which is why it has been recommending the manual resize workaround as soon as it published the WinRE updates. Yesterday, on its Windows health dashboard, the company has added the issue and notes that a fix is coming via a future update.
</p>

<p>
	 
</p>

<p>
	Microsoft says:
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		Devices attempting to install the <a href="https://www.neowin.net/news/microsoft-issues-kb5034440-kb5034441-windows-updates-for-bitlocker-secure-boot-flaw/" rel="external nofollow">January 2024 Windows Recovery Environment update ( KB5034441/KB5034440)</a> might display an error related to the size of the Recovery Environment's partition.
	</p>

	<p>
		 
	</p>

	<p>
		Resulting from this error, the following message might be displayed.
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			"0x80070643 - ERROR_INSTALL_FAILURE"
		</li>
	</ul>

	<p>
		<strong>Workaround</strong>: It might be necessary to increase the size of the WinRE partition in order to avoid this issue and complete the installation. Note that 250 megabytes of free space is required in the recovery partition. Guidance to change the WinRE partition size can be found in <a href="https://www.neowin.net/news/microsoft-details-why-your-recent-windows-11-winre-updates-may-have-been-failing/" rel="external nofollow">KB5028997: Instructions to manually resize your partition to install the WinRE update</a>.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Next steps</strong>: We are working on a resolution and will provide an update in an upcoming release.
	</p>
</blockquote>

<p>
	Aside from this BitLocker encryption vulnerability, Microsoft has recently updated its Microsoft Printer Metadata Troubleshooter Tool to patch against a <a href="https://www.neowin.net/news/microsoft-quietly-updates-the-fix-for-hp-smart-auto-install-bug-on-windows-1110servers/" rel="external nofollow">Remote Code Execution (RCE) security flaw</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-we-are-working-on-kb5034441kb5034440-0x80070643---errorinstallfailure-fix/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21208</guid><pubDate>Mon, 15 Jan 2024 08:34:40 +0000</pubDate></item><item><title>The new Windows 11 features coming in 2024</title><link>https://nsaneforums.com/news/software-news/the-new-windows-11-features-coming-in-2024-r21207/</link><description><![CDATA[<p>
	Windows 11 is gearing up to introduce an array of exciting new features in 2024 aimed at enhancing user experience across various aspects of the operating system.
</p>

<p>
	 
</p>

<p>
	While these features are currently being developed, it is always possible that Microsoft will choose not to release them after testing with the public.
</p>

<p>
	 
</p>

<p>
	Therefore, it's always important to share feedback with Microsoft via the Feedback Hub.
</p>

<p>
	 
</p>

<p>
	Here's what Windows 11 users can look forward to in 2024:
</p>

<h2>
	Notepad with AI
</h2>

<p>
	Microsoft is set to transform the traditional Notepad experience on Windows 11 with its innovative AI feature, aptly named "CoWriter."
</p>

<p>
	 
</p>

<p>
	This groundbreaking integration brings artificial intelligence directly into the humble text editor, offering users a wide range of smart editing tools.
</p>

<p>
	 
</p>

<p>
	<img alt="Notepad%20AI%20feature.jpg" class="ipsImage" data-ratio="75.10" height="298" width="720" src="https://www.bleepstatic.com/images/news/u/1097497/Windows%2011/Notepad%20AI%20feature.jpg">
</p>

<p>
	 
</p>

<p>
	CoWriter comes equipped with dropdown menus with options for 'Length,' 'Tone,' 'Format,' and 'Instructions.' This suggests a high level of customization, allowing the AI to modify the text according to the user's specific needs.
</p>

<p>
	 
</p>

<p>
	A standout feature is the 'Replace' button, hinting at the AI's ability to suggest alternatives or modifications to the selected text. Impressively, the AI seems to be context-aware, providing relevant suggestions based on the document's content.
</p>

<h2>
	<strong>USB 80Gbps Support</strong>
</h2>

<p>
	An upcoming Windows 11 update will support<a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-testing-windows-11-usb-80gbps-support-copilot-on-login/" target="_blank" rel="external nofollow"> the latest USB 80Gbps standard</a>, initially available on select devices such as the Razer Blade 18 powered by Intel Core 14th Gen HX-series mobile processors.
</p>

<p>
	 
</p>

<p>
	"USB 80Gbps support will initially launch on select devices based on the Intel Core 14th Gen HX-series mobile processors, such as the new Razer Blade 18," the Windows Insider Program Team <a href="https://blogs.windows.com/windows-insider/2024/01/11/announcing-windows-11-insider-preview-build-23615-dev-channel/" rel="external nofollow" target="_blank">said</a> this week.
</p>

<p>
	 
</p>

<p>
	"It is fully backwards compatible with peripherals built for older generations of USB and Thunderbolt and works alongside all other USB Type-C features."
</p>

<p>
	 
</p>

<p>
	This major update to the USB4 standard doubles the performance from 40Gbps to 80Gbps, paving the way for high-performance displays, storage, and connectivity options.
</p>

<p>
	 
</p>

<p>
	It also maintains backward compatibility with older USB and Thunderbolt devices, so your existing devices can still be used.
</p>

<h2>
	<strong>Copilot autostarts in Windows 11</strong>
</h2>

<p>
	Microsoft is testing a new feature for Windows 11 Dev Insiders where Copilot opens automatically on widescreen devices at startup.
</p>

<p>
	 
</p>

<p>
	As many will likely not like this new feature, Microsoft has thankfully made it possible to disable it by going to <strong>Settings</strong> &gt; <strong>Personalization </strong>&gt; <strong>Copilot</strong>.
</p>

<p>
	 
</p>

<div style="text-align:center">
	<p style="text-align: left;">
		<img alt="Windows_Copilot_on_login.jpg" class="ipsImage" data-ratio="75.10" height="290" width="720" src="https://www.bleepstatic.com/images/news/u/1109292/2024/Windows_Copilot_on_login.jpg">
	</p>

	<div style="text-align: left;">
		<em>Copilot settings in Windows 11 Insider builds</em>
	</div>

	<p>
		 
	</p>
</div>

<p>
	Note that this feature is currently trialed on devices with a minimum 27" screen size and 1,920 pixel width and may not be available to all users yet.
</p>

<h2>
	<strong>Enhanced Sharing Options</strong>
</h2>

<p>
	Microsoft Edge and other browsers can now leverage the Windows share window for direct URL sharing to platforms like WhatsApp, Gmail, X (formerly Twitter), Facebook, and LinkedIn.
</p>

<p>
	 
</p>

<p>
	You can access Edge by clicking the share icon in the toolbar, as shown below.
</p>

<p>
	 
</p>

<div style="text-align:center">
	<p style="text-align: left;">
		<img alt="nearby-share.jpg" class="ipsImage" data-ratio="75.10" height="420" width="720" src="https://www.bleepstatic.com/images/news/Microsoft/windows-11/2024-features/nearby-share.jpg">
	</p>

	<div style="text-align: left;">
		<em>New Windows 11 enhanced sharing feature</em>
	</div>
</div>

<h2>
	<strong>Lock Screen Weather Updates</strong>
</h2>

<p>
	A richer, interactive weather experience is coming to the lock screen, allowing users to quickly check the weather even if their screen is locked.
</p>

<p>
	 
</p>

<p>
	This feature lets Windows 11 users hover over the weather card for detailed information and click it to view the full forecast in MSN Weather via Microsoft Edge.
</p>

<p>
	 
</p>

<p>
	<img alt="Weather%20card%20on%20Windows%2011%20loc" class="ipsImage" data-ratio="75.10" height="477" width="720" src="https://www.bleepstatic.com/images/news/u/1097497/Windows%2011/Weather%20card%20on%20Windows%2011%20lock%20screen.jpg">
</p>

<p>
	 
</p>

<p>
	This feature is rolling out now, starting with English-speaking users in the US.
</p>

<h2>
	<strong>Voice Access Enhancements</strong>
</h2>

<p>
	Windows 11's Voice access feature is also significantly improving this year, including extended language support (French, German, Spanish) and multi-display functionality.
</p>

<p>
	 
</p>

<p>
	Users can now use voice commands for easier navigation and control across multiple screens. Additionally, custom voice commands are now available for English users, allowing personalized voice shortcuts for various actions.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/the-new-windows-11-features-coming-in-2024/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21207</guid><pubDate>Mon, 15 Jan 2024 08:33:14 +0000</pubDate></item><item><title>How to remove "Start back up" in Windows 11's File Explorer</title><link>https://nsaneforums.com/news/software-news/how-to-remove-start-back-up-in-windows-11s-file-explorer-r21202/</link><description><![CDATA[<p>
	Start back up may be displayed in File Explorer on Windows 11 if you open certain folders. The command is displayed in the path field and its placement may irritate some users of the operating system because of that.
</p>

<p>
	 
</p>

<p>
	This guide explains why Start back up is displayed by the Windows File Explorer in certain folders and how to turn this off. There is only one way of disabling the command in File Explorer. While it is possible to uninstall OneDrive, it may not be desirable by some users of the system.
</p>

<p>
	 
</p>

<p>
	The feature is linked to OneDrive, the default file storage and synchronization solution. Back up in particular is linked to OneDrive's " Back up important PC folders to OneDrive" feature. It allows Windows users who use OneDrive to back up files to the cloud storage service automatically or on command.
</p>

<p>
	 
</p>

<p>
	<img alt="start-back-up-windows-11.png" class="ipsImage" data-ratio="64.58" height="344" width="720" src="https://www.ghacks.net/wp-content/uploads/2024/01/start-back-up-windows-11.png">
</p>

<p>
	 
</p>

<p>
	The " important PC folders" are the ones that Start back up may be displayed for when you open the folder in File Explorer. In other words, you may see the command in the Documents, Pictures, Desktop, Music and Videos folder in File Explorer.
</p>

<div class="rvloader-container mb--10" id="td-incontent-1397583291919">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<h2>
	How to remove Start back up in File Explorer
</h2>

<p>
	<img alt="onedrive-stop-backup.png" class="ipsImage" data-ratio="89.55" height="540" width="576" src="https://www.ghacks.net/wp-content/uploads/2024/01/onedrive-stop-backup.png">
</p>

<p>
	 
</p>

<p>
	The only way to remove Start back up in File Explorer without uninstalling OneDrive is to stop backups. Note that backups may be enabled even if they have never run.
</p>

<p>
	 
</p>

<p>
	The following guide walks you through the configuration to make sure backups are disabled completely.
</p>

<p>
	 
</p>

<ol>
	<li>
		Either click on "Start back up" in File Explorer or click on the OneDrive icon on the Windows taskbar, select the cogwheel icon, then Settings and then the Manage backup button in the interface.
	</li>
	<li>
		Deselect any folder that is set to backup files.
	</li>
	<li>
		Activate the "save changes" button.
	</li>
	<li>
		Confirm that you want to end backups by selecting "stop backup".
	</li>
</ol>

<p>
	 
</p>

<p>
	Once done, OneDrive won't display the command anymore in File Explorer. Note that the command is restored whenever you activate the backup feature for any of the supported folders.
</p>

<p>
	 
</p>

<p>
	Removal does not interfere with any other OneDrive functionality. In fact, you can select a folder manually to have it backed up to OneDrive without using the service's integrated back up feature.
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-72013153474">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	You may have encountered other solutions on the Internet. These may include uninstalling Windows updates or using ViVeTool to disable the feature. These are not recommended. The Windows Update suggestion won't work unless you don't install any cumulative updates anymore on the system. ViVeTool may or may not work, but there is a chance that it may stop working at any time, if it still works.
</p>

<p>
	 
</p>

<p>
	<strong>Closing Words</strong>
</p>

<p>
	 
</p>

<p>
	Displaying "Start back up" in the path in File Explorer is another example of Microsoft's attempts to get users to use its cloud-based and subscription-based services. Windows feels more and more like a vessel to push sales of other services.
</p>

<p>
	 
</p>

<p>
	Why is that option even in File Explorer? It is already integrated in the OneDrive interface.
</p>

<p>
	 
</p>

<p>
	<strong>Now You:</strong> do you back up files to the cloud?
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-1097648378026">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>


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

<p>
	<a href="https://www.ghacks.net/2024/01/14/how-to-remove-start-back-up-in-windows-11s-file-explorer/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21202</guid><pubDate>Sun, 14 Jan 2024 18:39:44 +0000</pubDate></item><item><title>Microsoft wants you to use Copilot as soon as your widescreen PC starts</title><link>https://nsaneforums.com/news/software-news/microsoft-wants-you-to-use-copilot-as-soon-as-your-widescreen-pc-starts-r21190/</link><description><![CDATA[<p>
	Microsoft is experimenting with <s>forcing</s> encouraging more Windows customers to use Copilot. The company is toying around with the idea of opening its AI-powered assistant whenever your computer turns on, saving you one taskbar click. Users <a href="https://www.neowin.net/news/microsoft-is-testing-copilot-autostart-and-a-new-settings-section-in-windows-11/" rel="external nofollow">spotted it several months ago</a>, and now it is official.
</p>

<p>
	 
</p>

<p>
	Microsoft announced the change in <a href="https://www.neowin.net/news/windows-11-dev-channel-preview-build-23615-adds-support-for-the-new-usb-80gbps-standard/" rel="external nofollow">the release notes for build 23615</a>, which shipped in the Dev Channel earlier this week. Shortly after that, Microsoft added more insights into it.
</p>

<p>
	 
</p>

<p>
	There is still no information on what the logic behind the decision was (besides the obvious engagement-boosting). Still, at least it is limited to large displays with 27 inches in diagonal and a minimum width of 1920 pixels. More importantly, Copilot autostart is limited to multi-monitor setups only—you should not expect that thing to pop on your screen every time you power on the computer if you use only one display.
</p>

<p>
	 
</p>

<p>
	Microsoft knows that such changes are likely to upset a few Windows users, so it provides the option to turn off Copilot autostart. Head to <strong>Settings &gt; Personalization &gt; Copilot in Windows</strong> and toggle off the "<strong>Open Copilot when Windows starts</strong>" option.
</p>

<p>
	 
</p>

<p>
	<img alt="1704996797_copilotsettings_story.jpg" class="ipsImage" data-ratio="75.10" height="540" width="706" src="https://cdn.neowin.com/news/images/uploaded/2024/01/1704996797_copilotsettings_story.jpg">
</p>

<p>
	 
</p>

<p>
	It is worth reminding that changes and new features in Windows 11 preview builds are often experimental and temporary. Some of them will never see the light of day, so it is too early to tell whether Microsoft will ship Copilot autostart to all users. If you want or do not want that to happen, send your feedback to Microsoft using the Feedback Hub app. Here is what Microsoft said about that in the release notes for build 23615.
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		We regularly try out different experiences with Windows Insiders in the Dev Channel that may not ever ship, and others could show up in future Windows releases when they’re ready.
	</p>
</blockquote>

<p>
	<em>What do you think about Copilot autostart in Windows 11?</em>
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-wants-you-to-use-copilot-as-soon-as-your-widescreen-pc-starts/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21190</guid><pubDate>Sat, 13 Jan 2024 19:22:53 +0000</pubDate></item><item><title>The new lock screen weather widget is now available for all Windows 11 users in KB5034123</title><link>https://nsaneforums.com/news/software-news/the-new-lock-screen-weather-widget-is-now-available-for-all-windows-11-users-in-kb5034123-r21189/</link><description><![CDATA[<p>
	<img alt="1705149200_weather_widget.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/01/1705149200_weather_widget.jpg">
</p>

<p>
	 
</p>

<p>
	On January 3, 2024, Microsoft released a new Windows 11 preview build in the Dev Channel, bringing Windows Insiders <a href="https://www.neowin.net/news/windows-11-to-get-a-redesigned-weather-widget-on-the-lock-screen-here-is-how-to-enable-it/" rel="external nofollow">a new lock screen widget to try</a>. After a very brief period of testing, the new weather widget is now available for all users in the Stable Channel.
</p>

<p>
	 
</p>

<p>
	Microsoft is rolling out the redesigned weather experience on the lock screen as a part of this month's cumulative updates (<a href="https://www.neowin.net/news/windows-11-patch-tuesday-update-kb5034123-is-here-for-23h2-and-22h2/" rel="external nofollow">KB5034123 released on January 9, 2023</a>). This is a gradual rollout, which means some users will get the new widget later than others. Microsoft says the new experience will be available for all in the coming weeks.
</p>

<p>
	 
</p>

<p>
	Microsoft introduced weather on the lock screen almost twelve years ago when it launched Windows 8. The new version released earlier this month displays more information with richer visuals, plus it lets you click the widget to get more weather data in Microsoft Edge (even if you have the Weather app installed). According to Microsoft, the widget works with all lock screen backgrounds, such as Windows Spotlight, a single picture, or a slideshow.
</p>

<p>
	 
</p>

<p>
	You can force-enable the new weather widget using the ViVeTool app:
</p>

<p>
	 
</p>

<ol>
	<li>
		Download ViveTool <a href="https://github.com/thebookisclosed/ViVe/releases" rel="external nofollow">from </a><a href="https://github.com/thebookisclosed/ViVe/releases" rel="external nofollow">GitHub</a> and unpack the files in a convenient and easy-to-find folder.
	</li>
	<li>
		Press <strong>Win + X</strong> and select <strong>Terminal (Admin)</strong>.
	</li>
	<li>
		Switch Windows Terminal to the Command Prompt profile with the <strong>Ctrl + Shift + 2</strong> shortcut or by clicking the arrow-down button at the top of the window.
		<p>
			 
		</p>
		<img alt="1662708468_vivetool.jpg" class="ipsImage" data-ratio="61.39" height="214" width="720" src="https://cdn.neowin.com/news/images/uploaded/2022/09/1662708468_vivetool.jpg">
	</li>
	<li>
		Navigate to the folder containing the ViveTool files with the <strong>CD</strong> command. For example, if you have placed ViveTool in C:\Vive, type <strong>CD C:\Vive</strong>.
	</li>
	<li>
		Type <strong>vivetool /enable /id:47526873 /variant:1 /variantpayloadkind:1 /variantpayload:1</strong> and press <strong>Enter </strong>(credit for the ID goes to @<a href="https://twitter.com/PhantomOfEarth/status/1745830399677173783" rel="external nofollow">PhantomOfEarth</a>)
	</li>
	<li>
		Restart your computer.
	</li>
</ol>

<p>
	 
</p>

<p>
	Interestingly, <a href="https://www.neowin.net/news/microsoft-is-working-on-new-lock-screen-features-for-windows-10/" rel="external nofollow">Windows 10 will soon get the same feature</a>. The release notes for the latest Release Preview update <a href="https://www.neowin.net/news/windows-10-version-22h2-release-preview-build-190453992-kb5034203-is-now-available/" rel="external nofollow">mention the redesigned weather experience</a>, albeit without specific details. That, in addition to Copilot, is a part of Microsoft's recent strategy shift to continue adding new capabilities to the outgoing operating system.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/the-new-lock-screen-weather-widget-is-now-available-for-all-windows-11-users-in-kb5034123/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21189</guid><pubDate>Sat, 13 Jan 2024 19:21:25 +0000</pubDate></item><item><title>Has Google crippled YouTube on Microsoft Edge? Users certainly think so, but there might be a fix</title><link>https://nsaneforums.com/news/software-news/has-google-crippled-youtube-on-microsoft-edge-users-certainly-think-so-but-there-might-be-a-fix-r21188/</link><description><![CDATA[<h3>
	Microsoft Edge users are reporting issues with lag and hardware resource spikes on YouTube
</h3>

<h2 id="what-you-need-to-know-3">
	What you need to know
</h2>

<ul>
	<li>
		Many users of Microsoft Edge are taking to places such as Reddit to complain that YouTube has become unusable. 
	</li>
	<li>
		Reports include lag and outright freezes, coupled with insane hardware resource use. 
	</li>
	<li>
		Some have reported success by disabling ad blockers, because we already know Google is going hard on those. 
	</li>
</ul>

<p>
	 
</p>

<hr>
<p>
	 
</p>

<p>
	The weekend is supposed to be a time to rest and relax, but for a number of folks who use <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/tag/microsoft-edge" data-component-tracked="1" href="https://www.windowscentral.com/tag/microsoft-edge" rel="external nofollow">Microsoft Edge</a>, it's far from that. There are threads appearing on Reddit suggesting that Google has nerfed YouTube performance in Microsoft's web browser to a level that makes the site unusable. 
</p>

<p>
	 
</p>

<p>
	Our own data also suggests a fairly wide-reaching problem. A post on Windows Central from way in 2018 relating to <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/how-to-fix-slow-edge-youtube" data-component-tracked="1" href="https://www.windowscentral.com/how-to-fix-slow-edge-youtube" rel="external nofollow">YouTube performance on the <strong>old </strong>non-Chromium Edge browser</a> has resurfaced in our tracking. While it's unfortunate that post isn't going to help anyone since that browser has long gone, it made me go and take a look to see what's going on. 
</p>

<p>
	 
</p>

<p>
	This is how <a data-analytics-id="inline-link" data-component-tracked="1" data-url="https://www.reddit.com/r/MicrosoftEdge/comments/194zy12/youtube_on_edge_having_2_second_delay_and_high/" href="https://www.reddit.com/r/MicrosoftEdge/comments/194zy12/youtube_on_edge_having_2_second_delay_and_high/" rel="external nofollow">one of the threads</a> starts:
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="d458c6496897c33102e06550935ed452" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://www.reddit.com/r/MicrosoftEdge/comments/194zy12/youtube_on_edge_having_2_second_delay_and_high/?utm_source=embedv2%26utm_medium=post_embed%26utm_content=post_body%26embed_host_url=https://www.windowscentral.com/software-apps/has-google-nerfed-youtube-on-microsoft-edge-users-certainly-think-so-but-there-might-be-a-fix"></iframe>
</div>

<p>
	Another user in a different thread has even reported seeing a popup on YouTube telling them to try using Google Chrome if they're having performance issues. The browser wars really are just the worst thing. 
</p>

<p>
	 
</p>

<p>
	For some, the fix seems to have been to disable (or update) their ad blocker. We already know that <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/phones/windows-phone/windows-phone-gets-its-revenge-on-youtube-from-the-grave" data-component-tracked="1" href="https://www.windowscentral.com/phones/windows-phone/windows-phone-gets-its-revenge-on-youtube-from-the-grave" rel="external nofollow">Google is going hard on ad blocking on YouTube</a> and encouraging people to sign up for Premium to go ad-free. This isn't a post about the moral implications of blocking ads, but if you're experiencing this issue, and you're running one, this would be the first thing to try. 
</p>

<h2 id="silently-breaking-things-is-still-dirty-3">
	SIlently breaking things is still dirty
</h2>

<p>
	<img alt="qAKKV5KS6HCRYobZENTkRb-970-80.jpg.webp" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://cdn.mos.cms.futurecdn.net/qAKKV5KS6HCRYobZENTkRb-970-80.jpg.webp">
</p>

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

<p>
	 
</p>

<p>
	Personally, I'm really tired of shenanigans. Obviously Google wants you to use Chrome, and obviously Microsoft wants you to use Edge. But it feels incredibly underhanded for Google to push some code that silently just wrecks performance, if indeed that's what has happened. It's hard to see how it would be anything else, though, given the sudden spike in issues. 
</p>

<p>
	 
</p>

<p>
	At no point should loading up YouTube pin your CPU and or GPU to high usage while simultaneously just not working properly. 
</p>

<p>
	 
</p>

<p>
	Ads are a necessary evil on the Internet, there's no other way of saying that. They help to pay your favorite content creators, but, I get it, they suck. I don't like them. If this issue is affecting you, then for now, you'll have to suck it up and disable your ad blocker or get, ahem, more creative. YouTube Premium is pretty good though if you watch a lot of content, and helps support the people making your videos. But whether you want to pay for it, only you can decide. 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.windowscentral.com/software-apps/has-google-nerfed-youtube-on-microsoft-edge-users-certainly-think-so-but-there-might-be-a-fix" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21188</guid><pubDate>Sat, 13 Jan 2024 19:16:41 +0000</pubDate></item><item><title>How to get started using Sound Recorder app on Windows 11</title><link>https://nsaneforums.com/news/software-news/how-to-get-started-using-sound-recorder-app-on-windows-11-r21187/</link><description><![CDATA[<h3>
	Do you need to record sound on Windows 11? Here's how without third-party software required.
</h3>

<p>
	<img alt="vKfA8mg2KPX8vBrX3yqZfL-650-80.jpg.webp" class="ipsImage" data-ratio="66.77" height="434" width="650" src="https://cdn.mos.cms.futurecdn.net/vKfA8mg2KPX8vBrX3yqZfL-650-80.jpg.webp">
</p>

<p>
	 
</p>

<p>
	On <a data-analytics-id="inline-link" data-before-rewrite-localise="/windows-11" data-component-tracked="1" data-url="https://www.windowscentral.com/windows-11" href="https://www.windowscentral.com/windows-11" rel="external nofollow">Windows 11</a>, you can use the Sound Recorder app to quickly record audio in any situation, such as conversations, interviews, lectures, and podcasts. 
</p>

<p>
	 
</p>

<p>
	In the Microsoft Store and across the web, you can find many different audio recording apps, but the Sound Recorder app is easy to use with the basic features that you may need, and it comes already built into the operating system.
</p>

<p>
	 
</p>

<p>
	In this <a data-analytics-id="inline-link" data-before-rewrite-localise="/how-to" data-component-tracked="1" data-url="https://www.windowscentral.com/how-to" href="https://www.windowscentral.com/how-to" rel="external nofollow">how-to guide</a>, I will outline the steps to use the Sound Recorder app on Windows 11.
</p>

<p>
	 
</p>

<p>
	The Sound Recorder app should be installed on your computer, but if not, you can download it directly from <a data-analytics-id="inline-link" data-component-tracked="1" data-google-interstitial="false" data-hl-processed="skimlinks" data-merchant-id="undefined" data-merchant-name="SkimLinks - microsoft.com" data-merchant-network="undefined" data-merchant-url="undefined" data-placeholder-url="https://go.redirectingat.com/?id=23432X820454&amp;xcust=hawk-custom-tracking&amp;xs=1&amp;url=https%3A%2F%2Fwww.microsoft.com%2Fstore%2FproductId%2F9WZDNCRFHWKN&amp;sref=https%3A%2F%2Fwww.windowscentral.com%2Fsoftware-apps%2Fwindows-11%2Fhow-to-get-started-using-sound-recorder-app-on-windows-11" data-url="https://www.microsoft.com/store/productId/9WZDNCRFHWKN" href="https://go.redirectingat.com/?id=23432X820454&amp;xcust=wp_au_2977412092049513000&amp;xs=1&amp;url=https%3A%2F%2Fwww.microsoft.com%2Fstore%2FproductId%2F9WZDNCRFHWKN&amp;sref=https%3A%2F%2Fwww.windowscentral.com%2Fsoftware-apps%2Fwindows-11%2Fhow-to-get-started-using-sound-recorder-app-on-windows-11" referrerpolicy="no-referrer-when-downgrade" rel="external nofollow" target="_blank">this Microsoft Store page</a> by clicking the "Get (or Install)" button.
</p>

<h2 id="section-how-to-use-sound-recorder-on-windows-11">
	<span>How to use Sound Recorder on Windows 11</span>
</h2>

<p>
	Once you connect a microphone, you can continue with the instructions to start recording audio on Windows 11 without third-party tools.
</p>

<h2 id="record-audio-xa0-3">
	Record audio 
</h2>

<p>
	To record audio on Windows 11, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Start</strong>.
	</li>
	<li>
		Search for <strong>Sound Recorder </strong>and click the top result to open the app.
	</li>
	<li>
		(Optional) Click the <strong>mic </strong>button in the bottom-left corner and choose the recording device you want to use if you have multiple microphones.
	</li>
	<li>
		Click the <strong>Record </strong>button ("Ctrl + R").
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="XEXG9Eg9WunFDcrNr9fvbm-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/XEXG9Eg9WunFDcrNr9fvbm-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol>
	<li>
		Click the <strong>Mark </strong>button ("Ctrl + M") to mark a point in the recording. 
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="EUsU3JS7VizSDntDNLqUM8-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/EUsU3JS7VizSDntDNLqUM8-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ul>
	<li>
		<strong>Quick note:</strong> This option won't interrupt the recording, but you can quickly jump to important parts of the file when listening to the track. The setting is available while recording or listening to the audio file.
	</li>
</ul>

<ol start="6">
	<li>
		Click the <strong>Pause </strong>button ("Alt + P" or "Space key") to stop the recording without separating the track to keep everything in one file.
	</li>
	<li>
		Click the <strong>Stop </strong>button ("Escape" or "Enter key") to finish the recording.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="bF4M5S8GwZoP3CJfYB6FTJ-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/bF4M5S8GwZoP3CJfYB6FTJ-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<p>
	After you complete the steps, the file with the audio will be saved in the "Sound Recordings" folder available through the "Documents" folder.
</p>

<h2 id="playback-audio-3">
	Playback audio
</h2>

<p>
	To playback audio from the Sound Recorder, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Start</strong>.
	</li>
	<li>
		Search for <strong>Sound Recorder </strong>and click the top result to open the app.
	</li>
	<li>
		Choose the file from the left pane.
	</li>
	<li>
		Click the <strong>Play </strong>button ("Space key").
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="SsJXLEXa4KdNFdqmq9icqU-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/SsJXLEXa4KdNFdqmq9icqU-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<p>
	Once you complete the steps, the recording will play, and you can click the "Pause" button to control the audio.
</p>

<h2 id="rename-audio-xa0-3">
	Rename audio 
</h2>

<p>
	To change the name of an audio file, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Start</strong>.
	</li>
	<li>
		Search for <strong>Sound Recorder </strong>and click the top result to open the app.
	</li>
	<li>
		Right-click the file and choose the <strong>Rename </strong>option.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="8ngswUSETvoKGAf8fDEoj6-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/8ngswUSETvoKGAf8fDEoj6-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="4">
	<li>
		Confirm the new name.
	</li>
	<li>
		Click the <strong>Rename </strong>button.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="ox2PvrK2HeJ4nw9iZ6oWic-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/ox2PvrK2HeJ4nw9iZ6oWic-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<p>
	After you complete the steps, the new name will apply in the app and the file. If the file is selected, you can also access the option to change the name from the <strong>"More options for recordings"</strong> menu in the top-right corner.
</p>

<p>
	 
</p>

<p>
	If you want to delete a file, right-click the item from the left side and choose the <strong>"Delete" </strong>option.
</p>

<h2 id="share-audio-3">
	Share audio
</h2>

<p>
	To share an audio file with other people from within the Sound Recorder app, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Start</strong>.
	</li>
	<li>
		Search for <strong>Sound Recorder </strong>and click the top result to open the app.
	</li>
	<li>
		Right-click the file and choose the <strong>Share </strong>option.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="9wJ4nrTFVs7i4qCdm6w5K4-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/9wJ4nrTFVs7i4qCdm6w5K4-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="4">
	<li>
		Choose the sharing method, including email, app, or through the Nearby Sharing feature.
	</li>
	<li>
		Continue with the on-screen direction to complete the process.
	</li>
</ol>

<p>
	 
</p>

<p>
	Alternatively, you can always use the <strong>"Show in folder"</strong> option from the Sound Recorder context menu to access the folder containing your recordings to grab the file manually for sharing.
</p>

<h2 id="change-settings-3">
	Change settings
</h2>

<p>
	To change the audio format or recording quality on Windows 11, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Start</strong>.
	</li>
	<li>
		Search for <strong>Sound Recorder </strong>and click the top result to open the app.
	</li>
	<li>
		Click the <strong>"More options for recordings"</strong> menu from the top-right corner and choose the <strong>Settings </strong>option.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="2nCVcW3G3cgR2xcdGLpGpD-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/2nCVcW3G3cgR2xcdGLpGpD-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="4">
	<li>
		Click the <strong>Recording format</strong> setting.
	</li>
	<li>
		Select the audio format you want to use, including <strong>AAC, MP3, MWA, FLAC,</strong> or <strong>WAV</strong>.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="3zwNxkz9fbHZyGdHqaZsZn-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/3zwNxkz9fbHZyGdHqaZsZn-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="6">
	<li>
		Click the<strong> Audio quality</strong> setting.
	</li>
	<li>
		Select the quality option for your recording, including <strong>Auto, Best, High,</strong> or <strong>Medium</strong>.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="r8bD4qxrCKVzpdTBsfQW47-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/r8bD4qxrCKVzpdTBsfQW47-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<p>
	Once you complete the steps, the new configuration will apply, and the app will use these settings on your next recording.
</p>

<h2 id="import-audio-xa0-3">
	Import audio 
</h2>

<p>
	To import an audio file to the Sound Recorder app, use these steps :
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Start</strong>.
	</li>
	<li>
		Search for <strong>Sound Recorder </strong>and click the top result to open the app.
	</li>
	<li>
		Click the <strong>Import file</strong> button.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="9UqEyjDa22cJyHvp7bnLbJ-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/9UqEyjDa22cJyHvp7bnLbJ-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="4">
	<li>
		Select the audio file.
	</li>
	<li>
		Click the <strong>Open </strong>button.
	</li>
</ol>

<p>
	 
</p>

<p>
	After you complete the steps, the file will appear in the left navigation pane, ready for playback.
</p>

<h2 id="section-how-to-fix-sound-recorder-on-windows-11">
	<span>How to fix Sound Recorder on Windows 11 </span>
</h2>

<p>
	If the app doesn't seem to work, the problem could be related to the microphone or privacy settings.
</p>

<h2 id="fix-microphone-access-3">
	Fix microphone access
</h2>

<p>
	To fix app access to the microphone on Windows 11, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Settings</strong>.
	</li>
	<li>
		Click on <strong>Privacy &amp; security</strong>.
	</li>
	<li>
		Click the <strong>Microphone </strong>page on the right side.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="KyKMTT4A5Vn8chx9znXToB-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/KyKMTT4A5Vn8chx9znXToB-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="4">
	<li>
		Turn on the <strong>Microphone access</strong> toggle switch (if applicable).
	</li>
	<li>
		Turn on the <strong>Sound Recorder</strong> toggle switch.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="iw9EQ4nQUYAAFJ9YKWFJxF-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/iw9EQ4nQUYAAFJ9YKWFJxF-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<p>
	Once you complete the steps, you should be able to use the microphone with the Sound Recorder app.
</p>

<h2 id="fix-microphone-issues-3">
	Fix microphone issues
</h2>

<p>
	To troubleshoot and resolve issues with the microphone, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Settings</strong>.
	</li>
	<li>
		Click on <strong>System</strong>.
	</li>
	<li>
		Click the <strong>Troubleshoot </strong>page on the right side.
	</li>
	<li>
		Click the <strong>Other troubleshooters</strong> setting.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="hZvU3ndNGD8NnP7NCtxcCQ-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/hZvU3ndNGD8NnP7NCtxcCQ-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="5">
	<li>
		Click the <strong>Run </strong>button for the Audio troubleshooter.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="aSUqAF3i7sJ45i4KLZLCtX-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/aSUqAF3i7sJ45i4KLZLCtX-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="6">
	<li>
		Click the <strong>Yes </strong>button in the Get Help app.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="T4Tnz6D8jvFi8trPr9Vxuk-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/T4Tnz6D8jvFi8trPr9Vxuk-970-80.jpg">
		</p>
	</div>
</div>

<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 process.
	</li>
</ol>

<p>
	 
</p>

<p>
	After you complete the steps, the system will scan and fix the problem with the microphone, and it should now work with the Sound Recorder app.
</p>

<h2 id="fix-sound-recorder-problems-3">
	Fix Sound Recorder problems
</h2>

<p>
	To fix problems with the Sound Recorder app on Windows 11, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Settings</strong>.
	</li>
	<li>
		Click on <strong>Apps</strong>.
	</li>
	<li>
		Click the <strong>Installed apps </strong>page on the right side.
	</li>
	<li>
		Click the <strong>menu </strong>button (three dots) on the right side for <strong>Sound Recorder</strong> and click on<strong> Advanced options</strong>.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="cfaULncjfKsardCREYZHni-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/cfaULncjfKsardCREYZHni-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="5">
	<li>
		Under the "Reset" section, click the <strong>Repair </strong>button.
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="2taNJQqnFPtzjUxdm6LfdY-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/2taNJQqnFPtzjUxdm6LfdY-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="6">
	<li>
		(Optional) Click the <strong>Reset </strong>button.
	</li>
</ol>

<p>
	 
</p>

<p>
	These options won't delete your recordings, but the reset option will delete the app's data, meaning that the next time you open the app, the files won't appear in the left pane. However, you can use the import option to add them again.
</p>

<p>
	 
</p>

<p>
	Although the Sound Recorder app is similar to the Voice Recorder app on Windows 10, one of the biggest differences is that the app for Windows 11 doesn't include the audio trimming feature.
</p>

<p>
	 
	</p><p>
		<a href="https://www.windowscentral.com/software-apps/windows-11/how-to-get-started-using-sound-recorder-app-on-windows-11" rel="external nofollow">Source</a>
	</p>

]]></description><guid isPermaLink="false">21187</guid><pubDate>Sat, 13 Jan 2024 19:09:44 +0000</pubDate></item><item><title>Windows 11 is getting 80Gbps USB4 Gen 4 support</title><link>https://nsaneforums.com/news/software-news/windows-11-is-getting-80gbps-usb4-gen-4-support-r21179/</link><description><![CDATA[<p>
	Microsoft is working on adding support for the latest USB standard into its operating system. Windows 11 build 23615 (released earlier this week) introduced USB4 Gen 4 support, which is capable of operating at speeds of up to 80Gbps on compatible hardware.
</p>

<p>
	 
</p>

<p>
	USB Implementers Forum released the USB4 specification in August 2019. Two years later, Microsoft introduced USB4 support in the initial release of Windows 11 (version 21H2). In September 2022, USB4 2.0 was introduced with 80 and 120Gbps modes over the now-standard Type-C connector, and Microsoft is now ensuring its operating system can work with the latest USB generation, which is about to arrive in the first consumer products.
</p>

<p>
	In the release notes for build 23615, the company said the increased performance of USB4 2.0 "enables next generation of high-performance displays, storage, and connectivity." At the same time, USB4 2.0 is fully compatible with accessories made for older USB and Thunderbolt generations with the Type-C connector.
</p>

<p>
	 
</p>

<p>
	Although USB4 2.0 support is present in the latest Windows 11 preview build, you need the latest and greatest hardware to try it out. According to Microsoft, USB4 2.0 80Gpbs will initially launch on select devices with Intel's recently introduced 14th Gen mobile processors. The new Razer Blade 18 will be among the first Windows laptops with USB4 2.0 support.
</p>

<p>
	 
</p>

<p>
	Other features in Windows 11 build 23615 include the ability to open Copilot when Windows starts. Microsoft is experimenting with this feature on multi-monitor devices with 27-inch or larger primary monitors and a minimum width of 1920 pixels. The good news is that Copilot autostart is a feature you can turn off in the Settings app.
</p>

<p>
	 
</p>

<p>
	You can learn more about Windows 11 build 23615 from the Dev Channel here. Microsoft also released ISO files for clean installations, which you can download from the official Windows Insider website.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.neowin.net/news/windows-11-is-getting-80gbps-usb4-gen-4-support/" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">21179</guid><pubDate>Sat, 13 Jan 2024 15:35:17 +0000</pubDate></item><item><title>Microsoft confirms there will be no Windows 11 Canary Channel build released this week</title><link>https://nsaneforums.com/news/software-news/microsoft-confirms-there-will-be-no-windows-11-canary-channel-build-released-this-week-r21178/</link><description><![CDATA[<p>
	It's been a rather busy week for Windows updates. Regular users of <a href="https://www.neowin.net/news/windows-10-january-2024-patch-tuesday-kb5034122-out----heres-whats-new-and-what-broke/" rel="external nofollow">Windows 10</a> and <a href="https://www.neowin.net/news/windows-11-patch-tuesday-update-kb5034123-is-here-for-23h2-and-22h2/" rel="external nofollow">Windows 11</a> got new Patch Tuesday updates. Also, release preview updates were <a href="https://www.neowin.net/news/windows-11-22h2-and-23h2-release-preview-channel-builds-kb5034204-are-available/" rel="external nofollow">launched for Windows 11</a> and <a href="https://www.neowin.net/news/windows-10-version-22h2-release-preview-build-190453992-kb5034203-is-now-available/" rel="external nofollow">Windows 10</a>, the latter of which added the new Weather lock screen experience that was previously added to Windows 11 insider builds.
</p>

<p>
	 
</p>

<p>
	Speaking of which, Windows Insider Program members on both the Beta and Dev channels got new Windows 11 builds this week. <a href="https://www.neowin.net/news/build-226353061-microsoft-fixes-activex-ie-mode-bug-with-windows-11-kb5034215-update/" rel="external nofollow">The Beta update</a> added that Weather lock screen feature, and a new Windows Share URL address update for web browsers. The new <a href="https://www.neowin.net/news/windows-11-dev-channel-preview-build-23615-adds-support-for-the-new-usb-80gbps-standard/" rel="external nofollow">Dev channel build</a> added support for the new and faster USB 80Gbps standard.
</p>

<p>
	 
</p>

<p>
	However, if you are a member of the Windows Insider Program in the Canary channel, you will have to wait at least a few days longer to get a new build. Microsoft's Brandon LeBlanc confirmed that news when we asked him <a href="https://twitter.com/brandonleblanc/status/1745881615728083132" rel="external nofollow">about it on his X (formerly Twitter account</a>. He replied, "Unfortunately we will not have a new Canary build this week."
</p>

<p>
	 
</p>

<p>
	There's no word on why there won't be a new Canary Channel Insider build, although we can speculate that the team in charge of the build simply was not ready to launch it to Canary testers this week. Still, this is a rare week when we won't see a new Canary Channel release.
</p>

<p>
	 
</p>

<p>
	The last <a href="https://www.neowin.net/news/windows-11-build-26020-lets-you-pause-printing-adds-easy-pc-renaming-a-new-taskbar-icon/" rel="external nofollow">Canary Channel build, 26020 was released on January 3</a>. The release had quite a few new additions, including more language support for voice access, using multiple displays for voice features, and previews of new voices in more languages. It also was the first build that won't install the WordPad and People apps after a clean install of the OS.
</p>

<p>
	 
</p>

<p>
	A new report from Windows Central claims that Microsoft is thinking about <a href="https://www.neowin.net/news/microsoft-is-working-on-new-lock-screen-features-for-windows-10/" rel="external nofollow">restarting the old Windows Insider Program Beta Channel for Windows 10 users</a>, now that Microsoft has decided to continue to add new features to the older operating system.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-confirms-there-will-be-no-windows-11-canary-channel-build-released-this-week/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21178</guid><pubDate>Sat, 13 Jan 2024 08:37:22 +0000</pubDate></item><item><title>Microsoft is working on new lock screen features for Windows 10</title><link>https://nsaneforums.com/news/software-news/microsoft-is-working-on-new-lock-screen-features-for-windows-10-r21170/</link><description><![CDATA[<p>
	<a href="https://www.neowin.net/news/windows-11-dev-channel-preview-build-23612-adds-a-new-weather-experience-on-the-lock-screen/" rel="external nofollow">The first Windows 11 preview build in 2024</a> introduced <a href="https://www.neowin.net/news/windows-11-to-get-a-redesigned-weather-widget-on-the-lock-screen-here-is-how-to-enable-it/" rel="external nofollow">a new weather widget</a> for the operating system's lock screen with richer visuals and the ability to open more weather data from the lock screen (in Microsoft Edge, of course, not the stock Weather app). In a somewhat surprising move, Microsoft decided to port the new widget from Windows 11 to Windows 10.
</p>

<p>
	 
</p>

<p>
	Microsoft announced the new weather widget for Windows 10 <a href="https://www.neowin.net/news/windows-10-version-22h2-release-preview-build-190453992-kb5034203-is-now-available/" rel="external nofollow">in the latest Release Preview update</a> for the outgoing operating system. The company said that the richer weather experience on the lock screen would arrive on Windows 10 in the "coming weeks."
</p>

<p>
	 
</p>

<p>
	<img alt="1704320552_lock_screen_2.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/01/1704320552_lock_screen_2.jpg">
</p>

<p>
	 
</p>

<p>
	You may remember that <a href="https://www.neowin.net/news/microsoft-confirms-22h2-is-the-final-windows-10-version-announces-windows-11-ltsc/" rel="external nofollow">Microsoft said it no longer plans to release new feature updates for Windows 10</a>. However, the Windows division recently experienced <a href="https://www.neowin.net/news/microsoft-reorganizes-its-windows-and-surface-teams-under-new-leaders/" rel="external nofollow">a notable management shift</a>. As a result of that change, Microsoft is adjusting its efforts to port more new capabilities from Windows 11 to Windows 10, which still has an enormous install base with more than one billion monthly active devices.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/guides/how-to-enable-copilot-in-windows-10/" rel="external nofollow">Copilot</a> is probably the most notable feature Windows 10 borrowed from its successor, and the new Weather experience that serves as a gateway to MSN and Microsoft Edge (it really should launch the Weather app instead) shows that Microsoft wants to use those hundreds of millions Windows 10 users to boost its services.
</p>

<p>
	 
</p>

<p>
	Moreover, <a href="https://www.windowscentral.com/software-apps/windows-10/microsoft-is-bringing-yet-another-windows-11-feature-to-windows-10-users-soon" rel="external nofollow">according to Windows Central</a>, Microsoft plans to resurrect the Beta Channel of the Windows Insider program for Windows 10 to let users test new features before they come to the general public. As of right now, the only channel available to Windows 10 users is Release Preview.
</p>

<p>
	 
</p>

<p>
	Despite all those changes, Windows 10 is still on track to reach its end of life in October 2025. Those unwilling to migrate to Windows 11 (and whatever Microsoft plans to ship later this year) <a href="https://www.neowin.net/editorials/paid-extended-windows-10-support-will-be-a-nightmare-for-consumers/" rel="external nofollow">will be able to pay Microsoft for extended security updates</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-working-on-new-lock-screen-features-for-windows-10/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21170</guid><pubDate>Fri, 12 Jan 2024 19:08:34 +0000</pubDate></item><item><title>Microsoft wants Copilot to automatically open at startup on Windows 11 PCs with wide screens</title><link>https://nsaneforums.com/news/software-news/microsoft-wants-copilot-to-automatically-open-at-startup-on-windows-11-pcs-with-wide-screens-r21164/</link><description><![CDATA[<h3>
	A new default Windows setting will automatically show the Copilot interface when booting a PC with a wide screen. But aren't most PC screens wide?
</h3>

<h2 id="what-you-need-to-know-3">
	What you need to know
</h2>

<ul>
	<li>
		Microsoft is rolling out a new Windows 11 preview build for Insiders in the Dev Channel.
	</li>
	<li>
		Today's build is 23615 and adds a feature that will automatically open the Windows Copilot interface upon boot on PCs with wide screens. 
	</li>
	<li>
		The company says this behavior is just a test, and is not guaranteed to ship. Users will be able to disable the behavior.
	</li>
</ul>

<p>
	 
</p>

<hr>
<p>
	 
</p>

<p>
	Microsoft is back with a new <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11" data-before-rewrite-redirect="/tag/windows-11" data-component-tracked="1" data-url="https://www.windowscentral.com/software-apps/windows-11" href="https://www.windowscentral.com/software-apps/windows-11" rel="external nofollow">Windows 11</a> preview build for Insiders in the Dev Channel, and <a data-analytics-id="inline-link" data-component-tracked="1" data-url="https://blogs.windows.com/windows-insider/2024/01/11/announcing-windows-11-insider-preview-build-23615-dev-channel/" href="https://blogs.windows.com/windows-insider/2024/01/11/announcing-windows-11-insider-preview-build-23615-dev-channel/" rel="external nofollow">this week's build</a> is testing a controversial change that will see the Windows Copilot interface automatically launch upon boot on PCs with wide screens.  The company says it's "trying out" this behavior in the latest build, meaning it isn't guaranteed to ship.
</p>

<p>
	 
</p>

<p>
	If it does ship, users will have the choice to disable this behavior on their PC. Insiders who install today's build may not even see the change just yet, as it's rolling out in waves so not everyone will have it right away. 
</p>

<p>
	 
</p>

<p>
	Here is what the official Microsoft blog says about this feature:
</p>

<p>
	 
</p>

<p>
	<em>"We are trying out opening Copilot automatically when Windows starts on widescreen devices with some Windows Insiders in the Dev Channel. This can be managed via Settings &gt; Personalization &gt; Copilot."</em>
</p>

<p>
	 
</p>

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

		<p>
			<img alt="xRR6YXi75UnXRUnv9c7Qum-970-80.jpg" class="ipsImage" data-ratio="75.10" height="405" width="720" src="https://cdn.mos.cms.futurecdn.net/xRR6YXi75UnXRUnv9c7Qum-970-80.jpg">
		</p>

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

<p>
	<span>The setting to enable or disable Copilot automatically appearing on boot. </span><span itemprop="copyrightHolder">(Image credit: Microsoft)</span>
</p>

<p>
	 
</p>

<p>
	Frustratingly, Microsoft doesn't specify what counts as a "wide screen" for this behavior to take effect. Does it include 16:9 and 16:10 displays, or is it only for true ultrawide displays such as 21:9? We don't currently know.
</p>

<p>
	 
</p>

<p>
	Having the Windows Copilot automatically appear when powering on a PC feels unnecessary currently, but this is likely laying the foundation for a much larger update to Copilot that is rumored to be in the works for the <a data-analytics-id="inline-link" data-before-rewrite-localise="https://www.windowscentral.com/software-apps/windows-11/exclusive-microsoft-readies-groundbreaking-ai-focused-windows-release-as-new-leadership-takes-the-helm" data-component-tracked="1" href="https://www.windowscentral.com/software-apps/windows-11/exclusive-microsoft-readies-groundbreaking-ai-focused-windows-release-as-new-leadership-takes-the-helm" rel="external nofollow">next major version of the Windows OS. </a>
</p>

<p>
	 
</p>

<p>
	Microsoft is rumored to be working on an advanced Copilot that will enhance productivity across apps, files, and search. Maybe users will want to have that version of the Copilot run automatically on start-up. As things currently stand, however, this seems like something that's just going to annoy most users.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.windowscentral.com/software-apps/windows-11/microsoft-wants-copilot-to-automatically-open-upon-boot-on-windows-11-pcs-with-wide-screens" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21164</guid><pubDate>Fri, 12 Jan 2024 03:54:25 +0000</pubDate></item><item><title>Windows 11 22H2 and 23H2 Release Preview channel builds (KB5034204) are available</title><link>https://nsaneforums.com/news/software-news/windows-11-22h2-and-23h2-release-preview-channel-builds-kb5034204-are-available-r21163/</link><description><![CDATA[<p>
	Microsoft has dropped the latest Release Preview builds for Windows 11 version 22H2 and 23H2 for members of that channel in the Windows Inside Program, under KB5034204. The build numbers are 22621.3078 for version 22h2 and 22631.3078 for version 23H2. The builds contain a couple of small features and a large number of fixes.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			<strong>New!</strong> We are beginning to expanding the ability to use digital handwriting (inking) in some edit boxes for Windows Ink to the following languages and locales: Chinese Simplified (People’s Republic of China), English (Australia), English (Canada), English (India), English (United Kingdom), French (Canada), French (France), German (Germany), Italian (Italy), Japanese (Japan), Korean (Korea), Portuguese (Brazil), Spanish (Mexico), and Spanish (Spain). This also includes more accurate recognition technology, gestures to delete, select, join, and split words and also gesture to insert a new line.
		</li>
		<li>
			<strong>New!</strong> This update adds a feature for eye control system settings. You can back up these settings from the former device while you set up a new device. Then those settings will install automatically on the new device so you can use them when you reach the desktop.
		</li>
		<li>
			This update addresses an issue that affects certain types of 7-Zip files. They appear as empty in File Explorer.
		</li>
		<li>
			This update addresses an issue that stops search from working on the Start menu for some users. The issue occurs because of a deadlock.
		</li>
		<li>
			This update addresses an issue that affects Wi-Fi Protected Access 3 (WPA3) in the Group Policy editor. HTML preview rendering fails.
		</li>
		<li>
			This update addresses an issue that affects Windows Management Instrumentation (WMI). A caching issue occurs. The issue causes CurrentTimeZone to change to the wrong value.
		</li>
		<li>
			This update makes Windows more reliable during power transitions. This reduces the risk of a stop error.
		</li>
		<li>
			This update addresses an issue that affects the OpenType font driver. On a certain architecture, the issue might affect how text renders for third-party applications.
		</li>
		<li>
			The update addresses a known issue that affects the colour font format for COLRv1. It now renders properly. Windows uses this format to display emoji with a 3D-like appearance.
		</li>
		<li>
			This update addresses an issue to make video calls more reliable.
		</li>
		<li>
			This update addresses an issue that stops WMI from working. This occurs in certain scenarios with mobile device management (MDM) providers, such as Microsoft Intune.
		</li>
		<li>
			This update addresses a known issue that affects BitLocker data-only encryption. An MDM service, such as Microsoft Intune, might not get the right data.
		</li>
		<li>
			This update addresses an issue that causes your device to stop responding. This is intermittent and occurs after you install a print support app.
		</li>
		<li>
			This update addresses an issue that affects Access Point Name (APN) profiles. It stops you from automatically configuring APN profiles for cellular enabled devices. This occurs when you run the “netsh mbn show readyinfo *” command.
		</li>
		<li>
			This update addresses an issue that affects Trusted Platform Modules. On certain devices, they did not initialize correctly. Because of this, TPM-based scenarios stopped working.
		</li>
		<li>
			This update includes quarterly changes to the Windows Kernel Vulnerable Driver Blocklist file, DriverSiPolicy.p7b. It adds to the list of drivers that are at risk for Bring Your Own Vulnerable Driver (BYOVD) attacks.
		</li>
		<li>
			This update affects Unified Extensible Firmware Interface (UEFI) Secure Boot systems. It adds a renewed signing certificate to the Secure Boot DB variable. You can now opt for this change.
		</li>
		<li>
			This update addresses an issue that makes the troubleshooting process fail. This occurs when you use the Get Help app.
		</li>
		<li>
			This update addresses an issue that affects RemoteApp windows. In certain cases, they persist on client devices after you close them.
		</li>
		<li>
			This update addresses an issue that affects a remote desktop client. It might connect to a wrong instance of a user’s session. This occurs if a user has multiple sessions on the host.
		</li>
		<li>
			This update addresses an issue that occurs when you change the keyboard language. The change fails to apply to RemoteApps in some scenarios.
		</li>
		<li>
			This update addresses an issue that affects the File Explorer Gallery. It stops you from closing a tooltip.
		</li>
		<li>
			This update addresses an issue that affects Bluetooth Low Energy (LE) Audio earbuds. They lose sound when you stream music.
		</li>
		<li>
			This update addresses an issue that affects a Bluetooth phone call. It stops the audio from routing through the PC when you answer the call on your PC.
		</li>
		<li>
			This update addresses an issue that affects Windows Local Administrator Password Solution (LAPS) Post Authentication Actions (PAA). The actions occur at restart instead of at the end of the grace period.
		</li>
		<li>
			This update addresses an issue that affects Active Directory. Bind requests to IPv6 addresses fail. This occurs when the requestor is not joined to a domain.
		</li>
		<li>
			This update addresses an issue that affects the LocalUsersAndGroups CSP. It stops processing group memberships if it cannot find a group.
		</li>
		<li>
			This update addresses an issue that affects Group Policy Folder Redirection in a multi-forest deployment. The issue stops you from choosing a group account from the target domain. Because of this, you cannot apply advanced folder redirection settings to that domain. This issue occurs when the target domain has a one-way trust with the domain of the admin user. This issue affects all Enhanced Security Admin Environment (ESAE), Hardened Forests (HF) or Privileged Access Management (PAM) deployments.
		</li>
	</ul>
</blockquote>

<p>
	You can check out the <a href="https://blogs.windows.com/windows-insider/2024/01/11/releasing-windows-11-builds-22621-3078-and-22631-3078-to-the-release-preview-channel/" rel="external nofollow">full blog post here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-22h2-and-23h2-release-preview-channel-builds-kb5034204-are-available/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21163</guid><pubDate>Fri, 12 Jan 2024 03:52:26 +0000</pubDate></item><item><title>Build 22635.3061: Microsoft fixes ActiveX IE Mode bug with Windows 11 KB5034215 update</title><link>https://nsaneforums.com/news/software-news/build-226353061-microsoft-fixes-activex-ie-mode-bug-with-windows-11-kb5034215-update-r21162/</link><description><![CDATA[<p>
	Microsoft today has released a new Beta Channel build for Windows Insiders. The new build, 22635.3061 under KB5034215, brings an improved lock screen weather experience as well as improved Windows Share. Aside from these, the build also fixes ActiveX bug in IE (Internet Explorer) mode, and more.
</p>

<p>
	 
</p>

<p>
	The full changelog for the build is given below:
</p>

<p>
	 
</p>

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

	<p>
		 
	</p>

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

	<p>
		 
	</p>

	<ul>
		<li>
			For Microsoft Edge and other browsers that invoke the Windows share window, the Windows share window now supports the ability to share URLs directly to WhatsApp, Gmail, X (formerly Twitter), Facebook, and LinkedIn. In Microsoft Edge, you can invoke the Windows share window by clicking the share icon at the top right in the toolbar and choosing the Windows share options.
		</li>
	</ul>

	<p>
		<img alt="1704997073_share-links-809x1024.jpg" class="ipsImage" data-ratio="75.10" height="540" width="426" src="https://cdn.neowin.com/news/images/uploaded/2024/01/1704997073_share-links-809x1024.jpg">
	</p>

	<p>
		New share targets for sharing links through the Windows share window.
	</p>

	<p>
		 
	</p>

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

	<p>
		 
	</p>

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

	<p>
		 
	</p>

	<ul>
		<li>
			This update includes a handful of fixes to improve overall reliability.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		<strong>New features for everyone in the Beta Channel</strong>
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Richer weather experience on the lock screen</strong>
	</p>

	<p>
		 
	</p>

	<p>
		We are introducing a richer weather experience to your lock screen. This includes dynamic, interactive weather updates. So, as you hover over the weather experience on your lock screen, you will see more information. When you tap or click on the weather card and sign in, Microsoft Edge opens with the full forecast in MSN Weather. If you already use Weather under Settings &gt; Personalization &gt; Lock screen &gt; Lock screen status, there is nothing for you to do. Also, this new experience will be on by default. Should you not want to see this experience, you can change your lock screen status to “None.” This rich weather experience is available when you lock your screen no matter which personalization option you select (Windows spotlight, Picture, or Slideshow).
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="1704997060_richer-weather-lock-screen-10" class="ipsImage" data-ratio="75.10" height="480" width="720" src="https://cdn.neowin.com/news/images/uploaded/2024/01/1704997060_richer-weather-lock-screen-1024x683.jpg">
	</p>

	<p>
		Richer weather experience on the lock screen..
	</p>

	<p>
		 
	</p>

	<p>
		<em>[We are beginning to roll this out starting with EN-US only, so the experience isn’t available to all Insiders in the Beta Channel just yet as we plan to monitor feedback and see how it lands before pushing it out to everyone.]</em>
	</p>

	<p>
		 
	</p>

	<p>
		<strong>FEEDBACK: Please file feedback in Feedback Hub (WIN + F) under Desktop Environment &gt; Lock screen.</strong>
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Changes and Improvements gradually being rolled out to everyone in the Beta Channel</strong>
	</p>

	<p>
		 
	</p>

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

	<p>
		 
	</p>

	<ul>
		<li>
			We’re beginning to update references to Azure Active Directory (AAD) to Microsoft Entra ID in Settings.
		</li>
	</ul>

	<p>
		 
	</p>

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

	<p>
		 
	</p>

	<ul>
		<li>
			This update addresses an issue that affects the spellchecker.
		</li>
		<li>
			This update addresses an issue that affects the ActiveX scroll bar. It does not work in IE mode.
		</li>
	</ul>

	<h3>
		<strong>Microsoft Store Update</strong>
	</h3>

	<p>
		Windows Insiders in the Beta Channel running version 22312.xxxx.x of the Microsoft Store and higher will see the following improvement rolling out:
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Launch Instant Arcade games while browsing:</strong> In recent months, we announced Instant Arcade where you can play some games without the need to download them. Now, you’ll be able to launch these games directly while browsing or in search results. Simply hover over the instant arcade game and click the Play Now button.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Notifications for app installations: </strong>When you initiate a download from the Microsoft Store, we’ll send you a notification when your app is installed and ready to use. This can be toggled off in the store’s settings page.
	</p>

	<p>
		 
	</p>

	<p>
		<img alt="1704997180_install-toast-notification.jp" class="ipsImage" data-ratio="64.29" height="279" width="434" src="https://cdn.neowin.com/news/images/uploaded/2024/01/1704997180_install-toast-notification.jpg">
	</p>

	<p>
		Notification from Store when your app is installed and ready to use.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>Performance improvements when installing from search or browsing: </strong>We made things a little faster when you install products from the search results page or while browsing. Animations are smoother and more seamless.
	</p>

	<p>
		 
	</p>

	<p>
		<strong>FEEDBACK: Please file feedback in Feedback Hub (WIN + F) under Microsoft Store.</strong>
	</p>
</blockquote>

<p>
	You can view the official blog post <a href="https://blogs.windows.com/windows-insider/2024/01/11/announcing-windows-11-insider-preview-build-22635-3061-beta-channel/" rel="external nofollow">here</a> on Microsoft's website.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/build-226353061-microsoft-fixes-activex-ie-mode-bug-with-windows-11-kb5034215-update/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21162</guid><pubDate>Fri, 12 Jan 2024 03:50:46 +0000</pubDate></item><item><title>Windows 11 Dev Channel preview build 23615 adds support for the new USB 80Gbps standard</title><link>https://nsaneforums.com/news/software-news/windows-11-dev-channel-preview-build-23615-adds-support-for-the-new-usb-80gbps-standard-r21161/</link><description><![CDATA[<p>
	Microsoft has released the latest Windows 11 build for Dev Channel members of the Windows Insider Program. The new build number is 23615. The big new feature is adding support for the new USB 80Gbps standard, which is just beginning to be added to some new Windows 11 notebooks.
</p>

<p>
	 
</p>

<p>
	Microsoft is also <a href="https://aka.ms/wipISO" rel="external nofollow">releasing ISO files</a> for the new Windows11 Dev Channel 23516 build. Here is the changelog:
</p>

<p>
	 
</p>

<p>
	<strong>What’s new in Build 23615</strong>
</p>

<p>
	 
</p>

<p>
	<strong>USB 80Gbps</strong>
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		We are excited to announce support for the latest generation USB standard, USB 80Gbps, in this build of Windows. USB 80Gbps support will initially launch on select devices based on the Intel Core 14th Gen HX-series mobile processors, such as the new Razer Blade 18.
	</p>

	<p>
		 
	</p>

	<p>
		This is the first major version update of the USB4 standard and increases performance to 80Gbps from 40Gbps. It enables the next generation of high-performance displays, storage, and connectivity. It is fully backwards compatible with peripherals built for older generations of USB and Thunderbolt and works alongside all other USB Type-C features.
	</p>

	<p>
		 
	</p>

	<p>
		FEEDBACK: Please file feedback in Feedback Hub (WIN + F) under Devices and Drivers &gt; Buses.
	</p>
</blockquote>

<p>
	<strong>Changes and Improvements</strong>
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>[Copilot in Windows]</strong>
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			We are trying out opening Copilot automatically when Windows starts on widescreen devices with some Windows Insiders in the Dev Channel. This can be managed via Settings &gt; Personalization &gt; Copilot. Note that this is rolling out so not all Insiders in the Dev Channel will see this right away.
		</li>
	</ul>

	<p>
		<img alt="1704996797_copilotsettings.jpg" class="ipsImage" data-ratio="75.10" height="540" width="706" src="https://cdn.neowin.com/news/images/uploaded/2024/01/1704996797_copilotsettings.jpg">
	</p>

	<p>
		New Copilot Settings page.
	</p>
</blockquote>

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

	<p>
		 
	</p>

	<ul>
		<li>
			For Microsoft Edge and other browsers that invoke the Windows share window, the Windows share window now supports the ability to share URLs directly to WhatsApp, Gmail, X (formerly Twitter), Facebook, and LinkedIn. In Microsoft Edge, you can invoke the Windows share window by clicking the share icon at the top right in the toolbar and choosing the Windows share options.
		</li>
	</ul>

	<p>
		<img alt="1704996884_share-links-809x1024.jpg" class="ipsImage" data-ratio="75.10" height="540" width="426" src="https://cdn.neowin.com/news/images/uploaded/2024/01/1704996884_share-links-809x1024.jpg">
	</p>

	<p>
		New share targets for sharing links through the Windows share window.
	</p>
</blockquote>

<p>
	<strong>Fixes</strong>
</p>

<p>
	 
</p>

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

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue which was impacting Task Manager reliability for some Insiders.
		</li>
	</ul>

	<p>
		 
	</p>

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

	<p>
		 
	</p>

	<ul>
		<li>
			Fixed an issue which was impacting Windows share window reliability for some Insiders.
		</li>
	</ul>

	<p>
		NOTE: Some fixes noted here in Insider Preview builds from the Dev Channel may make their way into the servicing updates for the released version of Windows 11.
	</p>
</blockquote>

<p>
	<strong>Known issues</strong>
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		<strong>[Copilot in Windows]</strong>
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			When first launching or after refreshing Copilot in Windows while using voice access, you’ll need to use “Show grid” commands to click in the “Ask me anything” box for the first time.
		</li>
	</ul>

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

	<p>
		 
	</p>

	<ul>
		<li>
			Announcements from the Microsoft Start feed are still shown on the taskbar after the feed is hidden.
		</li>
		<li>
			Keyboard navigation from settings subpages back to the top-level Settings page is broken.
		</li>
		<li>
			Incorrect spacing and fonts used in some settings pages.
		</li>
	</ul>
</blockquote>

<p>
	You can check out the <a href="https://blogs.windows.com/windows-insider/2024/01/11/announcing-windows-11-insider-preview-build-23615-dev-channel/" rel="external nofollow">full blog post here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-11-dev-channel-preview-build-23615-adds-support-for-the-new-usb-80gbps-standard/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21161</guid><pubDate>Fri, 12 Jan 2024 03:48:44 +0000</pubDate></item><item><title>Windows 10 version 22H2 Release Preview build 19045.3992 (KB5034203) is now available</title><link>https://nsaneforums.com/news/software-news/windows-10-version-22h2-release-preview-build-190453992-kb5034203-is-now-available-r21160/</link><description><![CDATA[<p>
	Microsoft has dropped the Windows 10 version 22H2 build 19045.3992 under KB5034203 for members of the Windows Insider Program in the Release Preview channel. It includes two small new features and a number of bug fixes.
</p>

<p>
	 
</p>

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

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<ul>
		<li>
			<strong>New!</strong> This update adds a feature for eye control system settings. You can back up these settings from the former device while you set up a new device. Then those settings will install automatically on the new device so you can use them when you reach the desktop.
		</li>
		<li>
			<strong>New! </strong>The coming weeks will bring a richer weather experience to your lock screen. This includes dynamic, interactive weather updates. So, as you hover over the weather on your lock screen, you will see more information. When you tap or click on the weather card and sign in, Microsoft Edge opens with the full forecast in MSN weather. If you already use Weather in Settings &gt; Personalization &gt; lock screen &gt; Lock screen status, there is nothing for you to do. Also, this new experience will be on by default if Lock screen status is set to “None.” Like today, lock screen status will be available when you lock your screen no matter which personalization option you select (Windows spotlight, Picture, or Slideshow).
		</li>
		<li>
			This update addresses an issue that affects an Internet Explorer shortcut. After you use a policy to remove it, the shortcut reappears.
		</li>
		<li>
			This update addresses an issue that affects Windows Management Instrumentation (WMI). A caching issue occurs. The issue causes CurrentTimeZone to change to the wrong value.
		</li>
		<li>
			This update addresses an issue that affects XPath queries on FileHash and other binary fields. It stops them from matching values in event records.
		</li>
		<li>
			This update addresses a known issue that affects BitLocker data-only encryption. A mobile device management (MDM) service, such as Microsoft Intune, might not get the right data.
		</li>
		<li>
			This update addresses an issue that affects some single-function printers. They might install as a scanner.
		</li>
		<li>
			This update addresses an issue that affects the Code Integrity Module (ci.dll). This issue stops your device from responding.
		</li>
		<li>
			This update includes quarterly changes to the Windows Kernel Vulnerable Driver Blocklist file, DriverSiPolicy.p7b. It adds to the list of drivers that are at risk for Bring Your Own Vulnerable Driver (BYOVD) attacks.
		</li>
		<li>
			This update affects Unified Extensible Firmware Interface (UEFI) Secure Boot systems. It adds a renewed signing certificate to the Secure Boot DB variable. You can now opt for this change.
		</li>
		<li>
			This update addresses an issue that stops you from reconnecting to an existing Remote Desktop session. Instead, you get a new one.
		</li>
		<li>
			This update addresses an issue that occurs when you change the keyboard language. The change fails to apply to RemoteApps in some scenarios.
		</li>
		<li>
			This update addresses an issue that affects Windows Local Administrator Password Solution (LAPS) Post Authentication Actions (PAA). The actions occur at restart instead of at the end of the grace period.
		</li>
		<li>
			This update addresses an issue that affects Active Directory. Bind requests to IPv6 addresses fail. This occurs when the requestor is not joined to a domain.
		</li>
		<li>
			This update addresses an issue that affects the LocalUsersAndGroups CSP. It stops processing group memberships if it cannot find a group.
		</li>
		<li>
			This update addresses an issue that affects deleted cloud files. When a cloud provider vetoes a deletion request, the files might still be removed.
		</li>
		<li>
			This update addresses an issue that affects MSIX applications. They do not open, and, in some cases, they make the host unresponsive. This occurs when they use MSIX App Attach with a CimFS image.
		</li>
		<li>
			This update addresses an issue that affects Group Policy Folder Redirection in a multi-forest deployment. The issue stops you from choosing a group account from the target domain. Because of this, you cannot apply advanced folder redirection settings to that domain. This issue occurs when the target domain has a one-way trust with the domain of the admin user. This issue affects all Enhanced Security Admin Environment (ESAE), Hardened Forests (HF) or Privileged Access Management (PAM) deployments.
		</li>
	</ul>
</blockquote>

<p>
	You can <a href="https://blogs.windows.com/windows-insider/2024/01/11/releasing-windows-10-build-19045-3992-to-release-preview-channel/" rel="external nofollow">check out the full blog post here</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/windows-10-version-22h2-release-preview-build-190453992-kb5034203-is-now-available/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21160</guid><pubDate>Fri, 12 Jan 2024 03:46:50 +0000</pubDate></item><item><title>How to determine activation status on Windows 11</title><link>https://nsaneforums.com/news/software-news/how-to-determine-activation-status-on-windows-11-r21156/</link><description><![CDATA[<h3>
	These are the three easiest ways to check the Windows activation status.
</h3>

<p>
	<img alt="47L9SP7qGdyHQM5xFfK7cL-650-80.jpg.webp" class="ipsImage" data-ratio="66.92" height="435" width="650" src="https://cdn.mos.cms.futurecdn.net/47L9SP7qGdyHQM5xFfK7cL-650-80.jpg.webp">
</p>

<p>
	 
</p>

<p>
	On <a data-analytics-id="inline-link" data-before-rewrite-localise="/windows-11" data-component-tracked="1" data-url="https://www.windowscentral.com/windows-11" href="https://www.windowscentral.com/windows-11" rel="external nofollow">Windows 11</a>, whether you use the "Home" or "Pro" edition, the setup must go through the activation process before accessing all the features, such as changing the desktop wallpaper. 
</p>

<p>
	 
</p>

<p>
	The activation process usually happens automatically as soon as the device connects to the internet, and this is true for new devices that come pre-installed with the operating system and after reinstalling Windows 11 on a previously activated device. However, if you're unsure whether your machine has been activated, Windows 11 includes several easy ways to check the activation state from the Settings app, Command Prompt, PowerShell, and Run command.
</p>

<p>
	 
</p>

<p>
	In this <a data-analytics-id="inline-link" data-before-rewrite-localise="/how-to" data-component-tracked="1" data-url="https://www.windowscentral.com/how-to" href="https://www.windowscentral.com/how-to" rel="external nofollow">how-to guide</a>, I will walk you through the steps to find out the activation status of Windows 11.
</p>

<h2 id="section-how-to-check-windows-11-activation-status-from-settings">
	<span>How to check Windows 11 activation status from Settings</span>
</h2>

<p>
	To check whether Windows 11 is activated or not, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Settings</strong>.
	</li>
	<li>
		Click on <strong>System</strong>.
	</li>
	<li>
		Click the <strong>Activation </strong>page on the right side.
	</li>
	<li>
		Confirm the "Activation state" setting:
	</li>
</ol>

<ul>
	<li>
		<strong>Active: </strong>No action is needed. The setup is fully activated.
	</li>
	<li>
		<strong>No active: </strong>The system is not activated. You will have to take action.
	</li>
</ul>

<p>
	 
</p>

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

		<p>
			<img alt="Eo54kvDxdS66q6a6XSzwX5-970-80.jpg" class="ipsImage" data-ratio="75.10" height="523" width="720" src="https://cdn.mos.cms.futurecdn.net/Eo54kvDxdS66q6a6XSzwX5-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ol start="5">
	<li>
		(Optional) Click the <strong>"Activation state" </strong>setting (if activated) to confirm whether the setup is using a digital license or product key. 
	</li>
</ol>

<ul>
	<li>
		<strong>Quick note:</strong> If you're signed in with a Microsoft account, the system will more than likely be using a digital license.
	</li>
</ul>

<p>
	 
</p>

<p>
	Once you complete the steps, if the settings page reads "Active," the device is fully activated.
</p>

<h2 id="section-how-to-check-windows-11-activation-status-from-command-prompt">
	<span>How to check Windows 11 activation status from Command Prompt</span>
</h2>

<p>
	To check the activation status of Windows 11 through Command Prompt (or PowerShell), use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Start</strong>.
	</li>
	<li>
		Search for <strong>Command Prompt </strong>(or <strong>PowerShell</strong>) and click the top result to open the app.
	</li>
	<li>
		Type the following command and press <strong>Enter</strong>: <em><strong>slmgr /xpr </strong></em>
	</li>
	<li>
		Confirm whether Windows 11 is activated:
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="mDiK2p79kTirbmNHLZtuj9-970-80.jpg" class="ipsImage" data-ratio="75.10" height="492" width="720" src="https://cdn.mos.cms.futurecdn.net/mDiK2p79kTirbmNHLZtuj9-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ul>
	<li>
		<strong>This machine is permanently activated: </strong>No action is needed. The setup is fully activated.
	</li>
	<li>
		<strong>Windows is in Notification mode: </strong>The system is not activated. You will have to take action.
	</li>
</ul>

<p>
	 
</p>

<p>
	After you complete the steps, the command will return a "Windows Script Host" dialog, letting you know the activation state.
</p>

<h2 id="section-how-to-check-windows-11-activation-status-from-run">
	<span>How to check Windows 11 activation status from Run</span>
</h2>

<p>
	To determine the Windows activation state with the Run command, use these steps:
</p>

<p>
	 
</p>

<ol>
	<li>
		Open <strong>Start</strong>.
	</li>
	<li>
		Search for <strong>Run</strong> and click the top result to open the app.
	</li>
	<li>
		Type the following command and press the <strong>OK button:</strong> <em><strong>slmgr.vbs /xpr </strong></em>
	</li>
	<li>
		Confirm whether Windows 11 is activated:
	</li>
</ol>

<p>
	 
</p>

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

		<p>
			<img alt="pGtoCjP473yT7hd5SsF39D-970-80.jpg" class="ipsImage" data-ratio="75.10" height="522" width="720" src="https://cdn.mos.cms.futurecdn.net/pGtoCjP473yT7hd5SsF39D-970-80.jpg">
		</p>
	</div>
</div>

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

<p>
	 
</p>

<ul>
	<li>
		<strong>This machine is permanently activated:</strong> No action is needed. The setup is fully activated.
	</li>
	<li>
		<strong>Windows is in Notification mode:</strong> The system is not activated. You will have to take action.
	</li>
</ul>

<p>
	 
</p>

<p>
	Once you complete the steps, similar to the command method, you will receive a "Windows Script Host" dialog with the activation information.
</p>

<p>
	 
</p>

<p>
	In addition to these methods, if your device isn't activated, the Settings app home page will usually display the <strong>"You need to activate Windows before you can personalize your PC"</strong> message, or the desktop may also display the <strong>"Activate Windows"</strong> watermark in the bottom-right corner of the screen.
</p>

<p>
	 
	</p><p>
		<a href="https://www.windowscentral.com/software-apps/windows-11/how-to-determine-activation-status-on-windows-11" rel="external nofollow">Source</a>
	</p>

]]></description><guid isPermaLink="false">21156</guid><pubDate>Thu, 11 Jan 2024 18:29:10 +0000</pubDate></item><item><title>Linux Mint 21.3 is now available with experimental Wayland support</title><link>https://nsaneforums.com/news/software-news/linux-mint-213-is-now-available-with-experimental-wayland-support-r21155/</link><description><![CDATA[<p>
	Linux Mint 21.3 is the third and final point update for the Linux Mint distribution. The developers of Linux Mint have released the new version of the popular Linux distribution today.
</p>

<p>
	 
</p>

<p>
	<a data-wpel-link="external" href="https://www.linuxmint.com/rel_virginia_whatsnew.php" rel="external nofollow" target="_blank">Announced</a> on the official Linux Mint website, Linux Mint 21.3 is a long term support release. The version will be supported until 2027. It is a smaller release, as is the case for point releases, but it still features plenty of changes and updates.
</p>

<p>
	 
</p>

<p>
	You may download the official ISO images using the following links:
</p>

<p>
	 
</p>

<ul>
	<li>
		<a data-wpel-link="external" href="https://mirrors.edge.kernel.org/linuxmint/stable/21.3/linuxmint-21.3-cinnamon-64bit.iso" rel="external nofollow" target="_blank">Linux Mint 21.3 Cinnamon</a>
	</li>
	<li>
		<a data-wpel-link="external" href="https://muug.ca/mirror/linuxmint/iso/stable/21.3/linuxmint-21.3-mate-64bit.iso" rel="external nofollow" target="_blank">Linux Mint 21.3 MATE</a>
	</li>
	<li>
		<a data-wpel-link="external" href="https://mirror.ette.biz/linuxmint/stable/21.3/linuxmint-21.3-xfce-64bit.iso" rel="external nofollow" target="_blank">Linux Mint 21.3 Xfce</a>
	</li>
</ul>

<h2>
	Linux Mint 21.3
</h2>

<p>
	<img alt="linux-mint-21.3.png" class="ipsImage" data-ratio="75.10" height="450" width="720" src="https://www.ghacks.net/wp-content/uploads/2024/01/linux-mint-21.3.png">
</p>

<p>
	 
</p>

<p>
	Linux Mint 21.3 comes with Linux kernel 5.15 and Ubuntu 22.04 as its base. The next Edge version with Linux kernel 6.5, and thus better hardware support, will come out in the coming weeks as well.#
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-860084660944">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	All three Linux Mint editions come with full SecureBoot support and improved BIOS and EFI compatibility.
</p>

<p>
	 
</p>

<p>
	The Cinnamon desktop environment has been updated to version 6.0. One of the main new feature is the addition of a new spice called Actions. These are add-ons for the file manager's context menu. Some are built-in, like the ISO options "make bootable USB stick" and "Verify".
</p>

<p>
	 
</p>

<p>
	Actions may be downloaded, enabled and rated just like any other spices. Open Start, type Actions and select the result to launch the configuration window. Manage gives you control over installed Actions. Switch to the Download tab to see other Actions that are available.
</p>

<p>
	 
</p>

<p>
	<img alt="linux-mint-actions.png" class="ipsImage" data-ratio="75.10" height="450" width="720" src="https://www.ghacks.net/wp-content/uploads/2024/01/linux-mint-actions.png">
</p>

<p>
	 
</p>

<p>
	Each action is listed with its name, a short description and a star rating. Select the download button next to an action to add it to the list of available Actions on the system.
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-130149516474">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<p>
	Example actions that you may download include creating a desktop shortcut, opening system settings, restarting Cinnamon or sending the selection as an attachment.
</p>

<p>
	 
</p>

<p>
	Cinnamon features experimental Wayland support. The developers say that Wayland is not going to replace Xorg anytime soon, but a new option has been added on the login screen to start Cinnamon on Wayland.
</p>

<p>
	 
</p>

<p>
	Wayland support has been added to preview and test the functionality. The developers say that it "lacks features" and has "limitations" at this point.
</p>

<p>
	 
</p>

<p>
	Other changes include the return of 75% scaling and Windows opacity keybinding, the ability to disable Stylus buttons and the option to configure the monitor for notifications.
</p>

<p>
	 
</p>

<p>
	Other changes in Linux Mint 21.3:
</p>

<p>
	 
</p>

<div class="rvloader-container mb--10" id="td-incontent-908581998355">
	<script class="rvloader">!function(){var t="td-incontent-"+Math.floor(Math.random()*Date.now()),e=document.getElementsByClassName("rvloader"),n=e[e.length-1].parentNode;undefined==n.getAttribute("id")&&(n.setAttribute("id",t),revamp.displaySlots([t]))}();</script>
</div>

<ul>
	<li>
		Hypnotix, a TV viewer application, supports favorites and custom channels now. Furthermore, support for playing YouTube channels and videos is improved thanks to the option to update yt-dlp more frequently to counter YouTube changes.
	</li>
	<li>
		Warpinator supports connecting to other devices manually now, either by entering an IP address manually or scanning a QR code (on mobile).
	</li>
	<li>
		The notes app Sticky support sDBUS commands.
	</li>
	<li>
		The batch file renaming tool Bulky supports thumbnails and drag &amp; drop support.
	</li>
</ul>

<p>
	 
</p>

<p>
	Check out the <a data-wpel-link="external" href="https://www.linuxmint.com/rel_virginia_whatsnew.php" rel="external nofollow" target="_blank">blog post</a> on the official Linux Mint website for additional details about the release.
</p>

<p>
	 
</p>

<p>
	<strong>Now You:</strong> have you tried Linux Mint 21.3 already? What is your take on the new release?
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2024/01/11/linux-mint-21-3-is-now-available-with-experimental-wayland-support/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21155</guid><pubDate>Thu, 11 Jan 2024 18:23:42 +0000</pubDate></item><item><title>Google Assistant gets major changes as underutilized tools will soon no longer be supported</title><link>https://nsaneforums.com/news/software-news/google-assistant-gets-major-changes-as-underutilized-tools-will-soon-no-longer-be-supported-r21154/</link><description><![CDATA[<p>
	Google is discarding some of its least-used tools on Google Assistant. In a blog post, the company shared the latest changes it is making to its Assistant.
</p>

<p>
	 
</p>

<p>
	Today, Google announced that it will be prioritizing the features users love the most, and giving up on the ones that are not frequently used. It <a href="https://support.google.com/assistant/answer/13971691?visit_id=638405766189649705-2318507035&amp;p=assistant_is_changing&amp;rd=1" rel="external nofollow">shared a list of several features</a> that will be unavailable starting January 26, 2024. In the Help Center post it also added alternatives to the affected features.
</p>

<p>
	 
</p>

<p>
	If a user tries to click on the capability that is going to be removed, they will be notified with the particular date after which it will no longer be available.
</p>

<p>
	 
</p>

<p>
	Some features that will no longer be available on Google Assistant include controlling and playing audiobooks on Google Play Books through voice commands, managing a stopwatch on Smart Displays and Speakers, asking to meditate with the Calm app, and more.
</p>

<p>
	 
</p>

<p>
	It appears that most of the features that are being discarded are voice-activated. We see that Google has removed the ability to use voice commands to send emails, video, and audio messages. However, it is still letting users send text messages and make calls.
</p>

<p>
	 
</p>

<p>
	Furthermore, individuals with Fitbit Sense and Versa 3 devices will have to resort to tapping buttons to complete actions such as pause, start, and play. They can no longer use voice controls on these.
</p>

<p>
	 
</p>

<p>
	On the other hand, Google mentioned that the Microphone icon in the Google app will present Search results when a user asks a question. Users can also continue to activate Google Assistant the way they normally would, for example, by saying “Hey Google.”
</p>

<p>
	 
</p>

<p>
	However, the microphone icon in the Search bar will not complete actions such as “turn on the lights” or “send a message.” Another change Google has made is that the microphone icon in the Pixel Search bar will activate Voice Search and not Google Assistant.
</p>

<p>
	 
</p>

<p>
	Lastly, Google mentioned that users will be encouraged to update their Google application if they are running v12 and older. <a href="https://blog.google/products/assistant/google-assistant-update-january-2024/" rel="external nofollow">The company also noted:</a>
</p>

<p>
	 
</p>

<blockquote class="QuoteNewsStyle">
	<p>
		“We know change can be disruptive, but we’ll do everything we can to make these transitions as smooth as possible. While Google Assistant has evolved a lot over the last seven years, one thing remains true: Our improvements are driven by your feedback. And we want to hear it. Just say, “Hey Google, send feedback” and share your comments with us.”
	</p>
</blockquote>

<p>
	Today, Google also shared that it has <a href="https://www.neowin.net/news/more-google-layoffs-confirmed-in-its-assistant-and-core-engineering-divisions/" rel="external nofollow">conducted major layoffs in its Assistant, Google Devices, </a>and Service divisions. It seems that the company is making major changes to its structure as it is also combining Pixel, <a href="https://www.neowin.net/news/fitbit-cofounders-depart-google-as-part-of-a-major-hardware-shift-that-includes-layoffs/" rel="external nofollow">Fibit</a>, and Nest hardware teams.
</p>

<p>
	 
</p>

<p>
	It is likely the aftershocks of this were shown in the latest changes to Google Assistant and other features in Fitbit and Pixel.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/google-assistant-gets-major-changes-as-underutilized-tools-will-soon-no-longer-be-supported/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21154</guid><pubDate>Thu, 11 Jan 2024 18:22:43 +0000</pubDate></item><item><title>Microsoft brings its Dev Home app to Windows 10 users with version 0.9</title><link>https://nsaneforums.com/news/software-news/microsoft-brings-its-dev-home-app-to-windows-10-users-with-version-09-r21141/</link><description><![CDATA[<p>
	Microsoft has released a new version of the Dev Home app, a special tool made to make life easier for developers using Windows. The app has been a Windows 11-exclusive feature since <a href="https://www.neowin.net/news/microsoft-officially-debuts-dev-home-and-up-to-30-faster-refs-dev-drives/" rel="external nofollow">its debut at the Build 2023 conference</a>, but now Windows 10 users can also access it.
</p>

<p>
	 
</p>

<p>
	The main highlight of the Dev Home 0.9 release is Windows 10 support. However, there is also one accessibility fix that ensures screen readers properly announce a navigation pane opening or closing. Also, Dev Home should now properly open your browser to allow signing into your GitHub profile.
</p>

<p>
	 
</p>

<div class="ipsEmbeddedOther" contenteditable="false">
	<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedid="7f1f578ba911266e23f0b9029807aa4b" src="https://nsaneforums.com/index.php?app=core&amp;module=system&amp;controller=embed&amp;url=https://twitter.com/cinnamon_msft/status/1745210172773974200?ref_src=twsrc%255Etfw%257Ctwcamp%255Etweetembed%257Ctwterm%255E1745210172773974200%257Ctwgr%255Eb02b9ebac052d3f4d3721757b9ca539cde70767f%257Ctwcon%255Es1_%26ref_url=https://www.neowin.net/news/microsoft-brings-its-dev-home-app-to-windows-10-users-with-version-09/"></iframe>
</div>

<p>
	You can download the Dev Home app <a href="https://github.com/microsoft/devhome/releases/tag/v0.901.374.0" rel="external nofollow">from its official repository on GitHub</a>. It is available for free for all users of any Windows 11 and now Windows 10 editions.
</p>

<p>
	 
</p>

<p>
	For those unfamiliar, the Dev Home app is a sort of control panel for developer-related tasks, downloading apps, packages, or repositories, connecting various developer accounts, and monitoring your PC hardware. You can also use the program to <a href="https://www.neowin.net/news/microsoft-sheds-light-on-the-new-developer-features-coming-with-windows-11-23h2-update/" rel="external nofollow">set up a Dev Drive</a>, a specialized partition optimized for app development.
</p>

<p>
	 
</p>

<p>
	Even those with little to no development knowledge can make good use of the Dev Home app. It contains hardware monitoring widgets, allowing you to track CPU, GPU, RAM, and network performance on the Widgets board. And with Microsoft finally letting you <a href="https://www.neowin.net/guides/how-to-disable-news-in-windows-widgets-in-windows-11/" rel="external nofollow">turn off news in Windows Widgets</a>, many users may want to start using that area. Check out our guide to learn <a href="https://www.neowin.net/guides/windows-11-gets-widgets-for-monitoring-cpu-gpu-ram-and-more-here-is-how-to-enable-them/" rel="external nofollow">how to get CPU, GPU, RAM, and network monitoring widgets in Windows 11</a>.
</p>

<p>
	 
</p>

<p>
	Besides adding Windows 10 support, Microsoft is working on additional Settings for the Dev Home app. The company wants to <a href="https://www.neowin.net/news/microsoft-is-working-on-advanced-windows-settings-to-give-you-more-control-over-your-pc/" rel="external nofollow">give users and developers more control over their computers</a> in the so-called "Advanced Windows Settings" section.
</p>

<p>
	 
</p>

<p>
	You can learn more about the Dev Home app and its capabilities <a href="https://learn.microsoft.com/en-us/windows/dev-home/" rel="external nofollow">in the official documentation</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-brings-its-dev-home-app-to-windows-10-users-with-version-09/" rel="external nofollow">Source</a>
</p>
]]></description><guid isPermaLink="false">21141</guid><pubDate>Thu, 11 Jan 2024 08:11:14 +0000</pubDate></item></channel></rss>
