var fDesc=new Array(); fDesc[0] = "Hide Computer is the free command-line tool quickly Hide or unhide your computer on the Network.

This tool will allow you to hide your system from Network Neighborhood and other browsing tools. However your friend who knows the shared file name, will be able to access it.

It automatically checks for the current Hidden status of your computer and accordingly hide or unhide it.

Note that you will have to restart the system for changes to take effect. Also it may take an hour or two for it to be effective across the network.

Being a command-line tool makes it easy to use on remote systems and also automate through scripts.

Hide Computer works on both 32-bit & 64-bit platforms starting from Windows XP to Windows 8."; 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 = ''; } }