> Dear all,
>
> saya mo nanya ma temen2 smua, OS XP saya yang sekarang ta pakai kan tidak
> orig. (bajakan) nah sekarang saya sudah beli license XP. gmana caranya
> agar tidak perlu install ulang hanya ganti product keynya aj.
>
> Thank's B4
>
Mungkin ini cara kuno.. tapi patut di coba ...
buat vbscript seperti yang microsoft kasih tau .... seperti dibawah ini ..
' ---------------------------------------------------------------------
' 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
'---------------------------------------------------------------------
simpan dengan ekstensi *.vbs
Kemudian ,, di run ketik nama file script tersebut lengkap dengan ekstensi
nya di ikuti dengan serial number yang baru .....
contoh;
c:\gantikeysp1.vbs ab123-123ab-ab123-123ab-ab123
semoga membantu.
--
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia
Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED]
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
## Jaket ITCENTER tersedia di http://shop.itcenter.or.id
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ITCENTER/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ITCENTER/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/