-
Posts
288 -
Joined
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by jmcdermott
-
Think i forgot to put Disable The UAC in my blog sorry.
-
Firefox and chrome do not user the reg setting. have you checked the reg key using regedit after running the program?
-
Which Browser are you using? Also it may require the browser to exit and open again before it takes effect.
-
Maybe older and defunct, but it is what was around when I started IT and still serves a use. I find coding in .NET takes a lot longer to perform the simple tasks.
-
yes just change the regsetting var to 1 instead of 0.
-
Not sure if it helps but here is the VB6 code to perform this task. dim key as string dim create dim regsetting key = "HKEY_CURRENT_USER\software\microsoft\windows\currentversion\internet settings\proxyenable" Set create = CreateObject("wscript.shell") regsetting = 1 create.regwrite key, regsetting, "REG_DWORD" 'create.regwrite ("hkcu\software\microsoft\windows\currentversion\internet settings\proxyenable", "1", "reg_dword") msgbox = "Proxy Now: Enabled"
-
We have used MicroComms based in Redruth they have always done a good job for us. They have done Projector installs, AV looms, Fiber installs, for us.
-
Already gone through this pain full experience, and found away to achieve it. Read this blog. Network Management Hope this helps sorted it for us we can now image name machine then it adds to the domain. If any thing is unclear i am happy to help.
-
Did everyone see this on digg. [ame=http://www.youtube.com/watch?v=DFM140rju4k]YouTube- 'The Golden Age of Video' by Ricardo Autobahn[/ame] Classic example of someone with way to much time on their hands.
-
Matrix Neo fighting Morpheus for me, back before the next 2 films ruined it. [ame=http://www.youtube.com/watch?v=j82GKTgVDkw]YouTube- Matrix - Neo vs Morpheus[/ame]
-
Second that, disable UAC and run as administrator from network drive, works fine here as long as you are not using a 64bit install of 2008.
-
Simply turn off the UAC (user account control) reset then try again. I think this is an issue is caused by the sims install running other setup files, you can give run as admin to the first setup but not the rest, turning uac off fixes it.
-
Just tried that with no joy same issue. thank you anyway.
-
Having a very strange issue with some a smart board so thought i would put it to the unmeasurable intellect of the edugeek users. Recently we have replaced the motherboard in a teachers machine which is hooked up to a smart board, prior to the motherboard change the board worked perfectly. Now every time anyone logs in the board has a red light on it and the machine reports an error on a human interface device. Pull out the usb connector and plug it back in the light turns green the board works for about ten seconds then cuts off again. Uninstall the human interface device, scan for new hardware, light goes green for another 10 seconds. This as far as i can tell is an issue with the motherboard settings, but they are all set to default, as far as usb is concerned. I have tried disabling the serial and parallel ports, this has not effect so am assuming it is not a resource issue. The New motherboard is an Asus M2N68-AM SE2, os is WinXP sp3, smart drivers i have tried multiple versions. Has any one seen or heard of this issue before?
-
I need some technical help (dont know where to start)
jmcdermott replied to dsk's topic in How do you do....it?
Just a long shot but worth mentioning. when you performed the 2008 upgrade did you move dhcp to a different server, is so it is possible that your servers are still aware of the old/temp dhcp server even though it may not exists any more. this is an easy error to miss but can be checked by having a look in the dhcp console and check the list of authorised servers. -
not easily done but the way i would attempt would be to point the start menu at a local folder and deploy a short cut to sims to that folder when sims is deployed. other than that set up a vb app to sync which programs are installed to which icons are available.
-
try set basedir="d:\users" instead of set basedir=d:\users
-
Howdy all, just got a brand new o2 xda zest on contract, according to the o2 web site the battery standby time should be 260 hours, i seem to be lucky to get more than 8 hours. Has any one else got one of these phones? If so how long does your battery last? (wifi,gps,grs all turned off, screen set to dim after 1 min.) Any info will be appreciated.
-
Has anybody tried the RC on a gaming rig yet?
-
very strange how did you go about setting a static ip, does the web work if you use dhcp?
-
sorry that should have been sudo route add
-
2 possibilties apear: 1) assuming 10.199.231.255 is your router/default gateway, it is not showing up as a route. to test this try the following in terminal route add default gw 10.199.231.255 eth0. 2) assuming 10.199.224.1 is your router/default gateway, the default gateway is not correctly configured in you network settings. Hope this helps ps. should your proxy port not be 8080?
-
could you supply the results of the following in terminal sudo ifconfig and route -n and maybe i can help
-
we had the same issue, thinking back i think it was due to the workstations needing windows update software installed on them, this software is installed first time you try to upgrade using the web. On a machine that is not being seen, run windows update, allow it to update the update software (Windows installer 3.1 or something like that.) no need to install any other updates then restart the workstation. Hope this helps.
-
we also use year of entry eg 08jsmith, saves having to rename them all every year, like the old classlink setup
