Jump to content

flite

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About flite

flite's Achievements

0

Reputation

  1. nice, thanks. the flags was just something i was testing.
  2. I'm importing a .reg (see below) to set up the RunOnceEx registry keys, but unfortunately the status window doesnt come up and I'd like to be able to show that when the user/tech/whoever first logs on and for testing purposes. Can you guys spot anything wrong with this? Can I not do this with the .reg import? Thanks for your help. I really am starting to love this board. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx] "Title"="Installing Applications" "Flags"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\001] "Hard Drive Protection"="%systemdrive%\\HardDriveProtection\\T4x\\setup.exe -S" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\002] "Fingerprint Software"="%systemdrive%\\FingerPrintSoftware\\setup REBOOT=\"ReallySuppress\" /qb-" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\003] "Recnow"="%systemdrive%\\Recnow\\RecNow\\setup.exe /r:n /qn" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\004] "IBM Access"="%systemdrive%\\Access\\T43\\setup.exe /s /w /v\" /qb-\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\005] "Recnow update"="%systemdrive%\\Recnow\\Recnowupdate\\rn732\\setup.exe /qn" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\006] "Desktop Cleanup"="DEL \"c:\\documents and settings\\administrator\\Desktop\\t*_setup.bat.lnk\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\007] "NSC TPM Module 1.1"="c:\\i386\\devcon /r install c:\\windows\\options\\drivers\\TPM_T43\\NSCTPM.INF"
  3. have you tried running sysprep with the -pnp switch?
  4. The desktops were simple in the fact that they all used multiprocessor drivers. Thanks for the heads up on devcon. I was able to get the T43 to switch via the cmd line. I really appreciate that.
  5. I cant say for certain, but I think the oempnpdrivers line isnt correct. i believe it needs a \ at the beginning of each line. although since i found this little handy utility (http://www.vernalex.com/tools/spdrvscn/index.shtml). i havent had to know.
  6. Hey guys. I'm new here but I've been trolling for a bit looking up image problems etc. I'm hoping I can get some help with a problem I have ran into. So here's the thing. I have 4 laptops I need to distribute an image to. All of them are T-series thinkpads (30, 41, 42, 43). I created the image on the T30 which uses the "Advanced Configuration and Power Interface (ACPI) PC" driver. The T43 needs to use the "ACPI Uniprocessor PC" driver in order to install the TPM driver without hanging the system. I use Sysprep and then ghost the image, so I tried using the UpdateUPHAL = "ACPIAPIC_UP,%SystemDrive%\Sysprep\Hal\Hal.inf" parameter in the sysprep.ini file. Unfortunately, it keeps the original driver and does not update it to the "ACPI Uniprocessor PC" driver. I also tried making the image from the T43 and then going backwards to the T30. Again, the sysprep parameter UpdateUPHAL doesnt do anything and keeps the Uniprocessor driver, which the T30 cant even boot on. Any thoughts or help is greatly appreciated. I've been running through this problem for almost a week now. Thanks. [edit] if anyone knows how to change the acpi driver from vanilla to uniprocessor by some automatable way (cmd line, script, etc), that would solve this. dont even know if that is possible though.. [/edit]
×
×
  • Create New...