From b2d16208e9cedc8bf3e7ec8380737d37afcecdd7 Mon Sep 17 00:00:00 2001
From: Jan <rsge@web.de>
Date: Mon, 21 Feb 2022 15:34:27 +0100
Subject: [PATCH] Added description for blank icon fix

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6e67fa5..75e217f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Windows-Error-Fixing-Scripts
+# Windows error fixing scripts
 A collection of scripts to fix various errors cropping up in Windows.
 
 * `Fix Outlook Temp folder.bat` empties the Temp folder of MS Office Outlook to fix it filling up the main harddrive.
@@ -6,4 +6,5 @@ A collection of scripts to fix various errors cropping up in Windows.
 * `Fix long login times.bat` deletes `WebCache`and `WebCacheLock.dat` on all normal users to fix unbearable login times after installing windows through a custom made image.
 * `Fix printer not install- and selectable.bat` fixes a problem where no printer can be selected or even installed, caused by corrupted files.
 * `Fix search & settings.bat` fixes the windows search and the settings app not starting up correctly and freezing.
+* `Fix blank icons` fixes desktop icons appearing as blank white rectangles instead of their usual icon. Solution found on the [ElevenForums](https://www.elevenforum.com/t/rebuild-icon-cache-in-windows-11.2049/) ([Archived Version](https://web.archive.org/web/20211017173532/https://www.elevenforum.com/t/rebuild-icon-cache-in-windows-11.2049/))
 * `Fix winmail.dat - Disable RTF & TNEF.reg` fixes the receiver of an email getting a `winmail.dat` file as attachment instead of a normal file by introducing a registry fix to keep Outlook from ever sending emails in RTF format or TNEF encryption.
-- 
GitLab