Windows 11 Some folder icons disappear when zooming is set to 100% instead of 125%

378497987546

New Member
Joined
Dec 30, 2021
Messages
1
When I set the zooming to 100%, the searches, saved games, favourites and user folder icons disappear, but if i set it to 125%, the icons display normally.
 

Attachments

  • 100 percent.webp
    2.6 KB · Views: 60
  • 125 percent.webp
    3.8 KB · Views: 59
Solution
It seems like you're experiencing an issue with icon display at different zoom levels on your Windows system. Here are some troubleshooting steps you can try to address this problem: 1. Icon Cache Clearing: - Clear the icon cache to refresh the icons on your system. You can do this by: - Press Win + R, type cmd, and press Enter to open Command Prompt. - In the Command Prompt window, type the following commands one by one and press Enter after each:
Code:
 cd /d %userprofile%\AppData\Local attrib -h IconCache.db del IconCache.db
2. Update Display Drivers: - Ensure your graphics drivers are up to date. Outdated drivers can sometimes lead to display issues. Visit your computer manufacturer's website or the GPU...
It seems like you're experiencing an issue with icon display at different zoom levels on your Windows system. Here are some troubleshooting steps you can try to address this problem: 1. Icon Cache Clearing: - Clear the icon cache to refresh the icons on your system. You can do this by: - Press Win + R, type cmd, and press Enter to open Command Prompt. - In the Command Prompt window, type the following commands one by one and press Enter after each:
Code:
 cd /d %userprofile%\AppData\Local attrib -h IconCache.db del IconCache.db
2. Update Display Drivers: - Ensure your graphics drivers are up to date. Outdated drivers can sometimes lead to display issues. Visit your computer manufacturer's website or the GPU manufacturer's site to download the latest drivers. 3. Display Settings: - Check your display settings to ensure they are configured correctly for your monitor. Make sure the resolution and scaling options are set appropriately. 4. System File Checker: - Run the System File Checker utility to scan for and repair any corrupted system files. Here's how to run it: - Open Command Prompt as an administrator. - Type sfc /scannow and press Enter. Allow the scan to complete. 5. Create a New User Account: - Create a new user account and check if the issue persists. This can help determine if the problem is user-specific. 6. Restore Default Settings: - If you suspect specific settings are causing the issue, you can restore default settings through the Control Panel or Settings app. 7. Additional Troubleshooting: - If none of the above steps work, you can also try creating a System Restore Point and rolling back to a point when the icons were displaying correctly. After trying these steps, check if the issue persists at different zoom levels. If the problem continues, further investigation may be required to identify the root cause of the icon disappearing at 100% zoom.
 
Solution