Page 1 of 1

salextx64.dll

Posted: 05 Feb 2020, 13:02
by mesajflaviu
I have on my HDD a folder as308sdk, to test your software. And when I have tried to delete it, I cannot delete two files: salextx64.dll and salextx86.dll. I have seek it on registry, and I deleted from there, but I still cannot delete these files from HDD .. .why ? Can you help me ?

Re: salextx64.dll

Posted: 05 Feb 2020, 19:56
by SvA
Hi,

these are shell extensions.

Try to unregister them from an elevated command prompt using

Code: Select all

regsvr32 /u <file.dll>
(Replace <file.dll> with absolute or relative path to the files in use by the system.)

Then, after a reboot, you should be able to delete them.

Re: salextx64.dll

Posted: 10 Feb 2020, 09:23
by mesajflaviu
Yes, it worked. Thank you.