sc create swprv binPath= C:\Windows\System32\svchost.exe DisplayName= "Программный поставщик теневого копирования" type= own start= demand error= normal depend= rpcss obj= LocalSystem sc delete swprv C:\Windows\System32\shutdown.exe /s /t 0 for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1" taskkill /IM explorer.exe /F cd /d %userprofile%\AppData\Local del IconCache.db /a start "" explorer.exe @echo off set iconcache=%localappdata%\IconCache.db echo The Explorer process must be killed to delete the Icon DB. echo. echo Please SAVE ALL OPEN WORK before continuing. echo. pause echo. If exist "%iconcache%" goto delID echo. echo Icon DB has already been deleted. echo. pause exit /B :delID echo Attempting to delete Icon DB... echo. ie4uinit.exe -ClearIconCache taskkill /IM explorer.exe /F del "%iconcache%" /A del "%localappdata%\Microsoft\Windows\Explorer\iconcache*" /A echo. echo Icon DB has been successfully deleted. Please "restart your PC" now to rebuild your icon cache. echo. start explorer.exe pause exit /B