<?xml version="1.0"?>
<rss version="2.0"><channel><title>News: Software News</title><link>https://nsaneforums.com/news/software-news/page/376/?d=2</link><description>News: Software News</description><language>en</language><item><title>How to fix "the processor needs to have two or more cores to run Windows 11" issue in VMware Workstation Player</title><link>https://nsaneforums.com/news/software-news/how-to-fix-the-processor-needs-to-have-two-or-more-cores-to-run-windows-11-issue-in-vmware-workstation-player-r3325/</link><description><![CDATA[<p>
	Microsoft really did not make it easy to test its operating system in virtual machines, with its ridiculous hardware checks stopping tech enthusiasts from trying it. A few days ago, I told you about how to <a data-wpel-link="internal" href="https://www.ghacks.net/2021/11/02/how-to-enable-tpm-2-0-support-in-vmware-workstation-player/" rel="external nofollow" target="_blank">enable TPM 2.0</a> support in VMware Workstation Player. This is sort of the 2nd chapter of the story.
</p>

<p>
	 
</p>

<p>
	<img alt="the-processor-needs-to-have-two-or-more-" class="ipsImage" data-ratio="75.10" height="514" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/11/the-processor-needs-to-have-two-or-more-cores-for-Windows-11.webp">
</p>

<p>
	 
</p>

<p>
	I installed the Windows Insider Preview build from an ISO, thinking that I could opt in to the Program for future updates. It would be convenient than downloading the ISO every time a new build is released. But to my surprise, the OS said that my VM did not meet the system requirements. This was getting silly, I had enabled TPM in VMware Workstation Player and Secure Boot was working too. My VM is perfectly capable of handling the operating system, it is after all running Windows 11 without any major hiccups.
</p>

<p>
	 
</p>

<p>
	<img alt="VMware-Workstation-Player-processor-core" class="ipsImage" data-ratio="75.10" height="540" width="552" src="https://www.ghacks.net/wp-content/uploads/2021/11/VMware-Workstation-Player-processor-cores.webp">
</p>

<p>
	 
</p>

<p>
	Unsure of how to proceed, I installed the <a data-wpel-link="internal" href="https://www.ghacks.net/2021/09/21/microsofts-windows-11-compatibility-app-pc-health-check-is-available-for-everyone-now/" rel="external nofollow" target="_blank">PC Health Check app</a> to see what is wrong. It told me that the processor needs to have two or more cores, and that my system, i.e. the virtual machine, had just one. I was confused, because it was only a few days ago that I had allocated 4GB of RAM, and 4 cores while setting up the virtual machine and installing the OS. To verify this, I shut down the VM and checked its settings, and I was right, it did have 4 processor cores enabled. So, why was Windows 11 not allowing me to participate in the Insider Preview Program?
</p>

<p>
	 
</p>

<p>
	A quick search on Google should help me, or so I believed. But nobody had reported such an issue,  but I eventually found the fix in an <a data-wpel-link="external" href="https://communities.vmware.com/t5/VMware-Fusion-Discussions/Odd-behavior-with-Fusion-12-2-and-Windows-11/td-p/2873503" rel="external nofollow" target="_blank">unrelated thread</a> at the VMware community forums.
</p>

<h3>
	How to fix "the processor needs to have two or more cores to run Windows 11" issue in VMware Workstation Player
</h3>

<p>
	1. Open the folder where your virtual machine's files are located.
</p>

<p>
	2. Look for the VMX file and open it with Notepad.
</p>

<p>
	3. Use Ctrl + F to find out if the following flags exist.
</p>

<blockquote>
	<p>
		numvcpus<br>
		cpuid.coresPerSocket
	</p>
</blockquote>

<p>
	The first flag, which defines the number of virtual CPUs, should exist in all VMs. e.g.  numvcpus = "4". The other flag is used to set the number of cores per socket, you may refer to this <a data-wpel-link="external" href="https://kb.vmware.com/s/article/1010184" rel="external nofollow" target="_blank">support article</a> to determine the number of cores you can assign based on how many vCPUs you have.
</p>

<p>
	In my case, the 2nd option wasn't listed in the settings file, so VMware was using just 1 socket and 1 core. I wanted to use 4 cores, so I set the value like this, cpuid.coresPerSocket = "4".
</p>

<p>
	 
</p>

<p>
	<img alt="How-to-fix-the-processor-needs-to-have-t" class="ipsImage" data-ratio="60.28" height="279" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/11/How-to-fix-the-processor-needs-to-have-two-or-more-cores-for-Windows-11-issue.webp">
</p>

<p>
	 
</p>

<p>
	4. Save the VMX file, and close it.
</p>

<p>
	5. Boot your VM and when run the PC Health Check app. It should pass the test.
</p>

<p>
	 
</p>

<p>
	<img alt="Windows-11-pc-health-check-requirements." class="ipsImage" data-ratio="75.10" height="512" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/11/Windows-11-pc-health-check-requirements.webp">
</p>

<p>
	 
</p>

<p>
	The Windows Insider Preview check should also allow you to participate in the program, and you can opt in to receive the Dev Channel builds. Without compatible hardware, i.e. before the fix, you can only get Release Preview builds. Here's a screenshot from my VM's Windows Update section, which shows that the latest Windows 11 Insider Preview build 22494.1000 is being downloaded.
</p>

<p>
	 
</p>

<p>
	<img alt="Windows-11-insider-preview-program-in-vi" class="ipsImage" data-ratio="75.10" height="474" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/11/Windows-11-insider-preview-program-in-virtual-machine.webp">
</p>

<p>
	 
</p>

<p>
	If for some reason the Preview Program still displays the error, despite the PC Health Check app saying your system can run Windows 11, I recommend running the open-source tool, WhyNotWin11. It will give you a more detailed list of the compatibility results than Microsoft's utility. E.g. If you accidentally set the amount of virtual RAM or storage or CPUs to a lower number than the minimum requirements, the program will tell you what the issue is.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2021/11/08/the-processor-needs-to-have-two-or-more-cores-to-run-windows-11/" rel="external nofollow">How to fix "the processor needs to have two or more cores to run Windows 11" issue in VMware Workstation Player</a>
</p>
]]></description><guid isPermaLink="false">3325</guid><pubDate>Mon, 08 Nov 2021 22:06:50 +0000</pubDate></item><item><title>Awkward. At Chrome summit, developer asks: Why should anyone trust Google?</title><link>https://nsaneforums.com/news/software-news/awkward-at-chrome-summit-developer-asks-why-should-anyone-trust-google-r3318/</link><description><![CDATA[<p>
	<span style="font-size:24px;">Also: Engineers call for 'a diverse set of browsers across all platforms including iOS'</span>
</p>

<p>
	 
</p>

<p>
	Google held an online Chrome Dev Summit last week, including an "Ask me anything" session in which the company was posed some awkward questions concerning its browser standards strategy.
</p>

<p>
	 
</p>

<p>
	"It's difficult for developers to meet growing expectations for privacy," said Barb Smith, global lead for Chrome and web platform partnerships, "when so many capabilities rely on third-party cookies and other cross-site tracking mechanisms that weren't designed with privacy in mind."
</p>

<p>
	 
</p>

<p>
	She went on to describe what she called "new privacy-preserving technologies," though top of the list of features was not privacy, but the ability to deliver "relevant ads and content."
</p>

<p>
	 
</p>

<p>
	Google argues that this is necessary to the business model of today's web, or what Smith called "a healthy, sustainable ecosystem." But privacy advocates are not convinced of this. Google's initiative is called Privacy Sandbox and includes technologies like FLOC, FLEDGE and first-party sets, which have proved contentious.
</p>

<p>
	 
</p>

<p>
	The Chrome Dev Summit, the keynote for which can be viewed here, did feel at times like a PR exercise, with Google's senior director for product, Ben Galbraith, emphasising efforts towards cross-browser compatibility with Compat 2021, while Smith presented Privacy Sandbox as being for the benefit of developers rather than being for Google itself as it endeavours to protect the interests of its advertising business.
</p>

<p>
	 
</p>

<p>
	It was to the company's credit that it chose to take the question posed by Clearleft's Jeremy Keith, well known in the web standards community and who was briefly on the advisory committee for AMP (Accelerated Mobile Pages), before resigning saying that "it has become clear to me that AMP remains a Google product." AMP has been in the news of late with a lawsuit alleging Google deliberately throttled ad load times to promote it, and Keith asked: "Given the court proceedings against AMP, why should anyone trust FLOC or any other Google initiatives ostensibly focused on privacy?"
</p>

<p>
	 
</p>

<p>
	"I can't comment on the AMP legal proceedings," said Galbraith. "FLOC is part of this broader initiative that we call the Privacy Sandbox… we're not asking for blind trust, instead we're working in the open which means we're sharing our ideas while they're in an early phase, we're sharing specific API proposals… running experiments in the open, and also working closely with industry regulators."
</p>

<p>
	 
</p>

<p>
	Galbraith added that Google will "continue to be very transparent both in terms of how the sandbox works and its resulting privacy properties, and we expect the effort will be judged on that basis."
</p>

<p>
	 
</p>

<p>
	Keith reflected later that "the question got a response. I wouldn't say it got an answer... The fundamental issue is that you've got a single company that's the market leader in web search, the market leader in web advertising, and the market leader in web browsers. I honestly believe all three would function better – and more honestly – if they were separate entities."
</p>

<p>
	 
</p>

<p>
	Google has retreated behind the notion that its proposals are all subject to change before; the problem is that it does not always seems to take seriously the reservations expressed by others such as the W3C Technical Architecture Group.
</p>

<p>
	 
</p>

<p>
	In a possibly unguarded moment, Google's Privacy Sandbox tech lead, Michael Kleber, previously said: "The W3C doesn't get to be the boss of anyone, the decisions are going to be made at each of the browsers."
</p>

<p>
	 
</p>

<p>
	The AMA continued to be more compelling than the rest of the Dev Summit. What is the future of AMP? "We will continue to support developers that choose to use it," said Galbraith, who also noted that the company's Web Vitals initiative was about achieving "fast perceived page load times and stable page layout regardless of the web framework that they choose to use, and to align Google search with those guidelines."
</p>

<p>
	 
</p>

<p>
	We get the impression AMP is fading, whether because of legal issues or other considerations.
</p>

<p>
	 
</p>

<p>
	Why does Adobe's new Photoshop for the web work only with Chrome and Edge, not Firefox? Ben Goodger, leading engineering, product and developer relations for Web Platform, said that it was "rare for APIs to emerge simultaneously in all browsers... With the Photoshop launch you can see what's possible when we build a more powerful web... We welcome cross-browser dialog on the shape of those APIs."
</p>

<p>
	 
</p>

<p>
	Is browser diversity important? Given the way that Google shows a recommendation to use Chrome every time its home page is visited by another browser one might think not, but software engineer Chris Harrelson said that "browser diversity is quite important because the web is an open, interoperable and universal platform, and browser diversity is part of what makes that stay the way it is."
</p>

<p>
	 
</p>

<p>
	Why does reviewing extensions for the Chrome Web App Store take so long? "Thank you for the feedback on that," said director of engineering Parisa Trabriz. "Even pretty complex extensions are reviewed and approved in a couple of business days." It is all about a high quality bar, she insisted.
</p>

<p>
	 
</p>

<p>
	"What is the future of the mobile web without real engine choice?" was another question, with Apple's iOS in mind, where Safari's WebKit is the only browser engine allowed. "How does the web stay competitive without Apple on board?"
</p>

<p>
	 
</p>

<p>
	Goodger made a nod to history in his reply. "You'll remember an era on the web where innovation slowed down and even stopped," he said. "What got us out of that funk was the ability for users to make choices about the experience that they want to have." Maybe it took a bit more than that, but Goodger expressed the belief that user choice would again win the day.
</p>

<p>
	 
</p>

<p>
	Harrelson lauded competition and said that "an important part of that is a diverse set of browsers across all platforms including iOS." These are intriguing non-answers: is Google planning a push to get Chrome onto iOS by appealing to the benefits of competition? Following that logic, some will argue that Google's near-monopoly in search should also be addressed.
</p>

<p>
	 
</p>

<p>
	The dilemma is that Google engineers, funded ultimately by web advertising, have made a substantial contribution to the rapid and impressive evolution of the web platform and in making Chromium and the V8 JavaScript engine among the most critical and successful open-source projects. That said, a company with 91 per cent market share in search and browser on non-Apple platforms is not best placed to talk up the benefits of competition. ®
</p>

<p>
	 
</p>

<p>
	<span style="font-size:20px;"><strong><a href="https://www.theregister.com/2021/11/08/why_should_anyone_trust_google/" rel="external nofollow">Source</a></strong></span>
</p>
]]></description><guid isPermaLink="false">3318</guid><pubDate>Mon, 08 Nov 2021 13:36:48 +0000</pubDate></item><item><title>A new Windows 11 bug has somehow charged a laptop battery to over 104%</title><link>https://nsaneforums.com/news/software-news/a-new-windows-11-bug-has-somehow-charged-a-laptop-battery-to-over-104-r3317/</link><description><![CDATA[<p>
	<span style="font-size:36px;">Power! Unlimited power!</span>
</p>

<p>
	 
</p>

<p>
	There have been a slew of bugs reported in Windows 11 over the last few weeks, but an unusual one discovered yesterday might be pushing laptop batteries past the 100% charging capacity.
</p>

<p>
	 
</p>

<p>
	PC Gamer reports that a Reddit user by the name of Zondax noticed that their laptop displayed the message "Battery status: fully charged 103%" when the cursor was hovering over the battery symbol, and then further increased to 104% a few hours later. 
