Jump to content

andrew_obrien

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by andrew_obrien

  1. Here is the script i use to remove profiles when a user logs on as we use roaming profiles for students but the local folder is still created. This removes it before anyon logs on. '*******Remove Profiles******** Const LocalDocumentsFolder = "C:\Documents and Settings\" set objFSO = createobject("Scripting.FileSystemObject") set objFolder = objFSO.GetFolder(localdocumentsfolder) on error resume next for each fldr in objFolder.SubFolders if not isexception(fldr.name) then objFSO.DeleteFolder fldr.path, True end if next '*******Folder you want to keep******* 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
  2. Thats a really good one just out of my price range though. looking more along the lines of £150-200 exc VAT like this one http://misco.co.uk/applications/SearchTools/item-details.asp?EdpNo=323251&Tab=2&NoMapp=0
  3. Yeah had a look not bad but not really hi spec enough. looking for 720p using sd cards easy to use
  4. Thanks looking for something a little better than that about £150 ex vat ish
  5. Hi i am looking for a good camcorder that uses SD cards has to be of a half good quality (I.E Toshiba Camileo Pro HD Or Canon FS100) but dont know which will be best as i have just been told it is for the children and the teachers and i have only worked in a primary school for 2 months as i was in a secondary school for the past 5 years. Any advice/experiance? Ps dont want digi-blue
  6. It has full VPN access and also has file transfer which i find usefull
  7. i agree
  8. I just use teamviewer works behind any firewall no need to change any settings behind router as it does it all via http on port 80. Even works if you dont have a static ip as you will be givien a static number by teamview and you can also use it to login to windows on bootup remotly
×
×
  • Create New...