Jump to content

Tripredacus

Supervisor
  • Posts

    13,375
  • Joined

  • Last visited

  • Days Won

    26
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. I've heard of car PCs, but not motorcycle PCs. Maybe you can invent one!
  2. You are right. The clients are getting IPs from the firewall at first, but a renew gets them from the DHCP server. Welp, time to call ops.
  3. You just need to find the silent install switches for that application. Then you can put it into first logon commands. I personally use this type: <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Install program</Description> <CommandLine>cmd /C start /wait c:\install.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands> So I use a CMD because I need to do more than one thing at a time. Either you can just use a CMD as well, or put the install command directly in that CommandLine spot.
  4. You make the Autounattend.xml using WSIM.
  5. There was certainly no reason to add a poll to this topic. If you are interested in doing polls, you can look here: http://www.msfn.org/board/forum/73-the-poll-center/
  6. Windows Setup can do it. No need for diskpart. Not sure if Setup uses Diskpart or what. Here is an example of an MBR setup: If you are doing an EFI deployment, I can find that too.
  7. UPDATE I figured out something! but I can't find why it is happening. The DHCP/DNS server has ip x.x.x.20. After a reboot, or first boot, the DNS entry in IPCONFIG on the client is x.x.x.10. DNS does not work. After the release/renew, the DNS entry is x.x.x.20 and DNS works. Now, x.x.x.10 is a valid system on the network... it is the hypervisor (DNS server is in the VM)... I checked the DHCP Server Scope options and both the IPv4 Server Options and the Scope Options (under the Scope tree) both have 006 option set to x.x.x.20. I can't find where the .10 ip is coming from. I've already restarted the services for DHCP and DNS.
  8. What happens if you Detail Vol C after assigning this drive letter to it? Also know that if you use WinPE 4.0 with Imagex, you can't capture a Windows 8 image. You have to use DISM instead.
  9. I've run into a behaviour I can't quite figure out. On my DNS server, I have added 1 Forward Lookup Zone with 1 A record. This A record allows clients on the network able to access a webserver on the WAN by using the FQDN. Sometimes the clients are unable to resolve the webserver address but area always able to resolve the FQDN of the DHCP/DNS server. An Ipconfig /release /renew always fixes the problem on the client. The problem appears after first boot (or reboot) about 90% of the time. Since the regular DNS is working, but the extra lookup zone doesn't always work, I am guessing it is a configuration problem on the server... rather than a problem with the client. What could it be? The server runs AD, DHCP and DNS.
  10. Yaroslavl Lokomotiv 1 year anniversary

  11. Well there is a problem here. There is a setting in the registry (you can search for that string to find it) but it is also kept someplace else too. And to make matters worse, Windows may end up changing that value back on a reboot or update. An OS can totally be changed, but it requires some tricks and hex editing. You can find this info in the Customizing Windows section. As an example, I totally reskinned Server 2003 to look like XP Embedded, including what you are looking to do, and more like replacing the default OS screensaver. Here is an example:
  12. GimageX for legacy purposes only. That project hasn't been updated in awhile, and the problem is that it cannot deploy a Windows 8 or Server 2012 image. Its one reason why releasing a new GimageX HTA for WinPE4 is currently on hold... Maybe someone will make a gDISM or something?
  13. To add more into the "what is Microsoft thinking" category... As we all know, a little over a month and a half, the new Windows 8 is coming out... which also marks the official release of Internet Explorer 10. So I am watching the football (hand-egg to you guys everywhere else in the world) last night, and see this (apparently old) IE 9 commercial: So new OS coming out in 2 months? Lets run commercial with old OS. So new browser coming out in 2 months? Lets run commercial with old browser. Plus lets not forget that this commercial is using their OLD logo. You'd figure this commercial should have come out say, a month after IE9 was released... And where are the lead-up commercials for Windows 8 or IE10? Shouldn't there be some by now? Get them out ahead of time so that the consumers are waiting for it to come out?
  14. I'm not sure I've ever applied a profile (on purpose) to a Make_PE3. You are using Windows 7 PE, and WAIK for Windows 7 correct?
  15. Technet is probably a place to go, such as DHCP: http://technet.microsoft.com/en-us/network/bb643151.aspx And maybe the MS blogs could have some tutorials. Maybe if you are able to, you could set up a test network (a PC or two and a switch) to try these things out. That's how I started at it.
  16. VLK media is typically only available in the Enterprise Channel... I'm not sure if you will get help about this. Either way, most times you need to attach your lastsession.ini to get help with nLite.
  17. There are multiple PE builders here. Which one specifically?
  18. Threads merged... might be a little messy. As far as the file being replaced, its likely that there is more than one of this program on the CD. I don't know enough about XP CD construction to say for sure... probably in a cab somewhere.
  19. User JFX made a tool where you can download pieces of the WAIK without downloading the entire thing: Regarding the link removal, we do not police the internet, only MSFN. Fortunately, TheWiz did not directly link to the file from here. In addition to WAIK files, also a non-official resource for hotfixes. I realise these things exist, but we'd prefer people use other methods of finding them rather than MSFN.
  20. I thought I recognized your name from somewhere ;)

  21. The link to your website has been removed from this post: See here as for why:
  22. FYI: this user's signatures were removed.
  23. Are you installing from the CD? I am aware that this game is in the abandonware category, however it seems that the one available online is the original (DOS) version and many people cannot get it to run in Windows 98. You can try running it in DOSBox on your XP install.
  24. It would be nicer if you could write some guides that do not include directing users to download warez. EDIT: this is a duplicate topic. See original.
  25. You don't need to use both the ProductKey in UserData and the InstallFrom. Use one or the other.
×
×
  • Create New...