enx
Members-
Posts
11 -
Joined
-
Last visited
Reputation
0 NeutralAbout enx

Personal Information
-
Occupation
Network Administrator
-
MDT 2013, ADK 8.1. Customsettings.ini [settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y SkipCapture=YES SkipAdminPassword=YES SkipProductKey=YES SkipComputerBackup=YES SkipBitLocker=YES I have just mounted the boot wim with DISM to see if Update KB2919355 as I have read this can cause issues. Cheers Update, The server is virtual, so I reverted to an earlier snapshot and installed MDT 2012 and ADK 8, still got the same error however.
-
Just tried same error.
-
Just kicked of a Complete regeneration of the boot image, Yeah I added the drivers there, also MDT 2013.
-
Hi Paul, I get the error after the pxe boot screen, hit F12 and error appears. I have added the nic drivers for the machine I am testing with and have updated the boot image including those drivers. Also I have tried using both x86 and x64 boot wims. Cheers
-
Hi Rob, Thanks for the quick reply, Sorry should have in in intial post, yes I have unfortunatley and tested with an without.
-
Hi All I have just built and new MDT Sever and have created the Boot Wim and iso. I have installed WDS (on the same Server) and added the boot Wim, however I get the following error. I have tried using both the x86 and x64 boot wims and same error. If I burn the iso to a cd and boot it that way it works. Any ideas? Thanks
-
Hi, All Could do with some advice. I have added DelProf2 as a shut down script gpo (Computer Configuration -> Policies > Windows Settings > Scripts > Shutdown), and it works if you are logged onto the machine and shutdown the machine with you logged on. However it does not work when the shut down is run as scheduled task, I am using shutdown.exe -s -f -t 0. Any ideas? Thanks
-
Hi Peter thanks for the help. You were right about the commands for workstation 8. My solution kept failing because auto bridging kept turning back on, so I did the following. Modified the settings in the virtual network editor. Then I used the following in cmd cd C:\Program Files (x86)\VMware\VMware Workstation start /wait vnetlib.exe -- export c:\settings.txt This exports the settings from the virtual network editor. On the local machine I then run. c: cd C:\Program Files (x86)\VMware\VMware Workstation vnetlib -- uninstall bridge == vnetlib -- bridge uninstall start /wait vnetlib.exe -- import c:\settings.txt The vnetlib -- uninstall bridge == vnetlib -- bridge uninstall line is to permanently remove the bridge protocol to reinstall just replace uninstall with install. I then just saved it as a cmd script. Thanks for the help Nic
-
Hi Got the solution of another forum Virtual Network Editor | VMware Communities Thanks for the help Nic
-
Hi Peter Unfortunately VMWare changed the Virtual network editor in workstation 7 and onwards so the commands no longer work, I have had a look at the registry settings and the install directory but cant find anything. Thanks for the help. Nic
-
Hi Not sure if this the right area, so sorry if not. I work at further education college and we moving to windows 7, and wish to automate as much software as possible for deployment, I am currently trying to get VMware Workstation 8 to install silently, I have gotten a script off the VMware site to the install which works, however we need to change the virtual network editor settings to set VMnet0 to host only so it wont recive an ip address from dhcp and I cant find a way to do this and was wondering if anyone had achieved this or has any ideas? here is a copy of the script from the VMware site VMware-workstation-full-8.0.1-528992.exe /s /nsr /v ADDLOCAL=ALL DISABLE_AUTORUN=0 QUICKLAUNCH_SHORTCUT=0 SERIALNUMBER="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" cheers
