@echo off Cd %~dp0 xcopy .\ewf.sys %WINDIR%\system32\drivers /Y xcopy .\ewfmgr.exe %WINDIR%\system32 /Y xcopy .\ewfapi.dll %WINDIR%\system32 /Y xcopy .\ewfdll.dll %WINDIR%\system32 /Y xcopy .\ewfinit.dll %WINDIR%\system32 /Y xcopy .\ewfntldr %SYSTEMDRIVE%\ /Y attrib -r -s -h %SYSTEMDRIVE%\ntldr ren %SYSTEMDRIVE%\ntldr ntldr.alt ren %SYSTEMDRIVE%\ewfntldr ntldr attrib +r +s +h %SYSTEMDRIVE%\ntldr pause exit