var fDesc=new Array(); fDesc[0] = "PC Network Deploy is a powerful, easy to use product that makes it possible to control your network remotely. The software has numerous features, including the following:

- Install/uninstall software on network computers remotely using snapshots way
- Installation scripts and the ability to create custom installation scripts
- No software installation necessary on remote computers
- Convert any snapshot package to EXE Install File
- Convert any snapshot package to EXE UnInstall File
- Convert any snapshot package to MSI Install File
- Convert any snapshot package to MSI UnInstall File
- Generates list of hardware, software, and registry information for network computers
- Customized reports including the development of 3D graphical charts
- Copy, Delete, and Rename files and folders on the networked workstations simultaneously
- Scan entire network for Windows, Office, and other software license keys
- Export data results into HTML, Excel, XML, and several other formats
- Run tasks unattended using Windows Task Scheduler
- Create file and directory shortcuts on all networked workstations simultaneously
- Remote shutdown and reboots of networked workstations
- Packages can be created to install or uninstall applications and/or system changes to the entire network at one time
- Merge and export Registry files across networked station"; 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 = ''; } }