Jump to content

Students using my sample pictures shortcut to


Recommended Posts

Posted
but pictures of a certain nature in the sample pictures folder which is a direct link to the c: drive of each machine in the all users folders of documents and settings. we have had a look in gpo but cant see anything that will turn it of or get rid of the sample pictures folder. it is also the same with sample music, so it wont be long before they start placing music files in their. Anyone any ideas please!!!!!!!!
Posted

got a similar problem but iwth the "All Programs" in the start menu

Have disabled Right Click & Context Menu everywhere (Start Menu, Desktop, Explorer, etc...) except - they can right click on "All Programs" and get up the UNC path of the Start Menu, and all the other PC's and shares on the network, despite removing Net Places, hiding C Drive, et al..

Posted
have already got C: drive locked and hidden from students this seems to be like a little back door that gets around policys in place, and other than deleting sample pictures of ever since computer i was hoping for an easier way.
  • 3 weeks later...
Posted

Did anyone ever resolve this as I'm having the same problem with the pictures folders & really need to remove it. I cant find anywhere in GP that redirects these folders.

 

Thanks :wink:

Posted

probably not an amazing solution, but if its the sample pictures folder on a mapped home drive (redirected my docs etc), how about adding a line in the logon script with something like:

 

if exist "x:\my documents\my pictures\sample pics" del "x:\my documents\my pictures\sample pics"

 

i dunno, i'm drainbead right now :?

Posted

The sample pic shortcut keeps getting recreated, We took the approach of blocking all .url files using spaceguard and running a script to delete all existing .url in user areas to catch the ones already created.

 

Oh yes, to prevent other breaches, shortcuts/executables/etc can only be launched from certain locations, so bringing in shortcuts on memory sticks/cds won't help them.

Posted

surely it would only be recreated on logon or logoff? so if you had that line run at logon and logoff?

 

is it a redirected my docs folder, because dont you have the option of redirecting my pictures too? i cant remember off hand but if you do, point all of them to a single my pictures folder that is empty

Posted

Change the security on the folder C:\Documents and Settings\All Users\Documents\My Music and deny them access

 

same for the sample videos

Posted

Change the security on the folder C:\Documents and Settings\All Users\Documents\My Music and deny them access

 

same for the sample videos

Posted

Have you tried a line in a startup script for the machines that reads something like:

echo y| cacls "C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures" /e /t /d \

 

This denies students access to the folder by NTFS permissions and should result in an 'Access Denied' message if they click on it. The 'echo y| ' at the front pipes the 'y' to the cacls command that it needs in a script.

Posted
Change the security on the folder C:\Documents and Settings\All Users\Documents\My Music and deny them access

 

same for the sample videos

 

Woo works a treat!! Thanks very much Mr_T ! :notworthy:

Posted
yeah just deny permission to the folder works a treat. now got to go around a check which pc's have got pornagrahic material on them.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...