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