diff --git a/Fix printer not install- and selectable.bat b/Fix printer not install- and selectable.bat
index dfe9a20ac650c61716902f09689f6bbab2020710..65a5916100f2cd441268dc8835fbef7099fcb14a 100644
--- a/Fix printer not install- and selectable.bat	
+++ b/Fix printer not install- and selectable.bat	
@@ -1,6 +1,6 @@
 @echo off
 net stop spooler
-pushd "%~dp0\ScriptFiles\Printer not installable" && (
+pushd "%~dp0\ScriptFiles\PrinterNotInstallable" && (
 reg import "Printer Spooler Registry.reg"
 robocopy spool C:\Windows\System32\spool *
 )
diff --git a/README.md b/README.md
index 4aa30e10f15d959e4c3e26724eef7c62782329be..3fe29c9bf8cfd8a92f13585d3184138b91ad3280 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 # Windows error fixing scripts
-A collection of scripts to fix various errors cropping up in Windows.
+A collection of scripts to fix various errors cropping up in Windows.\
+These are made for double-click execution via file explorer.
 
 * `Fix Outlook Temp folder.bat` empties the Temp folder of MS Office Outlook to fix it filling up the main harddrive.
 * `Fix blank icons` fixes desktop icons appearing as blank white rectangles instead of their usual icon. Adapted from 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/))
diff --git a/ScriptFiles/Printer not installable/Printer Spooler Registry.reg b/ScriptFiles/PrinterNotInstallable/Printer Spooler Registry.reg
similarity index 100%
rename from ScriptFiles/Printer not installable/Printer Spooler Registry.reg
rename to ScriptFiles/PrinterNotInstallable/Printer Spooler Registry.reg
diff --git a/ScriptFiles/Printer not installable/spool/prtprocs/x64/LMACLC4C.DLL b/ScriptFiles/PrinterNotInstallable/spool/prtprocs/x64/LMACLC4C.DLL
similarity index 100%
rename from ScriptFiles/Printer not installable/spool/prtprocs/x64/LMACLC4C.DLL
rename to ScriptFiles/PrinterNotInstallable/spool/prtprocs/x64/LMACLC4C.DLL
diff --git a/ScriptFiles/Printer not installable/spool/prtprocs/x64/winprint.dll b/ScriptFiles/PrinterNotInstallable/spool/prtprocs/x64/winprint.dll
similarity index 100%
rename from ScriptFiles/Printer not installable/spool/prtprocs/x64/winprint.dll
rename to ScriptFiles/PrinterNotInstallable/spool/prtprocs/x64/winprint.dll
diff --git a/ScriptFiles/Printer not installable/spool/tools/PrintBrm.exe b/ScriptFiles/PrinterNotInstallable/spool/tools/PrintBrm.exe
similarity index 100%
rename from ScriptFiles/Printer not installable/spool/tools/PrintBrm.exe
rename to ScriptFiles/PrinterNotInstallable/spool/tools/PrintBrm.exe
diff --git a/ScriptFiles/Printer not installable/spool/tools/PrintBrmEngine.exe b/ScriptFiles/PrinterNotInstallable/spool/tools/PrintBrmEngine.exe
similarity index 100%
rename from ScriptFiles/Printer not installable/spool/tools/PrintBrmEngine.exe
rename to ScriptFiles/PrinterNotInstallable/spool/tools/PrintBrmEngine.exe
diff --git a/ScriptFiles/Printer not installable/spool/tools/PrintBrmPs.dll b/ScriptFiles/PrinterNotInstallable/spool/tools/PrintBrmPs.dll
similarity index 100%
rename from ScriptFiles/Printer not installable/spool/tools/PrintBrmPs.dll
rename to ScriptFiles/PrinterNotInstallable/spool/tools/PrintBrmPs.dll