Content Type
Profiles
Forums
Events
Posts posted by Gremo
-
-
Ok, now i have my sticker product key and cert.xrm-ms file (extracted from original recovery media). I've copied cert.xrm-ms into C:\Windows\System32\OEM and 'ive run:
slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
On reboot windows says it's activated. That's good. However with SLIC_ToolKit_V3.2 i still get No OEM Certificate found !(Run as Adminstrator).
There is something else i have to do?
Edit: i copied the file also in C:\Windows\SysWOW64\OEM and now SLIC_ToolKit_V3.2 says it's ok. Thank you!!!
To finalize my install.wim do you think this is the correct way to save the activation status (without using setupcomplete.cmd to run slmgr.vbs):
dims /Imagex:C:\offline /Set-Productkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
mkdir C:\offline\Windows\System32\OEM
xcopy C:\Windows\System32\OEM\cert.xrm-ms C:\offline\Windows\System32\OEM\cert.xrm-ms
mkdir C:\offline\Windows\SysWOW64\OEM
xcopy C:\Windows\System32\OEM\cert.xrm-ms C:\offline\Windows\SysWOW64\OEM\cert.xrm-ms0 -
Still i can't understand. With OEM:COA + Slic 2.1 should i restore the original OEM.xrm-ms (i will take it from original restore DVD) or backup using Token Restore? I will put the relevant files directly into my custom install.wim file...
http://www.mydigital...e-product-keys/ explains better than me
Yes takeownership and replace.
Might check if your bios is 2.1 then you need the OEM\OEM.xrm-ms copied from original dvd
You have to call and activate because yours is an OEM:COA. then you can backup with a smalll program Token Restore from here http://forums.mydigi...keys-and-retail
all it does is save 2 files from an activated PC and your install key
You could have saved the OEM certificate from an original computer but not now
0 -
http://www.bios.net....oolKit_V3.2.rar small utility
extract and run the exe. look lower left. should have 2.1 like mine
Up! Come again into this problem. My bions is 2.1 but shows an error: "NO OEM certificate found!". So how should i backup the license?
0 -
You should edit offline NTUSER.DAT, using regedt32 for example...
0 -
I think the msp is only accessed if you remove the Sp1. Updates have their own msp file. Try it out in a VM and let me know the result. I haven't tried it.
Problem here, SP1 is not listed under HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall. I think because it's listed under "Updates" in control panel... but i can't find the reg key. Do you know where is it?
0 -
delete the uninstall entry from HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall and delete the corresponding MSI/MSP from the folder C:\Windows\Installer
Thanks, i'm going to try this in a virtual machine. It's a "safe" method? I mean if it's possible to apply future updates even if C:\Windows\Installer items are missing.
0 -
I need to remove the ability to uninstall Office 2010 SP1. Is there anyway to install officesuite2010sp1-kb2460049-x86-fullfile-en-us.exe using a switch like "nobackup" , "nouninstall" or something like this? Thanks...
0 -
no, this is not possible. You can run the Sp1 installer silently after installing Office 2010.
Ok, thanks. Do you know if Microsoft will release an sp1 version with size <= 700Mb?
0 -
Is this possible? Because using updates folder the iso file will grow and won't fit a standard CD. Thanks
0 -
As title i'd like to disable all the jumplist items and leave just "close program" one. Is this possible, maybe reshacking some files?
0 -
As title, where i can find the default config.ini used for capturing images? I'd like to add my custom exclusions.... thanks!
0 -
http://www.mydigital...e-product-keys/ explains better than me
Yes takeownership and replace.
Might check if your bios is 2.1 then you need the OEM\OEM.xrm-ms copied from original dvd
Sorry i don't know what slic is, i've checked with a small program and it says that my key is OEM:COA. Waiting for a solution?
0 -
The OEM\OEM.xrm-ms is different compared to other 2 files but before I got new PC with slic 2.1 I was using that method updating my oem disk with updates
Setupcomplete runs before GUI so that should work. Trouble is all I see is flashes on the screen running cmd files so you don't know if anything goes wrong unless you pause them and look after desk loads
Ok forget the setupcomplete.cmd method, how do i inject those 3 files in my wim? Simply copy over existing files?
0 -
Since you are OEM with valid OEM key you can do that
Not sure they will work SetupComplete.cmd I inject those into my .wim. Also by using $OEM$ this is also in place C:\Windows\System32\OEM\OEM.xrm-ms
I prefer the solution of injectpkeyconfig.xrm-ms and tokens.dat in the wim. However pkeyconfig.xrm-ms in my activated installation is the same (i've checked md5) on that in the wim file. Also both pkeyconfig.xrm-ms are hard links...
0 -
I have used dism.exe to set the product key of my custom install.wim. La PC is a laptop so (OEM) i have to activate using phone, a long and boring call. Any chance to save activation status? I have read that i should backup these 3 files:
%SystemDrive%\Windows\ServiceProfiles\NetWorkService\AppData\Roaming\Microsoft\SoftwarePlatform\Tokens.dat
%SystemDrive%\Windows\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms
%SystemDrive%\Windows\SysWOW64\spp\tokens\pkeyconfig\pkeyconfig.xrm-msand then:
net stop sppsvc
(copy that 3 files)
slmgr.vbs -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
net start sppsvcMy question is, will it work in SetupComplete.cmd?Anyone has tried this already? Thanks
0 -
Imagine having two media and you need to put install.wim that is 9000Mb in size:
- Media 1: free 4000Mb
- Media 2: free 5000Mb
If you run:
imagex /split install.wim install.swm 4000
then you get 3 fragments install.swm (4000Mb), install2.swm (4000Mb) and install3.swm (1000Mb). But of course you only need 2 fragments. How can i merge, append install2.swm and install3.swm in order to get a fragment of 5000Mb? Thanks for helping
0 -
Yes, you can also put it in "Windows\Setup\Scripts" of Install wim as well.
Thanks for helping. Do you think i can use the variable %~dp0 for referring to C:\ Windows\Setup\Scripts? And, will this work (removing the entire directory after completion)?
@ECHO OFF
regedit /s %~dp0Tweaks.reg
%~dp0Runthis.exe
cd %~dp0
attrib -R -A -S -H *.*
RMDIR /S /Q "%WINDIR%\Setup\Scripts"0 -
I usually restore my Windows 7 usign an hidden system partition, and the applying the image using ImageX. I kown that SetupComplete.cmd works when you put it in DVD\Sources\$OEM$\$\Setup\Scripts; is there a way to run it with /apply switch? I mean putting it in the .wim file?
Thanks
0 -
Ok this is working very well. What if I add another image to the existing .wim file? Can I add more metadata in Autoattend.xml and more default keys, letting people choose a certain version?
After many tests, I see this is possible to use an Autounattend.xml file without enter keys, but some dialog boxes will be displayed:
http://www.msfn.org/..._20#entry964713
Maybe that can help you!
Wll I endend up setting default product keys and without using autounattend.xml. I still have to accept eula (right after the partition selection) and to specify languages and international settings at OOBE. Not a big problem, but i thank you for the product key tip (i dind't know it)
0 -
You can find help here about your question, I think. Read my post #28
All availables images are inside install.wim file!
You can use: imagex /info C:\%DVD_Folder%\sources\install.wim
I followed your post, now each edition has its key. Using the autounattend.xml in attachment all works quite fine. The only difference is, without the key in the xml, setup still ask for license agreement (just after disk partitioning).
0 -
...
Ok this is working very well. What if I add another image to the existing .wim file? Can I add more metadata in Autoattend.xml and more default keys, letting people choose a certain version?
0 -
Here is the xml answer file. File install.wim in sources has just 1 image in it (Home Premium x64).
0 -
You can use the default product key for silent installation. There are located inside the product.ini file for each Windows version.
Choose the one you need!
Look: %DVD%\sources\product.ini
Really really thank you!
Just a little problem: when Autounattend.xml is placed on the root of the dvd, setup stop at choose version (even if there is a ei.cfg) showing a blank line...
0 -
Add defualt productkey for that version in your autounattend will work..
Check the XML repository, a stickied thread here:)
Well thanks. But what is a "default product key"? I have to use it on many machines, each with its own product key...
0
Windows 7 activation saving and restoring using dism
in Unattended Windows 7/Server 2008R2
Posted · Edited by Gremo
Thank you, that should work. However i would prefer a "dism approach" as i can append my custom and activated wim to an AIO with other editions that don't need to be activated that way.
Anyone else have tried my approach? How can i test it without formatting my actual notebook? I think virtual machine wouldn't work because the lack of slic...