Jump to content

fil_b

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by fil_b

  1. Created a new region on the layout then chose embed and copied and pasted the code from page 1. Check your default browser has all of the right proxy settings and that the iPlayer news 24 feed works in a browser on that computer normally.
  2. http://i48.tinypic.com/dh7sdw.jpg got the BBC link working with our ticket list
  3. cheers both Can close my call now Link2ICT tar Phil
  4. when i hide the results will i need to restart the services then??
  5. Hi leo Will this hide the results i download on wednesday?? also when i need to put the back (on thursday) how would i do that?? tar Phil
  6. Hi All I need help with eportal and turning off the exam results info when its added into eportal but i need to keep eportal live for registration. Is it possible?? tar Feebs
  7. fil_b

    Macs drive mapping

    Yes permissions remained the same, as long as users have read (this folder only) Which folder, the users home folder? or something else? on the (new year specific) share root to traverse to their folder it should work. is this where the share for the students year is?? ie \year9\ we just want to clear up what this means thanks
  8. fil_b

    Macs drive mapping

    so for example \\server\share\folder works would this be \\server\share\%username% \\server\share\sub\folder does not. is \\server\students\year2009\%username% are all the students home directories in the one folder?? how much pain was it moving all these?? and did you modify any permissions when you did move them?? thanks Feebs
  9. fil_b

    Wii VGA Connector

    any one know where i can get the vga connector make it so easy for setting up in school on the projector tar feebs
  10. how have you got it working on 10.5? do you use an x serve? tar phil
  11. fil_b

    Macs drive mapping

    We are changing how the macs are binding to the windows system. we are using the built in apple features can we map windows drives (home directories) and/or shared drives for a user when they log in we are having issue with the mapping atm but the logging in is working. tar feebs
  12. hi all when binding to a windows network, are you mapping home/shared drives from a san if so how are you doing this?? thanks phil
  13. I am trying to send a file to a TC but its auto logs in as user can i run a script to do a logoff while holding shift?? thanks feebs
  14. how do you set this script up?? i know where to put script but dont know how to make that code a script tar feebs
  15. i see cheers dude will go try that and see how it goes on Thanks Feebs
  16. i have found the redeploy but i can find anything that says uninstall where or what bit do i right click on to show the uninstall option i thought i need to run the gpo again but with a script to uninstall tar Feebs
  17. We have installed Flash Player via GPO I want to do an uninstall and re-install the msi but not want to visit each machine http://i7.photobucket.com/albums/y277/fil_b/Flashinstall.jpg how do i modify this so i can uninstall the msi i have seen some code in other thread but i dont know if that would be any good for this msi?? thanks Feebs
  18. Hi All I am looking at getting this i seen couple posts where people have had issues downloading the software If i use a copy of windows 7 i got and just get the code from the deal will that work?? tar Feebs
  19. we have just used the standard graphics card in the pc This is the ultra slip dc7800 the ict course has called for the staff to use alot of free ware apps one that comes to mine is game maker 7 - need directx enable but cause the graphics does not support it wandered what others have done will get print screen tomorrow tar feebs
  20. We have 128 of these machines and we have been trying to use some open source software on them but have hit a wall. The machines need 3D to work and the onboard graphics does not support 3d any 1 help or give me ideas please it has the intel q35 graphics chip and we have put the latest drivers on also tar feebs
  21. if we had 20 or more tho it would break it up numbers for the files is good but how do i do the random select a file for the code??
  22. we were going to do a schedule to run nightly so every day is different.
  23. hi there we are playing with batch file where we copy a file to a location and then rename it @echo off rem to remove screen output updates ... less clutter if exist "Z:\Profiles\Teaching\desktop.jpg" del "Z:\Profiles\Teaching\desktop.jpg" /S/Q xcopy "Z:\Profiles\Backgrounds\SELECT - RANDOM.jpg" "Z:\Profiles\Teaching\" /E/I REN Z:\Profiles\Teaching\*.jpg desktop.jpg we can set a file manually, is it possible to make it a random selection for the JPG plz Tar feebs
  24. found this on another site Here is a simple VBScript to set the image (and a thing to remember, the majority of configuration settings occur in the Windows Registry, but don't randomly start fiddling with it, otherwise you could damage it). CODE Dim shell : Set shell = CreateObject("WScript.Shell") Dim wallpaper : wallpaper = "\\Network\Path\To\Image" shell.RegWrite "HKCU\Control Panel\Desktop\Wallpaper", wallpaper shell.Run "%SYSTEMROOT%\System32\rundll32.exe user32.dll,UpdatePerUserSystemParameters", 1, True The last line is important, because it causes the system to update user parameters, things like the desktop background. You should be able to run that at startup. ALSO got this dim wshShell dim sUserName Set wshShell = WScript.CreateObject("WScript.Shell") sUserName = wshShell.ExpandEnvironmentStrings("%USERNAME%") Set oShell = CreateObject("WScript.Shell") Set oFSO = CreateObject("Scripting.FileSystemObject") sWinDir = oFSO.GetSpecialFolder(0) 'sWallPaper = "D:\My Documents\DownLoad\" & sUserName & " - bkg.jpg" sWallPaper = "C:\WINNT\Sample.bmp" ' update in registry oShell.RegWrite "HKCU\Control Panel\Desktop\Wallpaper", sWallPaper ' let the system know about the change oShell.Run "%windir%\System32\RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters", 1, True
  25. Been searching setting the background via kickstart.kix script WRITEVALUE("HKEY_CURRENT_USER\Control Panel\Desktop", "Wallpaper","somepicture.bmp","REG_SZ") how would i get it to look into a folder to select a random picture out of it??? tar
×
×
  • Create New...