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. Welcome to the MSFN! Here are a list of possible solutions. The site does not link them individually, but you can search the terms to find their websites. They are not likely free, however but you never know. http://www.cd-writer.com/cd_dvd_copy_protection.html
  2. In the future, I would recommend saving all your downloaded driver updates.
  3. I believe that if you don't unload the hive, it just doesn't save the changes.
  4. If the above does not work, you may have a large number of spyware. I recently ran into such a system. The following should get you access to Windows, but only if you have a newer keyboard. After which, you should back up your data (if possible) and reinstall or run a recovery (if you have that option). 1. Press (Windows key) + U. This will bring up the Utility Manager. 2. Exit the Narrator. 3. on the Utility Manager window, click Help. A Utility Manager help screen will open. 4. Right click in the right pane somewhere and choose 'View Source'. This should open Notepad. 5. In Notepad, click File, Open, Change "Files of Type" to "all files *.* 6. This will give you access to all the files and programs on your computer. You will also be looking at the system32 folder. 7. Do a folder up (its a button with a folder with an up arrow on it) to get to the Windows folder. 8. Find the explorer.exe and right-click and choose open. If this does not work, find cmd.exe (its back in the system32 folder, so use the back button, green arrow pointing left) and right-click and choose open. If you can open the command prompt, you can run anything, including explorer.exe. A friend of mine used this method to backup his severely infected PC before running a recovery on it. He had a CD burner and a USB drive to save files to. Hope this helps.
  5. Hmmm.... I have to accomplish a similar task. My thread about this (disk performance) is here: http://www.msfn.org/board/index.php?showtopic=131023
  6. If you can wait until Monday, I can look into it. It may be possible as long as your PC keeps the updates after running them. In the mean time, if you are curious, turn on the viewing of hidden and protected system files, then look in the Windows folder. You should have a bunch of folders at the top with long names/numbers. I don't keep these folders on my computer at home, so I can't tell you what is in them.
  7. Ah did they decrease their size? I remember them being very large, but if memory serves me right, they were mostly ads. There are a lot less print adders than there used to be. Grow with the times I guess.
  8. Tony Bacala - Decepticon War Theme some of his tracks are available here: TFW2005
  9. I am thinking that your best option would be to pre-qualify the clients into WDS/Active Directory. Then create a deployment exception (rule) that makes those said computers use a different boot rom than the default. wdsutil.exe /set-device /Device:SERVER01 /BootProgram:Boot\x86\pxeboot.n12 See: http://blogs.artinsoft.net/jose_aguilar_bl...05/16/1442.aspx So, create a rule for your pre-qualified clients to receive the x86 boot file, and only use 1 x86 Boot Image. Then set your default boot image to x64, and only use 1 x64 boot image. The x64 could be used by developers and should be able to deploy x86 images. However, if you have more clients than developers, you may want to pre-qualify the dev computers instead. If you are running any asset management environments (such as Altiris Notification Server) you could probably script it to pre-qualify them automatically, presuming you can set up the appropriate container. Otherwise you'd have to enter this information manually. If this seems confusing, let me know exactly how your WDS is laid out. Myself, for example, have 2 Boot Images and 7 Install Images. You have an additional option as well, if there is only 1 client "system image", aka a captured and sysprepped image, you could pre-qualify your client machines to boot into a standard WinPE, and then script it appropriately to deploy the image. That way the client would not have any option to do a selection. As far as "no authentication" this is incorrect. Although, this does depend on where you are getting these boot images from. A standard Win PE does not, this is correct, but the boot.wim from a Vista disc does. Let me know your thoughts about this.
  10. Does your video controller happen to an nVidia chipset?
  11. If use smallMBR doesn't work, try this in MasterBootRecord instead: STR_BS_ERROR="Missing OS\n" STR_ERROR="MBR Error\n" STR_PRESSAKEY=" " STR_START="\nPress F11 " Also you can take out the lines starting with a semi-colon ( ; ) because they are comments. My mbr.ini files do not have those comment lines in them. :\
  12. I only have a couple things to mention. 1. Make sure your hardware is Server 2008 certified. I am not familiar with AMD based board in 2008. 2. Check the terms of service with your ISP. They likely will require you to have a business account in order to run a web server or mail server off their network. If you don't plan on making the server accessible outside your network, do not worry about it. 3. The Set-up Your Server window is pretty straight forward. If you run into a problem adding roles or features, try only adding one at a time. 4. You can try turning off the Link-Layer Topology options (use GP) on the server and on the workstations (only if they are Vista) to see if it increases your speed.
  13. I've only had moderate success with that method. The reason is likely because it isn't the only reason this behaviour happens. Its funny about this thread really. I removed a fake antivirus program from a friends computer (same OS as yours) and it started doing the same thing. I ended up doing a system recovery on it instead.
  14. That is true. I still get the same error 1. Their error doc has the following info:
  15. Unfortunately, using a WIM file to image an XP machine still doesn't remove the limitations of the HAL. Using a WIM only gives you a file-based structure to store the base image, but it doesn't change the limitations XP has on the HAL. There are some other posts on the unattended XP section on ways to get XP to install on multiple hardware devices, but these are all independent of what imaging software you're using (ultimately, WIM won't help you achieve this). The best implementation of Hal trickery that I have seen so far (concerning WIMs) is TheReasonIFail's: http://www.msfn.org/board/index.php?showtopic=115243
  16. This will be my first official project post thread. In this project, I am attempting to get PassMark's Burn In Test program to work in Windows PE 2.1 x86. Here are the project details: Windows PE: v2.1 x86 (32 bit) Application: BurnInTest v6.0.1002.0 Developer URL: PassMark Software Additional Software Microsoft Process Monitor Heaven Tools PE Explorer (30 day trial, purchase for continued use) This program comes with a plug-in to work in BartPE and Windows PE 1.x environments. Taco Bell has also been working on getting this program to work properly in v2.1. Currently, PassMark is in process of offering official support for this environment. While Taco Bell has been able to get the program to launch properly (using the /x switch), it still fails for me. This thread will be my log of my experiences. The current instructions are to install the program on any computer. Then take the \BurnInTest folder and copy it into the WinPE. The BartPE plugin merely adds an option to launch BIT from its menu. You also need to copy MSVFW32.DLL into \SYSTEM32. After doing this and launching the PE, an attempt to run the program returns the following: and Taco Bell has noted that he had not experienced the Error Number 1 issue. My first step was to run a ProcMon on bit.exe to see what files it uses to and then compare that with what I already had. I had originally run PE Explorer on bit.exe because it has a dependency scanner, however, ProcMon detailed additional dependency files not listed by PE Explorer. The following is the full list of files it uses: Items in normal (black) text were already present in my winpe.wim. Items in Red were not present, and were not present in my VistaBusiness32.wim. Items in Green were not in the PE but were in the Vista WIM. I copied the known files from the Vista WIM into the Winpe.wim and committed the changes. Some things that are noticable: The program uses the process of creating a patch for itself on systems that are not fully supported. This is noticed because it ended up writing into sysmain.sdb, which is the main application compatibility database for Windows. It also (appears) to create make it compatible with XP SP2, as it looks for that file as well. This is only my guess atm. I'm off to test. If anyone has any ideas, let me know. I believe it is safe to ignore the DirectX warning.
  17. Oblivion, aka Elder Scrolls IV: Oblivion, also has an expansion pack which was originally available separately. It is called Shivering Isles. The extra disc may be the additional mods, like Horse Armor, etc. If the box says it comes with those things, then its the right one. Make sure to check for updates once you get it installed.
  18. This is an unfortunate mis-use of terms. Your notebook actually has an SVGA connection. VGA hasn't been used for a very long time. I don't know why the term SVGA isn't used as it should be.
  19. Sorry, my computer at home died and I have been busy at work fixing that (I brought it in) as well as my regular work things. So not much time to be on MSFN this week so far. And yes my reply were to your older posts. Its obvious you and Jaclaz have moved along a lot further since my last contribution, so stay on track with him for now and see where that leads.
  20. BS Explorer, aka BoaSoftware Explorer, is a custom shell created to be used in Windows PE. It appears, based upon a quick glance, that the text (if comparing screenshots on their site) is controlled via bs_explorer.ini. You may try inserting a NULL character into that option, such as ALT+255, and see what that does. Also, when in doubt, try looking for the developer's forum or contact email.
  21. What operating system are you using? Since those were instructions for XP, it is possible the OS you are using has different commands or even registry keys to work with.
  22. I see a lot of posts about people wanting to put the profile on other volumes, and frankly it doesn't make much sense to me. I am presuming its the fact that once the profile gets to a certain size, the OS slows down. My solution to that is to not use the profile for anything that gives me a choice of where to put files.
  23. OK a couple of things to try. Obviously there is a peice missing, and it is likely a dependency. 1. Make sure you are using the files to match your PE type. If using a 32bit PE, use the netsh and dhcpmon.dll from a 32bit Vista machine. 2. On a Vista PC, use Procmon and run your command. Make note of any additional files it is reading, including registry entries. 3. Run depends on netsh and dhcpmon.dll. You may be missing a dependency. I have done very little with getting the PE to do things that aren't documented, but this is always a starting point for me.
  24. Sorry, I'm late to the party Don't worry about the offset that is normal. Examining the MBR.INI we can see the following: Under boot loader, you have "RecoveryPatitionOnStartOfDisk=0". This is because SoftThinks does not follow the best practices for recovery partitions, which is, to put the recovery partition as the beginning of the disk, and the system volume follows it. This is because the recovery partition must be created after the system volume is put on. It automatically splits the disk (it uses a percentage option) and creates a partition to follow the system partition. It then copies the files and compresses them. After this, it resizes the recovery partition to save space. It is easier to do it this way, instead of say, creating a 20GB partition at the start of the drive, and then another one for the rest and install Windows to that part. Its because the SoftThinks software cannot resize the partition if at the beginning, because you cannot change the offset of the system volume once it has been created very easily. Also, for "AskCreateRecoveryPartition=0" if you set this to 1, it would not work unless you had the license key inserted, so don't both trying that one! You may be able to get past this "32byte" error by changing "UseSmallMBR" to 0. OK so you have logs that say that MBR.DLL is running commands, which confirms my estimation. So it may be that their software actually uses Rundll32.exe to execute that command? I was able to restore the F11 functionality using Terrabyte Lab's MBR.EXE. This happens because it could not find the recovery partition. So it loads the next best thing. In my custom project, I got this to happen also. But say I hid the C drive, and tried to load the recovery partition and it wasn't hidden. Then it would do the same thing, except it would try booting off the network, which was next in the boot order. Yes this is an issue with personal equipment. Not everyone that posts here have the ability to constantly redo their theories via imaging, or have the ability to start over once we blow something up. The tool, if run from Windows, would not be able to do a full offset movement, because obviously the volume would be in use! Nah, so I do not think that was the issue.
  25. Welcome to MSFN, varun037! Thanks for the info, atolica! Closing topic, since this is a cross-post. Original topic here: http://www.msfn.org/board/index.php?showtopic=131887
×
×
  • Create New...