moved winauth ...
This commit is contained in:
parent
2435ab4a2e
commit
a183d97800
Binary file not shown.
@ -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%
|
||||
|
@ -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 #######
|
||||
|
13
scripts/cleanup-publicdir.cmd
Normal file
13
scripts/cleanup-publicdir.cmd
Normal 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 #######
|
||||
|
Loading…
Reference in New Issue
Block a user