Jump to content

2097

Members
  • Posts

    1,077
  • Joined

  • Last visited

Everything posted by 2097

  1. cant u write a vbscript to set the policy locally ? i.e. in the startup folder.
  2. Whats the spec of the server ? and what is it currently doing ?? i.e. Main Server for AD ? or just for files etc If it is Urgent , Id say use the latest image backup and acronis it on to a another server , a GOOD desktop or a VMware machine ? You then have some time to sort out this thing.
  3. you got another service using the same ports ? Try changing the Port Numbers , Check my Post for a .reg to change them Then when you add them to the ITALC MANAGE SOFTWARE you must add them xxx.xxx.xxx.xxx:5100
  4. heres my final Version for Clients.. Made a test account with admin privs' , set the following for logon script Set shell=wscript.createobject("wscript.shell") shell.run "\\server\share\auto.bat" ( after install REMOVED the account) The above runs the follow .bat file XCOPY "\\server\share\italc" "C:\program files\italc" /E /k /I PING 1.1.1.1 -n 1 -w 5000 >NUL regedit /s "\\server\share\italc\reg1.reg" PING 1.1.1.1 -n 1 -w 5000 >NUL "C:\program files\italc\ica.exe" -quiet -registerservice PING 1.1.1.1 -n 1 -w 5000 >NUL NET START icas This installs the Client and also copys the Public Key . The next Script i Use for Tutors . So they have access to every machine . Option Explicit Dim oShell, oEnv, oFS, strDirectory, path Set oShell = CreateObject("wscript.Shell") set oFS = CreateObject("scripting.FileSystemObject") Set oEnv = oShell.Environment("Process") strDirectory = oEnv("USERPROFILE") & "\Application Data\Italc" if not oFS.FolderExists(strDirectory) then oFS.CreateFolder(strDirectory) path=CreateObject("WScript.Shell").ExpandEnvironmentStrings("%UserProfile%\Application Data\Italc") dim objFSO set objFSO=CreateObject("Scripting.FileSystemObject") If objFSO.FileExists(path & ("\globalconfig.xml")) = False Then objFSO.CopyFile "\\server\share\globalconfig.xml", path & "\" end if
  5. heres my login script to run the above Set shell=wscript.createobject("wscript.shell") shell.run "\\server\share\auto.bat" Heres My globalconfig Copier Option Explicit dim path path=CreateObject("WScript.Shell").ExpandEnvironmentStrings("%UserProfile%\Application Data\Italc") dim objFSO set objFSO=CreateObject("Scripting.FileSystemObject") If objFSO.FileExists(path & ("\globalconfig.xml")) = False Then objFSO.CopyFile "\\server\share\globalconfig.xml", path & "\" End If
  6. all the setup.exe for me does is start the Key config Menu.. and copys the key .. Dosnt actually install it for me But while i waited i made a .bat .BAT XCOPY "\\server\share\italc" "C:\program files\italc" /E /k /I PING 1.1.1.1 -n 1 -w 5000 >NUL regedit /s "\\server\share\reg1.reg" PING 1.1.1.1 -n 1 -w 5000 >NUL "C:\program files\italc\ica.exe" -quiet -registerservice PING 1.1.1.1 -n 1 -w 5000 >NUL NET START icas reg1.REG indows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\iTALC Solutions] [HKEY_LOCAL_MACHINE\SOFTWARE\iTALC Solutions\iTALC] [HKEY_LOCAL_MACHINE\SOFTWARE\iTALC Solutions\iTALC\keypathsprivate] "teacher"="C:/Program Files/iTALC\\keys\\private\\teacher\\key" [HKEY_LOCAL_MACHINE\SOFTWARE\iTALC Solutions\iTALC\keypathspublic] "teacher"="C:/Program Files/iTALC\\keys\\public\\teacher\\key" [HKEY_LOCAL_MACHINE\SOFTWARE\iTALC Solutions\iTALC\parameters] "ivsport"="5100" "isdport"="5101" [HKEY_LOCAL_MACHINE\SOFTWARE\iTALC Solutions\iTALC\settings] "LogLevel"=dword:00000006 that works perfect for my clients
  7. Make a Bat that Executes it after Installer ?
  8. Nope just XP ..
  9. Im running Both UltraVNC and Italc on the same machines Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\iTALC Solutions\iTALC\parameters] "ivsport"="5100" "isdport"="5101" Copy that in to a text doc , and save as ports.reg .. and execute..
  10. Im in the process of writing a script atm for it .. so its quite easy so not to botherd. hit a stump though i have Ran this via cmd prompt or a shortcut to the exe \\server\test\Italc.exe \\server\test\installsettings.xml All it does is load up Italc.exe setup and i have to Click Next .. Which doesnt seem right as i assume it was automated. Paths are 100% correct ? Any insight Please.
  11. another thing i have noticed , if you install italc and dont run the key setup wizard .. I believe the reg key settings dont go in .. basically i just wanted to copy the exisiting keys over without having to import all the time . But looks like now ill have to make a registry vbscript.
  12. got it installed in a sweet , seems the CPU hog was just my old machine up stairs another question . got a master key and a private key If i goto another room and set the tutor machine up as a master , and import the Keys that i made on this master .. Will it all work ok ? Also what is the file location in which the room listings get stored , as each profile i try it on has a empty list except the one i installed on
  13. Sorry mate i couldnt get either examples to work , says there changed in the CMD prompt but dont seem to do anything .. looks like detect and repair will be the only option
  14. just a quicky.. Any one monitoring CPU usage ? , any one getting a large jump ?
  15. use this time you have with ' RM doing it all' to learn everything . Learn howto build active directory servers , wireles networks , file servers , exchange etc .. You are going to need all this ! .. so then you can outlaw RM and set it all up yourself.
  16. Just to note the Italc website has a new release. Just installed on a different port than my UVNC and it not longer hogs the machine . ( it used to keep making the egg timer come up on the mouse every other second) Thinking of trying it out in a room.
  17. just tried the following on a computer which is opening both .doc and docx files in office 2007 ftype word.document.8="C:\Program Files\Microsoft Office\Office11\WINWORD.EXE" /n /dde Sadly it keeps opening them in office 2007 and does not change to 2003
  18. so the commands above in a .bat will Basically allow the same as the detect and repair ?
  19. Thanks for the Info Things that i find strange is , any user account can run 'detect and repair' within WORD .. And it will set what ever version back to Defaults for all users of the system..
  20. Any body got a script that on logoff will set either office 2003 or 2007 as the default office program Atm using Detect and repair .. and its very time consuming I need both because we use enlight testing , and it checks to see what version is installed .. Some people are doing office 2003 tests and some 2007 .. And its quite anoying ! Many thanks
  21. its a localmachine Reg setting so i assume it can only be done as a STARTUP script not a user script.. IRC .. users dont have access to write to the LOCALMACHINE part of the registry only the CURRENT USER ... Which probally explains why your Desktop Wallpaper one works. Cant explain why the admins cant run it though.
  22. haha 1989 processor .. I was 3 when it was released .. The most intresting thing i have found is a pack of Paper Cd cases with windows
  23. Had to try and atleast help considering the amount of education IT jobs you Post .. Your a worthy candidate of my knowledge of toilot roll lock breaking lol
  24. Tried at another site and worked fine . Problem with Mine was The actual Shutdownatron didnt inherit all the permissions from the Share . It only had system and administrator , which i would assume would work.. But didnt. Thank for the help
  25. Take a empty toilot roll ... Cut it smaller so it can get into the hole .. and then unlock do a youtube search on ' Breaking kensington locks ' good luck
×
×
  • Create New...