Jump to content

Recommended Posts

Posted

sahmeepee thanks for the tip, I've run this on just my 08's and have found 6 copies of the document "Bloodyday". of course the beauty with this method is it can be named anything!

 

Thats 4 pupils added to the banned users in ISA!

 

I'm not updating to 2007 as it's crashed so badly on me that I was forced to re-install the os -- on more than 1 occasion!

Posted

What we do here is if we spot a kid playing them we use ABTutor Disable Excel.

Then share the screen and use the Keyboard and delete the xls files...

 

If you don't wanna go down this route, Get your head of ICT to understand the problem the teachers are going to be facing and set out a policy about it. Here we did have a policy that if any pupil was caught playing them they were banned for 24 hours. With no exceptions. The amount of kids getting blocked was staggering. But they stopped. :-D

 

Also do a search on your server space once in a while for xls files and you will find them..

 

I was asked to restore a pupils files the other day and when I was having a browse through the folders found 22 games in there documents... They made there way to the recycling bin .... ;-)

  • 1 month later...
Posted
I can't get it to work :(

 

I get the following errors?

 

FINDSTR: Line 1267379 is too long.

FINDSTR: Line 2314597 is too long.

FINDSTR: Line 3600147 is too long.

etc

 

anyone?

 

(I know this is an old post)

 

You will get those errors from time to time during the scan. They can be ignored - they just mean that there is a big chunk of binary data being scanned without any carriage returns / linefeeds in it. If the scan turns up nothing, there may be nothing to find!

 

This is great but can we take this to the next step? How can I add a command to automatically delete any files that the batch file finds?

 

Yes, that's possible, but it's not something I'm going to post on here, because I can't be certain that it won't kill valid excel files. I did make a version that (reversibly) tweaked the data in the files to disable the SWF by corrupting its header. The most devilish part being that the pupil could see the SWF content very briefly when the file opened and then it'd just go white. Muhaha.

Posted
I disabled all activeX items in office documents (office12.adm) from Group Policy

 

User > MS Office 2007 system > security > Disable all ActiveX

 

seems to have annoyed the little rats

 

This worked perfectly for me. Took a bit longet for the complaining to stop. The only problem is that, depending on the setup of your OU's, you may need to have a policy to turn it back on for techers... *Shakes fist in air and screams* Curse you Boardworks and your Flash embeded powerpoints!!!

  • 3 months later...
Posted
We fixed this when we came across the problem by using the sysinternals strings command to search for xls files containing a particular string (i imagine it was .swf).

 

You can just leave it running against your pupil user areas. Because it's only looking at xls files and the spreadsheets they make tend to be tiny it's pretty quick.

 

UPDATE: Here's the batch file contents.. change paths as necessary

 

@cd /d "e:\user data"
"E:\Batch Files\strings.exe" -s *.xls | findstr \.swf > "E:\Batch Files\XLS-GameSearchOutput.txt"

 

This is a little gem!!

 

Can anyone comment on whether this works for all office documents? Im looking to run it over office 2000 + 2003 + 2007 documents.

 

Thanks,

Shaun

  • 2 months later...
Posted
i'm a student who has been placing games on excel. I'd like to remind you that games can still be placed in word documents, powerpoints, pdf files, html files, so yeah, i can reveal this info because there will always be some other file format to put games into. btw, i dont play games in school time because that would be wrong :mad:. I play them on the school issue laptops at home.
  • 1 year later...
Posted

This has reared it's head here now.....

 

I was considering using group policies to disable active X from within the office 2010 adm template....

 

Does anyone else do this?

Wondering what it might break?

 

Just about to set up a test OU to have a play....

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