</p>

<p>
	 
</p>

<p>
	Zondax, who was playing a game of Old School Runescape had the device on charge, as displayed by the image displayed on the original Reddit post, but it's unclear what brand of laptop is beings used. We have reached out for confirmation, and to establish if Windows 11 had been installed onto the device via official means.
</p>

<p>
	 
</p>

<p>
	User Zondax commented after the device hit 104% that " I kinda don't want to unplug it, I'm curious to see how far it will go..", but has not reported any further updates so we don't know if the charge limit has been exceeding any further, but given it shouldn't be possible to get beyond 100% in the first place, we shouldn't disregard the possibility.
</p>

<p>
	 
</p>

<p>
	Given that it's still early days for Microsoft's new operating system, bugs are expected which is why some folks are choosing to hold off on upgrading until concerns are addressed and fixed, even if they currently have a device that meets the lofty system requirements to support Windows 11.
</p>

<p>
	 
</p>

<p>
	A few battery related issues have also been reported, including users who can't get a laptop to charge to over 80% and another Reddit thread with multiple users reporting that the duration that their laptop can operate on battery power has tanked since upgrading, with some stating they'll be downgrading back to Windows 10 as a result.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:24px;"><strong>Analysis: A matter of safety</strong></span>
</p>

<p>
	<br />
	We have no way of knowing if the battery on the device genuinely is exceeding it's charge limit or if the bug is instead simply displaying incorrect percentages, but if it's the former then this might not be a laughing matter.
</p>

<p>
	 
</p>

<p>
	Battery issues on devices can have disastrous consequences as we've previously seen with the Samsung Galaxy Note 7, but as this is an isolated incident I don't think there's any need to panic just yet. For anyone who's concerned, you can easily downgrade back to Windows 10 if you installed it within a 10 day window and then upgrade again when you feel safe to do so.
</p>

<p>
	 
</p>

<p>
	Alternatively, ensure that you don't keep the laptop plugged in when it hits 100%, though this is understandably a lot more troublesome, especially if you're using a power-hungry gaming laptop to play demanding titles.
</p>

<p>
	 
</p>

<p>
	If you're encountering any other issues, make sure you check out our guide on how to fix common Windows 11 problems for more advice as many have a quick fix. 
</p>

<p>
	 
</p>

<p>
	<strong><span style="font-size:20px;"><a href="https://www.techradar.com/news/a-new-windows-11-bug-has-somehow-charged-a-laptop-battery-to-over-104" rel="external nofollow">Source</a></span></strong>
</p>

<p>
	 
</p>

<p>
	<em>Also: <a href="https://www.neowin.net/news/windows-11-is-able-to-charge-batteries-beyond-100-although-not-for-real/" rel="external nofollow">Windows 11 is able to charge batteries beyond 100%, although not for real</a>.</em>
</p>
]]></description><guid isPermaLink="false">3317</guid><pubDate>Mon, 08 Nov 2021 13:32:31 +0000</pubDate></item><item><title>Browser wars: Microsoft Edge is steaming away from an established rival</title><link>https://nsaneforums.com/news/software-news/browser-wars-microsoft-edge-is-steaming-away-from-an-established-rival-r3316/</link><description><![CDATA[<p>
	<span style="font-size:20px;">Is Microsoft Edge ready to compete with the real big guns?</span>
</p>

<p>
	 
</p>

<p>
	Slowly but surely, Microsoft Edge is beginning to establish a lead over veteran web browser Firefox, new data suggests.
</p>

<p>
	 
</p>

<p>
	According to the latest figures from StatCounter, Microsoft Edge now holds 3.99% of the market, up from 3.77% at the end of September. And since this time last year, the browser’s share has increased by roughly a third.
</p>

<p>
	 
</p>

<p>
	Mozilla’s web browser, meanwhile, has lost market share in eight of the last twelve months, and now accounts for just 3.66% of activity on the web.
</p>

<p>
	Microsoft Edge overtook Firefox in the rankings for the first time back in May, albeit by a very fine margin. However, the latest surge has now put daylight between the pair.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:20px;"><strong>Still a long way to climb for Edge</strong></span>
</p>

<p>
	<br />
	Since its (re-)launch in January 2020, the new Chromium-based Microsoft Edge has been broadly well-received, courtesy of a series of upgrades that modernized the user experience.
</p>

<p>
	 
</p>

<p>
	The handsome adoption figures can be attributed in part to more focused marketing efforts, but also to the steady stream of improvements introduced since Edge Chromium went live.
</p>

<p>
	 
</p>

<p>
	In recent weeks, for example, Microsoft has rolled out new features for shoppers ahead of Black Friday and the holiday season, citation functionality for students and academics, and security features that shield against malware hosted on the web.
</p>

<p>
	 
</p>

<p>
	Another factor that has contributed to the growth of Edge is the retirement of both Internet Explorer and Edge Legacy, whose users Microsoft has been careful to funnel towards its new web browser.
</p>

<p>
	 
</p>

<p>
	However, with few gains left to tap into here, Microsoft will need to find a way to snatch users from the largest browsers on the market if Edge is to continue to grow. Recent signs suggest the company is doing just that, but slowly. There is still a long way to go before Microsoft Edge can be said to pose a genuine threat to Google Chrome (which dominates with 65% of the market) or Apple’s Safari (19%).
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.techradar.com/news/browser-wars-microsoft-edge-is-steaming-away-from-an-established-rival" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">3316</guid><pubDate>Mon, 08 Nov 2021 13:27:11 +0000</pubDate></item><item><title>Closer Look: Settings app UI in Windows 11</title><link>https://nsaneforums.com/news/software-news/closer-look-settings-app-ui-in-windows-11-r3315/</link><description><![CDATA[<p>
	It's been over a month since <a href="https://www.neowin.net/news/microsoft-begins-rolling-out-windows-11-to-select-users-starting-today/" rel="external nofollow">Windows 11 started generally rolling out</a>, but since it is being made available in a staggered manner, not everyone has received it on their machine. Although there are <a href="https://www.neowin.net/news/how-to-install-windows-11-update-using-the-microsoft-installation-assistant/" rel="external nofollow">ways to immediately trigger the update</a>, it is perhaps advisable to know what's in store before you decide to do so. This is exactly what <a href="https://www.neowin.net/news/tags/closer_look/" rel="external nofollow">we've been exploring so far in our ongoing Closer Look series</a>.
</p>

<p>
	 
</p>

<p>
	So far, we have taken a look at <a href="https://www.neowin.net/news/closer-look-search-in-windows-11/" rel="external nofollow">Search</a>, <a href="https://www.neowin.net/news/closer-look-widgets-in-windows-11/" rel="external nofollow">Widgets</a>, the <a href="https://www.neowin.net/news/closer-look-start-menu-in-windows-11/" rel="external nofollow">Start menu</a>, <a href="https://www.neowin.net/news/closer-look-snap-layouts-and-snap-groups-in-windows-11/" rel="external nofollow">Snap Layouts and Snap Groups</a>, the <a href="https://www.neowin.net/news/closer-look-taskbar-in-windows-11/" rel="external nofollow">Taskbar</a>, <a href="https://www.neowin.net/news/closer-look-quick-settings-and-notifications-in-windows-11/" rel="external nofollow">quick settings and notifications</a>, <a href="https://www.neowin.net/news/closer-look-virtual-desktops-in-windows-11/" rel="external nofollow">Virtual Desktops</a>, <a href="https://www.neowin.net/news/closer-look-power-and-battery-settings-in-windows-11/" rel="external nofollow">power and battery settings</a>, <a href="https://www.neowin.net/news/closer-look-default-apps-settings-in-windows-11/" rel="external nofollow">default apps configurations</a>, <a href="https://www.neowin.net/news/closer-look-file-explorer-in-windows-11/" rel="external nofollow">File Explorer</a>, <a href="https://www.neowin.net/news/closer-look-context-menus-in-windows-11/" rel="external nofollow">context menus</a>, <a href="https://www.neowin.net/news/closer-look-microsoft-teams-integration-in-windows-11/" rel="external nofollow">Teams integration</a>, the <a href="https://www.neowin.net/news/closer-look-clock-app-in-windows-11/" rel="external nofollow">updated Clock app in Windows 11</a>, the <a href="https://www.neowin.net/news/closer-look-microsoft-store-in-windows-11/" rel="external nofollow">Microsoft Store</a>, <a href="https://www.neowin.net/news/closer-look-snipping-tool-in-windows-11/" rel="external nofollow">the Snipping Tool</a>, the <a href="https://www.neowin.net/news/closer-look-paint-in-windows-11/" rel="external nofollow">Paint app refresh</a>, <a href="https://www.neowin.net/news/closer-look-lock-screen-in-windows-11/" rel="external nofollow">the lock screen</a>, the <a href="https://www.neowin.net/news/closer-look-photos-app-in-windows-11/" rel="external nofollow">revamped Photos app</a>, the <a href="https://www.neowin.net/news/closer-look-voice-typing-in-windows-11/" rel="external nofollow">voice typing experience</a>, <a href="https://www.neowin.net/news/closer-look-storage-settings-in-windows-11/" rel="external nofollow">the storage settings</a>, the <a href="https://www.neowin.net/news/closer-look-touch-keyboard-in-windows-11/" rel="external nofollow">touch keyboard</a>, the <a href="https://www.neowin.net/news/closer-look-calendar-app-integration-in-windows-11/" rel="external nofollow">Calendar app integration</a>, and the <a href="https://www.neowin.net/news/closer-look-calculator-app-in-windows-11/" rel="external nofollow">Calculator app</a>. Today, we'll be discussing a very specific feature, namely the Settings app's UI in Windows 11.
</p>

<p>
	 
</p>

<p>
	For the purpose of this hands-on, we'll be taking a look at the generally available Windows 11 build versus a publicly available and up-to-date Windows 10 (version 21H1 build 19043.1320). Right off the bat, I would like to emphasize that we are not looking at the entire Settings app (in fact, we have <a href="https://www.neowin.net/news/tags/closer_look/" rel="external nofollow">discussed many sections of it already in individual Closer Look articles</a>), but will only be focusing on some specific UI updates.
</p>

<figure>
	<p>
		 
	</p>

	<p>
		<img alt="1636278161_set1_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1636278161_set1_story.jpg">
	</p>

	<figcaption>
		Settings app in Windows 10
	</figcaption>
</figure>

<p>
	Starting off with the Settings app in Windows 10 first. On the landing page, you get some of your important information at the top, such as the account you're logged into, your OneDrive sync status, Windows Update, Microsoft Rewards points, and the option to use Microsoft-recommended browser settings. Then, there are also some more detailed configurations options below with their own sets of nested menus. There is also a handy search bar at the top of this section in case you don't exactly know where the setting you're looking for is situated. There are also subtle animations on hover and the item you currently have your cursor over is highlighted with a slight border as you can see on the "System" button in the screenshot above. I really like the simplicity of this UI.
</p>

<figure>
	<p>
		 
	</p>

	<p>
		<img alt="1636278552_set2_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1636278552_set2_story.jpg">
	</p>

	<figcaption>
		Settings app in Windows 10
	</figcaption>
</figure>

<p>
	Like I said, we won't be discussing all the individual settings in detail. Instead, we'll be focusing on the general UI. As an example, I have attached a screenshot of the <strong>System &gt; Display</strong> section above to demonstrate the UI pattern. When you click on a section on the landing page, you'll be directed to a dedicated page showing you subsections in the left pane, the associated configurations at the right of it, and then some helpful tips at the right. You can click on any of the options on the left to navigate to a setting and there's also a search bar if you don't exactly know where you want to navigate to. My main complaint with this is that Microsoft wastes a lot of space across all its interfaces. Scrolling in pages is a common but cumbersome activity and there is lots of whitespace, which I personally consider to be wasted potential to reduce scrolling.
</p>

<figure>
	<p>
		 
	</p>

	<p>
		<img alt="1636279252_set1_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1636279252_set1_story.jpg">
	</p>

	<figcaption>
		Settings app in Windows 11
	</figcaption>
</figure>

<p>
	Coming over to Windows 11, it's really interesting to see that Microsoft has done away with the traditional landing page, kind of. What you see instead is the "System" page which launches by default with all the main settings shifted to the left pane. These sections also feature new colorful icons unlike the monochrome icons present in Windows 10. The System page launching as default also makes sense to me because it consists of what you would probably define as the "core" settings of an OS. There is still a separation at the top here which shows you your device's name, Windows Update, and OneDrive sync status. Microsoft Rewards have been removed from here and so has the ability to set Microsoft-recommended browser settings. This was a pleasant yet surprising change for me considering the <a href="https://www.neowin.net/news/closer-look-default-apps-settings-in-windows-11/" rel="external nofollow">anti-competitive practices Microsoft has been engaging in when it comes to default apps</a>. Your profile information has been moved to the pane on the left.
</p>

<p>
	 
</p>

<p>
	I highly prefer this organization of the Settings app in Windows 11 due to how clean it looks as well as the consistency benefits that I'll talk about later.
</p>

<figure>
	<p>
		 
	</p>

	<p>
		<img alt="1636279791_set2_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1636279791_set2_story.jpg">
	</p>

	<figcaption>
		Settings app in Windows 11
	</figcaption>
</figure>

