-
Posts
828 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by tomscaper
-
Hey thanks for that, shame i'm at work on my birthday.
-
How actually do you deny logging on locally? Can't seem to find it anywhere.
-
this could be set just for students.
-
isn't there a setting in group policy that will deny cached logons?
-
reset his password and then you know for certain he cant get on, you could then try his account yourself to see if you can log on even when disabled, other option reset his password then he has to get it changed each time he wants to use the pc.
-
I had to restart FF2 often as it would become very slow to run. Running FF3 with 4 tabs at moment, and the memory in task manager is 80,000 k dont know if that is good or bad as FF2 was pretty much the same but it doesnt seem to be going slow, but will give it a few days.
-
It looks pretty good, downloaded and installed at home and work. Not played around with it much, but seems good. So who tried downloading at 6pm yesterday, finally was able to download about 7:50pm.
-
I'll have one when there available. How will we go about paying for them.
-
some students here are having this problem, usually after a student has logged off, i just tell them to restart and it solves it. Never able to find out why.
-
Tidying laptop trolley every week after students have made a complete mess of it, untangling 30 power packs does my head in. I hate going all the way down stairs to fix printers when there out of paper.
-
I know the gig was amazing, i knew it was going to be something special, but couldnt believe it when they came out, had to explain to someone who they were, i was like "have you ever heard of led zepplin" lol Have been twice before, both at newcastle, 2002 and 2007. But was by far the best Foo Fighters gig ever.
-
who went, and what did you think? it was amazing, still partially deaf lol.
-
Based in north east, middlesbrough area. I will have to raise the issue with them and see if they can do anything about this.
-
The problem is that at home they save them as docx as they have office 2007 but when it comes to open them, its as if in internet explorer 6 it doesnt recognise that docx is word 2003. I can save the files as i have right click access, we cannot let the students have this ability for other reasons, so for now they have email me the file and which i can convert and pass back to them. I tell them at home to save as .doc as that open in word by default Just tested this link Test document - test.docx - WordVisualizer did a search for any .docx and it opened under student logon, so it must be myclasses, does anyone know why this happens does myclasses need something set to recognise docx. Can anyone else confirm this with myclasses.
-
we use myclasses/mydesktop
-
Firsly did a search but was unable to find anything of the same nature, so appologies if this has been already discussed. Student are using our VLE, and are transfering work from home, they have office 2007 and we have 2003 here i have put the compatability pack on the system if the documents are opened from usb pen or network drive they open fine, but using our vle the docuement opening as a zip file, the students cannot save or right click from the web. does anyone have any ideas regarding this is the the vle itself, or is there someway to configure documents in IE to open in there relevant programs. Thanks
-
All downloaded, uncompressed and opened fine for me. XP SP2, Firefox and IE, Office 2003, Acrobat Reader 8
-
although the other ideas are far better, i had 2 days to audit the school and this is what i came up with, using cpuz and winaudit. created msi to install both on all machines. following batch files run at start up if exist "C:\Program Files\cpu-z\Oct07" goto :eof ELSE c: cd "C:\Program Files\cpu-z\" cpuz -html=\\server\share\audit\cpuz-%computername% c: cd "C:\Program Files\cpu-z\" md Oct07 if exist "C:\Program Files\WinAudit\October07" goto :eof ELSE "C:\Program Files\WinAudit\WinAudit.exe" /r=gotnbMpmi /o=html /f=\\mb4001-02\public$\audit\winaudit-%computername%.ext /m=This Machine Is Currently Being Audited, Please Wait........ c: cd "C:\Program Files\WinAudit\" md October07 Will create 1 html file for the cpuz document and 3 for winaudit. Like i said nothing special but does the job.
-
I can still barely believe someone seriously said that lol. When you told me it i just couldnt believe it. Told you it was a good one to put on here.
-
we have the crystal rainforest, like you said we hold this on a public server and share it. We found out some sherston software need specific dll so if u did go this route, we deploy two dll's xobglu16.dll & xobglu32.dll. Only other thing could be to use like wininstall le, and create your own msi but point it to the C drive. we rarely use the sherston software, but have never had any trouble over the network, cant say we have tried it over wireless. Just noticed everyone pretty much saying this lol.
-
Try one of the following either batch or vbs i havnt tried them on logon, they seem to work inside windows. Run etiher on logon dim oShell set oShell = Wscript.CreateObject("Wscript.Shell") oShell.RegWrite "HKCU\Software\Audacity\Audacity\MP3\MP3LibPath" , "C:\Program Files\Audacity\Plug-Ins\libmp3lame-3.97\lame_enc.dll" , "REG_SZ" oShell.RegWrite "HKCU\Software\Audacity\Audacity\Version" , "1.2.6" , "REG_SZ" oShell.RegWrite "HKCU\Software\Audacity\Audacity\PrefsVersion" , "1.1.1r1" , "REG_SZ" Set oShell = Nothing REG ADD "HKCU\Software\Audacity\Audacity\MP3" /v MP3LibPath /t REG_SZ /d "C:\Program Files\Audacity\Plug-Ins\libmp3lame-3.97\lame_enc.dll" /f REG ADD "HKCU\Software\Audacity\Audacity" /v Version /t REG_SZ /d "1.2.6" /f REG ADD "HKCU\Software\Audacity\Audacity" /v PrefsVersion /t REG_SZ /d "1.1.1r1" /f
-
While i am not a 100% certain i think that with that subnet you can only have the range 192.168.0.0 - 192.168.3.255 That would mean 192.168.0.0 - 255 192.168.1.0 - 255 192.168.2.0 - 255 192.168.3.0 - 255 Is there a reason you want 192.168.24 and 25 Like i said i dont understand it all fully but if anyone can confirm or put me right would appriciate it.
-
Could you stop windows defender from starting automatically and script it in some way to copy the registry file over first then start windows defender afterwards. I assume its located in HKLM\Software\Microsoft\Windows\CurrentVerson\Run
