Page 2 of 2

Re: Does Enigma write real files before, after or mid execut

Posted: Tue Feb 21, 2017 6:22 pm
by _Nexor
There was just that.

I was about to post the solution.

I had no permissions to write the contents of that folder.
I changed the folder from

Code: Select all

C:/Windows/Temp
to

Code: Select all

C:/
and it worked.

I didn't actually think it should though, C: should be more secure than Temp I'd suppose?

Re: Does Enigma write real files before, after or mid execut

Posted: Tue Feb 21, 2017 8:13 pm
by Enigma
Maybe the temp folder inside Windows folder is also write protected?

OK, that's good that the problem is solved. However, I also recommend you to check how the program works on another PC, to make sure there is no PC specific issues.

Re: Does Enigma write real files before, after or mid execut

Posted: Tue Feb 21, 2017 9:21 pm
by _Nexor
That's what I'm currently doing, testing on all dem windows'

Thanks a lot, you were fast and furious to dealing with my question!