<p>
	For the sake of comparison with the second screenshot from Windows 10, I have navigated to and attached a screenshot of <strong>System &gt; Display</strong> in Windows 11. You'll immediately notice that the pane on the left is retained as-is, which I think is nice in terms of consistency as it translates across the entire app. Meanwhile, all the configurations themselves have been moved to the center of the screen, which means that you'll find an abundance of nested menus since this information was previously present on the left pane in Window 10. All the tips and feedback buttons have been moved to the bottom of the page. This makes sense to me as it seems more consistent to me and space is better utilized. Other minor changes to the UI also means that there is not a lot of whitespace and I have to scroll less. That said, I'm not sure if this is something that I just personally like or whether the feedback is universal across Windows 11 users.
</p>

<figure>
	<p>
		 
	</p>

	<p>
		<img alt="1636280175_set3_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1636280175_set3_story.jpg">
	</p>

	<figcaption>
		Settings app in Windows 11
	</figcaption>
</figure>

<p>
	Another thing I would like to highlight is the presence of breadcrumbs at the top. An example can be seen above where I navigated to <strong>System &gt; Display &gt; Graphics</strong>. A really, really good move that Microsoft initiated in the Settings app for Windows 11 is to show this path at the top of the page. What this means is that I can easily jump between menus without having to press the "back" button, regardless of how deep I am in the configurations, in terms of nesting. This change has really improved my productivity and flow overall since I use the Settings app quite frequently for one reason or the other.
</p>

<p>
	 
</p>

<p>
	Overall, I think that Microsoft has done a really good job with the Settings app revamp in Windows 11. It's not perfect as you will come across some inconsistencies and wastage of space in specific sections, but I definitely think that the company is on the right track. I love the colorful icons and the presence of breadcrumbs as they have increased the speed at which I can quickly navigate through different menus. Moving all the settings and profile information to the left and keeping it consistent across all Settings pages regardless of what page you're on also ensures that you can quickly jump through all kinds of settings without having to navigate to the landing page (which is absent in Windows 11) every time. I'm eager to see how Microsoft further evolves this down the line via updates.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/closer-look-settings-app-ui-in-windows-11/" rel="external nofollow">Closer Look: Settings app UI in Windows 11</a>
</p>
]]></description><guid isPermaLink="false">3315</guid><pubDate>Mon, 08 Nov 2021 02:26:49 +0000</pubDate></item><item><title>Don&#x2019;t want to accidentally update to Windows 11? Here&#x2019;s how to block it</title><link>https://nsaneforums.com/news/software-news/don%E2%80%99t-want-to-accidentally-update-to-windows-11-here%E2%80%99s-how-to-block-it-r3314/</link><description><![CDATA[<article>
	<p>
		While Windows 11 has a number of great new features, such as the ability to run Android apps, it also features a significant change in the look and feel of the operating system, particularly with the new Start menu, and you may not feel invested enough in Microsoft’s new OS to make the effort to relearn your work patterns.
	</p>

	<p>
		 
	</p>

	<p>
		Microsoft will soon start pushing out the OS update to Windows 10 users who’s PC meet Microsoft’s hardware requirements, and the company is also well know for using dark patterns into tricking users into upgrading.
	</p>

	<p>
		 
	</p>

	<p>
		If you want to make sure you don’t wake up one day with Windows 11 installed on your PC, there is an easy way to block the update from being offered to your PC.
	</p>

	<p>
		 
	</p>

	<p>
		Microsoft introduced a new <strong>TargetReleaseVersion </strong>specification in Windows 10 1803, which allows you to set which version of Windows 10 you would like your OS to upgrade to or remain at.
	</p>

	<p>
		 
	</p>

	<p>
		To prevent the new OS from being offered to you, you simply need to do a bit of registry editing.
	</p>

	<p>
		 
	</p>

	<ol type="1">
		<li>
			to press <strong>windows + R</strong>., type <strong>regedit </strong>and press <strong>log into</strong>
		</li>
		<li>
			Navigate to <strong>Computer HKEY_LOCAL_MACHINE SOFTWARE Policies Microsoft Windows Windows Update</strong>
		</li>
		<li>
			Create a new DWORD (32-bit) value called <strong>TargetReleaseVersion </strong>and assign it a value of <strong>1</strong>
		</li>
		<li>
			Create another DWORD (32-bit) value called <strong>TargetReleaseVersionInfo </strong>and assign it a value of <strong>21H1</strong>
		</li>
	</ol>

	<p>
		 
	</p>

	<p>
		If you have Windows 10 Pro, you can do the same via the Group Policy Editor.
	</p>

	<p>
		 
	</p>

	<p>
		Simply go to <strong>Local computer policy &gt; Computer configuration &gt; Administrative models &gt; Windows components &gt; Windows update &gt; Windows Update for Business</strong> and double click <strong>Select the target feature upgrade version</strong>. Enter <strong>21H1 </strong>and hit <strong>ok </strong>before restarting your computer.
	</p>

	<p>
		 
	</p>

	<p>
		This registry option will still automatically update your PC to the latest version of the OS which Microsoft offers 60 days after your version goes out of service, but that is still likely to be several years away, by which time Microsoft will probably have fixed all Windows 11’s deficiencies.
	</p>

	<p>
		 
	</p>

	<p>
		All registry edits are of course at your own risk.
	</p>

	<p>
		 
	</p>

	<p>
		via <a href="https://news-block.com/how-to-lock-down-windows-11-if-you-want-to-stick-with-windows-10/" rel="external nofollow" target="_blank">news-block</a>
	</p>
</article>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/dont-want-to-accidentally-update-to-windows-11-heres-how-to-block-it/" rel="external nofollow">Don’t want to accidentally update to Windows 11? Here’s how to block it</a>
</p>
]]></description><guid isPermaLink="false">3314</guid><pubDate>Mon, 08 Nov 2021 02:22:06 +0000</pubDate></item><item><title>Microsoft releases Cumulative Update KB4023057 to Windows 11 to improve Windows Update reliability</title><link>https://nsaneforums.com/news/software-news/microsoft-releases-cumulative-update-kb4023057-to-windows-11-to-improve-windows-update-reliability-r3313/</link><description><![CDATA[<article>
	<p>
		From time to time Microsoft pushed out Cumulative Update KB4023057 to help improve Windows Update reliability. So far this has been for Windows 10, but now Microsoft has released the update for the first time for Windows 11.
	</p>

	<p>
		 
	</p>

	<p>
		The software is a housecleaning patch of sorts which Microsoft has pushing put previously in anticipation of the roll-out of a bigger update in the near future, and it does some work to make it more likely the bigger service update will roll out more smoothly.
	</p>

	<p>
		 
	</p>

	<p>
		The patch performs the following actions:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			<p>
				This update may request your device to stay awake longer to enable the installation of updates.
			</p>
		</li>
		<li>
			This update may try to reset network settings if problems are detected, and it will clean up registry keys that may be preventing updates from being installed successfully.
		</li>
		<li>
			This update may repair disabled or corrupted Windows operating system components that determine the applicability of updates to your version of Windows 10.
		</li>
		<li>
			This update may compress files in your user profile directory to help free up enough disk space to install important updates.
		</li>
		<li>
			This update may reset the Windows Update database to repair the problems that could prevent updates from installing successfully. Therefore, you may see that your Windows Update history was cleared.
		</li>
	</ul>

	<p>
		 
	</p>

	<p>
		It is not clear what larger update KB4023057 is preparing for, but Microsoft’s telemetry may have detected issues with the installation of monthly updates for their new operating system.
	</p>

	<p>
		 
	</p>

	<p>
		KB4023057 is a mandatory update with no known issues and is being rolled out gradually to all supported Windows 11 users.
	</p>

	<p>
		 
	</p>

	<p>
		via <a href="https://gadgettendency.com/microsoft-releases-windows-11-update-for-those-with-update-issues/" rel="external nofollow" target="_blank">Gadgettendency</a>
	</p>
</article>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/microsoft-releases-cumulative-update-kb4023057-to-windows-11-to-improve-windows-update-reliability/" rel="external nofollow">Microsoft releases Cumulative Update KB4023057 to Windows 11 to improve Windows Update reliability</a>
</p>
]]></description><guid isPermaLink="false">3313</guid><pubDate>Mon, 08 Nov 2021 02:16:19 +0000</pubDate></item><item><title>Macrium Reflect 8 Free is now available</title><link>https://nsaneforums.com/news/software-news/macrium-reflect-8-free-is-now-available-r3312/</link><description><![CDATA[<p>
	Paramount Software UK Limited released commercial editions of <a data-wpel-link="internal" href="https://www.ghacks.net/2021/02/12/a-first-look-at-the-backup-software-macrium-reflect-8/" rel="external nofollow">Macrium Reflect 8</a> some time ago. The free version, Macrium Reflect 8 Free, is now also available.
</p>

<p>
	 
</p>

<p>
	Macrium Reflect 8 Free is compatible with all versions and editions of Windows, starting with Windows Vista 64-bit on the client side and Windows Server 2008 64-bit on the server side.
</p>

<p>
	 
</p>

<p>
	Existing installations may be upgraded to the new version of Macrium Reflect 8 Free. Previously created images, backup definitions and settings are compatible with Macrium Reflect 8 according to the developer.
</p>

<p>
	 
</p>

<p>
	Downloads are provided on the developer site, but an email address is required before the download becomes available. A better option is to download the installer from a site like <a data-wpel-link="external" href="https://macrium-reflect.de.softonic.com/" rel="external nofollow" target="_blank">Softonic</a>, as it requires no handing out of one of your email addresses.
</p>

<p>
	 
</p>

<p>
	<img alt="macrium-reflect-8-free.webp" class="ipsImage" data-ratio="75.10" height="456" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/11/macrium-reflect-8-free.webp">
</p>

<p>
	 
</p>

<p>
	<strong>Note</strong>: Macrium Reflect 7 Free will be supported until March 2022. The software will continue to work after support ends but new updates won't be released anymore for it.
</p>

<p>
	 
</p>

<p>
	Here are the main new features of Macrium Reflect Free 8:
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Restore has been renamed to Existing Backups</strong>. New functionality, such as the ability to sort files or view them in context of the backup set, have been added. Backed up files can be viewed in tree or flat list view in the new interface. Backup logs can also be viewed directly now for particular backup files (by right-clicking on the file and selecting View Backup Logs). The folder that contains the backup can also be opened directly now using the context menu.
	</li>
	<li>
		<strong>Backup file name functionality improvements</strong>. New dynamic file names for backups are available. All it takes is to type { at the end of the file name edit field, or press the {-button to display the options. The variables support adding the name of the PC or username, domain, date, or technical backup information, such as the compression method or use of AES.
	</li>
	<li>
		<strong>Support for the cloning and imaging of removable media</strong>.
	</li>
	<li>
		<strong>Support for the exFAT file system</strong>.
	</li>
	<li>
		Support for creating WinPE11 rescue media on Windows 11 devices.
	</li>
	<li>
		German, Japanese, French and Russian localized versions are now available. Select Other Tasks &gt; Edit Defaults and Settings &gt; Advanced Settings &gt; Language to switch to a different display language in the backup application.
	</li>
</ul>

<p>
	 
</p>

<p>
	You can check out the <a data-wpel-link="external" href="https://blog.macrium.com/reflect-8-free-is-out-now" rel="external nofollow" target="_blank">official announcement</a> on the Macrium Reflect blog. It has links to support articles and contains other information that you may find useful.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2021/11/07/macrium-reflect-8-free-is-now-available/" rel="external nofollow">Macrium Reflect 8 Free is now available</a>
</p>
]]></description><guid isPermaLink="false">3312</guid><pubDate>Mon, 08 Nov 2021 02:14:23 +0000</pubDate></item><item><title>OneDrive's desktop app won't be supported anymore on Windows 7 and 8.1 in early 2022</title><link>https://nsaneforums.com/news/software-news/onedrives-desktop-app-wont-be-supported-anymore-on-windows-7-and-81-in-early-2022-r3304/</link><description><![CDATA[<p>
	Microsoft <a data-wpel-link="external" href="https://techcommunity.microsoft.com/t5/microsoft-onedrive-blog/end-of-support-for-onedrive-desktop-application-on-windows-7-8/ba-p/2929066" rel="external nofollow" target="_blank">announced</a> plans this week to end support for OneDrive desktop applications on the company's operating systems Windows 7, Windows 8 and Windows 8.1. Customers who use these operating systems may still access their files via OneDrive for the Web or supported devices such as Windows 10 or Windows 11.
</p>

<h2>
	OneDrive Desktop Application Termination Schedule
</h2>

<p>
	Microsoft plans to stop updates for the OneDrive desktop application for Windows 7, 8 and 8.1 on January 1, 2022.
</p>

<p>
	 
</p>

<p>
	Starting March 1, 2022, OneDrive clients installed on devices powered by these operating systems will stop syncing data.
</p>

<p>
	 
</p>

<p>
	The change applies to personal or home use versions of OneDrive and Windows only.
</p>

<p>
	 
</p>

<p>
	Support for the OneDrive desktop application for business will be aligned with the Windows support lifecycle starting January 1, 2022.
</p>

<p>
	 
</p>

<p>
	In other words: OneDrive's desktop program for business continues to be supported until January 10, 2023, as this is the date when Windows 7 ESU and Windows 8.1 will run out of extended support.
</p>

<h3>
	Why is Microsoft making the change?
</h3>

<p>
	<img alt="set-up-onedrive.webp" class="ipsImage" data-ratio="84.82" height="503" width="593" src="https://www.ghacks.net/wp-content/uploads/2017/04/set-up-onedrive.webp">
</p>

<p>
	 
</p>

<p>
	Microsoft provides the following statement
</p>

