DaveyPitch
Members-
Posts
67 -
Joined
-
Last visited
Reputation
35 ExcellentAbout DaveyPitch

Personal Information
-
Occupation
It Technician
-
Location
Liverpool
-
Stop students opening 'Services' from the Windows 7 search bar
DaveyPitch replied to sonic1485's topic in Windows 7
I hate UAC, I turn it off instantly when setting up a new machine. -
Stop students opening 'Services' from the Windows 7 search bar
DaveyPitch replied to sonic1485's topic in Windows 7
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. -
Stop students opening 'Services' from the Windows 7 search bar
DaveyPitch replied to sonic1485's topic in Windows 7
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. -
Mandatory Profiles From XP to Work with Windows 7....
DaveyPitch replied to jabellamy's topic in Windows 7
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 replies
-
- mandatory profile
- profiles
-
(and 3 more)
Tagged with:
-
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
-
problem with folder redirection server 2008 r2 and desktops are w7
DaveyPitch replied to POWict's topic in Windows 7
Yup, that's the exact same script I use, and import it the same way -
Administrator cannot unlock a locked machine on a domain
DaveyPitch replied to timbo343's topic in Windows 7
Top stuff, very useful -
Anything in Event Viewer that shows up as errors of warnings? Might be a clue in there.
-
Excellent, glad it worked for you
-
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
-
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.
-
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.
-
Yup - c:\windows\resources\ease of access themes
-
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.
