Jump to content

SovietRussia

Members
  • Posts

    949
  • Joined

  • Last visited

Everything posted by SovietRussia

  1. Me and my boss just laughed at their video Amazon Prime Air - YouTube
  2. You can change all the age limits if you are using MDM or Apple Configurator. There is also an option for most MDMs to block this stuff (I'm using Profile Manager and it is here:) This works for iBooks, but Newsstand may use the same settings - I would have to check.
  3. We don't link it to SIMSLoad, as we use Solus - Points directly to Pulsar.exe
  4. Our wallpaper is a block colour with our school logo, can't get much more simple than that!
  5. This is an absolute nightmare, we didn't get anywhere with it at all. I did however build a little tool, that will generate it all for you (But, no somethings still don't work)
  6. You need one called backgroundDefault.jpg, if that does not work - define it in Group Policy instead of direct registry. Computer Configuration\Administrative Templates\System\Logon\Always use custom login background EDIT: Also, this is the folder path: C:\Windows\System32\oobe\info\backgrounds not c:\windows\system32\oobe\inf\backgrounds (How to Set a Custom Logon Screen Background on Windows 7)
  7. Sorry! My VB is rusty, I am a C# developer and tried to port it over -epicfail
  8. I wouldn't necessarily say "made fun of" in my experience, mine is a little unique to say the least. I left Sixth Form after 7 years at my school, to join the same school as a member of staff, so it was odd going from student to staff member overnight. I find it somewhat weird sometimes when people, who are only 2 years younger than me are now in Sixth Form, and I have to be the responsible adult. I would say sometimes, I don't get the respect I deserve from lower members of the school, as they still remember me when I was a student, but it is nice, when Year 7's, who do not know who I am, respect me and call me sir etc. As someone said earlier in this thread, kids will be kids!
  9. Hard luck to all the license fee payers, you pay for this clown.
  10. Try this: Dim startInfo As New ProcessStartInfo startInfo.FileName = "cscript" startInfo.Arguments = "[color=#333333]C:\Users\admin\Desktop\OffScrub10.vbs[/color]" Process.Start(startInfo) startInfo.WaitForExit()
  11. "Microsoft Forefront Threat Management Gateway (Forefront TMG) formerly known as Microsoft Internet Security and Acceleration Server (ISA Server)" I believe it is all software based still.
  12. IPs uses for Apple Updates: 17.0.0.0/8 (The entire block of 17.X is reserved for Apple) iTunes IP: 23.74.0.0/16 You may also be able to configure Caching Server to look at a specific IP range. http://support.apple.com/kb/HT5590 https://help.apple.com/advancedserveradmin/mac/3.0/#apd5E1AD52E-012B-4A41-8F21-8E9EDA56583A
  13. My time was shocking, but I did it - Yes last level is HARD!
  14. SovietRussia

    WPM

    Okay whatttttttttt
  15. Sorry, I didn't read that bit I have absolutely no idea, tried a reinstall of iTunes?
  16. When did you supervise them? Since iOS 7, Apple Configurator has had an option for "Other PCs" to access them. Like, I just tried now - iPad, Supervised yesterday, this setting turned on, works fine on Windows (Like a pen drive)
  17. SovietRussia

    WPM

    Oh dear. http://img.10fastfingers.com/badge/1_wpm_score_CU.png Visit the Typing Test and try!
  18. So am I happy to share, I was refering to the fact that they are students, and might want to do some research than listen to me harp on.
  19. I wouldn't even give up information about management (GP, AD), if they want to learn - find it!
  20. Should they not already know this? If there is one - They would have had to sign it. Students. With Malware USB sticks.
  21. Just one is around £400 quid, daymm. I should have bought em sooner!
  22. Unfortunately, this might be the best option, integration with Apple TV's to do mirroring etc
  23. 7TB on FTP! I am suprised they allowed you to dump 7TB, most companies say "Unlimited" space but have a Fair Usage Policy. FileZilla should do the trick, leave it on a Monday... come back the following Monday and it might be done xD
  24. I built something similiar here: Administration Console with restrictions applied in a MySQL database per username. Client program runs on Student PCs, which checks in to the MySQL database every 5 minutes If it finds the username against the current logged on user, it then initiates the policy request. In the database, I can set what EXE's I wish to block, and multiple ones using a constructor. The Client program then taps into the WMI Event Framework for Processes (Which fires when a EXE is opened) When the event fires, it checks to see if its one of the ones that is blocked - if it is -> kills the program and displays a message to user. If I have a spare day, Ill put something together that everyone can use.
×
×
  • Create New...