Utilizing system settings
- To access the Settings app, press Windows key + I.
- In the left pane, select "Accessibility".
- The "Show shadows under windows" option can be found in the "Visual effects" section. Toggle the switch to your preference to enable or disable shadows.
How To Show Or Hide Shadows Under Windows In Windows 11 |
Using performance options
- Perform a right-click in File Explorer or on the desktop's "This PC" or "My Computer" icon and choose "Properties."
- On the left side of the System Properties box, select the "Advanced system settings" link.
- Select the "Settings" button from the "Performance" section.
- Go to the "Visual Effects" tab in the Performance Options box
- Locate the "Show shadows under windows" option and choose or deselect the box to reveal or obscure shadows. To save your changes, click "Apply" and then "OK".
QuickTip: Look for lists — they simplify complex points.
Utilizing Registry Editor
The Registry Editor is a strong tool, and changing the incorrect items could have negative effects on your system. Before making any changes, proceed with caution and make a backup of your registry.
- To open the Run dialog box, press Windows key + R. To launch the Registry Editor, enter "regedit" and press Enter.
- Find the next path by navigating to it:
QuickTip: Go back if you lost the thread.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Check the right-pane for a "ShowShadow" DWORD value. It can be double-clicked on to change its value.
- Set the data value to "1" to enable shadows or "0" to disable them. To save the changes, click "OK".
Tip: Don’t skim past key examples.
Utilizing Command Prompt
- To launch an elevated Command Prompt, press Windows key + X and choose "Windows Terminal (Admin)".
- Type the following command and hit Enter to enable shadows:
Tip: Focus on one point at a time.
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowShadow /t REG_DWORD /d 1 /f
- Type the following command and hit Enter to turn off shadows:
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowShadow /t REG_DWORD /d 0 /f
Conclusion
Customization is essential to making your computing experience unique, and Windows 11 provides a wide range of options to accommodate different preferences. One example of how Microsoft gives users the opportunity to customize their desktop environments is the option to reveal or remove shadows around windows. With ease, you may change the shadows under windows in Windows 11 using one of these four techniques, whether you like a minimalistic appearance or a touch of aesthetic flair. Always explore safely, and take pleasure in the process of figuring out your ideal desktop configuration.