From 42aa6caa9e6dc28f1b271297564a81facd523c26 Mon Sep 17 00:00:00 2001 From: JG <it@hgw-tornesch.de> Date: Mon, 22 May 2023 11:26:13 +0200 Subject: [PATCH] Fixed spelling mistakes --- Fix work file not createable.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fix work file not createable.cmd b/Fix work file not createable.cmd index 6b59c4d..47a08ea 100644 --- a/Fix work file not createable.cmd +++ b/Fix work file not createable.cmd @@ -42,9 +42,9 @@ echo Creating needed folders. . . mkdir "%USERPROfile%\AppData\Local\Microsoft\Windows\INetCache\Content.Word" mkdir "%USERPROfile%\AppData\Local\Microsoft\Windows\INetCacheContent.Word" echo. -echo Defining new registry entries for chache path. . . +echo Defining new registry entries for cache path. . . reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "Cache" /t REG_SZ /d "%userprofile%\AppData\Local\Microsoft\Windows\INetCache" /f echo. -echo Done. Please log off ^& on and try if the problem was resolved. +echo Done. Please log off ^& on and see if the problem was resolved. pause exit -- GitLab