From 462d2d97592d9496c5a464ad4ef6dd9527ef3383 Mon Sep 17 00:00:00 2001
From: Rsge <rsge@web.de>
Date: Sat, 2 Apr 2022 22:00:34 +0200
Subject: [PATCH] Changed naming scheme

---
 Fix printer not install- and selectable.bat         |   2 +-
 README.md                                           |   3 ++-
 .../Printer Spooler Registry.reg                    | Bin
 .../spool/prtprocs/x64/LMACLC4C.DLL                 | Bin
 .../spool/prtprocs/x64/winprint.dll                 | Bin
 .../spool/tools/PrintBrm.exe                        | Bin
 .../spool/tools/PrintBrmEngine.exe                  | Bin
 .../spool/tools/PrintBrmPs.dll                      | Bin
 8 files changed, 3 insertions(+), 2 deletions(-)
 rename ScriptFiles/{Printer not installable => PrinterNotInstallable}/Printer Spooler Registry.reg (100%)
 rename ScriptFiles/{Printer not installable => PrinterNotInstallable}/spool/prtprocs/x64/LMACLC4C.DLL (100%)
 rename ScriptFiles/{Printer not installable => PrinterNotInstallable}/spool/prtprocs/x64/winprint.dll (100%)
 rename ScriptFiles/{Printer not installable => PrinterNotInstallable}/spool/tools/PrintBrm.exe (100%)
 rename ScriptFiles/{Printer not installable => PrinterNotInstallable}/spool/tools/PrintBrmEngine.exe (100%)
 rename ScriptFiles/{Printer not installable => PrinterNotInstallable}/spool/tools/PrintBrmPs.dll (100%)

diff --git a/Fix printer not install- and selectable.bat b/Fix printer not install- and selectable.bat
index dfe9a20..65a5916 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 4aa30e1..3fe29c9 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
-- 
GitLab