Policy or script to disable lmhosts funcionality

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Trying to 'clean up' our network. What ways can I disable / remove the lmhosts file / function across 600 workstations? I use kixtart as a logon process and could probably get it to work with registry settings - but the userID would need ADMIN rights to the wkst in order to have authority to change registry settings.

OR Is there a policy in AD that I'm not finding?

Kirk Shimek
 
If disabling them is fine create a startup script that deletes the file [ del
c:\winnt\system32\etc\drivers\lmhosts ]. Startup scripts run in system context and
are part of Group Policy computer configuration. The link below gives more
etails. --- Steve

http://support.microsoft.com/default.aspx?scid=kb;en-us;322241

Kirk Shimek said:
Hello,

Trying to 'clean up' our network. What ways can I disable / remove the lmhosts
file / function across 600 workstations? I use kixtart as a logon process and could
probably get it to work with registry settings - but the userID would need ADMIN
rights to the wkst in order to have authority to change registry settings.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top