Jump to content

placky

Members
  • Posts

    27
  • Joined

  • Last visited

Reputation

0 Neutral

About placky

Personal Information

  • Occupation
    IT Techie
  • Location
    N wales
  1. We use GPO to deploy the MSI - might be worth getting it working with GPO as it works perfectly now
  2. very good!
  3. Quite funny actually the singles site has things like Jesus and Chirst yet good old PHP has much more fun names liek superman and killer! HA HA good find
  4. cool cheers tken a look at backtrack - coudl be useful! Gareth Plack
  5. LOL Random! Gareth Plack
  6. Damm! Just got rid of (dont panic they were recycled) a van full of stone computers and got nothing for them. Nevermind ..... Every little helps .... Gareth Plack
  7. OK i read that to update ADM files i need to install gpmsc on a XP machine and edit a GPO to update the adm. i did this on my machine and now i get the same problem as everyone else! does this give anyone any ideas as to whats going on?
  8. How would i go about updating the adm files?
  9. Unfortunately still no joy I have even given a staff account a student profile and still nothing, first page fails to load Any other ideas? i'm all out!
  10. Thanks for the suggestion, I will try that out now. The only reason we have got a few computers still using IE 6 is that we have still a few left to image, will have to be at half term now though. The majority are using IE7
  11. Hi Michael, I have deleted the local profile in C:\documen... and double checked in user profiles in system properties and made sure they have gone but still nothing. Starting to get frustrated now ... I cant see a pattern to users that work and ones that don't. All students appear to work (not had any complaints but it would mean they had to try to work to find out!) and about half the staff regardless of what version of IE they run, what workstation they are on, department etc and as i say all have the same GPO's applied. G
  12. Hi all, We are having a problem with random users and IE. For some of our staff IE works as it should but for others it wont display the first web page they try to load (can be any link to any site) but once its failed to connect a refresh makes it work a treat! Our proxy settings are set through GPO and the same policy for all staff so I have ruled that one out and I have tried giving a new profile to the staff with the problem, still nothing. Once the page is refreshed, open a second instance of IE or the user browses to another site IE starts behaving normally. I gave a staff account Admin rights for a test and went control panel -> Internet options (before trying any pages) and all the proxy details were correct but desktop website still failed to load. Once i clicked OK on Internet properties (having changed nothing) desktop wallpaper loaded and everything worked as it should. Any tips or ideas would be appreciated Cheers G
  13. Thanks for the help Binky and m2d2! A reinstall of the Scripting Host fixed it Regards Gareth
  14. Morning everyone I have set the following VBS script to run when our computers start up along with delprof.exe to get rid of any locally cached profiles. Const LocalDocumentsFolder = "C:\Documents and Settings\" set objFSO = createobject("Scripting.FileSystemObject") set objFolder = objFSO.GetFolder(localdocumentsfolder) for each fldr in objFolder.SubFolders if not isexception(fldr.name) then objFSO.DeleteFolder fldr.path, True end if next Function isException(byval foldername) select case foldername case "All Users" isException = True case "Default User" isException = True case "LocalService" isException = True case "NetworkService" isException = True case "Administrator" isException = True case Else isException = False End Select End Function it works perfectly on all our computers and even our terminal servers, well all except one! Its a terminal server running windows 2003 R2 and I get the following error activex component can't create object:'Scripting.filesystemobject' in line 3 char1 Anyone have any ideas at a total loss here!
×
×
  • Create New...