<blockquote>
	<p>
		In order to focus resources on new technologies and operating systems, and to provide users with the most up-to-date and secure experience [..]
	</p>
</blockquote>

<p>
	The company recommends that customers upgrade their PCs to Windows 10 or Windows 11, if they want to continue using OneDrive's desktop application. The <a data-wpel-link="internal" href="https://www.ghacks.net/2021/01/01/you-can-still-upgrade-windows-7-and-8-1-systems-to-windows-10-for-free/" rel="external nofollow">upgrade from Windows 7 and 8.1 to Windows 10 is still free</a>, and if the system is compatible with Windows 11, it can also be upgraded to Windows 11 for free.
</p>

<p>
	 
</p>

<p>
	The Home editions of Windows 7 are no longer supported, and support for programs on unsupported operating systems has to end sometimes. What is hard to understand is Microsoft's decision to stop support for OneDrive on Windows 8.1 early. All editions of Windows 8.1 are supported until January 2023. Terminating support early for OneDrive, arguably a crucial service for many Windows customers, may be seen as disrespectful. Would it have been that difficult or expensive to end support for all versions on January 10, 2023?
</p>

<p>
	 
</p>

<p>
	OneDrive users who are affected by the change need to make sure that files are synced with OneDrive before the applications are terminated. It may be a good idea to start looking for OneDrive alternatives. Google Drive, Dropbox, and many others continue to support Windows 7 and 8.1 for the time being.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2021/11/06/onedrives-desktop-app-wont-be-supported-anymore-on-windows-7-and-8-1-in-early-2022/" rel="external nofollow">OneDrive's desktop app won't be supported anymore on Windows 7 and 8.1 in early 2022</a>
</p>
]]></description><guid isPermaLink="false">3304</guid><pubDate>Sat, 06 Nov 2021 22:20:58 +0000</pubDate></item><item><title>Linux 5.16's Staging Enjoys An Autumn Cleaning - 20k+ Lines Of Code Removed</title><link>https://nsaneforums.com/news/software-news/linux-516s-staging-enjoys-an-autumn-cleaning-20k-lines-of-code-removed-r3300/</link><description><![CDATA[<p>
	There isn't any shiny new drivers part of the kernel's staging area for Linux 5.16 but exciting from a maintenance perspective is a rather healthy clean-up affecting multiple areas of this "proving grounds" area of the kernel.
</p>

<p>
	 
</p>

<p>
	While no big additions for staging in Linux 5.16, there are multiple clean-ups to different staging components that yielded a lot of code removed. In fact, over 20k lines of code were removed from the staging area for Linux 5.16.
</p>

<p>
	 
</p>

<p>
	The Realtek r8188eu has seen a lot of code removed and other code cleansed as well as seeing clean-ups to wlan-ng, fbtft, the MOST subsystem drivers, various rtl8* drivers, the rts5208 driver, vt6655, vc04_services, WFX, and mt7621 drivers.
</p>

<p>
	 
</p>

<p>
	The WFX code is cleaned up almost to the point that it will be promoted out of staging soon. The WFX code is for the Silicon Laboratories WiFi Linux driver. The WFX driver was introduced back in Linux 5.5 after being an out-of-tree kernel module.
</p>

<p>
	 
</p>

<p>
	The full list of changes (mostly cleaning up of existing code) for staging in Linux 5.16 can be found via <a href="https://lore.kernel.org/lkml/YYPauAJfmnePbPF5@kroah.com/" rel="external nofollow">this pull</a>.
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.phoronix.com/scan.php?page=news_item&amp;px=Linux-5.16-Staging" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">3300</guid><pubDate>Sat, 06 Nov 2021 14:56:07 +0000</pubDate></item><item><title>Microsoft makes a small but important change to Windows 10 Search</title><link>https://nsaneforums.com/news/software-news/microsoft-makes-a-small-but-important-change-to-windows-10-search-r3298/</link><description><![CDATA[<div>
	<article>
		<p>
			If you thought Microsoft has forgotten about Windows 10 the company has just proven you wrong, as they have just made a small change to Windows 10 which is long overdue.
		</p>

		<p>
			 
		</p>

		<p>
			The company has just made a change to the server-side rendering of Windows 10 search results, with the result that the search results now respect your theme settings, meaning it finally supports Dark mode.
		</p>

		<p>
			 
		</p>

		<p>
			<img alt="Windows-Search-dark.jpg" class="ipsImage" data-ratio="75.10" height="429" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/11/Windows-Search-dark.jpg">
		</p>

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

<p>
	Prior to the update, this is what it looks like:
</p>

<p>
	 
</p>

<p>
	<img alt="light-mode-search.jpg" class="ipsImage" data-ratio="75.10" height="529" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/11/light-mode-search.jpg">
</p>

<p>
	 
</p>

<p>
	I am sure our readers will agree it is a night and day change, which currently appears Windows 10 specific.
</p>

<p>
	 
</p>

<p>
	The change appears to be rolling out slowly, so most devices do not currently support the improvement, but hopefully, the small but significant improvement will arrive shortly to all.
</p>

<p>
	 
</p>

<p>
	via <a href="https://www.windowslatest.com/2021/11/05/microsoft-is-rolling-dark-mode-for-windows-10-search/" rel="external nofollow" target="_blank">WindowsLatest</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/microsoft-makes-a-small-but-important-change-to-windows-10-search/" rel="external nofollow">Microsoft makes a small but important change to Windows 10 Search</a>
</p>
]]></description><guid isPermaLink="false">3298</guid><pubDate>Sat, 06 Nov 2021 00:50:26 +0000</pubDate></item><item><title>New Windows Office Insider Preview Build(Beta Channel) brings a new accessibility feature for PowerPoint</title><link>https://nsaneforums.com/news/software-news/new-windows-office-insider-preview-buildbeta-channel-brings-a-new-accessibility-feature-for-powerpoint-r3297/</link><description><![CDATA[<p>
	Microsoft has released a new Office Insider Preview <a href="https://insider.office.com/en-us/releasenotes/windows/fast" rel="external nofollow" target="_blank">Build 14630.20000</a> for Windows users that registered in the Beta Channel of the Office Insider program. The new build adds a new Accessibility ribbon to the PowerPoint to let you make your presentation accessible to people with disabilities. The update also includes a ton of bug fixes. You can read the full official changelog below to know about what’s been fixed.
</p>

<h2>
	Changelog
</h2>

<h4 id="powerpoint">
	PowerPoint
</h4>

<h5 id="accessibility-ribbon-accessibility-made-easy">
	Accessibility ribbon: Accessibility made easy
</h5>

<p>
	Making your presentation accessible to people with disabilities requires knowledge, compassion, and special tools. The new Accessibility ribbon in PowerPoint helps you accomplish this by bringing all the tools you need together in one place. To open the Accessibility ribbon, click <strong>Check Accessibility </strong>on the <strong>Review </strong>tab.
</p>

<p>
	 
</p>

<p>
	<img alt="Accessibility-Ribbon-sized-and-blurred.p" class="ipsImage" data-ratio="75.10" height="430" width="720" src="https://prodmediacdn.blob.core.windows.net/media/2021/03/Accessibility-Ribbon-sized-and-blurred.png">
</p>

<p>
	 
</p>

<p>
	Notable fix
</p>

<p>
	 
</p>

<ul>
	<li>
		We fixed an issue where a Save As operation with AutoSave off saved the changes to the original cloud file rather than creating a new version.
	</li>
</ul>

<h4 id="excel">
	Excel
</h4>

<p>
	Notable fixes
</p>

<p>
	 
</p>

<ul>
	<li>
		We fixed an issue where the original icon of the app was not displaying correctly if the source file was from a OneDrive location and the file name contained HTML encoding characters when adding an Excel, Word, or PowerPoint embedded object into an Excel file.
	</li>
	<li>
		We fixed an issue where apply name for defined name wasn’t working for dynamic array.
	</li>
	<li>
		We fixed an issue where the text in an Excel cell couldn’t be seen in live preview under certain conditions.
	</li>
	<li>
		We fixed an issue where switching sheets could cause the sheet tabs to not display properly.
	</li>
	<li>
		We fixed a visual glitch when clicking and dragging to select a range of cells.
	</li>
</ul>

<h4 id="outlook">
	Outlook
</h4>

<p>
	Notable fixes
</p>

<p>
	 
</p>

<ul>
	<li>
		We fixed an issue where the calendar experienced problems when doing a full sync.
	</li>
	<li>
		We fixed an issue where saving Outlook messages to a SharePoint document library would generate an error, due to an Internet connectivity test.
	</li>
	<li>
		We fixed an LDAP Address Book search error generated when there were two LDAP Address Books from different domains.
	</li>
</ul>

<h4 id="word">
	Word
</h4>

<p>
	Notable fixes
</p>

<p>
	 
</p>

<ul>
	<li>
		We fixed an issue where writing a comment that mixes language directions (like English and Hebrew) resulted in the word order appearing incorrectly.
	</li>
	<li>
		We fixed an issue with large URLs where a link could not be opened if its length exceeded a specific character limit.
	</li>
	<li>
		We fixed an issue of a persisting zoom level when relaunching and opening documents saved at different zoom levels.
	</li>
	<li>
		We fixed an issue related to page width when closing the comments pane with page width zoom selected.
	</li>
	<li>
		We fixed an issue where anchor highlights weren’t removed from a modern comment when the cursor moved off of it.
	</li>
	<li>
		We fixed an issue where Word became unresponsive when selecting and right-clicking a content control locked against deletion.
	</li>
</ul>

<h4 id="project">
	Project
</h4>

<p>
	Notable fix
</p>

<p>
	 
</p>

<ul>
	<li>
		We fixed an issue where paste links weren’t updating as information in the project changed.
	</li>
</ul>

<h4 id="office-suite">
	Office Suite
</h4>

<p>
	Notable fix
</p>

<p>
	 
</p>

<ul>
	<li>
		We fixed an issue where Excel was unable to open a workbook saved from a workbook opened with Application Guard.
	</li>
</ul>

<p>
	 
</p>

<p>
	To update to the latest Microsoft Office Insider Preview Build, open any Office program and go to <strong>File&gt; Account&gt; Update Options&gt; Update Now</strong>.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/office-insider-preview-build-14630-20000/" rel="external nofollow">New Windows Office Insider Preview Build(Beta Channel) brings a new accessibility feature for PowerPoint</a>
</p>
]]></description><guid isPermaLink="false">3297</guid><pubDate>Sat, 06 Nov 2021 00:46:38 +0000</pubDate></item><item><title>KB5008295 released to all Windows 11 editions to fix apps not opening [Update]</title><link>https://nsaneforums.com/news/software-news/kb5008295-released-to-all-windows-11-editions-to-fix-apps-not-opening-update-r3294/</link><description><![CDATA[<p>
	Microsoft has released a cumulative update KB5008295 for Windows 11 in the Windows Insider Beta and Release Preview channels that fixes certain built in Windows apps such as the Snipping Tool, Touch Keyboard, Voice Typing, and Emoji Panel and more from opening thanks to an expired digital certificate.
</p>

<p>
	 
</p>

<p>
	This update includes the following improvements:
</p>

<blockquote>
	<p>
		We fixed a known issue that might prevent some users from opening or using certain built-in Windows apps or parts of some built-in apps. This issue occurs because of a Microsoft digital certificate that expired October 31, 2021. This issue might affect the following applications:
	</p>

	<p>
		 
	</p>

	<ul>
		<li>
			Snipping Tool
		</li>
		<li>
			Touch Keyboard, Voice Typing, and Emoji Panel
		</li>
		<li>
			Input Method Editor user interface (IME UI)
		</li>
		<li>
			Getting started and Tips
		</li>
		<li>
			We fixed a known issue that prevents the Start menu and Settings app from opening as expected (S-mode only).
		</li>
	</ul>
</blockquote>

<p>
	Microsoft further notes that after installing KB5008295 the build number is not bumped up or revised, in order to confirm the update installed successfully you can check Settings &gt; Windows Update &gt; Update history.
</p>

<p>
	 
</p>

<p>
	As this KB5008295 is only available to Windows Insiders, those that are on the non-Insider version of Windows 11 will have to use <a href="https://www.neowin.net/news/microsoft-provides-workaround-for-expired-windows-11-certificate-blocking-apps-from-opening/" rel="external nofollow">this workaround</a> to be able to open some of the apps until next week's Patch Tuesday drops for consumers.
</p>

<p>
	 
</p>

<p>
	Update: You can also download these updates for your system below and install them optionally:
</p>

<p>
	 
</p>

<ul>
	<li>
		For <a href="http://download.windowsupdate.com/d/msdownload/update/software/updt/2021/11/windows10.0-kb5008295-x64_e793d96cc8f576b6648c96661341734735710901.msu" rel="external nofollow">Windows 11 x64</a>
	</li>
	<li>
		For <a href="http://download.windowsupdate.com/c/msdownload/update/software/updt/2021/11/windows10.0-kb5008295-arm64_a675f5b3021deb3426fbe71ccf533985439ebc05.msu" rel="external nofollow">Windows 11 Arm64 </a>
	</li>
</ul>

<p>
	 
</p>

<p>
	Update #2: Microsoft has seen the light and decided to release this to all editions of Windows 11, for those on the general consumer release KB5008295 will appear in Windows Update and install automatically. You will need to restart your system once this update has been installed.
</p>

<p>
	 
</p>

<p>
	You can <a href="https://docs.microsoft.com/en-us/windows/release-health/windows-message-center#recent-announcements" rel="external nofollow">view the announcement here</a> and view the official <a href="https://support.microsoft.com/en-us/topic/november-5-2021-kb5008295-out-of-band-5540f171-846c-4af0-b363-29b6f02a8935" rel="external nofollow">support page for KB5008295 here</a>.
