Friday, July 13, 2018

VeraCrypt remembers my password using W10

It appears Windows 10 doesn't do a shutdown in the same sense as Windows 7 did. It does a kind of hybrid shutdown/hybernation to allow super-quick startup. As such, the user isn't really logged off, so VeraCrypt doesn't get alerted to the user's session ending, so doesn't dismount the drive.

I've resolved this issue by adding a task in Task Scheduler (taskschd.msc).

The task must be an umount command ("C:\Program Files\VeraCrypt\VeraCrypt.exe" /d /f /quit ).
And the trigger a registry event:
Registry: System
Source: User32
Event id: 1074

Using this configuration your veracrypt volumes are unmounted even with Fast Startup enabled.

PD: I've tried this solution only with file containers. I don't know if it works with system drives or partitions.

Thursday, July 12, 2018

Sonicwall - Export configuration settings using Enterprise Command Line Interface (E-CLI)

Sonicwall TZ firewalls configuration can be exported from command line to a ftp server. Here you can find the Sonicwall related documentation regarding this subject.

examples:

export current-config cli ftp ftp://username:password@hostname/filename.txt

export current-config exp ftp ftp://username:password@hostname/filename.exp



This is the full Sonicwall article:

Friday, June 22, 2018