Home > Article > System Tutorial > How to delete win11 widgets? One command to uninstall Windows 11 widgets function tips
php editor Zimo will show you how to delete widgets in the Windows 11 operating system. You can uninstall Windows 11 widgets with just one simple command, making your desktop cleaner and cleaner. Windows 11 widget function skills are waiting for you to explore!
What is a widget?
Widgets are little cards that display dynamic content from your favorite apps and services on your Windows desktop. They appear on the widget board, where you can discover, pin, unpin, arrange, resize, and customize widgets to reflect your interests. The widget board is optimized to display relevant widgets and personalized content based on usage.
Open the widget panel from the left corner of the taskbar, where you can see the real-time weather icon. Widgets bring together personalized content from your favorite apps and services to give you at-a-glance updates throughout the day, helping you stay connected with what matters most to you. Say goodbye to constantly switching between apps, devices, and websites, now you can stay connected to the things you care about without losing focus on your most important tasks.
Windows 11’s Widget feature is an interface that pops up on the taskbar, keyboard shortcuts, or when swiping from the edge of the screen to display your personalized feed (news, weather, sports, stocks, etc.).
While this feature may be useful to some, not everyone will like it as it adds unnecessary distractions.
You can now remove the widget's button from the taskbar, or adjust the settings to prevent accidentally touching the widget, but the functionality will still exist.
If you decide that Windows 11’s widgets feature is no longer useful to you, you can use PowerShell to completely uninstall the feature (and of course, you can reinstall it at any time).
To uninstall the widget feature of Windows 11, search the Start menu for PowerShell
, right-click and run as administrator. Enter the following command to uninstall the widgets feature of Windows 11 and press Enter.
Get-AppxPackage *WebExperience* | Remove-AppxPackage
(Optional) Enter the following command to uninstall the widget using the winget command
, and then press Enter.
winget uninstall –id 9MSSGKG348SP
After completing the above steps, the widget function of Windows 11 will be completely uninstalled, and there is no option to control the taskbar widget icon in the system settings. .
If you change your mind or the feature is missing for other reasons, you can reinstall the widget feature from the Microsoft Store or use the winget command
.
To install the widget feature on Windows 11, search the Start menu for PowerShell
, right-click and run as administrator. Enter the following command to uninstall the widgets feature of Windows 11 and press Enter.
winget install –id 9MSSGKG348SP
After completing the above steps, you can use the taskbar button or keyboard shortcut again to use the widget function.
1. Click the [Start] menu on the taskbar, find [Settings] and open it to enter Windows settings. You can also use the shortcut key [win I] Open.
#2. After entering Windows settings, find and click on the left to switch to [Personalization] settings.
#3. On the right side of the personalization settings, slide up and down to find the [Taskbar] settings.
#4. Then under the taskbar item settings, close the slider on the right side of [Widget] to close the widget.
The above is the detailed content of How to delete win11 widgets? One command to uninstall Windows 11 widgets function tips. For more information, please follow other related articles on the PHP Chinese website!