Uraken Posted October 10, 2006 Posted October 10, 2006 Hi all i have a shortcut that points to s:\folder and i want to stop folk browsing up to s: so i want to make the s:\floder the root can anyone tell me how i can do this please. regards uraken.
_Bob_ Posted October 10, 2006 Posted October 10, 2006 Go to a command window and type net use t: \\pathtofolder\folder t: is the then the folder appearing as the root of a drive. You can also use this as a logon script.
GrumbleDook Posted October 10, 2006 Posted October 10, 2006 I take it that this is the share for SIMS and it has been setup as s:\sims\blah\blah ... and you want to stop people going into the root of the share and adding files & folders (or deleting them due to the permissions) You should be able to just change the share to point to the SIMS folder but make sure you check shortcuts. The other option is the change the permissions on the root of the share (NTFS Perms) and then put them back to what they were on the \sims folder and make sure they are inherited down ...
Uraken Posted October 10, 2006 Author Posted October 10, 2006 Almost This is a folder on the same drive as sims (server space issues, don't ask) so i want users to access s:\folder but not be able to travese , i have just managed to crack it. here is some syntax. %windir%\explorer.exe /e,/root,\\servername\share this opens the folder and makes it the root so they can no longer traverse through that server.
Uraken Posted October 10, 2006 Author Posted October 10, 2006 Just spotted a problem with above: these shortcuts are located on a shared area refered to as f: so if i want access this shorcut i browse to f: click on the new shorcut and it works well however when i go to file save a document in word, excel etc these shortcuts no longer appear?? so i can't open them to save anything in there??
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now