Jump to content

Recommended Posts

Posted

Thing is you would possibly have to redact the school name which on most might be the main focal point...?

 

Our pupil one is very boring, just a block colour with the logo in the bottom right hand corner. That's the only one I control, I don't mandate the teachers and office staff - they can do what they want...

Posted
We just have a plain dark blue image with our school logo in the middle of the screen. I made a fancy wallpaper a few months back, however users with lots of files hated it as they couldn't read the file names properly. Not doing that again!
  • Thanks 1
Posted

I have the school roundel on a black background pushed out by the same GPO used for all user settings and another variation of the roundel for the logon screen also used to apply all the computer settings. This way I can see instantly if the computer and or user is missing any of the settings applied by GPO's which in my case is just about everything.

 

I do feel like changing the background to incorporate the message "Press the WIN key + P to duplicate to the touchscreen"

Posted
We have 2 backgrounds. A blue one with the school name and 'staff network' in large text and a green one with school name and 'student network' in large text. Each one applied based on user log in GPO. In theory if I ever see a student using a computer with the blue background then they are using a teacher log in. its a legacy policy from when there were a couple of dozen computers in the school. In the run up to Christmas we swap it out for a non religious, snowy, seasons greetings, winter wonderland type scene.
  • Thanks 1
Posted
[ChromeOS] With the Department based model we currently have, we have a login screen background based on each department. We don't limit staff and students backgrounds currently, they can have whatever they like. We limit them in so many different areas when it comes to personalising thing, we give them some freedom with their desktop wallpaper.
Posted

Site1:

 

Windows:

Login screen is a 'vertical blinds' style montage of 6 marketing images, school ethos strap line centred in a smallish corporate coloured box to avoid the clock when locked.

Background, plain corporate coloured backdrop, school logo bottom right.

 

ChromeOS:

Login Screen: Corporate coloured abstract art.

Background: As for windows

 

iOS:

As for ChromeOS Login Screen - Corporate coloured abstract art.

 

Site2:

 

Windows:

Login screen: Licenced photo of a local historic landmark with which the school shares it's name

Background: Plain corporate coloured background, school logo bottom right

 

ChromeOS/iOS:

All screens: Corporate inspired abstract art.

 

Happy to DM you samples.

Posted

Windows:

For students it's the school badge on a typically 'Windows' blue background. We use BGInfo to add the username and computer name to the upper right corner. Occasionally we get asked to replace the school badge with a poster for the next musical, charity event, etc. but always on that blue background to give the same overall impression of it being a student desktop.

For staff we let them pick their own wallpaper, but we still use BGInfo to add username and computer name.

The login screen background is a stylised, tilted, wireframe full bleed version of the school logo in red and white. Allows you to instantly spot signed-in vs locked/signed-out. I'm also totally sick of that standard beach image.

 

ChromeOS:

Login wallpaper is the same stylised, full-bleed image that we use for the Windows login screen. Staff and students can pick their own wallpaper.

Posted

Blue background for staff, green for students, so that you can see at a glance who's on what. School logo "tastefully" in the centre of both. That's on our Windows network and our Google estate.

 

I quite liked the idea of having the logo as a badge top right of the desktop, where it wouldn't clash with anything else, but I found that didn't work with all the different resolutions we had around the school.

Posted

We have user/computer details along with other generally useful information in the top right with the school logo centered (done with BGInfo).

staff-dt.PNG

  • Thanks 3
Posted
We have user/computer details along with other generally useful information in the top right with the school logo centered (done with BGInfo).

[ATTACH=CONFIG]65173[/ATTACH]

 

Like that layout but the typo would only slightly annoy me!

  • Thanks 1
Posted (edited)
what did you do to get the week we use A B system so guessing you do the same ?

Yeah, we have a two week cycle. It's a VB script that pulls the week no based on the week beginning date. One of the team made a excel macro to update the case array.

 

dtmDate = Date()
'Needs to be updated annually
dhFirstDayInWeek = dtmDate - WeekDay(dtmDate, 0) + 1

'echo dtmDate
'echo dhFirstDayInWeek

Select Case dhFirstDayInWeek
Case "30/08/2021" echo "Summer"
Case "06/09/2021" echo "1"
Case "13/09/2021" echo "2"

End Select

 

 

Like that layout but the typo would only slightly annoy me!

Goes to show how many staff actually notice the desktop.

Edited by Rob_D
  • Thanks 1
  • 3 months later...
Posted

i have made my own wallpaper for a school that doesn't exist in google slides (happy to share the sample with you via DMs) the purpose of this was to try and make my software testing machine look more "school like" i even have a Profile image bitmap if you like (however its sized to work on windows XP)

 

basically it consists of the schools crest, the name, 3 inspirational words/motto and in the top corner the year of the user account in comic sans (in my case that's "year 8")

 

i am happy to answer any questions you have in DMs

Posted

I don't have a copy of it any more but when I had to do that, I did the following:

 

Found one of the background pictures built into Windows and loaded it into Photoshop. It had flowers I think

Converted it to mono

Put a massive gaussian blur on it

Changed the colour of it to match the school colours, there was one for each school in the MAT.

Put the school crest in the top left corner

I then applied the results as the computer's wallpaper

When the user logged on, the computer information was put on the top right corner of the screen with a BGINFO-like PowerShell script.

Posted

Standard windows 10 wallpaper.

 

Lock screen on the other hand is a different story.

 

I've got a picture of our main building and set all user profile pictures to the college logo, looks the business

Posted
Standard windows 10 wallpaper.

 

Lock screen on the other hand is a different story.

 

I've got a picture of our main building and set all user profile pictures to the college logo, looks the business

Wondering how you set custom user profile pictures?
Posted

There are various methods. The ‘simplest’ I can think of is to attach a picture to the user’s profile in AD, synchronise that to Azure and make sure that the PCs are Azure AD joined. When the PCs are logged on, they’ll automatically get the user profile picture.

 

There are other methods too, like resource hacking

Posted
There are various methods. The ‘simplest’ I can think of is to attach a picture to the user’s profile in AD, synchronise that to Azure and make sure that the PCs are Azure AD joined. When the PCs are logged on, they’ll automatically get the user profile picture.

 

There are other methods too, like resource hacking

 

If you mean the local windows one you can just change the default profile pic and force everyone to use it via GPO

 

Steve

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...