var fDesc=new Array(); fDesc[0] = "Smart-X AppLocker secures and enhances the performance of your Terminal Server and workstations by preventing execution of unwanted applications.
It prevents access to any application by executable's file-name. Preconfigured by an Administrator, and facilitated by a process named 'Black List', AppLocker prevents execution of undesired processes.
In contrast to other methods of execution prevention, AppLocker does not lock applications by image checksum, certificates, or other airtight methods. Therefore, the lockup is not hermetic. The main goal of AppLocker is to complement Group Policy by locking certain applications by process name.
Once an application is locked by AppLocker, a user can execute the locked process name on that machine until an Administrator unlocks the application using AppLocker. The configuration of AppLocker is very quick and easy."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }