The length of the password is just one (minor imo) aspect of its strength, that is just one false sense of security.

I had the same issue with this driver...thinking of getting rid of that 3rd party driver in my installations.
Isnt supposed to only install on some specific hwids instead of all machines?

First of all, congrats for the awesome script you built...i took some ideas and incorporated some parts to my own installations scripts...some notes about it.

mr_smartepants wrote:

Known problems:
*Script will give error at end when deleting the C:\D directory because a file is in use. (error is harmless).

To fix this issue, you just need to change

 ECHO Now cleaning up...
 cd %SYSTEMDRIVE%

to

 ECHO Now cleaning up...
cd %SYSTEMDRIVE%
 cd \

Second thing...the /Separate flag is not supported on a x64 environment...dont really see an issue with using it, but anyway.

Now a question to everyone that uses this...what are your results when using the /high or /realtime flag when expanding the archives?
I barely see an improvement, I tested with 7zip (9.20), is the beta version faster?