Jump to content

Recommended Posts

Posted

Right sorry in advance but being dim but....... if you redirect a user's desktop do they still get the 'all user's' desktop too?

 

Reason for question - I have a small suite of 30 computers all with identical software so never bothered with redirecting desktops, just put all icons in 'all user's' desktop. Local profiles with default on network share, all tied down with group policies. Except that we now have a visually impaired pupil whose visiting support person wants me to set up a different profile for, fewer desktop icons and different resolution etc. Fiddled around this afternoon by creating new ou and new user for said pupil, created folder for desktop but still got the all users icons. I did wonder about setting up a roaming profile just for the one pupil and doing it that way.

(Didn't help by the fact we had good ofsted this week and I'd had 2 glasses of champagne and then wasn't capable of anything)

Posted
Desktop redirection can be set either on the user or the computer. You probably have it currently configured via Computer, you will need to change the folder redirection policy to user defined.
Posted

I set the policy on the user, I might be better using roaming profiles with maybe a script to hide the 'all user's ' icons, I can't think of any other way of this pupil only having his essential icons.

I set it up on one computer and just denied him access to all user's desktop, but I'd really like to ensure he can use any computer in the suite. If anyone has set up a profile for a specific pupil I'd be grateful for any advise.

Posted

i run a batch file to delete c:\doc settings\all usrs\desktop\*.*

 

well worth mentioning to staff that anything they may of saved to desktop instead of my docs may end up gone!!

 

I learnt the hard way

Posted

we use a VB script to redirect the Desktop to another location (in this case the students h: (home) drives). This means that it forces their desktops to use their network storage space (which includes quotas).

 

Dim ws
Set ws = WScript.CreateObject("WScript.Shell")
ws.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders\" & "Desktop", "H:\Desktop"
ws.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\" & "Desktop", "H:\Desktop"

 

The main catch is that anything existing on the desktop will stay there, so won't appear and will need to be copied/moved or deleted.

  • 2 years later...
Posted (edited)

As rlane states use GPO's for a redirected desktop easy to set-up and easy to update the desktop, just drop a new short cut into the redirected desktop folder and it appears instantly.

Set read only so no one can save to the desktop. I introduced this after our less computer literate staff started saving huge files to the desktop and taking 20 minutes to logon whilst there desktop part of thier profiles was downloaded with gigabytes of data lol..

Edited by kili

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



  • 47 When would you like EduGeek EDIT 2025 to be held?

    1. 1. Select a time period you can attend


      • I can make it in June\July
      • I can make it in August\Sept
      • Other time period. Comment below
      • Either time

×
×
  • Create New...