Gary, I can’t send you the zip file as the security settings block it. So I will tell you how to create the file yourself.
From the Microsoft website, we downloaded the instructions to create a script file. You can copy this script to a file using Notepad and save it under the filename: ChangeVLKey.vbs
'
' WMI Script - ChangeVLKey.vbs
'
' This script changes the product key on the computer
'
'***************************************************************************
ON ERROR RESUME NEXT
if Wscript.arguments.count<1 then
Wscript.echo "Script can't run without VolumeProductKey argument"
Wscript.echo "Correct usage: Cscript ChangeVLKey.vbs ABCDE-FGHIJ-KLMNO-PRSTU-WYQZX"
Wscript.quit
end if
Dim VOL_PROD_KEY
VOL_PROD_KEY = Wscript.arguments.Item(0)
VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if any
for each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")
result = Obj.SetProductKey (VOL_PROD_KEY)
if err <> 0 then
WScript.Echo Err.Description, "0x" & Hex(Err.Number)
Err.Clear
end if
Next
Create a text file using Notepad and list the command:
a:\ChangeVLKey.vbs kqpvj-xj9pj-7rg8j-dymg6-xpf7b.
This assumes that you are using a floppy drive. All MARS are using the same Windows Product Key Code so this should work fine for MAR licensees. Open the text file and copy the command so that when you remove the Windows activation for the computer you go to Start – Run – and paste the command rather than typing it in. Run the command – nothing will be apparent until you reboot and are asked to activate Windows.
This is a very handy tool. Please don’t hesitate to ask for additional information.
Pat Furr
But you are cloning that same Ghost image to multiple drives... Aren't you?
Sean Dion
TKO Electronics, inc.
PH 818 879 2233
FX 818 879 2299
(From my Blackberry)
--
You received this message because you are subscribed to the Google Groups "refurbishers" group.
To post to this group, send email to refurb...@googlegroups.com.
To unsubscribe from this group, send email to refurbishers...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/refurbishers?hl=.
Sent via BlackBerry by AT&T
Read the licensing.
Each drive you clone using Ghost has a little Ghost remnant on it. That is your one copy.
I know someone who had to buy 5000 licenses. I think they were about $7ea if memory serves.
Sean Dion
TKO Electronics, Inc.
31113 Via Colinas
Westlake Village, CA 91362
PH: 818-879-2233 FX: 818-879-2299
sd...@tkoelectronics.com
AIM: TKOSeanD
We use nLite to create installation boot CD with patches and drivers. CDs are the cost of a postage stamp. Let each PC build its own operating system concurrently and do network install of applications to get a good production rate comparable to Ghost without the cost or dissimilar hardware headache.
Regards,
Jim Ray, President
Neuse River Networks tel: 919-838-1672 x111 cell: 919-606-1772
Web: http://www.neuserivernetworks.com Blog: http://www.internetcongregation.org Linkedin: http://www.linkedin.com/in/neuse Facebook: http://www.facebook.com/neuseriver Twitter: http://twitter.com/neuse Hellotxt: http://hellotxt.com/user/neuse Plaxo: http://neuse.myplaxo.com Myspace: http://myspace.com/neuseriver
Customer Service/Support: Call hotline at 919-838-1672 x117, send email to sup...@neuserivernetworks.com or visit http://www.neuserivernetworks.com/support
Sent via BlackBerry by AT&T
Sounds like I am the only person that knows of the Ghost restriction/legality.
I will see if I can dig up the old notes, contact info, etc for those that want to start using it legally.
Subject: [Refurbishers List] Help, Need Ghost
I am being told that if we are only installing it on one drive we have to only pay for one liscense,
How about clonezilla? is that a better choice?
Anyone have any luck with that?