bugfix
This commit is contained in:
parent
dcfcfcfc76
commit
f6c15ef408
@ -24,7 +24,7 @@ echo moving 7-zip binaries to tools folder ...
|
||||
move /Y %T%\Files\7-Zip\7z.exe %TOOLS%
|
||||
move /Y %T%\Files\7-zip\7z.dll %TOOLS%
|
||||
move /Y %T%\Files\7-zip\7zCon.sfx %TOOLS%
|
||||
del /S /Q /A %T%\%MSI% 1>nul 2>nul
|
||||
del /F /Q %T%\%MSI% 1>nul 2>nul
|
||||
rd /S /Q %T%\Files
|
||||
|
||||
echo ####### %0 #######
|
||||
|
@ -22,7 +22,7 @@ cd %SCRIPTS%
|
||||
|
||||
echo moving vnc binary to tools folder ...
|
||||
move /Y %T%\PFiles\TightVNC\tvnviewer.exe %TOOLS%
|
||||
del /S /Q /A %T%\%MSI% 1>nul 2>nul
|
||||
del /F /Q %T%\%MSI% 1>nul 2>nul
|
||||
rd /S /Q %T%\PFiles
|
||||
|
||||
rem create symbolic link ...
|
||||
|
@ -3,7 +3,7 @@
|
||||
echo ####### %0 #######
|
||||
|
||||
echo removing all applications from taskbar ...
|
||||
del /F /S /Q /A "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\*"
|
||||
del /F /S /Q "%AppData%\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\*"
|
||||
reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband /F
|
||||
taskkill /f /im explorer.exe
|
||||
start explorer.exe
|
||||
|
@ -467,6 +467,7 @@ echo Deleting chrome cache and history ...
|
||||
taskkill /f /im chrome.exe /FI "USERNAME eq %USERNAME%" 2>nul
|
||||
rd /S /Q %USERPROFILE%"\AppData\Local\Google\Chrome\User Data\Default\Cache" 2>nul
|
||||
del /F /Q %USERPROFILE%"\AppData\Local\Google\Chrome\User Data\Default\History*" 2>nul
|
||||
del /F /Q %USERPROFILE%"\Desktop\Google Chrome.lnk" 2>nul
|
||||
|
||||
echo.
|
||||
echo Other tasks and fixes for the user
|
||||
|
Loading…
Reference in New Issue
Block a user