Windows 11 New Updates For All Channels

The Knight

Member
LV
0
 
Sep 11, 2023
3
3
3
Credits
188
Points
11
Canary Channel:

Windows 11 Insider Preview Build 25936


New Feature:

Post-OOBE Experiences

We are trying out several new experiences for after completing OOBE (“out of box experience”) starting with this build. You may see one of these three experiences launched automatically on your device after completing OOBE.

  • If you choose ‘Development Intent’ within the ‘Let’s Customize Your Experience’ page during OOBE, Dev Home will be automatically launched on your device after logging in and reaching the desktop for the first time after OOBE setup.
  • If you choose ‘Development Intent’ within the ‘Let’s Customize Your Experience’ page during OOBE, the Get Started app will be automatically launched on your device after logging in and reaching the desktop for the first time after OOBE setup. The Get Started app will show you a personalized flow that will help you learn more about Dev Home and give you the opportunity to open Dev Home.
  • If you choose to ‘Restore’ your device during OOBE, the Get Started app will be automatically launched on your device after you log into your device for the second time after completing OOBE. The Get Started app will show you a personalized flow that will help you learn about key apps and settings, tell you that Windows has restored on your device and show you how to access your restored apps on Start menu or taskbar.
These experiences will help you learn about new features in Windows 11 and help you complete your device setup. These experiences will only be available to a small subset of Insiders in the Canary Channel at first and you may see different variations of these experiences.



Changes and Improvements

[General]​

  • [REMINDER] Insider Preview Build Expiration: The expiration date for Insider Preview builds flighted to the Canary Channel has been updated to 9/15/2024 starting with Build 25931. Please make sure you are updated to the latest build in the Canary Channel.

[Dynamic Lighting]​

  • We have added the ability to choose a custom color to light up your devices with.

[Task Manager]​

  • We’ve updated the Task Manager settings page to match the design principles of Windows 11. The design has a similar look and feel to the Settings in Windows 11 and provides a cleaner UI separating categories into different sections.
Redesigned Task Manager settings.


[Settings]​


  • The end task feature under System > For Developers no longer requires Developer Mode to be enabled first before it can be used.

Fixes for known issues​


  • Fixed the underlying crash which was causing .NET updates to get stuck requesting restart in Windows Update Settings in recent Canary Channel builds.
  • Fixed a few issues which were causing the End Task option in the taskbar to not work, or to close more than just the app you had selected.

For developers​




You can download the latest Windows Insider SDK at aka.ms/windowsinsidersdk.

SDK NuGet packages are now also flighting at NuGet Gallery | WindowsSDK which include:

  • .NET TFM packages for use in .NET apps as described at aka.ms/windowsinsidersdk
  • C++ packages for Win32 headers and libs per architecture
  • BuildTools package when you just need tools like MakeAppx.exe, MakePri.exe, and SignTool.exe
These NuGet packages provide more granular access to the SDK and better integration in CI/CD pipelines.

SDK flights are now published for both the Canary and Dev Channels, so be sure to choose the right version for your Insider Channel.

Remember to use adaptive code when targeting new APIs to make sure your app runs on all customer machines, particularly when building against the Dev Channel SDK. Feature detection is recommended over OS version checks, as OS version checks are unreliable and will not work as expected in all cases.



Dev Channel:



Windows 11 Insider Preview Build 23545




Changes and Improvements​

[Search on the Taskbar]​

  • Instead of providing a hover experience that opens the search box on the taskbar, we are trying out some different experiences for when you click on the search highlight gleam in the search box instead. In some cases, clicking on the gleam will take you to a Bing.com page for the search highlight. A tooltip will always be shown for the search highlight gleam when hovering over the search box. As a reminder, we regularly try out different concepts and get feedback with Insiders in the Dev Channel.

[Windows Share]​

  • We’re beginning to roll out the ability to quickly give your device a more friendly name to identify sharing to and from with nearby share under Settings > System > Nearby sharing.
  • We’re also rolling out the ability to see Microsoft Teams (work or school) contacts and to send files to them directly within the built-in Windows share window if you’re signed in with an Entra ID (AAD) account.

Fixes​

