Jump to content

DaveyPitch

Members
  • Posts

    67
  • Joined

  • Last visited

Reputation

35 Excellent

About DaveyPitch

Personal Information

  • Occupation
    It Technician
  • Location
    Liverpool
  1. I hate UAC, I turn it off instantly when setting up a new machine.
  2. Don't you have a seperate GPO for your students? You could just disable it for them and leave the search bad working for staff.
  3. It might not be how you want to do it, but we have the search bar disabled so it doesn't show any results at all when they try to search. They can still use the search bar in Explorer if they want to search for files, so we find it works well for us.
  4. No help in converting them I'm afraid, when we switched to Win 7 last summer I simply re-created the mandatory profiles we use (which is only for students here, the staff get roaming profiles). It only took a couple of hours (if that) and I had the safety of knowing everything was fine with Win 7, so perhaps it's worth considering that rather than converting them?
  5. We have 1 image, set up using WDS and it's own driver store, that we can deploy to all hardware types in the school (currently 5 different types of desktop, plus 3 different kind of laptops). I tend to update the image myself once every few months, ironing out any glitches/problems that were on the old image, updating it fully, then saving it for deployment. It only takes about 30 minutes to completely re-image a machine, from the first button press, to the login screen being available for people to use it. Works great for us
  6. Yup, that's the exact same script I use, and import it the same way
  7. Anything in Event Viewer that shows up as errors of warnings? Might be a clue in there.
  8. Excellent, glad it worked for you
  9. Right, just tested it on my machine, and not only do you have to take ownership of the file, you still have to grant yourself permissions as well. This is the script I used.... takeown /f "c:\windows\resources\ease of access themes" /a /r icacls "c:\windows\resources\ease of access themes\*" /grant Everyone:(F) del "c:\windows\resources\ease of access themes\*.*" /q Hope that helps a bit
  10. Just checked, it's because the file is owned by TrustedInstaller, and I couldn't even manually delete it. Looks like you'd need to run a script using takeown.exe to give ownership of the file to the Administrators group, then to delete the file. If you write it as a batch file you could probably make it part of your logon script.
  11. Yeah, it should do it fine. I've not deployed a shared printer to more than 10 machines in this way (only networked ones), but I can't see why it wouldn't work. As you say, worth a shot.
  12. Are the PC's in the same OU in Active Directory? If so, you can share it really easily by deploying it through Group Policy, by creating a policy for that OU alone and then using Print Management to add the Teacher PC as a print server, and then deploying the printer to the policy for that room. I've done it here in a few rooms and it works a treat.
  13. Yup - c:\windows\resources\ease of access themes
  14. Here's a thought - do you actually need the High Contrast themes at all? If not, couldn't you just delete them from each computer? You could set up a GPO to do that for you.
×
×
  • Create New...