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. So you are taking a Windows OS and putting OEM files into it so that it activates?
  2. I finally got a dump AND figured out how to use 7zip to split the archive. Hopefully I didn't miss anything... adplus folder on SkyDrive Update: I've been more careful in my FF usage. I didn't end up going to FF beta because I'm technically not using FF. I'm using Palemoon which does not have a v5 beta available yet. So I'm using IE9 and Chrome a little more instead. I also disabled DWM wallpaper transitions (which was set for every 3 hours) and also updated the mouse software. I've also been hearing sounds from the video card fan, where if I tip the computer a bit it goes away. Not to leave out that one time after my monitor went to sleep, the PC would not resume to video (on any ports) to it without doing a reset.
  3. There are many free CMS portals you can use too. I've tried Xoops, Joomla and others in the past. None of them ever worked for me so I ended up making my own system, but it doesn't function any more. Do a search for Free (language) CMS, where (language) is the one you are using on your server, like PHP or ASP.NET, C# etc.
  4. ActionScript you mean? You need the script for inside client_ v3.0.swf? What did you make your SWF in?
  5. .Net Framework 1.1, 2.0 and 3.5 SP1. Or you can just wait until a program complains about it being missing.
  6. We have replaced all legacy Matrix software for Intel based desktop boards with the newer RST software. Of course testing needs to be done first, but I haven't had any problems. Remember this about Intel drivers, just because there is a new driver package version, it doesn't mean the driver for your device inside has been updated. This confuses our customers sometimes (and even our techs ) because they will think the newest driver is not installed, when it actually is. Case in point, the Intel Chipset v 1025 has v1016 files in it.
  7. Some BIOSes (like Award) will accept a special CD at boot for an update. Its an annoying process and Its tricky getting it to fire. Is it an Award or AMI BIOS?
  8. Just as it says in the Unattended Windows Setup Reference CHM that comes with WAIK, use DisableAntiSpyware. The link is for Vista but the value is unchanged for Windows 7.
  9. This script seems to be overly complicated... Isn't there switches for this installer? You may also find one that creates a log during install, a must for debugging why AutoIT isn't running the app properly.
  10. Do you mean changing it in Computer Properties or other similar locations? You can do some in the registry, some by editing files.
  11. Tripredacus

    hi

    Welcome to the MSFN!
  12. DISM /MOUNT-WIM /WIMFILE:d:\images\install.wim /INDEX:1 /MOUNTDIR: C:\winpe_x86\mount to unmount... DISM /UNMOUNT-WIM /MOUNTDIR:c:\winpe_x86\mount /COMMIT or /DISCARD if you make a mistake.
  13. Couldn't you, in your script first stop the service? If it is set to automatic, you won't need to re-enable it after running your programs, as it should start up by itself after the next reboot.
  14. Welcome to the MSFN!
  15. RIP Derek Boogaard

  16. There's always been a move to switch to the "do it yourself" method of making the recovery media, but that has been compounded by other things. Most recently, a number of Authorized Replicators had closed up shop, leaving only a handful of ones to choose from. This caused the price per disc to jump up considerably! An example is that the price-per-disc cost went up at least $10. So consider how HP or Dell used to use the model to create model specific recovery discs, the never ending product price war and the increased cost to produce recovery media. You can see why systems are coming out with the "do it yourself" method!
  17. They seem to have more forums that you can imagine! I found a list of them here: http://www.mozilla.org/about/forums/
  18. To service Windows 7 images, you should be using DISM. Using Imagex as the primary mounting program is deprecated. Also make sure you run your WinPE Tools Command Prompt as Administrator.
  19. Working on some new layout ideas, and can't figure out why there is a gap in the div arrangements here: http://tripredacus.net/chars/b/beta.php They are appearing in the correct order, but I cannot figure out why two "spots" are skipped before the fourth item is placed, and then continues as it is supposed to. I've checked both in IE and Firefox. You should be fine seeing code generated from your browser... It almost looks like there is something in the way, are they conflicting with each other since they have no height attribute set? If so, what is the best way to get past that? This is still in progress but I wanted to get the general idea down before playing with additional spacing and coloring of the individual boxes... Update: Yes, the height property needs to be set properly otherwise the box height varies too much. Also needed to clear some two of the divs inside the container itself.
  20. Welcome to the MSFN!
  21. Yes we noticed that returning members became Anonymous users for some reason.
  22. I can see it in some situations, but no one is going to want confidential data on those things. Maybe this is viable at the SMB level. Or maybe something for use in the sales force, but not anything that has to follow any sort of regulations like HIPAA.
  23. Welcome to the MSFN! Check out rule 11 on the forum rules: http://www.msfn.org/board/index.php?app=forums&module=extras&section=boardrules
  24. Welcome to the MSFN!
×
×
  • Create New...