kcalderw Posted May 6, 2016 Posted May 6, 2016 I'd like to setup a redirect for all students that gives them a set desktop (shortcuts) but that they're not allowed to change. Is it as simple as redirecting to a folder with the shortcuts in it?
Jawloms Posted May 6, 2016 Posted May 6, 2016 And setting the file permissions correctly on where you're redirecting to. I have been in places where students rename things on a redirected desktop/start menu and it then appears on everybodies.
KibosJ Posted May 6, 2016 Posted May 6, 2016 This is what we do, I have a policy to redirect their desktops to a share and give them read only access, works perfectly
kcalderw Posted May 6, 2016 Author Posted May 6, 2016 This is what we do, I have a policy to redirect their desktops to a share and give them read only access, works perfectly Did you just change the attributes using command prompt? I'm guessing I can just do attrib +R *.* (all files in the folder are for the redirect).
snagrat Posted May 6, 2016 Posted May 6, 2016 Just set the folder permissions so your users only have read access. No need to set the files themselves to read only
kcalderw Posted May 6, 2016 Author Posted May 6, 2016 (edited) Am I doing something wrong here? Edited May 6, 2016 by kcalderw
kcalderw Posted May 6, 2016 Author Posted May 6, 2016 It does, I was able to browse to it via the student profile. So they do have access. Just does not seem to be applying even after a gpupdate.
KibosJ Posted May 6, 2016 Posted May 6, 2016 It does, I was able to browse to it via the student profile. So they do have access. Just does not seem to be applying even after a gpupdate. That should work, what sharing permissions do you have set? Try creating a new student profile and then logging in with that, does it apply then?
kcalderw Posted May 6, 2016 Author Posted May 6, 2016 I originally had student security groups by grade. I made a new one for this that has ALL students. I added that group with read only permissions. See screenshot.
kcalderw Posted May 9, 2016 Author Posted May 9, 2016 Would appreciate any suggestions on this issue.
snagrat Posted May 9, 2016 Posted May 9, 2016 So what is actually happening when users log in? Do you get an error or does it just not work? Anything in eventvwr?
kcalderw Posted May 9, 2016 Author Posted May 9, 2016 No errors, the bat file just doesn't run. Nothing in eventviewer either.
defrostie Posted May 9, 2016 Posted May 9, 2016 What are you using the .bat file for? You should be able to do what you require, all through the GPO. Have you run 'rsop.msc' to see whether the GPO is applying successfully?
kcalderw Posted May 10, 2016 Author Posted May 10, 2016 I posted screenshots earlier in the thread with my GPO settings and also the .bat file settings. Essentially each time a student logs in, the bat file will run and check if a file is present in a specified directory. If the file is missing or altered (upgrade) then the folder will be copied to their local profile.
snagrat Posted May 10, 2016 Posted May 10, 2016 Sorry you have lost me regarding the bat file. When student logs on GPO will set the desktop location to a share on a server. That's all that is required, no reason to run a bat file
Gardinho Posted May 10, 2016 Posted May 10, 2016 You will need to add all of the students to a security group, then make that group the 'owner' of the folder, contents and files. I don't think it will work with just the ntfs permissions being set.
kcalderw Posted May 10, 2016 Author Posted May 10, 2016 Sorry about that, getting my threads mixed up. I do have a folder setup with shortcuts in it, however logging in as a student there is no redirect that takes place. I still get the standard local desktop.
ITGURU Posted May 10, 2016 Posted May 10, 2016 This is what we do, I have a policy to redirect their desktops to a share and give them read only access, works perfectly Same here, then if you delete/add any shortcuts to the redirected desktop , the immediately change on the students desktop without needing to log off or back on.
kcalderw Posted May 10, 2016 Author Posted May 10, 2016 OK I was able to get it working using loopback processing. However, I now have both the local desktop AND the redirected shortcuts appearing.
free780 Posted May 10, 2016 Posted May 10, 2016 You have to deny users access to c:\users\public\desktop.
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