Hello friends, can someone help me in editing a windows 8 iso in poweriso and adding the saved permanent activation (i have done with ATM) so that whenever i install this iso again on my system i don't have to activate. i am also trying to use a script made by PAYMYRENT user here on this forum. please help me in editing the file setupcomplete.cmd can someone help me with the steps required. thanks in advance cheers!
i already have a win8wmc iso by murphy, i just want to add mine data.dat and tokens.dat and edit setupcomplete.cmd file accordingly, please help me with steps how can i do that. so that it will be an iso for particulartly mine PC.i understand that. thanks.
I can confirm that it did not work. it was very quick unattended installation but activation failed with folder $OEM$$$setupscripts ----- (AutoRestore-x64.exe config.ini data.data setupcomplete.cmd token.dat) and burnt as an iso
Update Also tried it on physical same PC and got the error that says that basicaly means once you try to activate windows with media centre it fails. solution? to re-install without media centre first activate and then use media centre afterwards. The trouble with this is that Ms would knock out all legi customers too who upgraded using the $15 because once they re-install and then try to use their purchased key($15 it would fail)
NEED: store folder FROM Windows 8 Pro THAT HAS BEEN Activated TakeOwnership Gimagex v2 1.Copy install.wim TO C:\ & MAKE A New Folder & RENAME IT mount 2.Run Gimagex v2 As (As Administrator) Change - WIM - Source - Browse TO C:\install.wim & Open Image - 1 - Select Note down the number for Windows 8 Pro (THIS IS FOR /index: Command Prompt) 3.Open Command Prompt (As Administrator) cd C:\Windows\System32 Dism /mount-wim /wimfile:C:\install.wim /index:1 /mountdir:C:\mount 4.Goto C:\mount\Windows\System32\spp\store & (Show hidden files, folder, and drives) Take Ownership of tokens.dat & data.dat & Delete Copy tokens.dat & data.dat FROM store folder FROM Windows 8 Pro THAT HAS BEEN Activated INTO C:\mount\Windows\System32\spp\store Copy cache.dat FROM store\cache folder FROM Windows 8 Pro THAT HAS BEEN Activated INTO C:\mount\Windows\System32\spp\store\cache 5.Open Command Prompt (As Administrator) Dism /unmount-wim /mountdir:C:\mount /commit 6.PID.txt Copy & Paste [PID] Value=PUT YOUR Windows 8 Pro SERIAL HERE INTO New Text Document & Save As PID.txt 7.EI.CFG Copy & Paste [Channel] _Default INTO New Text Document & Save As EI.CFG 8.Copy & Paste install.wim (FROM C:\) & PID.txt & EI.CFG to sources folder of usb stick & Install All Done.
Auto Activation When Installing Windows 8 Pro Using KMS: FOR Volume (gvlk) SERIAL (WORKING) 1.PID.txt Copy & Paste [PID] Value=PUT YOUR Windows 8 Pro SERIAL HERE INTO New Text Document & Save As PID.txt COPY PID.txt TO sources FOLDER OF INSTALL MEDIA (e.g USB STICK / ISO) 2.setupcomplete.cmd Copy & Paste @echo off pushd "%~dp0" cscript %windir%\system32\slmgr.vbs /ipk PUT YOUR Windows 8 Pro SERIAL HERE cscript %windir%\system32\slmgr.vbs /skms win8kms4.mooo.com cscript %windir%\system32\slmgr.vbs /ato cscript %windir%\system32\slmgr.vbs /ckms popd INTO New Text Document & Save As setupcomplete.cmd COPY setupcomplete.cmd TO sources\$OEM$\$$\SETUP\SCRIPTS OF INSTALL MEDIA (e.g USB STICK / ISO) FOR Retail SERIAL (NOT TESTED) 1.PID.txt Copy & Paste [PID] Value=PUT YOUR Windows 8 Pro SERIAL HERE INTO New Text Document & Save As PID.txt COPY PID.txt TO sources FOLDER OF INSTALL MEDIA (e.g USB STICK / ISO) 2.setupcomplete.cmd Copy & Paste @echo off pushd "%~dp0" cscript %windir%\system32\slmgr.vbs /ipk PUT YOUR Windows 8 Pro SERIAL HERE cscript %windir%\system32\slmgr.vbs /ato popd INTO New Text Document & Save As setupcomplete.cmd COPY setupcomplete.cmd TO sources\$OEM$\$$\SETUP\SCRIPTS OF INSTALL MEDIA (e.g USB STICK / ISO) All Done.