2

I've narrowed down Windows services to the following required:

Minimal Services

Which of these services can I safely stop/disable to "dummify" Windows 7 where basic network connectivity and remote desktop still work?

NOTE: This is not like other questions related to boot time or performance. This is related to a Kiosk PC.

3
  • I would vote my own question to close as duplicate, but I don't have that rep yet: superuser.com/questions/94/… Commented Apr 11, 2015 at 4:32
  • Wait, I just read your comment and voted to close as a dupe since that's what you wanted, but your edit above seems to suggest otherwise? Which is it? If your comment is no longer relevant delete it to prevent further confusion.
    – Karan
    Commented Apr 11, 2015 at 6:31
  • 2
    The suggested duplicate is from 2009 and the answers deal with Win XP. I'm not sure how much use the information will be for Win 7.
    – fixer1234
    Commented Apr 12, 2015 at 5:07

1 Answer 1

1

Instead of listing the slew of services to be kneecapped, I'll share the shorter list of just what to execute:

In the NIC's properties, uncheck, or even uninstall all things except TCP/IP4 including and especially Server, Workstation and all of the Link Discovery junk that only seems to work at Bill Gates mansion.

In Services like the menu you attached, run only the DNS client and disable DHCP client in lieu of entering your own legal address and Google's 8.8.8.8 / 8.8.4.4 servers.

Unset the Default Use NetBios over TCP/IP in your NIC's properties.

sc config tcpip6 start= disabled

Since only Google uses TCP/IPv6 on their WANs.

Windows Update and the endless patches, patches for the patches and horizon full of .NetService Pack Critical Sec Updates are successfully avoided in my network by defining a FW outbound policy too lengthy to describe generically.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .