Jump to content

zorg2000k

Member
  • Posts

    33
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by zorg2000k

  1. Does this work on NT as this looks like it is for Winsows 2000 (advance client not legacy clients NT4 ??)
  2. Hi, Looking for help in changing the polling time for Group Policy from 7hrs on NT client to 2 hrs, Can this be done ? is it a reg hack ? Thanks in advance Stuart
  3. Hi, Looking to find out if I am able to obtain a list of permission assigned to a network folder other than browsing through to specific folder and right clicking to find out group properties. Is there a vb script that I can enter the path that would return a txt file with the details ??? Thanks in advance Stuart
  4. Hi This is exactly what I was looking for. Many thanks Stuart
  5. Hi, Just wondering if anyone has a complete list of hotfixes and patches for a machine that has WIN XP with no service pack. What I want to do is have a cd / dvd with SP2 and all hotfixes to run from this disc as I have about 300 laptop work machine's coming in for a hardware update and would like to patch all machine's at the same time. Any help would be great Cheers Stuart
  6. @ECHO OFF REM Example, how to look for CDROM-drive. Must have WPI.ico at the root of the CD. for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\wpi.ico set CDROM=%%i: echo Found CD-Rom as drive %CDROM% REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%. set wpipath=%cdrom% REM Hide this command window. %wpipath%\Tools\cmdow.exe @ /hid REM Force resolution to needed size for wpi interface. --start %wpipath%\Tools\VideoChanger.exe 1280x1024x32@85 -q REM Font installation - the smooth and customizable way. --start /wait %wpipath%\Tools\fonts\fontinstaller.exe REM Special registry tweak needed. regedit /s "%wpipath%\common\wpi.reg REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Start WPI and wait for its end start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta" REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk" REM Rebooting the sytem to finalize the installation process. --shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..." exit :end Could it be this line --start %wpipath%\Tools\VideoChanger.exe 1280x1024x32@85 -q Zorg
  7. Hi, Got my XP Unattened disc working by itself and my WPI working on a seperate disc fine. Issue getting both working though. Windows XP intalls (SP2 included) then I get two dos windows. Seems to hang with the WPI.hta being the active dos window. Any help would be great. TIA Zorg
  8. Hi, Have been trying to silent install Oracle 9 from DVD using an MSI and MST package. The package fails when running from DVD but if I copy all files to a temp dir and run MSI from there everything installs fine. Any help in getting it to run from DVD would be great Cheers Zorg Script used at present : @echo off MKDIR C:\temp MKDIR C:\temp\oracle xcopy %cdrom%\Apps\Oracle9i C:\temp\oracle START /WAIT msiexec /i C:\temp\oracle\Oracle-Oracle9i_Client-v9.2-0001.msi transforms=C:\temp\oracle\Oracle-Oracle9i_Client-9.2-v001-Global-NA-NA.mst START /WAIT regedit /s %cdrom%\Apps\TuuelReg\Tuuel.reg START /WAIT regedit /s %cdrom%\Apps\TuuelReg\tuuel1.reg
×
×
  • Create New...