From 33b7f2fcd416ece49529894362cc6cb13ec05104 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 25 Sep 2022 14:49:06 +0200 Subject: [PATCH] fir for: Screenshots made with Snipping Tool can't be saved anymore #54 --- tools/logon.cmd | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/logon.cmd b/tools/logon.cmd index d52538a..0cc1316 100644 --- a/tools/logon.cmd +++ b/tools/logon.cmd @@ -256,6 +256,10 @@ rd /S /Q %STARTMENU%\"System Tools" 2>nul rd /S /Q %STARTMENU%\"Windows Powershell" 2>nul echo. +rem WARNING! +rem DO NOT remove the "PICTURES" folder! +rem this is used by the snipping tool! + echo Cleaning users home directory ... echo ######################################## echo. @@ -263,6 +267,9 @@ echo. echo 3D Objects ... rd /S /Q %USERPROFILE%\"3D Objects" 2>nul +echo Links ... +rd /S /Q %USERPROFILE%\"Links" 2>nul + echo Saved Games (folder used by Microsoft only) ... rd /S /Q %USERPROFILE%\"Saved Games" 2>nul @@ -274,9 +281,7 @@ for %%D in ( Contacts Documents Favorites - Links Music - Pictures Searches Videos