Jump to content

Jobos

Members
  • Posts

    2,386
  • Joined

  • Last visited

Everything posted by Jobos

  1. Does anyone use the Inventry anywhere app so you can see on a iPad who’s in school? Never used it but Inventry syncs to the cloud so in theory you just need an iPad to see the fire register.
  2. Had the email this morning saying my card has been passed to printing but I only had an email verification, no ID card check. Must have an honest name [emoji23]
  3. How secure is the plug-in as I thought using something separate from the computer you’re using for email was the way forward.
  4. I’ve been saying to the HT we need and should be using MFA for 365 but keep getting pushed back with the excuse it’s policy staff should not be using mobiles in class. The school is broke with no money for tokens and no money to upgrade 365 licenses. Pretty much between a rock and a hard place.
  5. I've not needed to use the script to remove printers for years and it was for version 1703 so guess it's not valid now.
  6. Where does it say school staff can join?
  7. I'm in the queue but the estimated wait time is more than 2 hours!
  8. Thanks. I think we are ok as long as Edge continues to work but it looks like we are running an old version of Webstation anyway so it really needs updating.
  9. Using Building Operation Webstation to control the heating and we have started getting this error when using Chrome but Edge works fine. It must have been a Chrome update that has broke it, any ideas why Chrome is doing this?
  10. Here is my script that sets the wallpaper for different events throughout the year. Using BGInfo make the .bgi file and save it somewhere, then call GBInfo telling it when the .bgi file is. You will need a different .bgi file for each wallpaper. As you can see some code is commented out because the students made a different wallpaper for each month but they lost interest so it stopped but I kept the code just in case. Option Explicit On Error Resume next 'wscript.sleep 30000 Dim iReturn, Min, max, objShell, image, Month, Wallpaper set objShell = wscript.createObject("wscript.shell") 'Set default wallpaper Wallpaper="c:\WINDOWS\BGInfo\Bginfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Wallpapers\Win10.bgi /NOLICPROMPT /timer:0" ' Months Wallpaper goes here --------------------------------------------- 'Select Case (datepart("m",now())) 'Just select the month 'Case "5" ' Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Months\May.bgi /NOLICPROMPT /timer:0" 'Case "6" ' Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Months\June.bgi /NOLICPROMPT /timer:0" 'End Select ' Months Wallpaper END --------------------------------------------- Select Case Left(Date,5) 'Select day and month and change the wallpaper if required Case "03/02" 'Maths Day Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\MathsDay\MathsDay.bgi /NOLICPROMPT /timer:0" Case "17/03" 'Red Nose Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\RedNose\RedNose.bgi /NOLICPROMPT /timer:0" Case "13/10" 'Hello Yellow Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\HelloYellow\HelloYellow.bgi /NOLICPROMPT /timer:0" Case "31/10" 'Halloween max=5 min=1 Randomize image=(Int((max-min+1)*Rnd+min)) Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Halloween\halloween-wallpaper-" + CStr(image) + ".bgi /NOLICPROMPT /timer:0" Case "03/11" 'Fireworks Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Fireworks\Firework-wallpaper.bgi /NOLICPROMPT /timer:0" Case "10/11" 'Remembrance Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Remembrance\Remembrance-wallpaper.bgi /NOLICPROMPT /timer:0" Case "13/11" 'Odd Sock Day Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Odd-Sock\Odd-Sock.bgi /NOLICPROMPT /timer:0" Case "14/11","15/11","16/11" 'Anti-Bullying Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Anti-Bullying\Anti-Bullying-wallpaper.bgi /NOLICPROMPT /timer:0" Case "17/11" 'Pudsey Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Pudsey\Pudsey-wallpaper.bgi /NOLICPROMPT /timer:0" 'Christmas starts Case "10/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\A.bgi /NOLICPROMPT /timer:0" Case "11/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\B.bgi /NOLICPROMPT /timer:0" Case "12/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\C.bgi /NOLICPROMPT /timer:0" Case "13/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\D.bgi /NOLICPROMPT /timer:0" Case "14/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\E.bgi /NOLICPROMPT /timer:0" '------ Week 2 ----- Case "15/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\F.bgi /NOLICPROMPT /timer:0" Case "18/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\G.bgi /NOLICPROMPT /timer:0" Case "19/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\H.bgi /NOLICPROMPT /timer:0" Case "20/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\I.bgi /NOLICPROMPT /timer:0" Case "21/12" Wallpaper="C:\Windows\BGInfo\BGInfo.exe \\school.leicester.sch.uk\SYSVOL\school.leicester.sch.uk\scripts\BGInfo\Christmas\J.bgi /NOLICPROMPT /timer:0" '------------- 'Christmas ends End Select iReturn = objShell.Run(Wallpaper, 1, TRUE) objShell.RegWrite "HKCU\Control Panel\Desktop\WallpaperStyle","2" objShell.RegWrite "HKCU\Control Panel\Desktop\TileWallpaper","0"
  11. Thanks both. I've did the PAT course a few years ago and more recently read the code of practice, in-service inspection and testing of electrical equipment, 5th edition as testing changed a year or two back. I do not recall anything in the code of practice or the course for that matter about rust inside microwave ovens. My microwave at home is stainless and I've seen first hand how microwaves can spark when the bottom heating element went faulty and started arcing from the microwaves. It looked like a welder. Anyway I've failed the microwave in the staffroom, that should make me popular!
  12. While doing my annual PAT testing I’ve come across a microwave oven where the protective paint inside the oven has come off and is showing rust. I’m assuming this is a fail as it could start sparking and get hot? Just wanted to run this by someone as never seen this before.
  13. Have you tried delaying Bginfo until GP has been applied?
  14. Thanks both. It's the release prints option that we really need and just watched a couple of videos about Papercut Mobility and don't think print release is included.
  15. The primary school I'm at has had iPads for a while but they are not connected to any printers mainly as the thought of letting pupils print at will is too much to bare so I've been wondering if Papercut might be the answer. Would Papercut allow iPads to print and hold any jobs until released by staff? Could iPads be configured to use Papercut using Moslye as the MDM? As money is tight would Papercut NG cover this? Thanks.
  16. Thanks, just tried it and it works fine. Are there any setting to to make chrome open maximised the first time it runs?
  17. I’m surprised the LA actually thought it was a good idea to say that, shocking really. What authority was it?
  18. I’ve got battery drills by Milwaukee and Ryobi, both 18v but the difference between them is like day and night. If they did come out the same factory no way could you say they are the same.
  19. It’s an easy mistake to make. Here in Leicestershire, we have a school bus service that collected for an all-girls school and had the logo ‘Ride the Beaver’ on the bus.
  20. Didn't think of that. Thanks.
  21. The school has not bought any new devices of 15 years.
  22. So I'm testing Win10 LTSC 2021 as most of our machines will not run win11 so needed something to tide us over until they can be replaced. This will will probably be a long time the way things are going but I'm stumped over how to overcome new Teams not installing on LTSC. Classic Teams works fine but support ends July 1st 2024 and the new Teams will not install so where do I go with this?
  23. Thanks.
  24. We have a shared mailbox which is being hammered with hacking attempts. I understand if I disable the mailbox it will still receive messages but will sharing still work? Thanks.
  25. Thanks, I'll give it a try.
×
×
  • Create New...