Jump to content

jondercik

Member
  • Posts

    443
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jondercik

  1. Read this link: http://www.winguides.com/registry/display.php/780/
  2. The variable %username% is used and created by the system. You may want to change this variable to somethign else. To see all the variables your system has defined, from a cmd window type set|more.
  3. Use the cmdlines.txt file from an unattened installation, and for apps that have a registry key delete the value from the following key: HKLM\Software\Microsoft\Windows\CurrentVersion\Run
  4. Wasnt trying to make a big deal of it, just making sure I wasnt doing anything wrong.
  5. So because it is a volume license CD I cannot slipstream SP2?
  6. I have an Windows XP Pro unattended disc done, so I know how to slipstream SP1 into the disc. When I try to integrate SP2 RC1 with the /integrate switch it says not all necessary files are present to integrate. I am trying to slipstream from my original XP volume license CD.
  7. Ryan, It shouldnt take too long. I copy over 100MB of drivers for various machines and it only takes a couple minutes.
  8. There is an easier way to disable the keyboard and mouse. All you have to do is disable the kbdclass and mouclass services in the registry. Here is the code I use to do that REM Disable Keyboard and MouseSET SERVICES=HKLM\SYSTEM\CurrentControlSet\ServicesREG ADD %SERVICES%\kbdclass /v Start /t REG_DWORD /d 4 /fREG ADD %SERVICES%\mouclass /v Start /t REG_DWORD /d 4 /fand to reenable them SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExECHO Setup Registry Key to unlock mouse after installs are doneREG ADD %KEY%\996 /VE /D "Unlocking Mouse" /fREG ADD %KEY%\996 /V 1 /D "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\mouclass /v Start /t REG_DWORD /d 1 /f" /f ECHO Setup Registry Key to unlock keyboard after software installs are doneREG ADD %KEY%\997 /VE /D "Unlocking Keyboard" /fREG ADD %KEY%\997 /V 1 /D "REG ADD HKLM\SYSTEM\CurrentControlSet\Services\kbdclass /v Start /t REG_DWORD /d 1 /f" /f
  9. or you could just put in in your $OEM$\$1\install\winrar directory. It will automatically be copied over that way.
  10. Simple solution, drop ISA and get a Cisco PIX. Works much nicer and easier than ISA.
×
×
  • Create New...