moved winauth ...

This commit is contained in:
Michael H.G. Schmidt 2022-06-19 17:19:45 +02:00
parent 2435ab4a2e
commit a183d97800
4 changed files with 17 additions and 1 deletions

Binary file not shown.

View File

@ -15,7 +15,7 @@ echo killing WinAuth processes...
taskkill /F /IM winauth.exe 2>nul
echo unpacking WinAuth ...
%TOOLS%\7z x -y -aoa -o"%TOOLS%" %ZIP%
%TOOLS%\7z x -y -aoa -o"%ProgramFiles(x86)%" %ZIP%
echo copy startmenu link ...
copy /Y startmenu\WinAuth.lnk %STARTMENU%

View File

@ -206,6 +206,9 @@ rem ... stupid os problem #3
call cleanup-programlist.cmd
echo.
rem ... remove stupid public folders
call cleanup-publicdir.cmd
date /t
time /t
echo ####### %0 #######

View File

@ -0,0 +1,13 @@
@echo off
echo ####### %0 #######
echo removing useless directories in PUBLIC folder ...
rd /S /Q %PUBLIC%\Documents 2>nul
rd /S /Q %PUBLIC%\Downloads 2>nul
rd /S /Q %PUBLIC%\Pictures 2>nul
rd /S /Q %PUBLIC%\Videos 2>nul
rd /S /Q %PUBLIC%\Roaming 2>nul
echo ####### %0 #######