Jump to content

maxXPsoft

Developer
  • Posts

    3,080
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by maxXPsoft

  1. yep during setupcomplete only thing I see is dxsetup come up ;41 Use Sharing Wizard - Disabled [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "SharingWizardOn"=dword:00000000 I apply in cleanup.cmd before reboot
  2. http://msdn.microsoft.com/en-us/netframework/cc378097 scroll down to NET Framework 3.5 Service Pack 1 (Full Package) that may or may not do it. 3.51 was integral part of 7
  3. Dual Boot Installation with Windows 7 and XP
  4. when you install win 7 normally it will pickup the xp and allow dual boot. remember that the boot part will be on the first drive like in your case xp so can't uninstall it later without problems. too much hassle so I went full 7. 7 has the Windows XP Mode with Virtual PC on Pro and above
  5. create an image of your with imaging program. Make sure you know how to use fully. Then go for it. Those things work so really don't see point of testing but I use VMware and there is a way for it to use slic.
  6. I run these during sources\$OEM$\$$\SETUP\Scripts\OOBE.CMD which run's automatic cscript %windir%\system32\slmgr.vbs -ilc %windir%\system32\oem\OEM.xrm-ms cscript %windir%\system32\slmgr.vbs -ipk xxxxx-xxxxx
  7. 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.mydigitallife.info/threads/11130-Paymyrent-Token-restore-for-mak-keys-and-retailall 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
  8. This what worked for me on the U3 usb drives. I can instantly open them after disabling. Power users will want to disable the Sharing Wizard. Same as Tools, Folder Options, View, uncheck Use Sharing Wizard. Might need reboot ;41 Use Sharing Wizard - Disabled [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "SharingWizardOn"=dword:00000000
  9. Not OT since I tweak with program also. Hard to tell my laptop run ok with my tweaking. there is a collection of tweaks on MDL here might try some of them a little at a time http://forums.mydigitallife.info/threads/23206-Big-Collection-Of-Windows-7-Reg-Tweaks or http://www.askvg.com/master-tutorial-to-make-your-windows-7-super-fast/ If you see which work I might can add Also do you load that Ati catalyst or control panel stuff? I use the one from Windows Update minus any extra stuff install and go here C:\Windows\System32\DriverStore\FileRepository\ I search using Agent ransack and find a file containing "ATI Technologies" found the c7112964.inf.xxxx folder, and copied it for use. I'm looking for that tweak speed up Windows Explorer, had it applied and all was fine but reinstalled and it slow again. Forgot what I had done cause I was testing it. I'm talking about if I plug a U3 type usb drive in and go to explorer it takes awhile to load the drive
  10. myselfidem has the example here. you combine everything not have 2 diff settings pass on each
  11. 'Se7en_UA.exe 6.5.9: October 30, 2011, 12:11:44 PM ' Added winsat prepop to Addons - If a system has been prepopulated (using files generated by the "winsat prepop" option), ' it is not necessary to run formal assessments for the 'Windows Experience Index' ' Added Windows6.1-KB2603229-x64 for 64 bits ' You must run this update only after the operating system is installed ' Place with other Windows updates and it will auto add to cleanup I have been experimenting with this and using it myself last couple times. The WEI score will be pre-populated. Must run on same machine it is intended for.
  12. why the reverse integration? SP1 is fully available Read from here: Go get the Windows 7 SP1 original iso here. straight from MS
  13. I'd say read unattend.chm - How Configuration Passes Work If you don't already have the .chm then http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=2458#QuickInfoContainer you can log on at different phases and apply things so having a setting at 2 different places
  14. I use <InputLocale>0409:00000409</InputLocale> in "windowsPE" only but my image is english only I knew myselfdiem had covered that but had to find myself. I've kinda become dormant waiting on Win 8. Looks to be about the same thank goodness. Switch from XP unattend was a big one.
  15. look at myselfdiem post here and follow his link also here
  16. simurqq I agree with circuitraver74, those package removals cause problems. you may also look at this here to track problems
  17. "%systemdrive%\VistaUA\VistaUA.exe" you have to do quotes like that. I would just shorten path so it easier Cisco_VPN_5 otherwise you have to end the quote precisely
  18. cTreamer do what urie said Yes early on we discovered running commands on dism it worked when you didn't have it in a folder with spaces. They get away with it on other programs since they are using dll
  19. Each of the settings under TaskbarLinks specifies the complete path and the file name of a shortcut file with a .lnk file name extension On other I have taskbar disabled on this install so I don't have anything there but quicklaunch
  20. I just run this after win installs and it's silent. If you want to do that then Firstlogoncommands might be best added to xml CMD /C Start /Wait %SystemDrive%\APPS\IE9\IE9-Windows7-x86-enu.exe /passive /update-no /closeprograms /norestart
  21. That was Old and it don't occur anymore. MS must have updated something or as I said a WU went foul.
  22. Did you add the settings below because <TrustedSites> requires it. Read <TrustedSites> in the Unattend.chm IEHardenAdmin Specifies whether ESC is enabled for all administrators on the computer. IEHardenUser Specifies whether ESC is enabled for all users on the computer.
  23. Firstlogon is where I do it also with this <CommandLine>cmd /C wmic useraccount where "name='MyName'" set PasswordExpires=FALSE</CommandLine>
×
×
  • Create New...