[File Explorer]​

  • Fixed an issue which could cause explorer.exe to crash when closing File Explorer.
  • Fixed an issue where when switching between dark and light mode (or a contrast theme) File Explorer’s address bar, command bar, and context menu could get stuck in the wrong colors, making it difficult to see.
  • Fixed an issue where if you launched File Explorer in dark theme you could see a bright white flash as content loaded.
  • Fixed an issue where rapidly opening two File Explorer windows might make explorer.exe crash.
  • Made a few more fixes to help improve File Explorer launch performance, including fixing a leak which would impact performance over time.
  • Fixed an issue which could make explorer.exe crash when navigating away from Home.
  • Fixed an issue where trying to open Gallery after new images had been added might result in a crash.
  • Fixed an issue where the progress wheel in the tab would get stuck showing that File Explorer was loading a folder when the loading had actually already finished.
  • Fixed an issue where File Explorer sorting changes wouldn’t persist in folders after you navigated away and back.
  • Fixed an issue which could cause the icons in File Explorer tabs to be incorrect.
  • Fixed an issue which was causing icons on the desktop to turn into white generic icons until you refreshed the desktop.

[Taskbar]​

  • Fixed a high hitting explorer.exe crash in the latest builds impacting taskbar reliability.

[Search on the Taskbar]​

  • Fixed an issue that was causing search to not launch sometimes in the latest Dev Channel builds.

[Input]​

  • We fixed the issue causing Unicode Emoji 15support which began rolling out with Build 23475 and the updated color font format with COLRv1 support that began rolling out with Build 23506 to no longer appear. These experiences should again be working with this build.
  • Did some work to help address an issue that could cause the Japanese and Chinese IME candidate windows to not appear after using connected standby, due to a crash.
  • Fixed a high hitting tabtip.exe crash that may have impacted the ability to type in the last couple flights.

[Settings]​

  • Fixed an issue where Settings wasn’t launching in safe mode for some Insiders.

[Other]​

  • Fixed an issue where trying to take window mode screenshots was taking screenshots of the entire screen instead of the app in focus for some Insiders.
NOTE: Some fixes noted here in Insider Preview builds from the Dev Channel may make their way into the servicing updates for the released version of Windows 11.

Known issues​

[Start menu]​

  • Some apps under All apps on the Start menu, such as PWA apps installed via Microsoft Edge, may incorrectly be labeled as a system component.

[Windows Copilot]​

  • We heard feedback from Insiders in the Dev Channel that the Windows Copilot Preview is not available in some regions. We found an issue and plan to re-enable it for these Insiders with a fix in a future flight.
  • You can use Alt + Tab to switch out of Windows Copilot, but not back into it. Windows + C will move focus back to Windows Copilot
  • When first launching or after refreshing Copilot while using voice access you’ll need to use “Show grid” commands to click in the “Ask me anything” box for the first time.

For developers​

You can download the latest Windows Insider SDK at aka.ms/windowsinsidersdk.

SDK NuGet packages are now also flighting at NuGet Gallery | WindowsSDK which include:

  • .NET TFM packages for use in .NET apps as described at aka.ms/windowsinsidersdk
  • C++ packages for Win32 headers and libs per architecture
  • BuildTools package when you just need tools like MakeAppx.exe, MakePri.exe, and SignTool.exe
These NuGet packages provide more granular access to the SDK and better integration in CI/CD pipelines.

SDK flights are now published for both the Canary and Dev Channels, so be sure to choose the right version for your Insider Channel.

Remember to use adaptive code when targeting new APIs to make sure your app runs on all customer machines, particularly when building against the Dev Channel SDK. Feature detection is recommended over OS version checks, as OS version checks are unreliable and will not work as expected in all cases.

Beta Channel:



Windows 11 Insider Preview Build 22621.2262 and Build 22631.2262 (KB5029339)



What’s new in Build 22631.2262​

Introducing the new Settings homepage​

We’re introducing a new homepage in Settings that offers you a dynamic and personalized experience. It provides an overview of your device, quick access to key settings, and helps manage your Microsoft account.

New Settings homepage.


