Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. After new tests, I see that the workaround with WPI to import reg files 32-bit, for Windows 7 64-bit is using: REGEDIT /S Works fine using regedit 32-bit to your needs! cmds[pn]=['{x86} REGEDIT /S "%wpipath%\\Install\\Tweaks\\PowerMenu_x86.reg"','{x64} REGEDIT /S "%wpipath%\\Install\\Tweaks\\PowerMenu_x64.reg"']; or: cmds[pn]=['{x86} {REGEDIT} "%wpipath%\\Install\\Tweaks\\PowerMenu_x86.reg"','{x64} REGEDIT /S "%wpipath%\\Install\\Tweaks\\PowerMenu_x64.reg"']; Why? Because using regedit.exe inside: "%Windir%\SysWOW64\regedit.exe" the keys HKLM for 32-bit are automatically and only writed inside: HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\explorer\CommandStore\shell\ You can check inside the registry on VM that all your HKLM keys are writed only inside the registry key writed above! And, of course, some registry keys doesn't work properly! More help about this problem: http://support.microsoft.com/kb/305097 http://csi-windows.c...-64-bit-windows Works fine for me using WPI installing Windows 7 x86 or Windows 7 x64 using the command above! HTH
  2. Try to use - like I said - two batch files to launch the same WPI.exe, because you have an Windows 7 AIO (x86/x64). Try my Autounattend.xml example given...And let us know, please! WPI works perfect for me! I think errors occurs, if you use WPI executed with x86 pass inside your Autounattend.xml for Windows 7 x64! To avoid errors, I used Autounattend.xml AIO using WPI.exe inside x86 pass for Windows 7 x86; and using the same WPI.exe inside amd64 pass for Windows 7 x64! Just write this reg file using correct quotes: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{031E4825-7B94-4dc3-B131-E946B44C8DD5}"=- HTH
  3. Maybe that can help you: How to correct "disable Autorun registry key" enforcement in Windows http://antivirus.about.com/od/securitytips/ht/vista_autorun.htm Regards
  4. Yes Kels we can use : (example for Windows 7 AIO x86/x64) config.js prog[pn]=['Tweaks']; uid[pn]=['TWEAKS']; ordr[pn]=[23]; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Applications']; pfro[pn]=['no']; cmds[pn]=['{x86} {REGEDIT} "%wpipath%\\Install\\Tweaks\\PowerMenu_x86.reg"','{x64} {REGEDIT} "%wpipath%\\Install\\Tweaks\\PowerMenu_x64.reg"']; desc[pn]=['Tweaks']; pn++; Tested successfully WPI using {REGEDIT} on Windows 7 AIO with Autounattend.xml file (AIO) and all reg files imported! I improved and updated the last Tweaks.reg. Regards *Edit: However doesn't work for Windows 7 x64!
  5. If I well understand you would try to disable Autorun? Using this reg file do the job: Disable Autorun Windows Registry Editor Version 5.00 ; NoCDBurning ; ClearRecentDocsOnExit ; Keep NTFS permissions when copying (ForceCopyAclwithFile) ; Disable Autorun (NoDriveTypeAutoRun): ; => value:dword:000000b5 => for CD-Rom ; => value:dword:000000ff(255) => for all drives [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer] ;"NoCDBurning"=dword:00000000 ;"ClearRecentDocsOnExit"=dword:00000001 ;"ForceCopyAclwithFile"=dword:00000001 "NoDriveTypeAutoRun"=dword:000000b5 ;"NoDriveTypeAutoRun"=dword:000000ff(255) Remove the valeur to activate Autorun ! http://en.wikipedia.org/wiki/AutoRun HTH *Edit: It seems it is added with Windows 8: http://msdn.microsof...7(v=vs.85).aspx http://techdows.com/2011/09/windows-8-turns-off-power-to-optical-drive-when-there-is-no-media.html
  6. Download link for language packs updated: http://www.microsoft.com/en-us/download/details.aspx?id=1944 Regards
  7. Many thanks maxXPsoft. I can download the new file on: http://www.msfn.org/board/topic/138899-se7en-ua-with-sp1-inject-or-get-full-sp1-iso/ Could you update the link inside this thread! Thanks in advance. Regards
  8. Because, it seems on Windows XP a subfolder is created inside %temp% and the installation fails. And why did you decide to set "MySetup.msi" inside a folder first? Like I suggested inside my last post your "MySetup.msi" is present also but inside the same archive 7z ! Have you tried what submix8c asked (DO NOT CLOSE THE message window!): Thanks to let us know!
  9. Many thanks! Maybe it's possible to use two Autounattend.xml files if you have boot.wim 32-bit and boot.wim 64-bit inside your Windows 7 AIO ? Autounattend.xml (x86) inside boot.wim 2 for x86. And Autounattend.xml (amd64) inside boot.wim 2 for 64-bit! It's just an idea and maybe that work! I don't know if it's already discussed but it would be interesting to try and ask inside this topic: http://www.msfn.org/board/forum/157-install-windows-from-usb/ Regards
  10. Yes, just adding the key without value, works fine and TuneUp Utilities doesn't remove the previous key: [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim] *Edit: I mean like this Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim] "MUIVerb"="Windows Imaging Format (WIM)" "SubCommands"="[ Mkdir zMountdir ];[ Mkdir zPackage ];.Wim Info;DISM log file;Mount # 1 R/W | if boot.wim is PE;Mount # 2 R/W | if boot.wim is Default;Mount # 3 R/W;Mount # 4 R/W;Mount # 5 R/W;Get-Drivers To Desktop;Get-Packages To Desktop;Get-Features To Desktop;Add-Driver's;Add-Package *.cab *.msu;Unmount + Save zMountDir;Unmount NO SAVE zMountDir;Cleanup + Delete zMountDir;IMAGEX .Wim Info;IMAGEX compress export" "icon"="isoburn.exe" [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim\command] Regards
  11. Many thanks for this nice registry settings! However, when I use TuneUp Utilities 2012, this key is removed: [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim] And I can't no more use .wimrightclick. I think it's because there is some Subcommands. Weird! But if I add this key: [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim\command] All works fine and TuneUp Utilities doesn't remove previous key! Same trouble explained and solved here using TuneUp Utilities to clean the registry: http://www.msfn.org/...ost__p__1002319 Regards
  12. I see after many tests that the reg files were always removed using TuneUp Utilities 2012 ! All is fine NOW adding inside the reg files for "PowerMenu.reg" or for "My Computer": [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Power\command] [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage\command] @=- Here is now the final reg file working fine and not removed by TuneUp Utilities (Adapt to your language!): Tweaks.reg Windows Registry Editor Version 5.00 ;----------------------------------------------------------------------- ; - Désactiver le contrôle des comptes UAC pour versions 32 et 64 bits ; Remove semicolons for reg file 64-bit ;----------------------------------------------------------------------- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "ConsentPromptBehaviorAdmin"=dword:00000005 "EnableLUA"=dword:00000000 "PromptOnSecureDesktop"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "UacDisableNotify"=dword:00000001 ;[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\System] ;"ConsentPromptBehaviorAdmin"=dword:00000005 ;"EnableLUA"=dword:00000000 ;"PromptOnSecureDesktop"=dword:00000001 ;------------------------------------------------------------------------------------------------- ; Ajouter un menu contextuel avec le bouton droit sur Ordinateur et sur le Bureau : Alimentation ; Menu en cascade (rightclik cascading menu) ;------------------------------------------------------------------------------------------------- [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Power] "MUIVerb"="Alimentation" "Icon"="shell32.dll,215" "Position"="Bottom" "SubCommands"="lock;logoff;switch;sleep;hibernate;restart;shutdown" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Power\command] [HKEY_CLASSES_ROOT\Directory\Background\shell\Power] "MUIVerb"="Alimentation" "Icon"="shell32.dll,215" "Position"="Bottom" "SuppressionPolicy"=dword:4000003c "SubCommands"="lock;logoff;switch;sleep;hibernate;restart;shutdown" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock] @="Verrouiller" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command] @="Rundll32 User32.dll,LockWorkStation" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff] @="Fermer la session" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff\command] @="Shutdown -l" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch] @="Changer d'utilisateur" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch\command] @="tsdiscon.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep] @="Mettre en veille" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep\command] @="rundll32.exe powrprof.dll,SetSuspendState Sleep" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate] @="Mise en veille prolongée" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate\command] @="Shutdown -h" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart] @="Redémarrer" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart\command] @="Shutdown -r -f -t 00" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown] @="Arrêter" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown\command] @="Shutdown -s -f -t 00" ;---------------------------------------------------------------------------------- ; Ajouter un menu contextuel avec le bouton droit sur Ordinateur et sur le Bureau ; Menu en cascade (rightclick cascading menu) ;---------------------------------------------------------------------------------- [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage] @=- "MUIVerb"=hex(2):40,00,25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,\ 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ 00,6d,00,79,00,63,00,6f,00,6d,00,70,00,75,00,74,00,2e,00,64,00,6c,00,6c,00,\ 2c,00,2d,00,34,00,30,00,30,00,00,00 "SuppressionPolicy"="" "HasLUAShield"="" "SubCommands"="msconfig;regedit;diskmgmt;devmgr;taskmgr;runas;programs;services;wu" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage\command] @=- [HKEY_CLASSES_ROOT\Directory\Background\shell\Manage] "MUIVerb"=hex(2):40,00,25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,\ 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ 00,6d,00,79,00,63,00,6f,00,6d,00,70,00,75,00,74,00,2e,00,64,00,6c,00,6c,00,\ 2c,00,2d,00,34,00,30,00,30,00,00,00 "HasLUAShield"="" "Position"="Top" "SuppressionPolicy"=dword:4000003c "SubCommands"="msconfig;regedit;diskmgmt;devmgr;taskmgr;runas;programs;services;wu" ; Gestionnaire de périphériques [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\devmgr] @="Gestionnaire de périphériques" "Icon"=hex(2):64,00,65,00,76,00,6d,00,67,00,72,00,2e,00,64,00,6c,00,6c,00,2c,\ 00,34,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\devmgr\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,\ 63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,73,00,20,00,44,00,65,00,76,00,4d,\ 00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,00,00,00 ; Gestion des disques [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\diskmgmt] @="Gestion des disques" "Icon"="dmdskres.dll" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\diskmgmt\command] @="mmc /s diskmgmt.msc" ; Services [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\services] @="Services" "HasLUAShield"="" "Icon"=hex(2):66,00,69,00,6c,00,65,00,6d,00,67,00,6d,00,74,00,2e,00,64,00,6c,\ 00,6c,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\services\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,\ 63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,73,00,20,00,73,00,65,00,72,00,76,\ 00,69,00,63,00,65,00,73,00,2e,00,6d,00,73,00,63,00,00,00 ; Gestionnaire des tâches [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\taskmgr] @="Gestionnaire des tâches" "Icon"=hex(2):74,00,61,00,73,00,6b,00,6d,00,67,00,72,00,2e,00,65,00,78,00,65,\ 00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\taskmgr\command] @="taskmgr.exe" ; Configuration du système [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\msconfig] @="Configuration du système" "Icon"="msconfig.exe,-0" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\msconfig\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,73,00,\ 63,00,6f,00,6e,00,66,00,69,00,67,00,2e,00,65,00,78,00,65,00,00,00 ; Editeur du registre [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\regedit] @="Editeur du registre" "Icon"="regedit.exe,-0" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\regedit\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,\ 00,00 ; Programmes et fonctionnalités [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\programs] @="Programmes et fonctionnalités" "Icon"=hex(2):77,00,65,00,78,00,74,00,72,00,61,00,63,00,74,00,2e,00,65,00,78,\ 00,65,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\programs\command] @="control appwiz.cpl" ; Invite de commande Administrateur [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\runas] @="Invite de commande" "Icon"="UserAccountControlSettings.exe,-0" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\runas\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00,6d,00,\ 64,00,2e,00,65,00,78,00,65,00,00,00 ; Windows Update [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\wu] @="Windows Update" "Icon"=hex(2):77,00,75,00,63,00,6c,00,74,00,75,00,78,00,2e,00,64,00,6c,00,6c,\ 00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\wu\command] @="wuapp.exe" Enjoy! *Edit: Tweaks.reg updated
  13. Cool, I now have a file called "pkeyconfig.xrm-ms" of some 800kb is it. Can you be so sure about this backup? I mean can I now download the Home Premium SP1 directly from MS site and install the OS then use that cmd to restore my activation without any problem? About LicRestore.cmd. I don't see that before...But the file inside: %windir%\SYSTEM32\OEM\*.*.XRM-MS isn't saved! You can read simple process here: http://www.msfn.org/...-an-oem-folder/ And you can use the "DigitalProductId.vbs" given by maxXPsoft to know the key you need! Regards
  14. You can use the same reg file for "PowerMenu_x86.reg" on Windows 7 64-bit. But to try resolving to import silently HKLM with the USB key with WPI just add at the top of the reg file "PowerMenu_x64.reg" the key I given above! Thanks to let us know! *Edit: And inside WPI (config.js file): cmds[pn]=['{x86} REGEDIT /S "%wpipath%\\Install\\Tweaks\\PowerMenu_x86.reg"','{x64} REGEDIT /S "%wpipath%\\Install\\Tweaks\\PowerMenu_x64.reg"'];
  15. The registry keys for Windows 7 x86 and x64 aren't the same. See your Notepad++ value: ; Notepad++ HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Notepad] "icon"="C:\\Program Files (x86)\\Notepad++\\notepad++.exe" Inside "PowerMenu_x64.reg", I added: Cheers
  16. You need to use two reg files: One for Windows 7 x86 and Second for Windows 7 x64 inside your Folder "Tweaks" using WPI. I used: config.js prog[pn]=['Tweaks']; uid[pn]=['TWEAKS']; ordr[pn]=[23]; dflt[pn]=['yes']; forc[pn]=['no']; bit64[pn]=['no']; cat[pn]=['Applications']; pfro[pn]=['no']; cmds[pn]=['{x86} REGEDIT /S "%wpipath%\\Install\\Tweaks\\PowerMenu_x86.reg"','{x64} REGEDIT /S "%wpipath%\\Install\\Tweaks\\PowerMenu_x64.reg"']; desc[pn]=['Tweaks']; pn++; WPI_Log.txt dimanche 24 juin 2012 16:30:35 Programme: Tweaks ID unique: TWEAKS Ordre: 000023 Catégorie: Applications dimanche 24 juin 2012 16:30:35 - cmd1 *** Skipped *** (Architecture incorrecte): {x86} REGEDIT /S "%wpipath%\Install\Tweaks\PowerMenu_x86.reg" dimanche 24 juin 2012 16:30:35 - cmd2 Succès (Code de retour 0): REGEDIT /S "D:\wpi\Install\Tweaks\PowerMenu_x64.reg" dimanche 24 juin 2012 16:30:35 - Installation terminée. Some help: http://www.msfn.org/board/topic/154211-help-regarding-x64-or-getosver/ HTH
  17. After many tests, I see that using inside: <settings pass="oobeSystem"> <FirstLogonCommands> for only x86 pass to use a batch file to launch WPI (example) on Windows 7 64-bit. This doesn't work! And I have a black screen after restart!
  18. Thanks for this tip! I think this AutoIt script works with all languages, isn't it? Regards *Edit: Tested and works fine also on Windows 7 French language. And the au3 file is removed at the end of its execution.
  19. Size does not depend on the tool. This is the original size for Windows 7 SP1!
  20. It's the same size for "pkeyconfig.xrm-ms" on my Windows 7 SP1 x86. Maybe the size is different depending on the Windows 7 edition! Regards
  21. More infos about activation files: http://www.msfn.org/board/topic/152813-how-to-create-an-oem-folder/ Regards
  22. My "pkeyconfig.xrm-ms" on Windows 7 Ultimate SP1 64-bit is 996Ko. The files Tokens.dat and pkeyconfig.xrm-ms for Windows 7 SP0 and SP1 arent' the same! Yes! You can use your saved files for Windows 7 Home Premium SP1, and install with MS Windows 7 Home Premium SP1! I do like this for my personal use with Windows 7 Ultimate x86 SP1, but with a batch file. Enjoy
  23. You can use LicRestore.cmd: http://www.msfn.org/board/topic/149691-script-used-for-win7r2office2010-activation-info-backuprestoration/ Cheers
  24. You can read an use my example here: http://www.msfn.org/board/topic/157072-help-importing-reg-file-please/page__view__findpost__p__1001615
  25. I well understand, but have you tried the description given above about "Firstlogoncommands" for x86 and amd64 passes? Yes, I tested all the reg files I given and works fine on Windows 7 64-bit with WPI. Tweaks.reg (French language) Regards
×
×
  • Create New...