2016-07-25 5 views

答えて

0

、ここ

Start Registry Editor (the Regedt32.exe tool). 
Locate the following key in the registry: 
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer 
\Parameters 
NOTE: The above registry key is one path; it has been wrapped for readability. 

On the Edit menu, click Add Value, and then add the following registry value: 
Value Name: hidden 
Data Type: REG_BINARY 
Value: 1 
Quit Registry Editor. 
NOTE: This setting can also be changed using the net config server /hidden:yes|no command. 

参照してください参照:レスポンスのための

https://support.microsoft.com/en-us/kb/265284

+0

おかげスティーブン。私が正しく理解していれば、上記のレジストリ設定はLanmanServer用です。私は 'Apache - Webサーバー'のサービス記述を変更する必要があります。 –

+0

この値は、Apacheサービスのパラメータとしても追加できます。しかし、これは実際には要件を満たすソリューションではありません。要件は_description_を変更/非表示にすることでした。 _service_の全体が表示されなくなります。 必要性を満たす唯一の方法は、ここで特定したコード自体をカスタマイズすることです。 https://www.apachelounge.com/viewtopic.php?p=33922 – tbradt