SMB auto mounts

simonhpotter
New Contributor

We have been using for sometime the SMB mount scripts from the old resource kit and now we have moved away from these automated mounts at login. My question is how do I flush these settings from MAC OSX ? I cannot find any reference to them in the launch items so just need to know how to remove them from my system.

Thanks in advance

Simon

1 REPLY 1

AndyBeaver
Contributor II

Is the script set to run as a LoginHook?
If so something like...
sudo defaults delete com.apple.loginwindow LoginHook /path/to/smbmount.sh

Test it to be sure if that is the case.