Topic: invalid key name and question about sata injection
I am a computer technician and working in a computer repair store.
I am making sysyrep and ghost the image for customer's computer. Definitely, it needs universal image.
I make my image using dell inspiron b120, intel single core. i didn't install any driver in the reference computer.
I followed the instruction in the website http://www.vernalex.com/guides/sysprep/index.shtml
i love this site. If the owner rewrite the instruction with mysysprep and offlinesysprep, it would be great.
Unfortunately, i can't find any instruction about offlinesysprep. All they talk in that website is the release, some error, and etc.
Lastly, i ran this script and i got from QuadDamage's website.
@echo off
cd C:\SYSPREP
echo Enabling image for AMD and Intel processors
reg add "HKLM\SYSTEM\ControlSet001\Services\intelppm" /v Start /t REG_DWORD /d 4 /f
echo Running sysprep and shutting down.
sysprep.exe -forceshutdown -mini -reseal -quiet -activated
Question #1. Then a error message said "invalid key name"
why is that? anyone know??? it seems that the registry isn't exist.
But the re-seal is successful. i need to fix intelppm problem when i ghost to AMD computer
Question #2. I made sysprep with the vernalex instruction a year ago. when i capture the image, i use "partition to image". THERE'S A PROBLEM WITH THIS. The ghost image works fine, but it doesn't work with brand new IDE hard drive. It only worked on used hard drive with existing OS. I believe "partition to image" didn't capture the MBR. Please correct me if i am wrong. How do you guys capture it with ghost? do you guys use "disk to image"???
Question #3. I used a script and got it from this website. It's HWIDS.cmd. it's nice script.
i use "DP_MassStorage_wnt5_x86-32_1011" with this script.
it populates few thousand of entries. Is it way too many entries? does it affect the computer slow in mini-setup? will it work if i use so many entries? does it generate error? anyone tested it so far? haha. i am sorry. i got too many question.
Most customer's computer are DELL, HP, ACER, ASUS, LENOVO, COMPAQ, TOSHIBA, like these big brand.
So, i only needs the sata control for these computer included laptop and desktop.
In a year ago, i used some trick that solve sata controller problem. I change the sata mode to ide mode and the image works. I would like to add sata controller to the newly made image and make it better.
Question #4: how to always reset the activation with 30 days after deploy the image? I made the image a year ago, and the windows xp said trial expires and requires to activate before you can login. I would like the xp gives 30 days or 3 days no matter how old the image is.
Last edited by roadorange (2010-12-20 05:48:01)