Jump to content

centurio

Members
  • Posts

    13
  • Joined

  • Last visited

Reputation

0 Neutral

About centurio

  1. Could a Moderator please move this thread to the correct Forum, I'm sure there should be an answer to this somewhere.
  2. Does anyone have any clues on how to solve this issue
  3. Reading through these forums, there is still a major issue with CS6 not saving files to the network. Why are the CS6 files saved with a .tmp extension. How is a teacher supposed to be able to check a students work? As someone has allready reffered to this is expensive software, and I'm sure that schools will think twice before spending any more money with Adobe.
  4. I cant find any link to add anything to the forums, thats why i took this route
  5. I need to delete the content of all of the pupils mail boxes, is there an easy way of doing this?
  6. if using roaming profiles, you need to add admin permissions in the profile. i couldnt find any other way round it. thats the problem of using 2003 with windows 7.
  7. we're having the same problem has anyone found a fix yet.
  8. but if its on a thermostat surely it would be running less ??
  9. Does anyone know what the cost is for running a 7KW air con unit
  10. I've answered my own question 'check for unplugged network cord during logon 'checks for mapped drives 'merge registry key to run '| Windows Registry Editor Version 5.00 '| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] '| "check-home-dir"="\"C:\\WINDOWS\\check-home-dir.vbs\"" 'copy this vbs file to c:\windows directory 'John Cook - 03/2007 Dim objNetwork Dim strUserName Dim WshShell Set objNetwork = WScript.CreateObject("WScript.Network") Set WshShell = WScript.CreateObject("WScript.Shell") Set WshNetwork = WScript.CreateObject("WScript.Network") Set ObjFSO = CreateObject("Scripting.FileSystemObject") WScript.Sleep 5000 ' five seconds strUserName = objNetwork.UserName if strUserName = "Administrator" then else if ObjFSO.DriveExists("k:") then else WshShell.Run "logoff.exe" msgbox "Do not unplug the network Cable" End if End if
  11. Many thanks geoff, I'll try this script 'check for unplugged network cord during logon 'checks for mapped drives 'merge registry key to run '| Windows Registry Editor Version 5.00 '| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] '| "check-home-dir"="\"C:\\WINDOWS\\check-home-dir.vbs\"" 'copy this vbs file to c:\windows directory 'John Cook - 03/2007 Set WshShell = WScript.CreateObject("WScript.Shell") Set WshNetwork = WScript.CreateObject("WScript.Network") Set ObjFSO = CreateObject("Scripting.FileSystemObject") WScript.Sleep 30000 ' thirty seconds If ObjFSO.DriveExists("U:") Then If ObjFSO.DriveExists("O:") Then Else WshShell.Run "logoff.exe" End If Else WshShell.Run "logoff.exe" End If But how do I put in a statment that allows the administrator to log on without the vbs taking effect??
  12. done a search before, nothing!!!
  13. Not sure if this has been discussed on here before. students are unplugging the network cable before the group policy is initiated, this gives them unlimited access to the internet. we use mandatory profiles, is there any way of stopping them??
×
×
  • Create New...