Jump to content

cromertech

Members
  • Posts

    737
  • Joined

Everything posted by cromertech

  1. It is on WSUS I've deployed it this week although it's been there since official release i think. If you dont see it just right click your WSUS server in mmc and click import updates and get it from there
  2. SIMS access rights don't work like those in the real world. If you are a system admin which you would assume was the highest you only get the system admin modules (ie no marksheets or assessment stuff)
  3. Took me ages to find the mistake.
  4. Just in case you want to play with the macro thing I found this Sub randjump() randomize Dim Inum As Integer Inum = Int(7 * Rnd + 4) ActivePresentation.SlideShowWindow.View.GotoSlide (Inum) End Sub that will randomise the slide order but is triggered from a click so you would to add a timer to it to make it wait instead Found on PowerPoint vba code samples
  5. I don't think it will do random by itself. You could do it with a macro but there my knowledge stops or at least slows down
  6. I think you'll have to click played at a kiosk in there and it will loop. Edit: Make sure you give some timing on the slides or it will do nothing
  7. Powerpoint 2010 can create a slide show from a folder of images. It's called a photo album and it's in the insert menu
  8. I added the energy dashboard software to an iis server and it worked fine. No problems with flash player trust as it's running from a trusted network location (i.e the internet)
  9. Ok, I've finally got something working through group policy preferences and making sure that the proxy information was removed everywhere else. Thanks for the pointers though, it's always good to have somebody who can look at things from a different angle
  10. I have this set up but only the staff have that option set. the students have the proxy set in the lan settings (hopefully) by group policy. What I don't understand is that it has been working flawlessly until just yesterday. This is set but when I look at the connection settings box everything is greyed out but empty
  11. Had a problem since yesterday on some machines. I have the proxy set in group policy and rsop.msc shows that it is being applied... except it isn't at least not to a student. I've tried removing the proxy altogether and adding a seperate gpo with it on but it does the same again (RSOP shows it being applied from the different policy but it isn't) The only thing I can think of is a rogue update but using WSUS and none have been sent out recently (I'm waiting to roll out SP1)
  12. You can try toothpaste. The value stuff seems to work best. I've had a few successes with this and for only a few pence it has to be worth a shot doesn't it?
  13. I've run off a test student on one of my language computers q3000 on mfl-08.zip
  14. The machine side of things or users?
  15. I wouldn't see this as a big problem as they would only be able to add locations they can access already like their home folder or any shared resources. If you have mandatory profiles as well any of these folders will disappear on next log on anyway. Do you have a problem with them getting things that they shouldn't
  16. Take a look at Capita's documents on the processes involved in migrating to a new server. There is pages and pages of it but it is essential reading if you want your clients to find the new server and database without any additional configuration (although with only 5 I would think it probably just as easy to point them to the new server manually)
  17. I've never managed to get a picture into the frame before a log on. I think this is 'by design'. After a user has logged in the picture can then be standardised but I think the original frame is embedded in a dll somewhere
  18. Forgot to mention that I was already logged in too
  19. Not sure if this is a bug or a new feature added but it's never come up before. I have a welcome to edugeek message that says the following which I presume is supposed to come up for unregistered only? When message is closed it stays closed so no real problem. (Chrome and win 7)
  20. The thanks is for the link for the service manuals site. What a great resource!!
  21. I guess you've checked that your host can do php. Here we are limited to html only through our schools allocated space I think which is why we bought our hosting separately from fasthosts. It may have changed recently but I'm pretty sure that was the case here in norfolk
  22. I'm still holding off on this but I have taken the leap to deploy IE9 through WSUS albeit only to a test lab
  23. As above. If it's a compact you probably won't have too many options for aperture or shutter speed or even a manual focus mode in case it auto focuses on wrong subject
  24. I found one on this site VBScript : Find Files By Owner Set objShell = CreateObject ("Shell.Application") Set objStartFolder = objShell.Namespace ("N:\") Set objFSO = CreateObject("Scripting.FileSystemObject") strUsername = "DOMAIN\User" oFolder = "N:\" Dim arrHeaders(13) ShowSubfolders objFSO.GetFolder(oFolder) Sub ShowSubFolders(Folder) On Error Resume Next For Each Subfolder in Folder.SubFolders Set oNsp = objShell.Namespace(Subfolder.Path) 'Dim arrHeaders(13) For i = 0 to 13 arrHeaders(i) = oNsp.GetDetailsOf (oNsp.Items, i) Next For Each strFileName in oNsp.Items If LCASE(oNsp.GetDetailsOf (strFileName, 8)) = LCASE(strUsername) Then Wscript.Echo Subfolder.Path & "\" & strFilename & "," & arrHeaders(1) & "," & Replace(oNsp.GetDetailsOf (strFileName, 1),",","") End If Next ShowSubFolders Subfolder Next End Sub As the site says you can pipe the results to a file and maybe get it ask for the username you want or parse the users from active directory
  25. I did something like that for a WJEC exam thing. Doe's it use a web interface for collecting tests? The one I had to set up today used secureassess.com.
×
×
  • Create New...