</p>

<p>
	 
</p>

<p>
	Thanks for the tip Abhay V.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 <a href="https://www.neowin.net/news/windows-11-kb5008295-released-to-insiders-to-fix-apps-not-opening/" rel="external nofollow">KB5008295 released to all Windows 11 editions to fix apps not opening [Update]</a>
</p>
]]></description><guid isPermaLink="false">3294</guid><pubDate>Fri, 05 Nov 2021 21:48:30 +0000</pubDate></item><item><title>Microsoft Edge could be the unexpected hero of Black Friday - here&#x2019;s why</title><link>https://nsaneforums.com/news/software-news/microsoft-edge-could-be-the-unexpected-hero-of-black-friday-here%E2%80%99s-why-r3285/</link><description><![CDATA[<p>
	<span style="font-size:24px;">New Microsoft Edge features are designed to improve the shopping experience</span>
</p>

<p>
	 
</p>

<p>
	Microsoft is testing new ecommerce-related features for its Edge web browser that could help streamline the shopping experience ahead of Black Friday and Cyber Monday.
</p>

<p>
	 
</p>

<p>
	Available to members of the early-access Dev Channel, the latest Microsoft Edge build delivers a number of improvements, one of which combines autofill functionality with password generation to help users create new website accounts with a single click. 
</p>

<p>
	 
</p>

<p>
	According to a Microsoft blog post, the firm is also trialling a similar feature that lets users apply coupon codes and checkout with one click, using personal and payment data stored on-browser.
</p>

<p>
	 
</p>

<p>
	And finally, the Edge settings page now allows users to update account passwords with greater ease, by linking directly to a website’s password update page and automatically generating a new passcode.
</p>

<p>
	 
</p>

<p>
	All of these features should combine to make signing up for, logging into and checking out of retail websites quicker and easier. The only caveat is that there’s no guarantee the new additions will make their way to a public Edge build in time for the shopping season, which begins in earnest in a few weeks’ time.
</p>

<p>
	 
</p>

<p>
	<span style="font-size:20px;"><strong>Microsoft Edge shopping features</strong></span>
</p>

<p>
	<br />
	Although it’s unclear whether non-early-access users will have access to the new Edge shopping functionality for Black Friday, the latest upgrade is the latest in a line of improvements built with shoppers in mind.
</p>

<p>
	 
</p>

<p>
	Earlier this year, for example, Microsoft rolled out a coupon feature for Edge, which highlights any active discount codes for the current website via an icon in the URL bar.
</p>

<p>
	 
</p>

<p>
	Microsoft also recently formed a partnership with ecommerce company Shopify, which will see millions more listings added to the database that serves the Edge shopping tab.
</p>

<p>
	 
</p>

<p>
	In a blog post published at the time, the company explained the Edge shopping tab will now offer “more diverse products, better prices, and improved discovery of deals”. On the other side of the equation, meanwhile, the 1.7 million Shopify sellers will benefit from greater visibility for their products.
</p>

<p>
	 
</p>

<p>
	And it appears Microsoft doesn’t intend to stop here; in the same post, the company hinted at future Edge upgrades in a similar vein.
</p>

<p>
	 
</p>

<p>
	“This new integration of Shopify in Microsoft’s web experiences is just the beginning of some great new shopping enhancements we will be rolling out to provide thoughtful, convenient, and more secure experiences for shoppers,” wrote Microsoft.
</p>

<p>
	 
</p>

<p>
	“We are excited to create new and meaningful connections between shops and shoppers for this season and beyond.”
</p>

<p>
	 
</p>

<p>
	<strong><a href="https://www.techradar.com/news/microsoft-edge-could-be-the-unexpected-hero-of-black-friday-heres-why" rel="external nofollow">Source</a></strong>
</p>
]]></description><guid isPermaLink="false">3285</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>You can now install Android apps on Windows 11 Dev Channel</title><link>https://nsaneforums.com/news/software-news/you-can-now-install-android-apps-on-windows-11-dev-channel-r3282/</link><description><![CDATA[<p>
	<img alt="1634998156_aa8_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/10/1634998156_aa8_story.jpg">
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-is-bringing-android-apps-to-windows-11/" rel="external nofollow">When Microsoft announced Android apps on Windows 11 back in June</a>, many expected this headlining feature to be included in the general release version of the OS. However, this was not the case when <a href="https://www.neowin.net/news/microsoft-begins-rolling-out-windows-11-to-select-users-starting-today/" rel="external nofollow">Windows 11 started rolling out in October</a>. While this was disappointing for many, <a href="https://www.neowin.net/news/android-apps-on-windows-11-preview-announced-for-windows-insiders/" rel="external nofollow">Microsoft did start testing Android apps on Windows 11 in the Beta Channel</a> a couple of weeks ago.
</p>

<p>
	 
</p>

<p>
	Now, Microsoft has announced that the <a href="https://blogs.windows.com/windows-insider/2021/10/20/announcing-android-apps-on-windows-11-preview-for-windows-insiders-in-the-beta-channel/" rel="external nofollow">capability is available in the Dev Channel in the U.S. too</a>. The move is interesting because Dev Channel builds are not tied to the general release of a specific version of Windows. This means that Microsoft may decide to test new features in this channel and leave Beta as-is until it gets closer to shipping those features.
</p>

<p>
	 
</p>

<p>
	While Windows 11 users on the Dev Channel are free to test out Android apps on their supported machines, the usual caveats apply. This is the still a U.S.-only experience with <a href="https://www.neowin.net/news/android-apps-on-windows-11-preview-announced-for-windows-insiders/" rel="external nofollow">some bugs that you might want to know about</a>. Additionally, there are only a handful of Android apps available in the Amazon Appstore to install as of now. That said, if you still want to give it a try, be sure to <a href="https://www.neowin.net/news/guide-how-to-install-android-apps-on-your-windows-11-pc/" rel="external nofollow">check out handy guide on the topic here</a>.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/you-can-now-install-android-apps-on-windows-11-dev-channel/" rel="external nofollow">You can now install Android apps on Windows 11 Dev Channel</a>
</p>
]]></description><guid isPermaLink="false">3282</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Microsoft explains the new &#x201C;Citations&#x201D; feature in Microsoft Edge</title><link>https://nsaneforums.com/news/software-news/microsoft-explains-the-new-%E2%80%9Ccitations%E2%80%9D-feature-in-microsoft-edge-r3281/</link><description><![CDATA[<p>
	<img alt="Microsoft-Edge-Citations-1200x637.jpg" class="ipsImage" data-ratio="75.10" height="382" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/11/Microsoft-Edge-Citations-1200x637.jpg">
</p>

<p>
	 
</p>

<p>
	Microsoft today explained the new “Citations” feature in Microsoft Edge browser which is available in Preview for Canary and Dev channel users. The new feature in Edge provides students and researchers a better way to manage and generate citations as they research online. After enabling Citations feature, Edge can automatically generate citations to include in their final report.
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	Citing sources for research is a common pain point for students; managing a multitude of research references and sources is no easy task, let alone translating them to proper citation formats like APA, MLA, and Chicago. When left as an afterthought, it can be harder to backtrack and find sources, or to format citations correctly.
</p>

<p>
	 
</p>

<p>
	Microsoft also highlighted that automatic extraction and creation of citations is supported for a fixed number of academic websites and research journals for now. For sites that are not supported, users can also manually add the required info to generate citations.
</p>

<p>
	 
</p>

<p>
	Here’s how you can enable Citations in Edge:
</p>

<p>
	 
</p>

<ul>
	<li>
		Open Collections and select “Turn on citations” from the 3-dot menu.
	</li>
	<li>
		Once turned on, you can view citations by clicking on the quote mark icon on the articles within your collection.
	</li>
	<li>
		The quotation mark icon opens the citation pane where you can copy and/or edit the article’s citation in the format you previously selected.
	</li>
	<li>
		“Citations” in Microsoft Edge supports both in-text and full citations.
	</li>
</ul>

<p>
	 
</p>

<p>
	Source: <a href="https://blogs.windows.com/msedgedev/2021/11/04/preview-citations-feature-edge/" rel="external nofollow" target="_blank">Microsoft</a>
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/microsoft-citations-feature-microsoft-edge/" rel="external nofollow">Microsoft explains the new “Citations” feature in Microsoft Edge</a>
</p>
]]></description><guid isPermaLink="false">3281</guid><pubDate>Fri, 05 Nov 2021 03:53:10 +0000</pubDate></item><item><title>Microsoft release Windows 11 KB5008295 to Beta and Release Preview Channels to fix Snipping app issue, more</title><link>https://nsaneforums.com/news/software-news/microsoft-release-windows-11-kb5008295-to-beta-and-release-preview-channels-to-fix-snipping-app-issue-more-r3280/</link><description><![CDATA[<div>
	<article>
		<p>
			Today<a href="https://blogs.windows.com/windows-insider/2021/11/04/releasing-windows-11-kb5008295-to-beta-and-release-preview-channels/" rel="external nofollow" target="_blank"> Microsoft released Windows 11 KB5008295</a> to Windows Insiders in the Beta and Release Preview Channels.
		</p>

		<p>
			 
		</p>

		<p>
			The update fixes <a href="https://mspoweruser.com/microsoft-reveal-cause-for-windows-11-snipping-tool-crash-and-it-affects-more-apps/" rel="external nofollow">an issue caused last week</a> by releasing a new build of the Snipping tool and other apps with a certificate that has expired.
		</p>

		<p>
			 
		</p>

		<p>
			<img alt="This-app-cant-open-Snipping-Tool.jpg" class="ipsImage" data-ratio="75.10" height="418" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/11/This-app-cant-open-Snipping-Tool.jpg">
		</p>

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

<p>
	The full changelog reads:
</p>

<p>
	 
</p>

<ul>
	<li>
		Microsoft fixed a known issue that might prevent some users from opening or using certain built-in Windows apps or parts of some built-in apps. This issue occurs because of a Microsoft digital certificate that expired October 31, 2021. This issue might affect the following applications:
		<ul>
			<li>
				Snipping Tool
			</li>
			<li>
				Touch Keyboard, Voice Typing, and Emoji Panel
			</li>
			<li>
				Input Method Editor user interface (IME UI)
			</li>
			<li>
				Getting started and Tips
			</li>
		</ul>
	</li>
	<li>
		Microsoft fixed a known issue that prevents the Start menu and Settings app from opening as expected (S-mode only).
	</li>
</ul>

<p>
	 
</p>

<p>
	Please note: After installing KB5008295, the build number will not be revised or show as updated in “winver” or other areas in the OS. To confirm this update is installed, please check Settings &gt; Windows Update &gt; Update history.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/microsoft-release-windows-11-kb5008295-to-beta-and-release-preview-channels/" rel="external nofollow">Microsoft release Windows 11 KB5008295 to Beta and Release Preview Channels to fix Snipping app issue, more</a>
</p>
]]></description><guid isPermaLink="false">3280</guid><pubDate>Fri, 05 Nov 2021 03:50:06 +0000</pubDate></item><item><title>Files tabbed file manager for Windows 11 can now be set as your default File Manager</title><link>https://nsaneforums.com/news/software-news/files-tabbed-file-manager-for-windows-11-can-now-be-set-as-your-default-file-manager-r3279/</link><description><![CDATA[<div>
	<article>
		<p>
			The built-in file explorer on Windows 11 has not been the improvement that has been expected, which has opened the doors for a good 3rd party replacement.
		</p>

		<p>
			 
		</p>

		<p>
			Files is a 3rd party open-source file manager for Windows which leverages the latest features of the Windows platform including Fluent Design, seamless updates, and APIs which enable the performance and lifecycle behaviour that users expect.
		</p>

		<p>
			 
		</p>

		<p>
			The updated app takes advantage of the latest improvements to Windows and WinUI and has added new features that provide users more flexibility in managing their files.
		</p>

		<p>
			 
		</p>

		<p>
			Files has today been updated to version v2.0.33 with a number of new features, including the ability to set the app as your default file manager.
		</p>

		<p>
			 
		</p>

		<p>
			The full changelog includes:
		</p>

		<h2 id="new-features">
			New Features
		</h2>

		<ul>
			<li>
				Added Ctrl+Shift+C shortcut to copy file path
			</li>
			<li>
				Added an option to set Files as the default file manage
			</li>
			<li>
				Show file operation progress on taskbar &amp; continue operations when minimized
			</li>
			<li>
				Added individual options for amount of clicks to open files and folders
			</li>
			<li>
				Added group by path option for libraries
			</li>
			<li>
				Respect default app for zip files
			</li>
			<li>
				Use proper tab name on the home page
			</li>
			<li>
				Added caching to load thumbnails faster
			</li>
			<li>
				Added options to import/export settings
			</li>
			<li>
				Improved reliability of the search experience
			</li>
			<li>
				Added support for choosing custom icons
			</li>
		</ul>

		<h2 id="bug-fixes">
			Bug Fixes
		</h2>

		<ul>
			<li>
				Fixed a crash that would occur when going up from a network root path
			</li>
			<li>
				Fixed an issue where the edit tags &amp; edit terminals buttons weren’t working
			</li>
			<li>
				Fixed an issue where the OneDrive sync status wasn’t updating
			</li>
			<li>
				Fixed issue where preview pane would be shown unexpectedly when quickly selecting then unselecting a file
			</li>
			<li>
				Fixed drag and drop from 7zip
			</li>
			<li>
				Fixed keyboard shortcuts not working in the column layout
			</li>
			<li>
				Fixed an issue where the context menu had the wrong height
			</li>
			<li>
				Switch quicklook preview on selection change
			</li>
			<li>
				Fixed an issue where env variables didn’t refresh when launching terminal
			</li>
		</ul>

		<p>
			 
		</p>

		<p>
			Files v2 is free and can be found in the Store <a href="https://www.microsoft.com/en-us/p/files-file-manager-for-windows/9nghp3dx8hdx?activetab=pivot:overviewtab" rel="external nofollow" target="_blank">here</a>.
		</p>
	</article>
