Jump to content

Tripredacus

Supervisor
  • Posts

    13,290
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. I believe the recommendation for OEMPnPDriversPath is to not have so much stuff. ie use \drivers\TYPE where type is NIC, Video, etc. Here is the one I use for example: UpdateInstalledDrivers=yes DriverSigningPolicy=ignore OemPnPDriversPath=\drivers\nic;\drivers\1394
  2. My computer at home doesn't have any service packs installed... but I do have USB 2.0 functionality.
  3. This is kind of a general question really. The first thing is that you need to recreate the issue in a lab environment because users don't think like techs do. You need to eval their systems, find out what processes are running, if they are going online for things or they have a custom screensaver set up, or their disk space is running out, or they need a defrag. There are way to many reasons you are getting this event.
  4. You don't need the registry to do it. You just use the ASCII code to type illegal characters. I used to use this in Windows 98 to create folders. People wouldn't be able to open the folder, delete it or anything. It would give a file system error. But in XP it can still open the folder even if you give it a non-standard "character" so I don't see the point really. You might want to look up that trick of embedding a JPG onto a RAR or ZIP file to make it act like a picture but you could open it with WinRAR or whatever and get your files out.
  5. If you have the classic start menu enabled, you can customize the desktop to not show the My Computer icon, or any of them except the Recycle Bin. By default if you switch to classic, all those icons from the XP menu move to the desktop. You can also use the classic look with the XP style. I forget how its done but you can use that if you don't like a green start button.
  6. I've never had any problems installing software. Drivers on the otherhand can be tricky. Usually video and sound drivers don't stay after a generalize. We don't do many Vista orders so we don't even use a sysprep.inf. And yes you don't need a HAL or Mass Storage Controller specified for Vista, it figures that out for you. For example, I've dropped the image, installed Nero and resealed it again without a problem. Of course after we image it with the generalized image to another machine, when we get the welcome screen we accept the System Builder's license (CTRL+SHIFT+F3) and do not go through the actual sysprep. When the machine is ready then we do a final sysprep but do not generalize it. Then you can set up the machine as you'd like it. I am sure there are way easier or better ways of dealing with Vista and Ghost but we haven't done enough volume to work with it that much. Something like 99% of our customer opt for Downgrade Rights so we install XP on their machines. Also with XP, there is no generalise option. You want to create your XP image with an ACPI_APIC_UP HAL. This image can only be used on machines that have ACPI enabled, and can work on single and multi-core/CPU machines.
  7. I couldn't see myself to stop using my current (XP) computer as my main storage computer just because of how I have everything organised. Unfortunately, it is an accident waiting to happen. It has 3 HDDs in it. 20GB for OS and a 120GB partitioned into two parts for file storage are both on their first format and from 2001. I have an additional 40GB drive that is the storage drive from my Windows 98 computer, and it was purchased in 1999. The newer ones are ATA133 and the older one is a ATA100. I'll probably go for the 2 drive data storage on the new computer, but it isn't a priority right now. If all else fails, I can always burn data off to DVD if I need to if I run out of space. I will be primarily use the new computer for games, but I am not foolish enough to try to get games that aren't supported in Vista to work unless I want to MAKE it work for whatever reason. I plan on keeping the XP computer around for development purposes because it has everything on it I need as far as productivity software goes. It would take way too long to get all that onto the Vista PC, not counting finding compatible versions, etc. But as far as the memory goes, I'd rather not be limited by the OS for the amount of memory, which was why I considered using a 64bit version instead.
  8. Make sure you choose to run it as administrator, install it via add/remove programs or disable the UAC first? Also your anti-virus may be blocking it.
  9. I'm not sure which one you will exactly be getting, but for example, here are the PSU requirements for one of eVGA's 9600 GT models: 400w PSU for 1 card 450w PSU for SLI When you find which card you want to get, check the manufacturer's website for the PSU requirements. Most companies have this information on their website, sometimes you have to dig awhile to get it. I used EVGA as an example because it is the only video card manufacturer site in my bookmarks. I'm not recommending them in any way and I've never used their cards.
  10. I don't know why Intel doesn't list it for the DG965RY and DG965SS boards, but the CPU support page for the DQ965GF states support for Core 2 Quad CPUs. The 965 series chipset supports Core 2 Quad CPUs so Intel must be specifically disabling support for them on those boards through the BIOS. More than likely since it's a mATX motherboard they're using a lower spec VRM and/or less power phases to reduce the cost, which would mean the components on the board itself probably can't support the power requirements for a quad-core CPU. Well we've never had a customer order a board with that CPU in it. Originally, our sales guys were special-ordering new boards to support the Quad-Core, and I had to tell them that the G33 supported it. Since then its just been G33 with the quad-core, although most of our sales have a Celeron or Core 2 in it instead. Intel did release new BIOS updates for the 965GF and RY/SS boards recently, perhaps they were given the support for that CPU with those updates?
  11. I still use an old version of CDeX for CDs. It has support for local and online CDDB access, and you can submit new entries with it, although they sometimes get rejected.
  12. When you say you are booting the ISO, I presume you mean you are booting the files that you would put into the ISO, since an ISO file by itself is not bootable.
  13. What about the Picture and Fax viewer from XP/2003?
  14. That was premature I cannot get the task to accept the password I used on the old PC! -- Terry, East Grinstead, UK Is the account on the new PC you copied the task to using the same username and password combination? That won't matter unfortunately. Even if you had the same computer name and user account set up on the new computer as the old one, you are still going to have a different SID. You need to recreate or update the existing tasks using a batch file. We do this for a couple customers because they have tasks in their drive image, but then we run the SID changer. After this happens, the tasks do not run because the SID changer (or even Sysprep SID regen) does not update the information in the scheduled task properties. The command you need is SCHTASKS.EXE. Here is an example: schtasks /CHANGE /tn TASK_NAME_1 /ru Administrator /rp password; schtasks /CHANGE /tn TASK_NAME_2 /ru Administrator /rp password; schtasks /CHANGE /tn TASK_NAME_3 /ru Administrator /rp password; schtasks /CHANGE /tn TASK_NAME_4 /ru Administrator /rp password; After this, your tasks should then run properly.
  15. So, in either case, are you needing to close Firefox altogether, or are there instances where only 1 Firefox window needs to be closed and the other left open? In the first case, I would recommend using AutoIT, you can script a program that kills the process firefox.exe.
  16. Aside from the "free" issue with WDS, etc, the other reason why people would use Ghost is if they (like we are here) in a transition period. Also, Microsoft's recommended process is to use WDS with WAIK or OPK because it is more powerful and more efficient. Plus Microsoft doesn't make Ghost so they typically wouldn't recommend that software anyways. And you don't have to deploy and capture an image every time you want to make changes to it. Using the PE Tools Command Prompt, you have access to all the commands you get in the WinPE, and you have the ability (like Ghost) to do offline image editing. But yes, if you use Sysprep with the generalize switch (or button) you can deploy a single Vista image onto multiple hardware schemes. If you don't generalize it, you can only use that image on the same hardware it was captured from. Typically, you should only be using Ghost until you can do everything with WDS, it is the better solution.
  17. Alright, I've gotten feedback on this cfg before from a couple different sites, but I want to get the following out of the way: Intel BOXDX38BT LGA 775 Intel X38 ATX DDR3 - Retail Sapphire 100225L Radeon HD 3870 512MB 256bit GDDR4 PCI Express 2.0 x16 HDCP Ready Crossfire Supported Thermaltake Purepower RX W0144RU ATX12V/EPS12V 600W Power Supply - Retail Intel Core 2 Quad Q6600 Kentsfield 2.4GHz LGA 775 Quad-Core Processor Model BX80562Q6600 - Retail G.SKILL 2GB (2x1GB) 240-pin DDR3 SDRAM 1066 (PC3 8500) Dual Channel Kit Desktop Memory Model F3-8500CL7D-2GBNQ - Retail Western Digital Caviar SE WD1600AAJS 160GB 7200 RPM SATA 3.0Gb/s Hard Drive - OEM Vista and DX10+ I started out with this idea because I am at the limit of upgrades (monetary concerns) with my current computer. I also wanted to be able to make use of DirectX 10. And since I wanted to use DX10, I needed to use Vista. I have looked into a couple different options. I have already vLited a copy of Vista Business 32bit, but then I started to think of using more RAM... Memory I wasn't too keen on being limited to 3.2GB of RAM on my new computer, and would rather be able to use the max that the board supported. This meant using 64bit Vista. I am also not sure about RAM timings. With my current computer, I was an early adopter and there was only one type of RAM available. No multiple timings or tons of different bus speeds. It was easier to handle. The RAM I chose was based purely on price and bus speed rating of the chip. I am also not sold on the particular brand either, I just need something that lasts. Q1: Am I going to run into any compatibility issues if I use 64bit instead of 32bit? Q2: What can you tell me about the memory I chose? Motherboard I chose the motherboard based on a couple reasons. I wanted to use an Intel board again since that is what I am using now. I also wanted the ability to have more than one video card, and support a quad-core CPU. At the time, there was only two available, the X38 and a 975. This was before the G33 was updated to support it. At the time people said the 975 wasn't a good choice, but the X38 wasn't for sale yet. I also looked at the fact that DDR3 was out, new and really expensive, but by the time the X38 was being sold, the prices had dropped a lot. Video Cards It is not only fortunate that the X38 supported ATI Crossfire, but also that ATI's Vista drivers and support seems to be a lot better than nVidia's at the moment. The video card I chose will be a single card purchase, and when I go through stage 2 of building, I may either buy a second card of that type, or 2 cards of a higher end model. Drives My original idea was to have a 160GB C Drive and add Data drives later. I also don't have a DVD or CD Drive in my config because I already have those drives in my old computer. I may end up getting a Phillips or Matsus***a SATA DVD drive at some point in the future but we will see. I am also wondering if RAID on the storage drives (not the C) would be a good idea or not. I am not too sure about the actual long-time benefits of RAID. Q3: What HDD configuration do you recommend? Sound Card While the X38 comes with built in sound, I would still wish to use a Creative card that supports EAX. I don't know if EAX is still big or not, but I currently use it. I also know that Creative cards support in Vista is pretty shoddy, but I am not sure of alternatives. The last (or only) non-Creative card I bought was a Guillemont 128bit PCI back in the day. My major concern is that I already have a Dolby 5.1 Surround Sound system, and want a card that would work well with that. The system is the second model Creative Inspire (5300?) if that helps. Q4: What sound card is best or should this be a wait and see what the future brings type of decision? If you have any other comments, let me know. This CFG price dropped about $600 in the past two months so I am thinking of getting it very soon. I didn't list the case because I didn't think it was important. I also already have a monitor, keyboard (Apple Pro USB) and a mouse.
  18. Of course they can. The 965 chipset officially supports any Core 2 CPU using up to a 1066MHz FSB, including the Q6600, Q6700, QX6700 and QX6800. Some 965 based motherboards even has BIOS updates for unofficial 1333 support for the QX6850. At this point though, on a new system I wouldn't look at anything lower than a P35 or P45 based motherboard. I sometimes forget that other board makers besides Intel use Intel chipsets with different capabilities. Plus at least all the 965 Intel boards we deal with here aren't specd for a quad core. They are the 965RY/SS and 965GFE.
  19. As for the motherboard, don't bother with the 965. In fact, I wasn't aware that any of them (at least that I use) can support a quad-core. Also, a lot of the 965 boards are going EOL, we can't even order any more of them!
  20. Here's a question for you guys. I currently have an XP image for a notebook. This notebook model seems to have some problems with the integrated NIC, whereas sometimes it does not recognise that the ethernet cable is connected during boot. In each case where PXE responds with a "Media Disconnected" message, after it boots into Windows, the NIC works properly. I am guessing that this is a problem with how the NIC is controlled during the boot process of the computer. However, the reason for this question is that the WIM I had made (originally) is of a completed XP Pro install in Factory mode. While I am able to deploy it using WDS to new machines, it is on a count-down timer. There are now less than 20 days left in the activation timer. I wanted to know if it were possible to sysprep the image in the WIM without deploying it to the machine. My issue with the machine is that I can deploy it, sysprep it, but can't reupload it back to the WDS Server in any reliable fashion. By sysprepping the image, I would be able to use it past the 30 day activation period, as Sysprep will reset the grace period. So, does anyone know the best method for sysprepping the image in offline editing mode? I am very familiar with mounting the image with the PE Tools Command Prompt. The other option could be to use VPC2007, but I do not know how to set up a hardware profile for the VM to use. Anything regarding either of these topics will be valid for this thread. Thanks.
  21. Yep I saw that. The only machine that we needed the lower resolution was the EEE PC 701. With the recent news that the new EEE PCs will support 1024x768, this becomes a non-issue.
  22. My first thought is that the Account you are accessing the Scheduled Tasks window with is not the account that is set to run the tasks.
  23. Currently we install vista using SIM'd Vista install DVDs or with Generalized Sysprepped images captured with Ghost. While we do have a WDS server running, we only use it to image machines that do not work with Ghost. We are supposed to be moving from Ghost to WDS but I have not been alotted the time away from my regular tasks to start the process. Also, if you are having trouble using Vista with Ghost, you might be doing it wrong. After you get your machine all set up, you need to Sysprep it with the Generalize box checked. Then when you image it, you will keep the HAL-less mode and be able to use that image on any machine. If you don't Generalize it, you are locking Vista into the selected HAL and HDD Controller, and when you deploy it, you'll get a stop error on the first reboot.
  24. You know after you install winders, you go through that Blue welcome "setup your computer" type deal? That thing.
  25. Have you tried out Safe Mode yet?
×
×
  • Create New...