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. Sometimes the virus is dumb... You could try to make a copy of taskmgr.exe and rename it and see if the renamed, copy is able to open.
  2. It is a familiar issue and I seem to think maybe I had seen this problem a few years ago on XP. But I believe it was more of a "https never works" rather than it stop working after a few minutes.
  3. WinRE in Windows 7 will locate where the Windows installation is, create Windows.old and copy everything into that directory. Then it will reinstall Windows using the answer file and the install.wim onto that partition. It doesn't change anything with the partitions, which would still allow WinRE to be run again. I've not seen a case where diskpart needs to be run prior to running setup.
  4. Here is an example WinREConfig.xml: <?xml version='1.0' encoding='utf-8'?><Recovery> <FactoryRecoveryTool> <RelativeFilePath>..\..\setup.exe</RelativeFilePath> <CommandLineParam>/UNATTEND:X:\sources\UNATTEND.XML</CommandLineParam> <AdminOnly>No</AdminOnly> </FactoryRecoveryTool></Recovery>I never made any changes to ReAgent.xml, is that unmodified from the one that already exists? As far as the icon goes, you can't change it if you are specifying your custom tool to be Setup.exe. It just uses that applications default icon. Also remember that there are 2 setup.exes in winre.wim.
  5. I thought I was being funny when I set my Android phone signature to say "Sent from my Windows 98 phone" but apparently such a thing is now possible! http://www.techrepublic.com/blog/tablets-in-the-enterprise/how-to-run-legacy-windows-with-limbo-for-android/?ftag=TRE684d531&s_cid=e101&tag=nl.e101&ttag=e101
  6. Its a minor inconvenience for standard users, however it could be a problem for the mods if we need to view such a profile for some reason.
  7. I will try to test after I reload this notebook and see what happens. Update: I confirm this behaviour on a notebook. Windows 7 Ultimate SP1 x64 Firefox v23.0 using Flash Plugin v11.8.800.94 Chrome v28.0.1500.95 using whatever Flash plugin that is built in I set plugged in power settings to dim at 3 minutes, turn off display at 4 minutes, put computer to sleep at 5 minutes. I chose a relatively annoying 10 hour video on Youtube to test but I turned the volume down. And the display did not even dim and I let it run 15 minutes for each browser. Also to note that the wireless NIC drivers were not installed and using Ethernet connection. My Chrome at home should be the same version, but a difference is that I am using a 32bit OS. I can test turning off the monitor later, but I won't be changing my power settings to put the computer to sleep. Here is a reference thread: http://stackoverflow.com/questions/7702748/how-does-youtube-prevent-the-screensaver-from-showing-up-during-video-playback
  8. So. You said your OS ISO is English, but you are passing non-English values in the autounattend.xml. Change those to English, then use FirstLogonCommands to execute the command I put in post 5. Obviously the lang.xml needs to be in the image.
  9. I did a quick search and found some grumbling about this problem, but most common in 2009-2011. Also it doesn't seem to be a 100% across the board problem and only happens in certain circumstances. Neither my work PC nor my home PC have this problem. However neither of them are set to go into suspend. I can tell you these scenarios: 1. Work PC, streams a radio station via Flash in IE9. PC will turn on screensaver and put monitors to sleep on time with no wake problem. OS is Win7 with Aero disabled. 2. Home PC. Flash (Youtube specifically) in Pale Moon works only 10% of the time due to some problem I haven't figured out. So all my flash video work is done using Chrome. Whether on a paused Youtube video, or a streaming twich video, screensaver and monitor sleep happens and resumes without issue.
  10. I never download the video drivers from Windows Update. Also I have my PCs set to notify but allow me to choose which updates to download and install.
  11. No I am saying that if he has a SATA HDD and ODD, you can't specify use AHCI on port 0 (for HDD) and IDE for port 1 (ODD).
  12. No it won't use it automatically. Hence in my example (it is not 100% spelled out in the post but I am limited) I had to create the custom option that runs setup using the /unattend switch. The custom option is the 6th item shown in RECENV, which you can see an example here as "Recovery Manager". http://www.msfn.org/board/topic/163632-computer-will-not-boot/?p=1046788 FactoryRecoveryTool is in WinRE. For deployments it is a little tricky and I'm not particularly fond of doing it. What you end up doing is take your image you made, mount it. Mount the winre.wim that is inside of that, put in the XML file and make the Tools folder. Then unmount the winre.wim then unmount the install.wim. Then you can deploy that image. You don't call reagentc from XML. It happens during deployment. So its like this: - prepare parts with diskpart - apply image with DISM - run reagentc commands - set disk id with diskpart - reboot
  13. Alternatively, he could test for a while with the ODD not connected. But he is correct if you disable AHCI in the BIOS, Windows will give a 0x7B bugcheck. I have not seen a board that allows you to select the SATA type per port on the motherboard. Usually it applies that setting for every port.
  14. This website has some various ways to force a suspend in Windows. Make sure to read all of them since some of the ones posted are said to cause some corruption. http://superuser.com/questions/39584/what-is-the-command-to-use-to-put-your-computer-to-sleep-not-hibernate
  15. 2. WinRE uses Setup.exe to apply the recovery image. Indeed it doesn't seem to care about the answer file used if one was applied with sysprep prior to capturing the image. Take a look here: http://www.msfn.org/board/topic/142990-installing-windows-7-from-recovery-partition/?p=918385 3. Reagentc commands are written to where your BCD is located. 4. You use Diskpart to set the partition ID after you run the Reagentc commands.
  16. It isn't because it is XML. It is not read on the fly and is loaded into the parser when the file is first detected and loaded into memory. So the order of elements really has no bearing on the file, only that both of those objects are child objects of MetaData. The usual conformity you see in XML is because of human nature, or because the XML is written by some automatic means. And even so, WSIM is kinda "dumb" in this respect and you can build 2 XML files with it, using the exact same settings and get each file having the objects in different orders! More on the subject, basically saying that it is in the "design" that objects should be in some kind of order, but (as IBM notes) no parsers seem to actually care about the order unless a schema is specified. And I think that schemas are primarily used (when ordering is important) for applications that are unforgiving and need a specific order for things. This could be the case where a legacy program adds XML ability where it didn't have it originally. http://www.ibm.com/developerworks/xml/library/x-eleord/index.html
  17. I have not seen that type of behaviour. What browser are you using or are you using the Projector? Does it do this on Youtube too?
  18. Just a question, does your monitor power save when a flash video is open?
  19. Yahoo had announced a new logo as well. Some version is shown here: http://gizmodo.com/yahoo-is-changing-its-logo-but-its-not-this-one-or-s-1050513519 But that isn't what I'm seeing it as Yahoo already has a new logo in the Fantasy section at least. http://l.yimg.com/rz/l/yahoo_sports_en-US_f_pw_119x34_2x.pngNOT IMPRESSED!
  20. Actually, Megrez already posted how he got it. He got a copy from the school he used to go to. So in this case, the media is technically warez but the Megrez may not realise this case. So either way, we can't talk about it anymore.
  21. Back to the original concern, I experience a similar "problem" with my computers. But it is because I have the power management set to put my disks to sleep. Phaenius, how are your power settings configured concerning your drives?
  22. There is no such thing as "Corporate XP." Its a term that people use to describe a warez copy of XP. Typically this type of media is actually a VLK version of XP that is only available to corporations that have a Volume Licensing Agreement. So in either case, no one here could help because of these two possible reasons: 1. nLite is licensed for personal use only and may not be used for business purposes of any kind. 2. talking about Warez is a bannable offense on this forum.
  23. Oh try reverting your Autounattend.xml (that contains the portion in your first post) to use en-US for everything, then try to add the XML using the intl.cpl, reboot and see what happens.
  24. A topic in the beta forum and a link to it from a post in this thread would be neat.
  25. How are you integrating drivers? I have had little problems using DISM offline. Some drivers don't work... I remember some LSI driver didn't work.
×
×
  • Create New...