</div>

<div>
	 
</div>

<article>
	<p>
		Thanks, Willian for the tip.
	</p>
</article>

<footer>
	<div>
		 
	</div>
</footer>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/files-tabbed-file-manager-for-windows-11-can-now-be-set-as-your-default-file-manager/" rel="external nofollow">Files tabbed file manager for Windows 11 can now be set as your default File Manager</a>
</p>
]]></description><guid isPermaLink="false">3279</guid><pubDate>Fri, 05 Nov 2021 03:47:28 +0000</pubDate></item><item><title>Closer Look: Calculator app in Windows 11</title><link>https://nsaneforums.com/news/software-news/closer-look-calculator-app-in-windows-11-r3278/</link><description><![CDATA[<div itemprop="articleBody">
	<p>
		<a href="https://www.neowin.net/news/microsoft-begins-rolling-out-windows-11-to-select-users-starting-today/" rel="external nofollow">Windows 11 started rolling out a month ago</a> but since it's being distributed in a staggered manner, not everyone has received it yet. While <a href="https://www.neowin.net/news/how-to-install-windows-11-update-using-the-microsoft-installation-assistant/" rel="external nofollow">there are ways to jump the queue</a>, it's advisable to first find out what you're getting yourself into. This is exactly what we've been doing in our <a href="https://www.neowin.net/news/tags/closer_look/" rel="external nofollow">ongoing Closer Look series where we discuss individual features of Windows 11</a> in more detail.
	</p>

	<p>
		 
	</p>

	<p>
		So far, we have taken a look at <a href="https://www.neowin.net/news/closer-look-search-in-windows-11/" rel="external nofollow">Search</a>, <a href="https://www.neowin.net/news/closer-look-widgets-in-windows-11/" rel="external nofollow">Widgets</a>, the <a href="https://www.neowin.net/news/closer-look-start-menu-in-windows-11/" rel="external nofollow">Start menu</a>, <a href="https://www.neowin.net/news/closer-look-snap-layouts-and-snap-groups-in-windows-11/" rel="external nofollow">Snap Layouts and Snap Groups</a>, the <a href="https://www.neowin.net/news/closer-look-taskbar-in-windows-11/" rel="external nofollow">Taskbar</a>, <a href="https://www.neowin.net/news/closer-look-quick-settings-and-notifications-in-windows-11/" rel="external nofollow">quick settings and notifications</a>, <a href="https://www.neowin.net/news/closer-look-virtual-desktops-in-windows-11/" rel="external nofollow">Virtual Desktops</a>, <a href="https://www.neowin.net/news/closer-look-power-and-battery-settings-in-windows-11/" rel="external nofollow">power and battery settings</a>, <a href="https://www.neowin.net/news/closer-look-default-apps-settings-in-windows-11/" rel="external nofollow">default apps configurations</a>, <a href="https://www.neowin.net/news/closer-look-file-explorer-in-windows-11/" rel="external nofollow">File Explorer</a>, <a href="https://www.neowin.net/news/closer-look-context-menus-in-windows-11/" rel="external nofollow">context menus</a>, <a href="https://www.neowin.net/news/closer-look-microsoft-teams-integration-in-windows-11/" rel="external nofollow">Teams integration</a>, the <a href="https://www.neowin.net/news/closer-look-clock-app-in-windows-11/" rel="external nofollow">updated Clock app in Windows 11</a>, the <a href="https://www.neowin.net/news/closer-look-microsoft-store-in-windows-11/" rel="external nofollow">Microsoft Store</a>, <a href="https://www.neowin.net/news/closer-look-snipping-tool-in-windows-11/" rel="external nofollow">the Snipping Tool</a>, the <a href="https://www.neowin.net/news/closer-look-paint-in-windows-11/" rel="external nofollow">Paint app refresh</a>, <a href="https://www.neowin.net/news/closer-look-lock-screen-in-windows-11/" rel="external nofollow">the lock screen</a>, the <a href="https://www.neowin.net/news/closer-look-photos-app-in-windows-11/" rel="external nofollow">revamped Photos app</a>, the <a href="https://www.neowin.net/news/closer-look-voice-typing-in-windows-11/" rel="external nofollow">voice typing experience</a>, <a href="https://www.neowin.net/news/closer-look-storage-settings-in-windows-11/" rel="external nofollow">the storage settings</a>, the <a href="https://www.neowin.net/news/closer-look-touch-keyboard-in-windows-11/" rel="external nofollow">touch keyboard</a>, and the <a href="https://www.neowin.net/news/closer-look-calendar-app-integration-in-windows-11/" rel="external nofollow">Calendar app integration</a>. Today, we'll be discussing the updated Calculator app in Windows 11.
	</p>

	<p>
		 
	</p>

	<p>
		For the purpose of this hands-on, we'll be taking a look at the generally available Windows 11 build versus a publicly available and up-to-date Windows 10 (version 21H1 build 19043.1320). Once again, the updates are related to the UI rather than a full revamp so instead of first discussing Windows 10 and then Windows 11, we'll just discuss the differences present in the latter.
	</p>

	<figure>
		<p>
			 
		</p>

		<p>
			<img alt="1635998876_cal1_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1635998876_cal1_story.jpg">
		</p>

		<figcaption>
			Calculator in Windows 11
		</figcaption>
	</figure>

	<p>
		When you open the Calculator app in Windows 11, you'll immediately notice that it's a bit different. Each button of the app now has more pronounced borders and has rounded corners to match the design theme of the OS. While it offers a clear differentiation between the edges of the buttons, I'm not a fan of the look because now it looks like a traditional calculator rather than the modern and slick one that I am used to in Windows 10. That said, this is a completely personal complaint and not everyone may feel the same way.
	</p>

	<figure>
		<p>
			 
		</p>

		<p>
			<img alt="1635999168_cal2_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1635999168_cal2_story.jpg">
		</p>

		<figcaption>
			Calculator settings in Windows 11
		</figcaption>
	</figure>

	<p>
		There is also a new Settings option that now allows you to select app themes between Light, Dark, and Use system setting. Thankfully, you are no longer forced to respect the system setting. If, for whatever reason, you use the dark theme across your system but want to use the light theme for the Calculator, you can now do so. I always appreciate more options for the consumer so this change is quite welcome.
	</p>

	<figure>
		<p>
			 
		</p>

		<p>
			<img alt="1635999386_cal3_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1635999386_cal3_story.jpg">
		</p>

		<figcaption>
			Can you tell which button my cursor is currently on in Windows 11 Calculator?
		</figcaption>
	</figure>

	<p>
		That said, I have complaints against both the light and the dark themes. Starting with the former, Microsoft has decided for some reason that it will reduce the "darkness" of the button that you are hovering your cursor over. Simply stated, it's now more difficult to tell which Calculator button is being highlighted. In the image above, can you immediately tell which button my cursor is currently on? I can't (it's actually on "4", for those curious). It's possible that it's easy to tell on a better display but I'm on an HP laptop with an SDR display. It's not the best, but it's not the worst either. On my machine, it's almost impossible to know which button my cursor is currently over. This can be a complaint against the device vendor too, but then again, this is a configuration that is compliant with Windows 11 so maybe this is something that Microsoft should cater to as well. Not everyone will be using its new OS on the latest and greatest machine.
	</p>

	<figure>
		<p>
			 
		</p>

		<p>
			<img alt="1636000883_cal1_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1636000883_cal1_story.jpg">
		</p>

		<figcaption>
			Button hover behavior in Windows 10
		</figcaption>
	</figure>

	<p>
		For reference, here's my cursor (screenshot above) hovering over the same button in Windows 10. See how much easier this is to locate?
	</p>

	<figure>
		<p>
			 
		</p>

		<p>
			<img alt="1635999848_cal4_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1635999848_cal4_story.jpg">
		</p>

		<figcaption>
			Button hover behavior in Windows 11
		</figcaption>
	</figure>

	<p>
		Unfortunately, this accessibility problem extends to the dark theme of the Calculator too, but in a different way. Here, when you hover your cursor over a button, it inherits the color of the arithmetic symbols present on the UI as well. Looking at my screenshot above, you'll see that the "9" has the same color as all the symbols next to it. Again, this doesn't hamper usability in a major way but does go to show how little thought was given to the UI as a whole.
	</p>

	<figure>
		<p>
			 
		</p>

		<p>
			<img alt="1636001076_cal2_story.jpg" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1636001076_cal2_story.jpg">
		</p>

		<figcaption>
			Button hover behavior in Windows 10
		</figcaption>
	</figure>

	<p>
		And again, here's my cursor (screenshot above) hovering over the same button in dark mode in Windows 10. The accessibility benefit in Windows 10 compared to Windows 11 is astounding.
	</p>

	<p>
		 
	</p>

	<p>
		Apart from this, the app is the same functionality-wise. You'll notice minor changes here and there such as a new animation for the hamburger menu and new icons for different types of calculations, but it's nothing groundbreaking.
	</p>

	<p>
		 
	</p>

	<p>
		Overall, I really like the fact that the Calculator theme has been decoupled from the system theme. Honestly, this is something that should have been there from day one, but better late than never. That said, the quirks related to button behavior on both the light and dark themes need to be sorted out. It's not a deal-breaker, but it's a bad look for a company that's building an OS that is going to be used by millions.
	</p>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/closer-look-calculator-app-in-windows-11/" rel="external nofollow">Closer Look: Calculator app in Windows 11</a>
</p>
]]></description><guid isPermaLink="false">3278</guid><pubDate>Thu, 04 Nov 2021 22:11:11 +0000</pubDate></item><item><title>Microsoft provides workaround for expired Windows 11 certificate blocking apps from opening</title><link>https://nsaneforums.com/news/software-news/microsoft-provides-workaround-for-expired-windows-11-certificate-blocking-apps-from-opening-r3277/</link><description><![CDATA[<p>
	Microsoft has provided an update which can work around a problem if you are unable to open the Snipping Tool, <a href="https://www.neowin.net/news/closer-look-touch-keyboard-in-windows-11/" rel="external nofollow">Touch Keyboard</a>, Voice Typing, and Emoji Panel. The problem arises from a digital certificate included in Windows 11 that expired on October 31st 2021. First spotted by <a href="https://windowsreport.com/windows-11-expired-digital-certificate/" rel="external nofollow">Windows Report</a>, Microsoft is suggesting to install Cumulative update (preview) KB5006746 to get around some of the problems caused by the expired certificate.
</p>

<p>
	 
</p>

<p>
	Microsoft detailed the issue in the following <a href="https://docs.microsoft.com/en-us/windows/release-health/status-windows-11-21h2#2737msgdesc" rel="external nofollow">Windows 11 known issues and notifications</a> page:
</p>

<p>
	 
</p>

<p style="margin-left: 40px;">
	Starting on November 1, 2021, some users might be unable to open or use certain built-in Windows apps or parts of some built-in apps. This is caused by an issue with a Microsoft digital certificate, which expired October 31, 2021.
</p>

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

<p style="margin-left: 40px;">
	The following applications might be affected:
</p>

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

<ul>
	<li>
		<p style="margin-left: 40px;">
			Snipping Tool
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			Accounts page and landing page in the Settings app (S mode only)
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			Touch Keyboard, Voice Typing, and Emoji Panel
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			Input Method Editor user interface (IME UI)
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			Getting started and Tips
		</p>
	</li>
</ul>

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

<p style="margin-left: 40px;">
	Workaround: To mitigate the issue with Snipping Tool, use the Print Screen key on your keyboard and paste the screenshot into your document. You can also paste it into Paint to select and copy the section you want.
</p>

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

<p style="margin-left: 40px;">
	To mitigate the following issues, install KB5006746 released October 21, 2021. For instructions on how to do this, please see Update Windows:
</p>

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

<ul>
	<li>
		<p style="margin-left: 40px;">
			Touch Keyboard, Voice Typing and Emoji Panel
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			Input Method Editor user interface (IME UI)
		</p>
	</li>
	<li>
		<p style="margin-left: 40px;">
			Getting started and Tips
		</p>
	</li>
</ul>

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

<p style="margin-left: 40px;">
	Next steps: We are working on a resolution for Snipping tool and the S mode only issues and will provide an update when more information is available.
</p>

<p>
	 
</p>

<p>
	You can view the <a href="https://support.microsoft.com/en-us/topic/october-21-2021-kb5006746-os-build-22000-282-preview-03190705-0960-4ba4-9ee8-af40bef057d3" rel="external nofollow">release notes here</a>, but you should be able to grab the download from Optional updates on Windows 11 21H2, otherwise you can find the download in the <a href="https://www.catalog.update.microsoft.com/Search.aspx?q=KB5006746" rel="external nofollow">Microsoft Catalog here</a>. Microsoft also notes that it will provide an update for the apps that are not fixed by the KB5006746 update, those fixes will most likely arrive with next week's Patch Tuesday.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/microsoft-provides-workaround-for-expired-windows-11-certificate-blocking-apps-from-opening/" rel="external nofollow">Microsoft provides workaround for expired Windows 11 certificate blocking apps from opening</a>
