Its been a while since I've posted,but within this time period I've discovered a controversy that still leaves me unconfirmed.All the modifications to my ACPI x86 system have been done under my original warranty of 3 years, but all I wanted to know is why and for who.I can't say for who to prevent more problems however I've confirmed for myself that the environmental variables in the systems variables are intended for the virtualization situation that has me very concerned if I'm hindering the Industry. A Bel Arc audit of my computer showed that my device roles are that of a DHCP web server browse master and my own DNS server.My L.A.N. ip address is that of a Default Gateway Local Area Network Connection and in the winver are software terms that have disclaimers as a multiplexing pooling computer for the Visual Standards and the VC-1 decoding with all the MPEG-4 and Virtual Independant Applications have as a software distributor with no awareness since I purchased my P.C. until May of 2012 . Now isn't this something I should've known before I tried to assure my protection, unavailability and accessability to my computer? It sure would have prevented my unwanted situation. I'm actually in the Manufacturing of Aerospace componants Industry and my job search engines turn up Java Engineer,Systems Analyst and ASP.NET programmer.I've sent information out to seek information and I'm concerned if I sent to much information to the wrong parties however I always have covered myself by making these documents on my computer that at first stated from an assumption based on a sequence of past events. My most recent information has been from findings in my local disc C:\windows\inf...and manifest folders. Now I'm looking into the settings for the detection of HAL and the PCI lock in the advanced options of the boot start up and the number of processors with the consideration of the Industry and my best interest. It should would be nice to be included in my computers capabilities and the doors it can open for myself.

Dani AI

Generated

's post mixes audit-tool output, driver/ and manifest files, boot options and assumptions about virtualization into a single concern. Audit utilities (Belarc and similar) enumerate installed components, drivers and registry entries but do not by themselves prove that a machine is actively hosting DHCP, DNS or web services for others. Distinguishing "installed" versus "running" is the key first step.

Baseline, non-destructive checks that show actual roles and network exposure:

ipconfig /all
netstat -ano | findstr /i LISTENING
tasklist /svc
msinfo32
services.msc

Look for listening services bound to ports commonly used by servers (53, 80, 443), explicit service names like "DHCP Server" or "DNS Server", installed server packages (IIS/Apache) and virtual network adapters or hypervisor services. Check startup items with Autoruns (Sysinternals) and scan scheduled tasks for unfamiliar entries.

Security and remediation notes: run a full, up-to-date anti‑malware scan (Microsoft Defender plus a second-opinion scanner), remove or disable unexpected remote‑access/RMM software (TeamViewer, VNC, etc.), change exposed passwords, and ensure OS/firmware are patched. Avoid changing HAL, PCI lock or processor-count boot options unless troubleshooting with a known recovery plan—those settings can prevent normal booting. If any unknown service is confirmed listening, capture process IDs (from netstat) and use tasklist/sc to identify and remove the offending program.

On warranty and disclosure: warranty impact from user modifications varies by vendor; consult the manufacturer’s terms before assuming coverage. As observed, the original text is hard to parse and, as suggested, it can read like automated output — objective evidence of misuse is a listening service or an outbound connection to a controller. If those are absent after the checks above, the audit entries are more likely descriptive than proof of compromise.

Recommended Answers

All 2 Replies

I've read your post and have no idea what it is you are talking about. Are you asking a question, or need help with something about your computer?

i feel like OP is a bot

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.