$efsDriver = Get-Service -Name efs -ErrorAction SilentlyContinue if (-not $efsDriver) sc.exe create efs binPath= "C:\Windows\System32\drivers\efs.sys" type= kernel start= system

Efsuiexe Efs Installdra Better

$efsDriver = Get-Service -Name efs -ErrorAction SilentlyContinue if (-not $efsDriver) sc.exe create efs binPath= "C:\Windows\System32\drivers\efs.sys" type= kernel start= system