</p>
]]></description><guid isPermaLink="false">3277</guid><pubDate>Thu, 04 Nov 2021 22:07:18 +0000</pubDate></item><item><title>Windows 10 21H1 now in broad deployment, available to everyone</title><link>https://nsaneforums.com/news/software-news/windows-10-21h1-now-in-broad-deployment-available-to-everyone-r3275/</link><description><![CDATA[<p>
	Microsoft has designated Windows 10, version 21H1 (aka the May 2021 Update) for broad deployment, making it available to everyone via Windows Update.
</p>

<p>
	 
</p>

<p>
	Windows 10 21H1 will be offered to all devices not configured to defer feature updates or affected by compatibility holds.
</p>

<p>
	 
</p>

<p>
	"Windows 10, version 21H1 is designated for broad deployment," the company <a href="https://docs.microsoft.com/en-us/windows/release-health/status-windows-10-21h1" rel="external nofollow" target="_blank">says</a> in a Windows Health dashboard status update.
</p>

<p>
	 
</p>

<p>
	"As always, we recommend that you update your devices to the latest version of Windows 10 as soon as possible to ensure that you can take advantage of the latest features and advanced protections from the latest security threats."
</p>

<p>
	 
</p>

<p>
	Microsoft officially started rolling out <a href="https://www.bleepingcomputer.com/tag/windows-10-2004/" target="_blank" rel="external nofollow">Windows 10 21H1</a> in <a href="https://www.bleepingcomputer.com/news/microsoft/windows-10-21h1-is-released-these-are-the-new-features/" target="_blank" rel="external nofollow">May 2020</a>, but it hasn't been offered to all those checking for updates via Windows Update until now.
</p>

<p>
	 
</p>

<p>
	This is due to Windows Feature Updates entering <a href="https://techcommunity.microsoft.com/t5/surface-it-pro-blog/the-windows-semi-annual-channel-and-targeted-deployment/ba-p/328991#:~:text=Targeted%20deployment%20refers%20to%20the,most%20modern%20chipsets%20and%20capabilities." rel="external nofollow" target="_blank">targeted deployment</a> right after release to test the quality of the build on targeted machines, including those with modern chipsets.
</p>

<p>
	 
</p>

<p>
	After Microsoft determines that a version is ready for deployment on most Windows 10 devices, they move it to "broad deployment," the next deployment phase.
</p>

<p>
	 
</p>

<p>
	<img alt="windows-10-21h1-optional-update.jpg" class="ipsImage" data-ratio="75.10" height="521" width="720" src="https://www.bleepstatic.com/images/news/Microsoft/Windows-10/optional-updates/windows-10-21h1-optional-update.jpg">
</p>

<p>
	 
</p>

<p>
	Windows 10 21H1 is rolling out as an enablement package for Windows 10 2004 and Windows 10 20H2, allowing systems running these Windows versions to update very quickly and with a single restart, just like they would install a monthly update.
</p>

<p>
	 
</p>

<p>
	Since all 21H1 features are included in Windows 10 2004/20H2, the enablement package will act as a "master switch," enabling the dormant OS features.
</p>

<p>
	 
</p>

<p>
	On devices running older versions of Windows 10, you will need to install the full update, which will take longer.
</p>

<p>
	 
</p>

<p>
	You can also use the <a href="https://www.microsoft.com/en-us/software-download/windows10" rel="external nofollow" target="_blank">Windows 10 Media Creation tool</a> to upgrade or create an ISO for a clean install of Windows 10 21H1.
</p>

<p>
	 
</p>

<h2>
	Window 11 available for compatible devices
</h2>

<p>
	Microsoft also announced that it's rolling out the Windows 11 upgrade to "an expanded set of eligible devices" as part of a phased rollout designed to deliver a smoother upgrade experience.
</p>

<p>
	 
</p>

<p>
	Microsoft <a href="https://www.bleepingcomputer.com/news/microsoft/windows-11-is-released-what-you-need-to-know-and-new-features/" target="_blank" rel="external nofollow">released Windows 11 on October 5</a> for systems with <a href="https://www.bleepingcomputer.com/news/microsoft/microsoft-publishes-the-windows-11-system-requirements/" target="_blank" rel="external nofollow">compatible hardware</a> that also run Windows 10 2004 and later and have installed at least the September 2021 updates.
</p>

<p>
	 
</p>

<p>
	"If you are using Windows 10, you can determine if your device is eligible for the upgrade using the <a data-linktype="external" href="https://www.microsoft.com/windows/windows-11#pchealthcheck" rel="external nofollow" target="_blank">PC Health Check app</a> or checking <a data-linktype="external" href="https://www.microsoft.com/windows/windows-11-specifications" rel="external nofollow" target="_blank">Windows 11 specs, features, and computer requirements</a>," Microsoft says.
</p>

<p>
	 
</p>

<p>
	"If you have an eligible device, open Windows Update Settings and select Check for updates. Once the upgrade is ready for your device, you will see the option to download and install."
</p>

<p>
	 
</p>

<p>
	According to previously available info, Redmond estimates that the Windows 11 upgrade will be offered to all eligible Windows 10 devices by mid-2022. 
</p>

<p>
	 
</p>

<div class="ipsEmbeddedVideo" contenteditable="false">
	<div>
		<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" frameborder="0" height="113" src="https://nsaneforums.com/applications/core/interface/index.html" width="200" data-embed-src="https://www.youtube.com/embed/Ttkq_mh7bKg?feature=oembed"></iframe>
	</div>
</div>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.bleepingcomputer.com/news/microsoft/windows-10-21h1-now-in-broad-deployment-available-to-everyone/" rel="external nofollow">Windows 10 21H1 now in broad deployment, available to everyone</a>
</p>
]]></description><guid isPermaLink="false">3275</guid><pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate></item><item><title>Here are the changes coming to Office.com and the Office app for Windows</title><link>https://nsaneforums.com/news/software-news/here-are-the-changes-coming-to-officecom-and-the-office-app-for-windows-r3269/</link><description><![CDATA[<p>
	Microsoft has announced that they are updating the Office.com and Office app for Windows experiences. The updates are intended to make it easier to find all the content associated with you, access your apps and templates in one place, take action quickly, and understand what work needs your attention.
</p>

<p>
	 
</p>

<p>
	The changes include:
</p>

<p>
	 
</p>

<p>
	Home page updates include:
</p>

<p>
	 
</p>

<p>
	<img alt="office-home-page.png" class="ipsImage" data-ratio="75.10" height="414" width="720" src="https://mspoweruser.com/wp-content/uploads/2021/11/office-home-page.png">
</p>

<p>
	 
</p>

<ul>
	<li>
		<strong>Recommended actions</strong> to help you quickly take action – you can jump into your upcoming meeting, add a To-Do task or reply to recent comments in documents. Easily collaborate on content by Sharing via Teams or booking time to review content with co-workers.
	</li>
	<li>
		<strong>Quick access</strong> – a section to help you quickly get to the content you care about. You can view this as either a list or cards for a more visual layout. You can easily filter this content by recently opened content, content you shared with others and even your favorite content. But if you want an even more specific filter, you can add a custom content filter based on things like type of content and person who shared it – enabling you to easily get back to the content you are looking for.
	</li>
</ul>

<p>
	 
</p>

<p>
	My Content updates include:
</p>

<p>
	 
</p>

<ul>
	<li>
		Here you can view all your content and again view it by recently opened, shared, and favourites.
	</li>
	<li>
		Use the powerful filters to quickly find the right content. You can filter by type of document, activity and time. The activity filter even contains specific filters like document you are @mentioned in.
	</li>
	<li>
		<strong>Ability to browse by People and Meetings</strong>. When you click on People you can view an easy to digest card view of people and documents they have shared. When you click on Meetings, you can find all meeting content like recordings, meeting notes, and attached documents from your previous meetings.
	</li>
	<li>
		Ability to view content based on where it lives like OneDrive and SharePoint
	</li>
	<li>
		In addition to the Recommended Actions on the home page, you can also find content actions in line on any of the content lists within Office.com by clicking the triple dot menu. With this new release, <strong>Microsoft added a few new actions</strong>, including Convert to PDF, Share to Teams, Add to Calendar, and Add to To Do.
	</li>
</ul>

<p>
	 
</p>

<p>
	Create updates include:
</p>

<p>
	 
</p>

<ul>
	<li>
		Ability to create new content using dozens of tools across M365, from surveys and brainstorming sessions to reporting dashboards, project plans and more.
	</li>
	<li>
		Start something new from your company’s branded content with easy access to your companies templates in one place.
	</li>
	<li>
		Recommended templates across Word, Excel, and PowerPoint to help you get started creating impactful content
	</li>
</ul>

<p>
	 
</p>

<p>
	Microsoft will roll out the changes as a Targeted release in November and to Standard customers beginning in early January and completing by the end of February.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://mspoweruser.com/microsoft-announce-updates-coming-to-office-com-home-page/" rel="external nofollow">Here are the changes coming to Office.com and the Office app for Windows</a>
</p>
]]></description><guid isPermaLink="false">3269</guid><pubDate>Thu, 04 Nov 2021 02:26:59 +0000</pubDate></item><item><title>With Mesh for Teams, Microsoft plans to bring 3D workspaces to remote workers in 2022</title><link>https://nsaneforums.com/news/software-news/with-mesh-for-teams-microsoft-plans-to-bring-3d-workspaces-to-remote-workers-in-2022-r3268/</link><description><![CDATA[<header>
	<h2 itemprop="description">
		The concept rides the recent "metaverse" hype, but it's only a precursor.
	</h2>

	<p>
		<img alt="mesh-2-800x447.png" class="ipsImage" data-ratio="61.94" height="402" width="720" src="https://cdn.arstechnica.net/wp-content/uploads/2021/11/mesh-2-800x447.png">
	</p>
</header>

<section>
	<div itemprop="articleBody">
		<figure>
			<figcaption>
				<div>
					An interface and virtual workspace for Mesh for Teams.
				</div>

				<div>
					<a href="https://news.microsoft.com/innovation-stories/mesh-for-microsoft-teams/" rel="external nofollow">Microsoft</a>
				</div>
			</figcaption>
		</figure>

		<p>
			Microsoft has announced its intention to create an immersive 3D platform called "Mesh for Teams" for virtual meetings. As the name suggests, Mesh for Teams builds on the company's existing Teams collaboration platform and implements the mixed reality features of Microsoft Mesh.
		</p>

		<p>
			 
		</p>
		Announced earlier this year, Mesh is a platform for virtual meetings and other collaborative gatherings in mixed reality (a catch-all term for virtual reality, augmented reality, or any combination of the two) using a variety of devices like the company's own HoloLens products and Windows Mixed Reality headsets, among others. Users would have persistent avatars that accurately reflect their body language and facial expressions and would be able to wander around a virtual workplace.

		<p>
			 
		</p>

		<p>
			Workplaces would use Mesh for Teams to invite employees to log in to 3D or 2D collaborative workspaces. Sitting around a virtual conference table, workers would be able to do some things that aren't possible in the real world. For example, a presenter could see her notes in 3D space near a virtual white board while those watching the presentation only see what she writes on the board.
		</p>

		<p>
			 
		</p>

		<p>
			The service will ship with some pre-built workspaces, but companies will be able to build and customize their own, just like employees can create avatars. None of this will initially require a VR headset; workers would be able to join with smartphones and laptop computers and see the spaces on their screens.
		</p>

		<p>
			 
		</p>

		<p>
			According to Microsoft's <a href="https://news.microsoft.com/innovation-stories/mesh-for-microsoft-teams/" rel="external nofollow">blog post on the subject</a>, the platform will initially just animate avatars' faces based on audio cues when users speak. But before long, Microsoft plans to bring some basic mirroring of users' facial expressions to those avatars through the use of webcams.
		</p>

		<p>
			 
		</p>

		<p>
			We've seen tech like that in Apple's Animoji feature for iPhones, the Kinect peripheral for the Xbox 360 and Xbox One, and even in massively multiplayer online games from years ago, like EverQuest II. The technology has also featured prominently on Amazon's Twitch streaming platform, as in the <a href="https://en.wikipedia.org/wiki/Virtual_YouTuber" rel="external nofollow">VTuber</a> movement and innovative streamers like <a href="https://www.theverge.com/22370260/codemiko-twitch-interview-stream-technician" rel="external nofollow">CodeMiko</a>.
		</p>

		<p>
			 
		</p>

		<p>
			<img alt="mesh-1-640x359.png" class="ipsImage" data-ratio="56.09" height="359" width="640" src="https://cdn.arstechnica.net/wp-content/uploads/2021/11/mesh-1-640x359.png">
		</p>

		<figure>
			<figcaption>
				<div>
					<a data-height="1480" data-width="2636" href="https://cdn.arstechnica.net/wp-content/uploads/2021/11/mesh-1.png" rel="external nofollow">Enlarge</a> / 3D avatars could appear alongside real faces in normal video calls, too.
				</div>

				<div>
					<a href="https://news.microsoft.com/innovation-stories/mesh-for-microsoft-teams/" rel="external nofollow">Microsoft</a>
				</div>
			</figcaption>
		</figure>

		<p>
			Microsoft's announcement is filled with references to the "metaverse," which has recently become re-popularized by statements of intent from <a href="https://arstechnica.com/tech-policy/2021/10/facebooks-rebrands-as-meta-amid-a-new-metaverse-first-outlook/" rel="external nofollow">Facebook-turned-Meta</a> CEO Mark Zuckerberg. The term comes from a science fiction novel titled Snow Crash, though the novel described the feature in dystopian terms, in contrast to the upbeat tone that Meta, Microsoft, and other tech companies leading this wave have struck.
		</p>

		<p>
			 
		</p>

		<p>
			Though Zuckerberg may have recently announced the pivot to the so-called metaverse to <a href="https://arstechnica.com/tech-policy/2021/07/facebooks-metaverse-gambit-is-a-distraction-from-its-deep-seated-problems/" rel="external nofollow">distract from Meta/Facebook's deep and serious problems</a> with its core business, the concept he has picked to champion (and that Microsoft is pushing here as well) predates that move. V
		</p>

		<p>
			 
		</p>

		<p>
			Venture capital has been pouring into mixed reality workplace startups in unprecedented amounts for a couple of years now.
		</p>

		<p>
			 
		</p>
		It's far from a new idea and was seen in platforms like Second Life (<a href="https://arstechnica.com/gaming/2017/10/returning-to-second-life/" rel="external nofollow">which still exists</a>). But investors and company leaders believe that a combination of the social and cultural effects of the pandemic, coming improvements to VR and AR tech and accessibility, increasingly efficient mobile processors, the expansion of remote work, and new applications of machine learning are paving the way for an immersive, persistent, networked, alternate 3D layer to the workplace that would be natural enough to be appealing to workers and employers alike.

		<p>
			 
		</p>

		<p>
			Today, though, there remain major technological barriers to that vision actually coming to pass.
		</p>

		<p>
			 
		</p>

		<p>
			Mesh for Teams is a far cry from what Zuckerberg and others describe for the distant future, which would entail hologram and augmented reality technology rather than or in addition to virtual reality for more natural and comfortable experiences. But it's Microsoft's initial attempt to ride the wave of investor and media hype around the so-called "metaverse" concept.
		</p>

		<p>
			 
		</p>

		<p>
			The first version is expected to become available to Teams users sometime in 2022.
		</p>
	</div>
