Jump to content

Tripredacus

Supervisor
  • Posts

    13,292
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. DriverForge is intended to be run from the OS, not the PE. I do not think I know of a way to do what you need. Other than copy DriverForge and the drivers to the HDD after imaging, then script it so that on the reboot it installs everything for you, or use the sysprep to do it for you instead?
  2. F6 and browsing for the drivers is the same thing really. It is just presented differently in Vista than XP. Verify that you are using the Vista 32bit driver and have the latest BIOS update. http://downloadcenter.intel.com/Detail_Des...amp;PrdMap=2800
  3. http://unattended.msfn.org/unattended.xp/view/web/33/
  4. You need to boot your computer with an OS that can read the NTFS partition. You can do this with WinPE or NTFSDOS. But its likely that file already exists. The "missing or corrupted" message Windows gives is pretty misleading as it usually means that one of the files THAT particular file imports (a dependent file) is the wrong version, missing or corrupted. But if you do not have access to an NTFS OS then you can put it in another computer as a slave as you noted. You may have to re-attrib the file in order to replace it, if Windows has it flagged as a protected system file. I do not recommend using this hard drive to boot in another computer.
  5. if your ISS files are from InstallShield, use the following commands. to record the file setup.exe /r /f1 "c:\setup.iss" Edit the ISS file as necessary. to redeploy setup /s /f1 "c:\setup.iss" the F1 switch is a silent switch. When using the /r you need to specify the path and filename of the ISS file you want it to create. Using /r for InstallShield setups depends on how old the installer is. Older versions use /r for remove, but newer ones use it to record. I am not certain how you can determine which version of InstallShield created an installer. You may also be able to get the ISS file by unpacking the installer using WinRaR. If you do not find it this way, you will probably find an INX file instead, which can be read by the InstallShield dev app. Lastly, ISS files are also created by InnoSetup as well, and they are different than InstallShield.
  6. When you do a save picture as (in either IE or Firefox), and change where to save the file, it should save that location for the next time you try to do a save as. The only reasons why it doesn't is if the last used location doesn't exist anymore. Like you are saving to a removeable drive, or you renamed the folder, etc. I imagine this is kept in the registry someplace, but it will always default back to My Documents (or My Pictures) if it can't find the last used place. Also it may be reset if you change settings in your browser, like resetting to defaults.
  7. TechNet has this issue, but they also say there are errors. Also only on Ultimate x32. Appears to be a malware service or rogue/corrupted (or likely poorly written) BHO you came across in your travels. Some say disabling a certain ActiveX control or service can help get rid of this error. http://social.technet.microsoft.com/Forums...6-34b0330bfc5a/
  8. Well since you threw vLite in there, I'm out. You might have configured something wrong. I have no experience with Windows after vLite.
  9. I would never attempt to change the motherboard without sysprepping the drive image first. I did try changing video cards around. I think I had 3 of those and 2 capture cards (a Leadtek and a Pinnacle) during the early testing. I have also seen a BIOS update do that but... err I probably use a different version of Vista than you so a BIOS update for me (in some cases) would definately cause that to happen, but it would be fixable for me.
  10. I chose no, but I used to. I did learn some classical guitar and also used to play an electric bass. Those were in the "days of long ago" and I don't think I remember anything about playing it. Let me say that while I was able to play the guitar ok (I'm more of a keyboard person really) I can't play guitar hero for the life of me. I can't seem to get both of my hands to do what the game says for me to do. Like I am out of sync. The motions in that game feel very foreign because I am thinking like I am playing a guitar and it doesn't work lol.
  11. I know what you mean Cluberti. It just seems to me that brute forcing people into changing doesn't seem like the best it could be done.
  12. Alright, I didn't do so bad. 73%
  13. Hmm also something about what you said before... not being a hardware issue. Said you ran 2003 on this for 2 years. I am asking this now, is all of your hardware 2008 certified?
  14. Verify that you have specified that the server send along a DNS suffix in your DHCP settings. If you leave this option blank or disable it, it will not pass that along.
  15. I had recently completed a 3 month SR with Microsoft regarding our server, and its slow speeds on traffic going TO the server. http://www.msfn.org/board/index.php?s=&amp...st&p=818425 In addition, you can try disabling the Link Layer Topology Mapping on the Vista machines and the server. This can be done with Group Policy.
  16. Well the first is obviously you'd only have 1 server. It depends on what your needs are really, what services you plan on running. Some services conflict with each other (they will tell you this when you try to enable them) so in some cases you can't run DNS on the same machine as "some other service". Of course you need DNS to run AD, it won't install unless you have it enabled on that server, or another is available on the network somewhere already.
  17. 2008 and Vista are really the same base product. The functions of the recycle bin are likely exactly the same.
  18. Hmmm... I am thinking that you might not want or need to do a full data migration the way you are thinking. Unless drive space on the file server is becoming a problem that is. Here is me thinking aloud, maybe it can help you out. ... Set the local accounts' My Documents (using system variable) to synchronize with the data on their server share. You would only need to do this once. You can set this up with a logon script, or have them do it manually. Of course there will be some down-time for your users during the file transfer. ... Also possible, Server 2003 requires both NTFS and Domain permissions to fully access anything properly. Make sure you set permissions on the Sharing and Security tabs properly. Hopefully these users are in an OU and not just part of the Users group, but even then it might not be too big of a deal. Is this to say that the user's data is only to be kept locally on their computers and not on the server anymore? Is there no data to be shared between people at all? If its fine to keep the data on the server after you get it to the PC... it might be a good idea, especially if anyone set up shortcuts to files up there. Not sure if you would want to use roaming profiles either (after the migration) to automatically sync up to the server for backup reasons.
  19. I do not know if this information is stored in the registry. I do know that they are stored in system variables. AutoIT supports finding this information with the following functions: DriveSpaceTotal() DriveSpaceFree() DriveGetType() DriveGetDrive() DriveGetFileSystem() DriveGetLabel() DriveGetSerial() give this a shot, might be easier.
  20. Which EEE PC model do you have? Its also obvious you modified it from the original configuration right? These things are designed to work with solid-state drives...
  21. What is the size of your Windows user profile? It should be under 1GB! You can check this by looking at the properties of c:\documents and settings\YOURPROFILENAME. Mine weighs in at ~400-600MB last I checked.
  22. I found this on another site. You can try it. Make sure to backup any changed files first! I can't garauntee it will work, I haven't tried it.
  23. Thank you! Yes man I know this is gonna work, yes i checked shutdown cmd on run through regedit & msconfig i m not able to find it, I think after disable system failure restart automatically will work on it , if it does not then there must be the power problem.. N thank you ones again! for ur suggestion.. Appreciate You won't find the shutdown that way. Shutdown is in system32 but don't touch that one. Malware can end up restarting the computer by either running that program (you also need it to restart or shutdown yourself) or Windows protection may trigger it automatically if a program does something really bad. Hopefully you'll get to see a nice BSOD on the screen, which means we can troubleshoot it. If you find your computer had restarted by itself and it didn't have a BSOD, then there are other problems. You might be able to check that out even now, while the machine is running. If you look in the Event Viewer, under System, there may be logs relating to how Windows had unproperly shutdown, or in some cases, you will see an entry that says the Event Logging service has started and the previous entry is NOT the event log service is shutting down. There should never be any logs between the service stopping and starting, because even in a fault situation, it should log at least the error before the service starts again.
  24. Maybe this will help you. http://www.msfn.org/board/index.php?showtopic=37292
  25. First, disable the automatic restart on system failure. This will make it so if you get a BSOD, it won't reboot on you. However, if the reboot is caused by malware (causing the shutdown cmd to run) or the hardware (heat or power related), it will not prevent this. An each-step process for this is to use the F8 boot menu and choose the appropriate option. It only keeps this option for that boot period. There is a way to disable this in Windows or via the registry, but I do not have this information for you.
×
×
  • Create New...