Lightjockey FAQ (manual, быстрый старт, популярные вопросы)

вот файл для чистки компа. Это его содержимое. Он имеет расширение bat, но под десяткой его запуск не чистит ничего

 

@echo off

echo User Account Control has to be disabled !! echo. echo If this script fails, disable UAC, reboot and retry

MsiExec.exe /X{14DD9B67-E8E3-4D98-9ABD-5A7F7DCA4293} /qn

attrib %windir%\System32\wdapi921.dll -s -h -r -a attrib %windir%\System32\wdapi1010.dll -s -h -r -a attrib %windir%\System32\usbdmx.dll -s -h -r -a attrib %windir%\Syswow64\wdapi921.dll -s -h -r -a attrib %windir%\Syswow64\wdapi1010.dll -s -h -r -a attrib %windir%\Syswow64\usbdmx.dll -s -h -r -a attrib %windir%\system32\drivers\windrvr6.sys -s -h -r -a

DEL %windir%\System32\wdapi921.dll DEL %windir%\System32\wdapi1010.dll DEL %windir%\System32\usbdmx.dll DEL %windir%\Syswow64\wdapi921.dll DEL %windir%\Syswow64\wdapi1010.dll DEL %windir%\Syswow64\usbdmx.dll DEL %windir%\system32\drivers\windrvr6.sys

echo. echo. echo REBOOT NOW AND REINSTALL USB DMX DRIVER echo Use the correct driver (32 or 64bit)!! echo. echo Check Windows System Properties for your installed OS

pause

 

CleanupUSBDMX.bat