We created interactive cards that represent various device and account related settings, grouped by commonly accessed functions. Each card is optimized to offer the most relevant information and controls at your fingertips. In this release, you’ll see up to seven cards, with more coming soon.

Here’s an overview of each card:

  1. Recommended settings: This card adapts to your specific usage patterns, providing timely and relevant settings options. It’s designed to streamline your settings management and save you time.
  2. Cloud storage: Gives you an overview of your cloud storage use and lets you know when you’re nearing capacity.
  3. Account recovery: Helps keep your Microsoft account more secure by helping you add additional recovery info so you never get locked out of your account, even if you forget your password.
  4. Personalization: Brings customization to the forefront by offering one-click access to update your background theme or change your color mode.
  5. Microsoft 365: Provides a quick glimpse of your subscription status and benefits, along with the ability to take some key actions right in Settings instead of going to the web.
  6. Xbox: Similar to the Microsoft 365 card, you’ll be able to view your subscription status and manage the subscription from the Settings app.
  7. Bluetooth Devices: To simplify your Bluetooth device management experience, we’ve brought this to the forefront so you can quickly access and connect to your favorite Bluetooth-enabled devices.

You can take swift actions directly from this page with just a click, making device and account management seamless and efficient. What sets the homepage apart even further is that it’s more than just a landing page—it evolves and learns with you. As you use your device, it’ll adjust to provide the most relevant and useful information based on your usage and preferences.

NOTE: This experience will only be available on Windows 11 Home and Pro editions and not on devices managed by organizations.

[We are beginning to roll this out, so the experience isn’t available to all Insiders in the Beta Channel just yet as we plan to monitor feedback and see how it lands before pushing it out to everyone.]

FEEDBACK: Please file feedback in Feedback Hub (WIN + F) under Settings > Settings Homepage.

Backup and Restore improvements​




Building on the app restore feature we announced last year, we are introducing additional backup and restore capabilities in this build to make moving to a new PC easier than ever and to help app developers retain users across this new PC transition. The goal of these changes is to land users on a desktop that feels familiar to them and get them back to productivity within minutes on their new PC.

The Windows Backup app.


  • Windows Backup app – we’re introducing this new app to quickly get your current PC backed up and ready to move to a new PC.
  • App pins – your Store apps from your prior PC will be pinned where you left them, both on taskbar and in the Start menu.
  • Settings – Settings from your previous device will restore to your new PC to help you get back into the flow as quickly as possible.


Welcome back screen showing PC restoring from backup.


Once you’re backed up either via the new Windows Backup app or by visiting Accounts/Windows Backup in settings, you can try out the new restore during the out-of-box- experience (OOBE) when setting up a new PC or by resetting an existing PC with this build.

Users will see pins for their desktop app restored on the taskbar and Start Menu, including desktop apps that were not installed from the Microsoft Store.

Desktop apps that are available in the Microsoft Store can be restored by clicking on the app pin to get started. For apps that aren’t available in the Microsoft Store, you’ll be directed to the web to download the installer.

Screenshot showing a dialog box to install an app from the web.


NOTE: An easy way for Insiders to try this experience out is by running the Windows Backup app on a PC running this build and choosing “Reset this PC” under Settings > System > Recovery and then going through OOBE for the new restore experience.


For developers, review the developer best practices to learn more about how to provide the best restore experience for your app. Note that in this build not all settings and app types are supported, including Android apps. Backing up a Work or School account is also not supported.

FEEDBACK: Please file feedback in Feedback Hub (WIN + F) under Install and Update > Backup and Restore.

Changes and Improvements in Build 22631.2262​

[File Explorer]​

  • Made some changes which should noticeably help improve the performance of the “calculating” phase when sending a large number of files at once in File Explorer to the recycle bin.

[Cast]​

  • Building off the Cast improvements introduced with Build 22631.2129, we have updated the Cast flyout in Quick Settings with additional support for you in case you face any trouble discovering nearby displays, fixing connections, and more.
Cast flyout in Quick Settings now shows link for troubleshooting device discovery and other casting issues.


[Dynamic Lighting]​


  • You can now instantly sync your Windows accent color with the devices around you with the “Match my Windows accent color” toggle under “Effects” for Dynamic Lighting via Settings > Personalization > Dynamic Lighting.
  • We have added the ability to choose a custom color to light up your devices with.

