March 17, 200422 yr Hi all,I am looking for a way to disable "Simple File Sharing" either through a script or registry hach after my unattended install happens as i have another script that uses Xcalcs.exe to set permissions on a certian file but the "Simple File Sharing" i found has to be disabled first to set the permissions. Any help will be greatly appreciated.Thank you.
March 17, 200422 yr Try this.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]"forceguest"=dword:00000000
March 17, 200422 yr Author Yes this is for XP. The problem is that by default Simple File Sharing is turned on. I need to turn it off in a script before i make my NTFS permission changes to the said file. I know i can do it manually in Tools>>Folder Options but i need to automate it.Thx
March 17, 200422 yr Author Worked like a charm Thank you sooooo much.Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]"forceguest"=dword:00000000
Create an account or sign in to comment