In the realm of operating systems, the debate often swirls around the merits of Linux and macOS, yet many users, myself included, find solace in the familiar embrace of Microsoft’s Windows. The allure lies not in technical superiority but in the convenience it offers, much like choosing to game on a console rather than a high-end desktop. While Windows 11 has its flaws, it also provides a canvas for optimization, allowing users to tailor their experience by disabling unnecessary features and applications. Here are seven practical strategies to refine your Windows 11 setup, even if you’re not a tech guru.
OneDrive cloud syncing
Keep your files local
OneDrive is omnipresent in Windows 11, seamlessly integrated into the taskbar and File Explorer. While its cloud syncing capabilities are appealing, not everyone opts for this storage solution. If OneDrive isn’t your preference, you can easily unlink or remove it:
- Open the File Explorer app (shortcut: Win + E).
- Locate the OneDrive folder in the left navigation menu.
- Click on OneDrive in the address bar.
- Access the Settings icon in the lower right corner.
- Select Account from the left menu.
- Click Unlink this PC and confirm your choice.
For a complete removal, follow these steps:
- Open the Settings app (shortcut: Win + I).
- Navigate to Apps in the left menu.
- Go to Installed apps.
- Find Microsoft OneDrive.
- Click the three-dot icon on the right.
- Select Uninstall and follow the prompts.
Copilot companion
Avoid the AI craze
Microsoft’s push for its Copilot AI companion is evident, with its presence woven throughout Windows 11 and various Microsoft applications. If you prefer to keep your workspace free from AI distractions, removing Copilot is straightforward:
- Open the Settings app.
- Navigate to Apps in the left menu.
- Go to Installed apps.
- Locate Copilot.
- Click the three-dot icon on the right.
- Select Uninstall and follow the prompts.
You can also customize the Copilot key on your keyboard:
- Open the Settings app.
- Go to Bluetooth & devices.
- Select Keyboard.
- Find Customize Copilot key on keyboard under Shortcuts and hotkeys.
- Choose Search or Open an app from the drop-down menu.
Widgets and news
Who even uses this?
The Widgets board in Windows 11, featuring weather updates and news feeds, often goes unnoticed. If you find it more of a nuisance than a benefit, consider these adjustments:
- Open the Widgets board by clicking the left area of the taskbar.
- Click the Settings icon in the upper right corner.
- Toggle Open Widgets board on hover to Off for a click-only experience.
- To remove the news feed, toggle Feed to Off.
For those wishing to eliminate the Widgets board entirely:
- Open the Settings app.
- Navigate to Personalization.
- Go to Taskbar.
- Find Widgets and toggle it Off.
Start Menu bloat
There’s a lot you can improve here
The Start Menu in Windows 11 offers a fresh design, yet it can still feel cluttered. To streamline your experience:
- Open the Settings app.
- Navigate to Personalization.
- Go to Start.
- Toggle Pinned to Off to remove pinned apps.
- Toggle Recent to Off for a cleaner view.
- Toggle Show mobile device in Start to Off to remove the Phone Link panel.
- Toggle Show account-related notifications to Off to disable notifications.
Phone Link integration
This feature shows up everywhere
The Phone Link feature, while useful for some, can consume resources even when not in use. To minimize its impact:
- Open the Settings app.
- Navigate to Bluetooth & devices.
- Go to Mobile devices.
- Toggle Allow this PC to access content and capabilities from your mobile devices to Off.
- Toggle Show me suggestions for using my mobile device with Windows to Off.
- Navigate to Apps.
- Go to Startup.
- Toggle Mobile devices and Phone Link to Off.
- Return to Apps and navigate to Resume.
- Toggle Resume to Off.
For complete uninstallation, use Windows PowerShell:
- Find the Terminal app.
- Right-click and select Run as administrator.
- Ensure you’re in a Windows PowerShell tab.
- Copy and paste: Get-AppxPackage Microsoft.YourPhone -AllUsers | Remove-AppxPackage.
- Press Enter and restart your PC if necessary.
Xbox gaming features
Not everyone is a gamer
For those who do not engage with Xbox gaming features, it’s possible to streamline your system by disabling or uninstalling these components:
- Open the Settings app.
- Navigate to Apps.
- Go to Installed apps.
- Find Xbox and click the three-dot icon.
- Select Uninstall.
- Repeat for Xbox Live.
- Navigate to Gaming and toggle Game Mode to Off.
The Xbox Game Bar is a system component that’s trickier to remove, but it can be done via PowerShell:
- Find the Terminal app.
- Right-click and select Run as administrator.
- Ensure you’re in a Windows PowerShell tab.
- Copy and paste: Get-AppxPackage Microsoft.XboxGamingOverlay -AllUsers | Remove-AppxPackage.
- Press Enter and restart your PC if necessary.
Search web results
Drop Bing to speed up searches
To enhance the efficiency of Windows Search, consider removing Bing and web results, which can slow down your searches:
- Find the Terminal app.
- Right-click and select Run as administrator.
- Ensure you’re in a Windows PowerShell tab.
- Copy and paste: New-Item -Path “HKLM:SOFTWAREPoliciesMicrosoftWindowsExplorer” -Force | Out-Null; New-ItemProperty -Path “HKLM:SOFTWAREPoliciesMicrosoftWindowsExplorer” -Name “DisableSearchBoxSuggestions” -Value 1 -PropertyType DWord -Force | Out-Null.
- Press Enter and restart your computer.
Windows 11, while a remarkable achievement in operating system design, can sometimes feel overloaded with features that may not serve every user. By implementing these seven optimizations, you can create a more streamlined and personalized experience, enhancing both performance and usability.