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. Correct. Compression only effects the WIM file size. I have not seen any noticable difference in deployment speeds of compressed vs non-compressed WIMs. Also, if you ever want to do any WIM inside WIM things, only compress the container WIM, not the one(s) inside.
  2. The chaps at the AutoIT forum also noticed recently you can't search for the word "color" ... Which is true for here as well... But it doesn't stop there!
  3. I was doing some more thinking about this. If accelerators gain popularity, they might help make the address bar go away. I wish there was more search providers for both IE and Firefox. For example, I have the search provider for MSKB, but wish there was one for MSDN or TechNet.
  4. You can get this information from WMI, specifically the Win32_OperatingSystem class, and the BuildNumber property. Not sure how to get that from a regular CMD file. I've done it with AutoIT and I've seen others use VBScript and other things too.
  5. Has both the Media Player DRM issue and Network Location issue been fixed with SP1? These two issues I have seen cause the error you are getting.
  6. ACPI being motherboards that support APM (Advanced Power Management) type options like sleep and hibernate. The UP and MP are for UniProcessor (single CPU or core) and MultiProcessor (2 or more CPUs or cores). An MP HAL will also be applied to a single CPU with Hyper-Threading, such as P4 and newer Celerons. http://support.microsoft.com/kb/309283 Any more information about the HAL is bound to be quite technical. I can't find any technical items in the first 3 pages of The Google results. Maybe I'm not searching for the right things...
  7. On some things if you highlight you see a box with a white/blue arrow and you can right-click and see options. I've never used them myself but it may be handy for some people. You can read about them here, with a picture of what to look for: http://windows.microsoft.com/en-US/windows7/Press-the-Internet-Explorer-8-Accelerator
  8. I do not know anyone at that forum. You should probably send them an email using the contact us link on their site.
  9. Reminds me of the old greeting.... Happy Luke Easter, not looking forward to Rick Monday.
  10. Jingle Cats - Dance of the Reed Flutes I'm not one to listen to holiday music outside their designated holidays, but Jingle Cats gets an exception.
  11. Any screens you see where you can select locale, Windows edition to install or even the Setup screen with the step-by-step is the boot.wim. You never actually ever see the install.wim in action. The boot.wim copies the files from install.wim to the hard drive, and then reboots to boot off the hard drive. The 64bit boot.wim cannot install x86 images... or at least they will not show up in the selection screen, but a x86 boot.wim can show you both types. This was tested and proven using WDS tho.
  12. News post: http://arstechnica.com/gaming/news/2011/03/the-story-behind-url-hunter-a-game-played-in-a-url-bar.ars Site: http://probablyinteractive.com/url-hunter I got a score of 3, using Firefox 3.6.15.
  13. Creative doesn't support multiple sound devices. The only OS I got multiple sound cards to work (to be specific, AC97 onboard, 2x PCI SB and 1x PCI-E SB) was in Windows XP Pro x64. Also, not all SB has the FP connector.
  14. 1) I do not know why you needed to do a reshack on the file. See now you have two options there.... 2) In a supported environment, running recovery (ah then again I haven't tested custom WinRE.... maybe I will do that today) won't touch other partitions. As far as how your recovery process works, you get an out by saying if the customer runs the program in any fashion not covered in your instructions, the loss of data may occur and the system's warranty will not be covered. However, if you are a System Builder, you are required to provide the edge-to-edge media anyways, so they can still reinstall Windows with that. If you are an OEM, you should follow the direction of your Partner rep. Threads merged. No need to make a new one. You can add a file to the "Recovery Partition" and search for it first, like the Vista recovery does. But just put your install.wim in Sources. Setup already knows where that is. Update - I tested the WinRE with custom partitions however there was a problem. Since the XML is inside of the Ramdisk, it is hardcoded to know where the INSTALL.WIM is, and hardcoded to what partition to install it on. Since I created a second partition in Windows, it mixed up the drive letters in WinRE. That being said, the Data partition got letter D, the OS vol got letter E and the recovery partition got letter F. Normally, the recovery partition should get letter E, and my XML has the InstallFrom to look on E. Since E is not the recovery partition, WinRE gives an error because it can't find INSTALL.WIM. Here-in lies the problem... Screenshot of system after deployment and setting up the secondary partition: Diskpart results from after receiving the error in WinRE about the WIM: DISKPART> list vol Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- Volume 0 C System NTFS Partition 500 MB Healthy Volume 1 E LocalDisk NTFS Partition 110 GB Healthy Volume 2 D Storage NTFS Partition 117 GB Healthy Volume 3 F Recovery NTFS Partition 6000 MB Healthy Hidden Update2 - Adding a second hard disk also caused problems with drive letter assignment.
  15. You may be able to enable the Advanced Internet Option of "Allow active content to run in files on My Computer" but I wouldn't recommend it.
  16. No you don't. Not here. Board Rules Besides, if you have to reboot other hardware (such as modem and router) and rebooting the computer itself doesn't do it, I would jump to the conclusion that the NIC is the issue.
  17. WDS Linux time again

  18. Welcome to the MSFN!
  19. If you have a PXE server or want to change to a CD boot, you can see the HTA in my signature. Or you can just run Setup with an answer file... example: - Make a WinPE that runs setup /unattend:path_to_xml - Put your image on another drive, like an external usb hdd or anywhere, even a network share would work - In your answer file, specify where the image is located. For some reference, here is a post I made where you can use WinRE to apply an answer file to reinstall Windows. However, it was not done the way you are trying. Even still you might figure something out anyways even if it isn't supported.
  20. The article you linked to is to do a recovery with an existing OS partition, not for a clean install. As noted in my post above, RECENV will look for an existing OS install. WinRE is meant to do recoveries, not an install. You should be using WinPE instead of WinRE (which is just WinPE with the recovery program in it) to do installs. Also, you can ignore the methods for using SetAutoFailover.cmd as this is for Windows Vista recovery. Windows 7 does not use the same process. The problem of offering this type of information comes from the fact your original post (before you edited it) did not specify which version of Windows you were dealing with. I recognized it with the mention of Reagentc, which Vista did not use, but sometimes posting in non-specifics can lead to being offered incorrect or incomplete responses.
  21. I had an uptime of just over 3 months on my Windows 98 Server multiple times. Does that count?
  22. Yes of course it won't boot. But since you would be restoring an image into a different configuration, you would need to update the BCD as necessary. Same thing would happen if you took an XP image from a dual-boot system and redeployed it to a single partition without updating the boot.ini.
  23. Disk enumeration is not equal along all hardware, this I have seen. Mostly on notebooks and desktops with card readers. I remember a specific case of a Compal notebook that wouldn't always detect the HDD as Disk 0. When the WinPE boots, it takes the first "disk" returned by the BIOS as Disk 0. Some hardware may have delays or different enumeration orders during the boot process. In some cases the card reader would enumerate before the hard disk would. Also some systems may enumerate a USB key before the SATA port. I remember a case in point where I booted up 5 notebooks at the same time, and 4 had the hard disk as Disk 0 and one had the card reader as Disk 0. I was so happy when we stopped using those.
  24. Yes it has been confusing to me when you can actually index the entire drive, but some folders still come up with that "add to index" banner. Sometimes I just use the DIR in the DOS window too.
  25. Its not really just Apple that is doing it, they are just taking advantage of it and marketing it better. Its been a trend for awhile and probably started with the ability to do mobile computing. But even back in the olden days of portable computing (this could go all the way up until 2005 actually) mobile pc like notebooks and laptops were JUST like desktops. Well for the most part, but PCs were still better in some areas such as graphics and the ability to go online. And we all know that Tablet PCs are not necessarily new, but aside from the ability to write on the screen, they had the same limitations of other portables. It wasn't until portables became more streamlined to what people actually would want them for. Sure you could be typing up your spreadsheets or documents on a train, but a lot of business folks found they could use it to store their contacts and appointments when not in the office. What if you were out on the road and needed to call a dude, obviously you don't bring your rolodex in your luggage! So things such as the PalmPilot, Blackberry and Clie became hit items in the business world. Yes there were personal organizers before those, but they were more like advanced calculators. I'm not forgetting about the mobile phone either. Again not something that was particularly new. There were some important advancements in mobile "computing" that led to what we are experiencing today: 1. Cell phones had the ability to send text messages 2. Personal Organizers (Blackberry, etc) had the ability to access the internet. 3. While you could say MP3 players had the ability to play video (this is important) however it was the Sony Clie that first had this ability, ableit only sold in Japan since Sony was not making money in the US market. 4 .Notebooks could go online Now the reason why you could say the desktop will get wiped out is simple. There are many people who currently own a computer but only need the functions that the business people of 10 years ago needed. Regular folks only need a computer to go online, do email for the most part. So do they actually need a computer for that anymore? We've already seen the merger of cell phones and personal organizers. Next MP3 players will go away as we will get Phones with that space and options. Already we can see Microsoft is axing the Zune, so this is happening. Tablets are going to end up just being large versions of phones, and eventually I would imagine that they will drop off. Size may be the only issue, but they will end up being competition to phones. Who needs an iPad if you have the same thing in a cell phone? And e-Readers will end up being a fad.
×
×
  • Create New...