Disable LMHOST lookup in GPO.

T

Tomasz K.

Hi

What in GPO disable LMHOST lookup in network property ????

I find all properties, but only this one i can't find in GPO.



Thanks


Best regards

Thomas
 
G

Guest

Hi Tomasz,

Use the following administrative template:

;------------Begin Code-------------
CLASS MACHINE

CATEGORY !!category
CATEGORY !!Network

POLICY !!LmHosts
KEYNAME

"SYSTEM\CurrentControlSet\Services\NetBT\Parameters"
EXPLAIN !!LMHosts_Explain
VALUENAME "EnableLMHOSTS"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY

END CATEGORY
END CATEGORY

[strings]
category = "Custom Policy Settings"
Network = "Network Configurations"
LmHosts = "LMHosts Lookup"
LMHosts_Explain = "Enable to enable LMHosts lookup. Disable to disable
LMHosts lookup."
;------------End Code-------------
Test before use!

Regards,
 

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

Top