Microsoft lets users dump more pre-installed apps
Dec 14, 2023 pm 10:08 PMMicrosoft has taken a big step that marks a sea change in its approach to enhancing the Windows user experience. In a clear departure from traditional strategies, the tech giant is giving Windows 11 users unprecedented control over the pre-installed apps bundled with the operating system. This licensing program allows users to precisely tailor their Windows 11 experience to their personal needs and preferences.
User Sentiment Evolution
Traditionally, Microsoft has considered the Inbox app to be an integral part of the Windows ecosystem. However, in recent years, we have seen a shift in user sentiment. Users have provided feedback highlighting that these pre-installed applications often do not meet their personal expectations. This has led to users complaining about the bloatware software. In response to this feedback, Microsoft and internal teams made the critical decision to provide users with the option to remove these apps. This change in permission sets is designed to address these issues and create a more personalized computing environment.
Unprecedented Release of Control
The first wave of inbox apps that users can uninstall are set to include Camera, Cortana, People, and Photos. These changes are in addition to the Movies & TV and Maps apps that were already uninstallable in previous Windows 11 versions. This expansion of the list of uninstallable apps is expected to continue in the future. These changes will give Microsoft users more control over their Windows installations.
Strategic Alignment and Optimization
Microsoft’s decision to uninstall more Inbox apps in Windows 11 represents a strategic move, not just a response to user feedback. It fits seamlessly into the company's broader vision to refine and optimize the Windows 11 experience, including user satisfaction and system performance.
While solving user issues was undoubtedly the primary driver behind this decision, Microsoft also recognizes the potential impact of preinstalled apps on system performance. By reducing the number of inbox applications, Microsoft aims to minimize potential performance bottlenecks and resource consumption. This proactive approach not only enhances the user experience but also ensures Windows 11 runs at peak efficiency.
The presence of a large number of pre-installed apps can inadvertently strain system resources, especially on devices with limited hardware capabilities. By allowing users to remove unused or unnecessary apps, Microsoft has essentially streamlined the Windows 11 experience, ensuring that system resources are allocated to the apps and tasks that matter most to the user.
Evolutionary Enhancements
The latest changes to the latest Dev Channel builds of Windows 11 highlight Microsoft’s commitment to delivering an adaptive and user-friendly experience. Notable enhancements include improved File Explorer performance, added creation of 7-zip and TAR archives, and an improved Snap layout that provides smart suggestions. These updates underscore Microsoft's commitment to continually improving Windows 11 to meet changing user expectations.
This groundbreaking decision to make more Inbox apps uninstallable will be gradually rolled out to all Windows 11 users over the coming months. This milestone marks an important step forward in Microsoft’s mission to personalize computing experiences. By giving users unprecedented control over their pre-installed apps, Microsoft is paving the way for a more streamlined, efficient, and user-centric Windows 11 ecosystem.
The above is the detailed content of Microsoft lets users dump more pre-installed apps. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

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

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

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

With the rapid development of social media, Xiaohongshu has become one of the most popular social platforms. Users can create a Xiaohongshu account to show their personal identity and communicate and interact with other users. If you need to find a user’s Xiaohongshu number, you can follow these simple steps. 1. How to use Xiaohongshu account to find users? 1. Open the Xiaohongshu APP, click the "Discover" button in the lower right corner, and then select the "Notes" option. 2. In the note list, find the note posted by the user you want to find. Click to enter the note details page. 3. On the note details page, click the "Follow" button below the user's avatar to enter the user's personal homepage. 4. In the upper right corner of the user's personal homepage, click the three-dot button and select "Personal Information"

The Local Users and Groups utility is built into Computer Management and can be accessed from the console or independently. However, some users find that local users and groups are missing in Windows 11. For some people who have access to it, the message suggests that this snap-in may not work with this version of Windows 10. To manage user accounts for this computer, use the User Accounts tool in Control Panel. The issue has been reported in previous iterations of Windows 10 and is usually caused by issues or oversights on the user's side. Why are local users and groups missing in Windows 11? You are running Windows Home edition, local users and groups are available on Professional edition and above. Activity

In Ubuntu systems, the root user is usually disabled. To activate the root user, you can use the passwd command to set a password and then use the su- command to log in as root. The root user is a user with unrestricted system administrative rights. He has permissions to access and modify files, user management, software installation and removal, and system configuration changes. There are obvious differences between the root user and ordinary users. The root user has the highest authority and broader control rights in the system. The root user can execute important system commands and edit system files, which ordinary users cannot do. In this guide, I'll explore the Ubuntu root user, how to log in as root, and how it differs from a normal user. Notice

Certain folders are not always accessible due to permissions, and in today’s guide we will show you how to access user folders on your old hard drive on Windows 11. The process is simple but can take a while, sometimes even hours, depending on the size of the drive, so be extra patient and follow the instructions in this guide closely. Why can't I access my user folders on my old hard drive? User folders are owned by another computer, so you cannot modify them. You don't have any permissions on the folder other than ownership. How to open user files on old hard drive? 1. Take ownership of the folder and change permissions Find the old user directory, right-click on it and select Properties. Navigate to "An

Many users have been added to the Ubuntu system. I want to delete the users that are no longer in use. How to delete them? Let’s take a look at the detailed tutorial below. 1. Open the terminal command line and use the userdel command to delete the specified user. Be sure to add the sudo permission command, as shown in the figure below. 2. When deleting, be sure to be in the administrator directory. Ordinary users do not have this permission. , as shown in the figure below 3. After the delete command is executed, how to judge whether it has been truly deleted? Next we use the cat command to open the passwd file, as shown in the figure below 4. We see that the deleted user information is no longer in the passwd file, which proves that the user has been deleted, as shown in the figure below 5. Then we enter the home file

Microsoft began rolling out KB2 to the public as an optional update for Windows 503145511H22 or later. This is the first update to enable Windows 11 Moment 4 features by default, including Windows Copilot in supported areas, preview support for items in the Start menu, ungrouping of the taskbar, and more. Additionally, it fixes several Windows 11 bugs, including potential performance issues that caused memory leaks. But ironically, the optional update for September 2023 will be a disaster for users trying to install the update, or even for those who have already installed it. Many users will not install this Wi

sudo (superuser execution) is a key command in Linux and Unix systems that allows ordinary users to run specific commands with root privileges. The function of sudo is mainly reflected in the following aspects: Providing permission control: sudo achieves strict control over system resources and sensitive operations by authorizing users to temporarily obtain superuser permissions. Ordinary users can only obtain temporary privileges through sudo when needed, and do not need to log in as superuser all the time. Improved security: By using sudo, you can avoid using the root account during routine operations. Using the root account for all operations may lead to unexpected system damage, as any mistaken or careless operation will have full permissions. and

Currently, Microsoft offers three different AI assistants to enterprise customers: Microsoft365Copilot, BingChatEnterprise, and Copilot in Windows. We would like to explain the differences between these three options. CopilotinWindows: Copilot in Windows is a powerful tool that helps you complete tasks faster and easier. You can seamlessly access Copilot from the taskbar or by pressing Win+C, and it will provide help next to any application you use. Copilot in Windows features new icons, new user experience and BingChat. it will be 2