Fixes in Build 22631.2262​


[Taskbar & System Tray]​


  • Fixed an issue where after upgrading the Bluetooth icon in the system tray might not display in the system tray after upgrade even though your PC supported Bluetooth and the Bluetooth options were shown in Settings.
  • Fixed an issue where the new bell icon might be very difficult to see in some cases because it was using a dark outline when your taskbar was dark.
  • Fixed an issue where the titles were missing from taskbar previews when turning on tablet-optimized taskbar while using uncombined taskbar.
  • Fixed an issue where app icons on the taskbar would become empty (with no icon) in recent Insider builds after switching between desktops.
  • Fixed an issue where if the taskbar was set to uncombined it would still show animations even if they’d been turned off.
  • Disabled the setting for uncombining taskbar buttons on other screens by default when no secondary monitors are connected.
  • Fixed an issue where using drag to rearrange icons in the overflow area wasn’t working well when the taskbar was set to uncombined.
  • Fixed an issue where uncombined taskbar’s app indicators weren’t shown correctly after it showed something was being downloaded.
  • Fixed an issue where the hidden icons flyout might close unexpectedly when using keyboard navigation to move focus between icons.

[File Explorer]​


  • Fixed an issue where in some cases, the context menu background in File Explorer appeared transparent. This also impacted the command bar dropdown menus.
  • Fixed an issue where the context menu and dropdown menus in File Explorer weren’t working with touch.
  • Fixed an issue which was causing the search box in File Explorer to not work well with IMEs.
  • Fixed a white flash in dark mode when switching between Home and Gallery.
  • Fixed an issue impacted File Explorer reliability.
  • Fixed an issue where “Automatically type into the Search Box” wasn’t working when File Explorer was open to Home.
  • Fixed an issue where pasting using the context menu in the address bar wasn’t working (or other context menu actions in the address bar).
  • Added a little more space between Home in the navigation page and the bottom of the command bar.

[Input]​


  • Fixed an issue where typing with the Japanese and Chinese IMEs may not have performed as expected in certain apps in the last few flights when you had selected the option to use the previous version of the IME. If you are continuing to experience issues with this build installed, please file feedback.
  • Fixed an issue where when inking into a text field, if you were writing in Chinese, certain characters were being perceived as taps and not working.
  • Fixed an issue where inking into a text field while magnifier was running was not working well as the ink was offset.

[HDR Wallpapers]​


  • Fixed an issue which could cause sporadic explorer.exe crashes when using an HDR wallpaper.

[Task Manager]​


  • Fixed an issue where Task Manager was crashing when using the reset to default button in Settings.
  • Did some work to help improve the performance when switching between different pages in Task Manager.

[Other]​


  • Fixed an issue which could cause sporadic explorer.exe crashes when using an HDR wallpaper.

Fixes for BOTH Build 22621.2262 & Build 22631.2262​


  • We fixed the issue causing the “Check for updates” button to not appear as expected under Settings > Windows Update. After updating to this build, the “Check for updates” button should appear as expected. If you are on the previous Beta Channel flight, you can manually check for updates by opening Windows Terminal (or the Run dialog) and entering the USOClient StartInteractiveScan command which will perform the same function as clicking the “Check for updates” button in Windows Update. Note that running the command will not display any output. To confirm that the operation was successful, you can run the command while the Windows Update settings page is open. You should see your device checking for updates.
  • Fixed an issue where removing a monitor while connected to a Cloud PC could result in a black screen with only a mouse visible in recent builds.

Known issues​


[General]​


  • We’re working on the fix for an issue causing explorer.exe to crash on the login screen when attempting to enter safe mode.

[File Explorer]​


  • Investigating an issue where the icons on your desktop may all go blank. Right-click and refresh on the desktop will bypass the issue if it occurs.

[Narrator]​


  • You may see some of the strings are NOT localized to the selected language. This will be fixed in a future flight.
For More Information Please refer: https://www.microsoft.com/en-us/windowsinsider/
 
  • Like
Reactions: Rovin
Top Bottom
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock