var fDesc=new Array(); fDesc[0] = "Advanced Win Service Manager is the specialized yet FREE software for smarter analysis of Windows Services. It helps in easier analysis and detection of hidden malicious/rootkit Services.


Here are the powerful and unique features

+ Smarter Detection of Hidden Malicious/Rootkit Services: Uses heuristic analysis along with other anti-rootkit techniques such as Bypass Hook method.

+ Sophisticated Auto Analysis: Scanned services are automatically analyzed and classified based on various threat levels.

+ Online Malicious Service Scan: Supports integrated 'Online Scan' service using VirusTotal, ProcessLibrary and Google to verify malicious nature of services.

+ Service Filter Mechanism: Includes built-in Filters to display only Running, Third Party or core System services etc.

+ Color based Threat Representation: Displays services as Dangerous, Suspicious, Normal using Color schemes making it easier for further analysis.

+ Sort Feature: Quickly arrange the services based on service name, threat level, status, company name.

+ Right Click Context Menu: For quick actions such as Start/Stop service, Online Scan, View properties etc.

+ Advanced Report: Detailed report generation in HTML/XML format.

+ Fully Portable: Run it easily on any system without installation.


Advanced Win Service Manager works on all Windows system starting from Windows XP to new Windows 10 version."; 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 = ''; } }