- Restrict access to ENCDEC.DLL
Run the following command from a command prompt with appropriate privileges
For Windows XP (32-bit editions)
cacls %WINDIR%\SYSTEM32\ENCDEC.DLL /E /P everyone:N
For Windows XP (x64-based editions)
cacls %WINDIR%\SYSWOW64\ENCDEC.DLL E /P everyone:N
For Windows Vista (32-bit editions) and Windows 7 (32-bit editions)
takeown /f %WINDIR%\SYSTEM32\ENCDEC.DLL
icacls %WINDIR%\SYSTEM32\ENCDEC.DLL /save %TEMP%\ENCDECDLL_ACL.TXT
icacls %WINDIR%\SYSTEM32\ENCDEC.DLL /deny everyone:(F)
For Windows Vista (x64-based editions) and Windows 7 (x64-based editions)
takeown /f %WINDIR%\SYSWOW64\ENCDEC.DLL
icacls %WINDIR%\SYSWOW64\ENCDEC.DLL /save %TEMP%\ENCDECDLL_ACL.TXT
icacls %WINDIR%\SYSWOW64\ENCDEC.DLL /deny everyone:(F)
- Exercise caution while opening the files received unexpectedly from trusted sources.
The information provided herein is on "as is" basis, without warranty of any kind.