Jump to content

Tripredacus

Supervisor
  • Posts

    13,309
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. There will be some duplicate items as I've been making Frontpage News topics and Forum posts with the same titles to link them.
  2. There are thousands of fax modems out there. Could you maybe provide something more, like the HwID of it, or even the make and model?
  3. Of course. You can do a max compress on a no compress, but you can't do a fast on a max. The article is on the Partner network.
  4. Are you sure your program isn't executing? Or are you checking for its "run" by whatever it is supposed to change?
  5. I'm wondering why this is in the web development section. How exactly have you set up your PXE boot? What is the server?
  6. The amount of reboots do not matter while in Audit Mode, but you don't want to leave a system in audit for more than three days. I do not use MDT, but I know HP and other top level OEMs do not like to help make images for their customers. So, if you recreate your image from the DVD, you can try to do an unattend with it to boot it into Audit Mode (not use Ctrl+Shift+F3) that would be better. You should do some testing to determine what the best option is for you to use.
  7. Yes this is definately possible, in fact you probably have seen it already. As you know inside the Install.wim (let's say index 4) already has another WIM in it already! It has winre.wim inside of it. MS Best Practice says that you should capture your first WIM with no compression, then your "wrapper" WIM can use the compression you want.
  8. Its Mr Snrub's time again! http://www.msfn.org/board/calendar/1/event-12 I always spell that wrong.
  9. Merged these posts. Do not post multiple topics for the same thing.
  10. I am wondering if this isn't just a problem here. I have noticed users complain of this on other IPB forums I am on too. Everytime I click it, it works for me, but I do not use this feature enough to know if it is working properly or not.
  11. Sometimes people just use what they know. People out there are still using Publisher and FrontPage to make websites because its what they have on their computer. You could also technically make websites with Word if you wanted. If you look at the code on that page, you'll notice there is a lot of extra stuff in there, which is a major complaint against webpage builders from Microsoft. There are other programs out there, some might be free, some not. In my past I had used the webpage builder included with Netscape's browser, and also used Dreamweaver. Dreamweaver isn't a free program, but there are free ones out there too.
  12. I am going to guess (based on how I make recovery media) that the image on the Recovery DVD only has 1 generalize left on it. At least the ones I make do because they are based off a production image. So I can see it working the one time and not the second time. You are probably going to have to start over and not be able to update your current image that way. If you have any images that have no generalize left, you can only do offline servicing via updates and drivers injected with DISM, or registry changes. Any other actions would have to be done post deployment.
  13. This page is written in VML (Vector Markup Language) which is a deprecated language supported in older versions of Internet Explorer. Seeing the code, it would appear that IE is actually displaying the page properly, while Firefox is ignoring some of the code. For example, a lot of the content not displayed in IE is wrapped with things like this: <!--[if gte vml 1]> This is asking if the browser has VML installed. IE is returning a false condition to this, and as such is not displaying the code inside. It is displaying all the objects marked with: <![if !vml]> It would also appear that VML has had some security issues in the past, and its language has been updated to newer versions. I would hazard a guess that your friend is using an older version program to make these pages that doesn't use the newer language. It typically isn't a good idea to create a website that requires plugins (especially ones like VML and later versions of SVG) unless you can garauntee that the target audience is going to have them. For example, if this technology was to be used on a corporate intranet, or launched from a CD, that would be ok.
  14. Link removed. How do I get the OEM certificate? Its in the operating system. If you want to figure out how to do this type of thing exactly, you are going to have to do some searching. Users here may end up giving you generic information because this topic (while it does have its legitimate uses) treads very close to the "no bypassing activation" rule we have on the forum. So let's go back to your original problem, which didn't really have any hard info in your first post to go on. Have you already started something or are you looking for ideas? Where are you getting this HP image from, is it on the recovery media or from the recovery partition?
  15. An important note, only settings in the OfflineServicing pass will be applied. I learned this the hard way a couple days ago.
  16. What OS are you using? Not all Server OS have the ability to add that role. For example, one of mine is Server 2008 R2 Standard SP1 x64, the role you are looking for is an available choice as Remote Desktop Services.
  17. If you choose yes to activate, does it give you the option to do it by telephone? It involves you reading a bunch of numbers over the phone to a recording that may or may not be able to understand you, but you might get to talk to a person if that is the case. They can get you the activation numbers to type in.
  18. Or the walrus?
  19. It looks like all the "locked" characters shown on the characters page all have a number associated with them, and you can just type the squad.png to get theirs. But if you look at those numbers, you can see that they do not go 1-100. It goes something like 1-9, 110-119, etc. Go to the characters page in Firefox and look at the Media tab of the Page Info window, you can see these numbers. Otherwise, there isn't going to be any (legal) programs that are going to find images that aren't linked off an existing page already. You should make a post in their forum maybe?
  20. MSDN has the answers! Proxy Stub
  21. What is the status of the following services: - Remote Procedure Call (RPC) - DCOM Server Process Launcher - RPC Endpoint Mapper - Windows Management Instrumentation
  22. Where are these programs being installed from?
  23. Why did you install the AIK into a non-standard location? Since it is not in Program Files, either install it on C or you'll need to create an environment variable so Make_PE3 knows where the files are.
  24. I had an HTA launch with the winpeshl.ini but needed the ability to access the cmd for troubleshooting reasons. In order to stop end-users from just being able to open the prompt and do whatever they want, it would prompt for a password in order to continue. This was documented here:
  25. You should use the version of Sysprep kept in the deploy.cab on the XP install media. XP sysprep is version dependent, which is probably why Microsoft decided to include sysprep in their OSes starting with Vista.
×
×
  • Create New...