</section>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://arstechnica.com/gadgets/2021/11/with-mesh-for-teams-microsoft-plans-to-bring-3d-workspaces-to-remote-workers-in-2022/" rel="external nofollow">With Mesh for Teams, Microsoft plans to bring 3D workspaces to remote workers in 2022</a>
</p>
]]></description><guid isPermaLink="false">3268</guid><pubDate>Thu, 04 Nov 2021 02:14:42 +0000</pubDate></item><item><title>Start11 v1.0 adds Windows 11 style taskbar and Start menu to Windows 10</title><link>https://nsaneforums.com/news/software-news/start11-v10-adds-windows-11-style-taskbar-and-start-menu-to-windows-10-r3264/</link><description><![CDATA[<p>
	Stardock has released Start11 version 1.0, a program that allows users to customize the Windows Start menu and taskbar, today. As with previous editions of StartX products, Start11 allows users to restore the Start menu to appear as it does in previous versions of Windows, as well as customize and enhance its functionality.
</p>

<p>
	 
</p>

<p>
	"Since Microsoft first announced Windows 11, we have been working to optimize Start11 for the new operating system" said Brad Wardell, Stardock CEO. "We make it easy for users to customize nearly every detail of their PC experience, including being able to choose from several new Start menu layouts and repositioning the taskbar, among many other things."
</p>

<figure>
	<img alt="1635931395_windows_10screen_on_windows_1" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1635931395_windows_10screen_on_windows_11_story.jpg">
</figure>

<p>
	Start11 is designed for Windows 11 and Windows 10 and comes loaded with features intended to make Windows more personal and productive. It supports moving the Start button to the middle or to the left, adjusting the taskbar size, re-ordering quick access shortcut lists, options for grid spacing, enhanced classic and modern search experiences, restoring the taskbar context menu, and more. Start11 also fully integrates with Stardock's Fences app.
</p>

<figure>
	<img alt="1635931388_windows_11_taskbar_at_top_of_" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1635931388_windows_11_taskbar_at_top_of_display_story.jpg">
</figure>

<p>
	For users who want to personalize their Start menu, Start11 offers robust customization options ranging from aesthetic to functional. The software enables enhanced Windows 10 and Windows 11 style Start menus, a compact Windows 7 design, optional Windows 11 style for classic menus, and additional settings that allow you to configure a personalized Start menu.
</p>

<p>
	 
</p>

<p>
	The new UI has been designed to support additional Start menu enhancements, extending support to a host of new Start menu ideas like pages, minimalism, and features for enterprise customers. While Start11 does restore previous versions of the Start menu like Start8 and Start10, it now provides robust options to create a truly personalized experience.
</p>

<p>
	 
</p>

<p>
	Change log:
</p>

<blockquote>
	<ul>
		<li>
			Center the start menu on Windows 10 – you can now replicate the Windows 11 menu and centering experience on Windows 10
			<ul>
				<li>
					Meaning, for anyone who wants their PC to look like Windows 11 but not give up the functionality of Windows 10 – this is a great solution
				</li>
			</ul>
		</li>
		<li>
			You can pin files, folders, and drives directly to the start menu for faster navigation
		</li>
		<li>
			Ability to hide the search bar in Windows 11 style menu
		</li>
		<li>
			Enable full-screen Start Menu for Windows 10 and 11 styles.
		</li>
		<li>
			Ability to change individual tile colors on Windows 10 style menu.
		</li>
		<li>
			And we are working on new taskbar items for a future release too.
		</li>
	</ul>
</blockquote>

<figure>
	<img alt="1635931376_start11_menu_options_story.jp" class="ipsImage" data-ratio="59.31" height="405" width="720" src="https://cdn.neow.in/news/images/uploaded/2021/11/1635931376_start11_menu_options_story.jpg">
</figure>

<p>
	Start11 is <a href="https://www.stardock.com/products/start11/&amp;referer=neowin.net" rel="external nofollow">currently available for $5.99</a>. There is an upgrade option for users of Start8 and Start10, it is also included with <a href="https://www.stardock.com/products/odnt/&amp;referer=neowin.net" rel="external nofollow">Object Desktop</a>. For more information, visit <a href="https://www.stardock.com/&amp;referer=neowin.net" rel="external nofollow">www.stardock.com</a>.
</p>

<p>
	 
</p>

<p>
	<a href="https://www.stardock.com/products/odnt/&amp;referer=neowin.net" rel="external nofollow">Object Desktop</a> includes programs such as <a href="https://store.stardock.com/cart.aspx?add&amp;checkout=true&amp;productid=ESD-SDS-W1240&amp;referer=neowin.net" rel="external nofollow">Fences</a>, <a href="https://store.stardock.com/cart.aspx?add&amp;checkout=true&amp;productid=ESD-SDS-W1235&amp;referer=neowin.net" rel="external nofollow">Start10</a>, <a href="https://www.stardock.com/products/groupy/&amp;referer=neowin.net" rel="external nofollow">Groupy</a>, <a href="https://www.stardock.com/products/soundpackager/&amp;referer=neowin.net" rel="external nofollow">SoundPackager</a>, <a href="https://www.stardock.com/products/deskscapes/&amp;referer=neowin.net" rel="external nofollow">DeskScapes,</a> and <a href="https://store.stardock.com/cart.aspx?add&amp;checkout=true&amp;productid=ESD-ER-W1219&amp;referer=neowin.net" rel="external nofollow">Multiplicity</a>.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.neowin.net/news/start11-v10-adds-windows-11-style-taskbar-and-start-menu-to-windows-10/" rel="external nofollow">Start11 v1.0 adds Windows 11 style taskbar and Start menu to Windows 10</a>
</p>
]]></description><guid isPermaLink="false">3264</guid><pubDate>Wed, 03 Nov 2021 23:27:12 +0000</pubDate></item><item><title>Where are the desktop wallpapers located in Windows 11?</title><link>https://nsaneforums.com/news/software-news/where-are-the-desktop-wallpapers-located-in-windows-11-r3263/</link><description><![CDATA[<p>
	When Windows 10 was released, Microsoft shipped it with a modern home screen background. With Windows 11, the company took it to a level further with multiple abstract wallpapers.
</p>

<p>
	 
</p>

<p>
	Microsoft also packed 6 themes in the operating system, including some really cool dark themes.
</p>

<h3>
	Where are the desktop wallpapers located in Windows 11?
</h3>

<p>
	The folder is sort of hidden, it is not located in the Pictures folder like common sense would have you believe. Instead, you can find the Windows 11 wallpapers in the following directory: C:\Windows\Web\
</p>

<p>
	 
</p>

<p>
	Tip: Windows 10 users can find the wallpapers in the same folder, read about it <a data-wpel-link="internal" href="https://www.ghacks.net/2019/10/09/where-are-desktop-backgrounds-wallpapers-stored-in-windows-10/" rel="external nofollow" target="_blank">here</a>.
</p>

<p>
	 
</p>

<p>
	<img alt="Where-are-the-desktop-wallpapers-located" class="ipsImage" data-ratio="75.10" height="529" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/11/Where-are-the-desktop-wallpapers-located-in-Windows-11.webp">
</p>

<p>
	 
</p>

<p>
	There are four sub-folders in this directory, and every one of these contains a few pictures in various sizes and resolutions. The primary wallpaper, which is called Bloom (it was inspired by flowers), and its dark mode variant are placed in the following folder: C:\Windows\Web\4K\Wallpaper\Windows
</p>

<p>
	 
</p>

<p>
	You can read about the Bloom design on Microsoft's <a data-wpel-link="external" href="https://blogs.windows.com/windowsexperience/2021/10/06/windows-11-blossoms-with-bloom-a-new-symbol-for-a-new-operating-system/" rel="external nofollow" target="_blank">blog</a>.
</p>

<p>
	 
</p>

<p>
	The Touch Keyboard directory is home to even more colorful abstract backdrops. The C:\Windows\Web\Wallpaper is sort of a mixed bag and contains several images, some of which are Nature-themed ones, if that tickles your fancy. There are a couple of image sets with different colored versions of the same wallpaper, you can set the operating system to switch between them by enabling the slideshow option. But I should warn you, toggling the setting can have an adverse result in that it can cause <a data-wpel-link="internal" href="https://www.ghacks.net/2021/10/29/fix-screen-flickering-windows-11/" rel="external nofollow" target="_blank">screen flickering</a> issues.
</p>

<p>
	 
</p>

<p>
	Tip: If you have a laptop or an OEM desktop that included Windows 10 or 11, the manufacturer's default wallpaper can be found in the C:\Windows\Web\Wallpaper directory.
</p>

<p>
	 
</p>

<p>
	What is the big deal about the Windows 11 wallpapers folder? Why is this important?
</p>

<p>
	 
</p>

<p>
	<img alt="Windows-11-personalization-wallpapers.we" class="ipsImage" data-ratio="75.10" height="467" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/11/Windows-11-personalization-wallpapers.webp">
</p>

<p>
	 
</p>

<p>
	Windows 11 only lists the 5 recent backgrounds that you used in the Settings &gt; Personalization screen. So, if you changed wallpapers several times, the Settings app will not display the default backgrounds of the operating system. You will need to browse for them manually, and the folder is not exactly easy to find if you didn't already know about it. That being said, there is a simple way to restore the default backgrounds. All you have to do is to change the theme, and you will get its corresponding image set as your desktop background.
</p>

<p>
	 
</p>

<p>
	<img alt="Windows-11-themes.webp" class="ipsImage" data-ratio="75.10" height="467" width="720" src="https://www.ghacks.net/wp-content/uploads/2021/11/Windows-11-themes.webp">
</p>

<p>
	 
</p>

<p>
	As I mentioned earlier, Windows 11 comes with 6 themes, each of which has its own wallpaper. But keep in mind that there are more backdrops available in the wallpapers folders, so you actually get some extra customization options. By manually changing the wallpaper, you can mix and match the images (including the hidden ones), with the built-in themes of your choice, to keep things fresh.
</p>

<p>
	 
</p>

<p>
	If you don't have Windows 11 on your computer but want the wallpapers from it, head over to our <a data-wpel-link="internal" href="https://www.ghacks.net/2021/06/20/here-are-all-the-wallpapers-from-windows-11/" rel="external nofollow" target="_blank">previous coverage</a> to download them. Do you like Bing Wallpapers? You can have your desktop wallpaper refreshed everyday with the official <a data-wpel-link="external" href="https://www.microsoft.com/en-us/bing/bing-wallpaper" rel="external nofollow" target="_blank">Bing Wallpapers</a> app from Microsoft, or the third-party program, <a data-wpel-link="internal" href="https://www.ghacks.net/2020/02/06/bingsnap-is-a-freeware-program-that-can-download-the-daily-bing-wallpaper/" rel="external nofollow" target="_blank">Bingsnap</a>. If you have an Android phone, you can use a combination of the <a data-wpel-link="external" href="https://play.google.com/store/apps/details?id=net.nurik.roman.muzei" rel="external nofollow" target="_blank">Muzei Live Wallpaper</a> app, and the <a data-wpel-link="external" href="https://play.google.com/store/apps/details?id=de.devmil.muzei.bingimageofthedayartsource" rel="external nofollow" target="_blank">Bing Image of the Day</a> add-on, to get a new home screen image everyday.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	<a href="https://www.ghacks.net/2021/11/02/desktop-wallpapers-windows-11/" rel="external nofollow">Where are the desktop wallpapers located in Windows 11?</a>
</p>
]]></description><guid isPermaLink="false">3263</guid><pubDate>Wed, 03 Nov 2021 23:22:59 +0000</pubDate></item></channel></rss>
