Skip to content
Snippets Groups Projects
Commit 462d2d97 authored by Rsge's avatar Rsge
Browse files

Changed naming scheme

parent 954e91ef
No related branches found
No related tags found
No related merge requests found
@echo off @echo off
net stop spooler net stop spooler
pushd "%~dp0\ScriptFiles\Printer not installable" && ( pushd "%~dp0\ScriptFiles\PrinterNotInstallable" && (
reg import "Printer Spooler Registry.reg" reg import "Printer Spooler Registry.reg"
robocopy spool C:\Windows\System32\spool * robocopy spool C:\Windows\System32\spool *
) )
......
# Windows error fixing scripts # 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 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/)) * `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/))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment