Sep
12
2007
0

Who said I should share?

There are times when I am working with windows that I want to lock down the workstation in such a manner that I do not want to have any file sharing enabled.

Recently I heard of a way to disable simple file sharing from the registry. Of course, you try this at your own risk!

Simply create a .reg file (or modify the registry manually) that has the following:

;Do not use Simple File Sharing
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]“forceguest”=dword:00000000

This turns off your Simple File Sharing.

Written by admin in: Uncategorized |