-
Posts
949 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by SovietRussia
-
Me and my boss just laughed at their video Amazon Prime Air - YouTube
-
[ipad] Inappropriate content on Newsstand iOS
SovietRussia replied to mwnci's topic in Mobile Devices & Tablets
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. -
We don't link it to SIMSLoad, as we use Solus - Points directly to Pulsar.exe
-
Our wallpaper is a block colour with our school logo, can't get much more simple than that!
-
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)
-
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)
-
Sorry! My VB is rusty, I am a C# developer and tried to port it over -epicfail
-
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!
-
Hard luck to all the license fee payers, you pay for this clown.
-
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()
-
"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.
-
Apple Caching Server and Multiple Internet connections
SovietRussia replied to gmuirhead's topic in Mac
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 -
[website] For Doctor Who Fans: 8 Bit 11 Doctors Google Doodle
SovietRussia replied to 6Foot2's topic in Jokes/Interweb Things
My time was shocking, but I did it - Yes last level is HARD! -
[website] For Doctor Who Fans: 8 Bit 11 Doctors Google Doodle
SovietRussia replied to 6Foot2's topic in Jokes/Interweb Things
Also on Google UK. -
Sorry, I didn't read that bit I have absolutely no idea, tried a reinstall of iTunes?
-
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)
-
-
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.
-
I wouldn't even give up information about management (GP, AD), if they want to learn - find it!
-
Should they not already know this? If there is one - They would have had to sign it. Students. With Malware USB sticks.
-
Just one is around £400 quid, daymm. I should have bought em sooner!
-
Tablets in schools...which one and why?
SovietRussia replied to Little-Miss's topic in Mobile Devices & Tablets
Unfortunately, this might be the best option, integration with Apple TV's to do mirroring etc -
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
-
Something I've been working on
SovietRussia replied to TheMan100's topic in Network and Classroom Management
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.
