Jump to content

clivebuckwheat

Member
  • Posts

    574
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by clivebuckwheat

  1. Thanks, But unfortunately those tweaks did not turn on the Windows Updates.
  2. Windows update are on in my master image. I have no idea why they are off after sysprep is run on a machine that is being deployed. Is there a way I can turn them on with a time of 6:00a.m, via the setupcomplete.cmd?
  3. I found dfmirage it was under display adapters in both build, once I deleted it in device manager sysprepped again and deployed all was a-ok.
  4. I have never done that before how would I go about doing that?
  5. Thanks I'll check the panther logs and post back here, is there any in particular log file i should focus on?.
  6. Never heard of HTA front-end before what is this?.
  7. In my pxe menu, the first option is to call Ghost32 which loads winpe then executes ghost32.exe from the startnet.cmd works great no issues there. Now we have to update some dell bios' and the bios packages must be run from within a winpe environment. Since in my startnet.cmd I am calling ghost32, to start automatically after winpe loads,this has turned into a problem because I would like to have an option from my initial pxe menu, called Bios update, and if it is selected then it loads winpe doesn't load ghost32 but does the bios update. Hence my question about having dual startnet.cmd files, or is there a better way to accomplish this?. I'd rather not have sub menus if not absolutely necessary.
  8. Is this possible, because I need to run different tasks, from within WinPe, after WinPE has been called from my pxe server?
  9. I have made a universal image for both my 64 bit and 32 bit build of Windows 7 to be deployed to the machines in my organization I have notice the following. the 64 BIT Windows 7 the sysprep process finishes in about 15 minutes. the 32 bit Windows 7 the sysprep process finishes in about 30-40 minutes I have run this test in the same pc, both my 32 bit and 64 bit builds run exactly the same software. Does anyone know why sysprep process is taking more then double the time than the 64 bit process. Is this normal?
  10. vnc or tightvnc isn't even part of my image, so odd.
  11. Gom Player, and vlc, do you know anyway of getting rid of it in the device manager without having to manually remove it from the device manager after imaging?
  12. Hi I have made a universal image via sysprep for my Windows 7 machine. I have tried it on many different hardware types and all the hardware gets found. Here is the problem, I always get an unknown device on every different hardware model I try the image on, I look under hardware id's in device manager and it's ALWAYS something called dfmirage. If I uninstall via device manager it never comes back. Why is this thing show up in my universal image?, has any had this problem. It's driving me crazy.
  13. After the install is done. I have some product keys in there that I don't want to leave on the local pc.
  14. Hi I am running Office 2003 and Office 2010 on the same. Does anyone know the reghack so that office doesn't always have to re-initialize. For example if I use 2003 and then shut it down and then want to use 2010, 2010 must re-initialize and vice versa.
  15. Hi I have a clean install of Windows 7 32 bit professional. Every time I execute my RunOnceEx.cmd, I get access denied importing the regkeys to kick off the process. The account I am doing this under has Administrator privileges, and I manually turned off the UAC feature. What else can it be?
  16. why isn't this regkey import no working, via the RunOnceEx.cmd if I double click it manually it works and all the installs go with no prompting. Do I have the syntax wrong for the regedit import via the RunOnceEx.cmd? @ ECHO OFF REG ADD HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RunOnceEx SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications & Settings" /f REG ADD %KEY%\001 /VE /D "Mapping Network Drive" /f REG ADD %KEY%\001 /V 1 /D "NET USE Z: \\192.168.1.209\Installations password /USER:Robw" /f REG ADD %KEY%\001 /V 2 /D "REGEDIT /S z:\swo.reg" /f REG ADD %KEY%\010 /VE /D "Installing FireFox 3.64" /f REG ADD %KEY%\010 /V 1 /D "z:\Firefox\Firefox364.exe -ms" /f REG ADD %KEY%\015 /VE /D "Installing Java 6 Update 20" /f REG ADD %KEY%\015 /V 1 /D "z:\Java6U20\jre-6u20-windows-i586-s.exe /s /v /qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 SYSTRAY=0 JAVAUPDATE=0 REBOOT=Suppress" /f REG ADD %KEY%\020 /VE /D "Installing Flash Player" /f REG ADD %KEY%\020 /V 1 /D "z:\FlashPlayer\install_flash_player_10_active_x.msi /qn" /f REG ADD %KEY%\020 /V 2 /D "z:\FlashPlayer\install_flash_player_10_plugin.msi /qn" /f REG ADD %KEY%\025 /VE /D "Installing Shockwave Player" /f REG ADD %KEY%\025 /V 1 /D "z:\ShockwavePlayer\sw_lic_full_installer.msi /qn" /f REG ADD %KEY%\030 /VE /D "Installing CCleaner 2.33" /f REG ADD %KEY%\030 /V 1 /D "z:\CCleaner\ccleaner_slim_233.exe /silent" /f REG ADD %KEY%\035 /VE /D "Installing FileZilla 3.3.3" /f REG ADD %KEY%\035 /V 1 /D "z:\FileZilla\FileZilla_3.3.3_win32-setup.exe /S" /f REG ADD %KEY%\040 /VE /D "Install GomPlayer" /f REG ADD %KEY%\040 /V 1 /D "z:\GomPlayer\GOMPLAYERENSETUP.EXE /S" /f REG ADD %KEY%\045 /VE /D "Installing ImgBurn" /f REG ADD %KEY%\045 /V 1 /D "z:\ImgBurn\imageburnsetup.exe /S" /f REG ADD %KEY%\045 /V 2 /D "REGEDIT /S z:\Imgburn\imgburnsettings.reg" /f REG ADD %KEY%\050 /VE /D "Installing Itunes-Quicktime" /f REG ADD %KEY%\050 /V 1 /D "z:\Itunes64Setup\AppleApplicationSupport.msi /qn" /f REG ADD %KEY%\050 /V 2 /D "z:\Itunes64Setup\AppleMobileDeviceSupport64.msi /qn" /f REG ADD %KEY%\050 /V 3 /D "z:\Itunes64Setup\AppleSoftwareUpdate.msi /qn" /f REG ADD %KEY%\050 /V 4 /D "z:\Itunes64Setup\Quicktime.msi /qn" /f REG ADD %KEY%\050 /V 5 /D "z:\Itunes64Setup\Bonjour64.msi /qn" /f REG ADD %KEY%\050 /V 6 /D "z:\Itunes64Setup\iTunes64.msi /qn" /f REG ADD %KEY%\055 /VE /D "Installing Adobe Reader 9.3.1" /f REG ADD %KEY%\055 /V 1 /D "z:\Reader931\AdbeRdr930_en_us.msi /qn" /f REG ADD %KEY%\055 /VE /D "Installing VLC 1.1.0" /f REG ADD %KEY%\055 /V 1 /D "z:\VLC\vlc-1.1.0-win32.exe /S" /f REG ADD %KEY%\090 /VE /D "Installing Microsoft Office 2010" /f REG ADD %KEY%\090 /V 1 /D "z:\Office14\setup.exe /adminfile Office2010Full.MSP" /f REG ADD %KEY%\090 /V 2 /D "REGEDIT /S z:\Office14\Excel-Add-ins.reg" /f contains of swo.reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".exe;.bat;.reg;.vbs;.msi;.cmd;"
  17. Thanks man. Would you know of a script to determined the optimal resolution and set it then?
  18. Is there a way to force the optimal screen resolution with sysprep, no matter what hardware the image goes on?
  19. Thanks Cluberti, that is almost what I need but I'd like to set it to "Work" not public.
  20. Would you happen to know how to get rid of this, every time a machine is sysprepped even if I specify work in my sysprep.xml file it shows up.
  21. This seems to work. But not with the spaces, with the spaces it does nothing. Once the spaces are removed all keyboard languages are installed. <InputLocale>0409:00000409; 1009:00001009; 0c0c:00000c0c</InputLocale>
  22. Could I not put this key below? Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Keyboard Layout\Preload] "1"="00000409" "2"="00000c0c" "3"="00001009" in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run So no matter who logs in they will get the right keyboards languages? What would be the best way to accomplish this? in the sysprep.xml or would another way be better. Any advice would be appreciated.
  23. Out of Curious Cluberti what should be in there if you built your image under Administrator?. I want to make sure I got it right.
×
×
  • Create New...