


Microsoft Windows 11 Canary 26040 preview version released: cross-platform screenshots, opening Voice Clarity, and optimizing the installation experience
Microsoft has released the latest preview version Build 26040 for Windows 11 for members of the Windows Insider project in the Canary channel, and has simultaneously released the latest ISO installation image.
IT Home attaches the Windows 11 Build 26040 preview version update content as follows:
Cross-platform screenshots
After the user connects a Windows-based Android device, when taking a screenshot on the device, a notification will pop up on the computer, allowing the user to quickly obtain, edit or share the relevant screenshot file.
To take advantage of this feature, you need to open the Settings menu, go to Bluetooth & Devices, and click Mobile Devices (this option has been updated in Build 26016 in the Canary Channel). Then select "Manage Devices" and grant your computer access to your Android phone.
Your PC will receive a console update for the cross-device experience in the Microsoft Store that is required for cross-platform screenshots of the experience.
Make online calls clearer with Voice Clarity
Voice Clarity is a new voice noise reduction feature that was previously limited to Surface devices but is now available to other devices.
This feature combines multiple microphone signals and uses advanced echo control to reduce background noise to provide a clearer sound experience to users.
This technology does not rely on neural processing units and can run on most PC devices, unlike other noise reduction technologies that have excessive hardware requirements.
Voice Clarity utilizes a simplified artificial intelligence model to instantly eliminate echoes, reduce background noise and reverberation. This feature is enabled by default, and applications in communication signal processing mode such as Phone Link and WhatsApp can enjoy the benefits it provides.
Update Windows Setup experience
We will update Windows Setup operating system media settings with a cleaner and more modern design. Pure installation of the operating system supports unattended operation, maintaining the same upgrade and installation experience as currently available.
Users can download the ISO image of Build 26040 to experience it. While this change will not affect DISM operating system deployments, it may impact some of your workflows.
USB 80Gbps
New versions of Windows begin to support the 80 Gbps USB 4 transmission standard, and related features will first be rolled out to specific devices based on Intel Core 14th Generation HX series mobile processors, such as the new Razer Blade 18 laptop.
Improve the discoverability of Windows 11 mid-cast screen
Win11 system allows users to wirelessly cast their screen to another nearby PC, TV or other external screen.
Microsoft has further improved the screen casting experience in the new version, focusing on guiding users to understand the screen casting feature, improving its discoverability, and simplifying the overall Windows 11 experience.
Windows LAPS: New automatic account management features
Introducing new automated account management capabilities with Windows Local Administrator Password Solution (LAPS), IT administrators can now configure Windows LAPS to automatically create managed local accounts.
Users can also configure account names, enable or disable accounts, and optionally randomize account names for increased security. In addition, integration with existing Microsoft local account management policies has been improved.
Windows LAPS: Improved readability of password dictionary
Windows Local Administrator Password Solution (LAPS) Introducing a new PasswordComplexity setting, IT administrators can now configure Windows LAPS to generate less obfuscated passwords. The new setting is similar to the existing complexity setting 4, which uses all four character categories (uppercase letters, lowercase letters, numbers, and special characters).
Windows LAPS: New Password Feature
Windows Local Administrator Password Solution (LAPS) has been improved with new password functionality. Using this feature, IT administrators can now configure Windows LAPS to generate passwords such as: "EatsVeganYummyTasty" that are significantly easier to read, repeat, and type than more traditional passwords such as "q6Rgag667Pu23qA886?n:K".
Windows LAPS: New image rollback detection feature
Windows Local Administrator Password Solution (LAPS) introduces a new image rollback detection feature.
Using this feature, Windows LAPS can now detect when a mirror rollback occurs. When a live operating system image is rolled back (regardless of the mechanism used, such as Hyper-V snapshot restore or product redeployment from the image), the result is often a "tear state" where the passwords stored in Active Directory are no longer associated with the device. The locally stored password (hash) matches. When this occurs, IT administrators will be unable to log into the device using a persistent Windows LAPS password.
New Feature Added Active Directory attribute "msLAPS-CurrentPasswordVersion" in Windows LAPS mode. This attribute contains a random GUID that Windows LAPS writes each time a new password is persisted in Active Directory and then saves a local copy.
On each processing cycle, the GUID stored in msLAPS-CurrentPasswordVersion will be queried and compared to the local persistent copy; if the two are different, the password will be rotated immediately.
The above is the detailed content of Microsoft Windows 11 Canary 26040 preview version released: cross-platform screenshots, opening Voice Clarity, and optimizing the installation experience. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











VS Code can run on Windows 8, but the experience may not be great. First make sure the system has been updated to the latest patch, then download the VS Code installation package that matches the system architecture and install it as prompted. After installation, be aware that some extensions may be incompatible with Windows 8 and need to look for alternative extensions or use newer Windows systems in a virtual machine. Install the necessary extensions to check whether they work properly. Although VS Code is feasible on Windows 8, it is recommended to upgrade to a newer Windows system for a better development experience and security.

There are six ways to run code in Sublime: through hotkeys, menus, build systems, command lines, set default build systems, and custom build commands, and run individual files/projects by right-clicking on projects/files. The build system availability depends on the installation of Sublime Text.

To install Laravel, follow these steps in sequence: Install Composer (for macOS/Linux and Windows) Install Laravel Installer Create a new project Start Service Access Application (URL: http://127.0.0.1:8000) Set up the database connection (if required)

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

Installing Git software includes the following steps: Download the installation package and run the installation package to verify the installation configuration Git installation Git Bash (Windows only)

The reasons for the installation of VS Code extensions may be: network instability, insufficient permissions, system compatibility issues, VS Code version is too old, antivirus software or firewall interference. By checking network connections, permissions, log files, updating VS Code, disabling security software, and restarting VS Code or computers, you can gradually troubleshoot and resolve issues.

VS Code is available on Mac. It has powerful extensions, Git integration, terminal and debugger, and also offers a wealth of setup options. However, for particularly large projects or highly professional development, VS Code may have performance or functional limitations.

VS Code performs well on macOS and can improve development efficiency. The installation and configuration steps include: installing VS Code and configuring. Install language-specific extensions (such as ESLint for JavaScript). Install the extensions carefully to avoid excessive startup slowing down. Learn basic features such as Git integration, terminal and debugger. Set the appropriate theme and code fonts. Note potential issues: extended compatibility, file permissions, etc.
