Jump to content

Tripredacus

Supervisor
  • Posts

    13,350
  • Joined

  • Last visited

  • Days Won

    26
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. holy smokes! what happened

    1. Tarun

      Tarun

      Somebody set up us the bomb.

    2. Tarun

      Tarun

      Main screen turn on

  2. I have an idea. I should upload an old IPB onto that VM and see if it works properly...
  3. In Device Manager, you see the modem listed there with the flag on it. Right Click on the Device and click Properties. On the General Tab is a section titled Description. Post the message in that box.
  4. A little different this time because I am running my own server. I suspect the possibility that I do not have PHP running properly. I am working on porting a CMS I had created for another website and use it for one I am working on now. My problem is that some of the code doesn't seem to like PHP5 or else I don't have it set up correctly. For example, I have verified that I can get data out of a MySQL database, but some functions or methods do not work. One of them is mysql_num_rows(). Apache complains that mysql_num_rows() is an undefined method. This should work properly without having to define it, isn't it a public/built-in function? http://us2.php.net/manual/en/function.mysql-num-rows.php Also the code originally said to use getNumRows() but this does not work either. As far as the actual function goes, it is to count how many results are returned from the database. In this case, there will either be 1 or 0. The information is located in the database, and should pull 1 entry, but instead it just makes this error. Everything else in the script up to this point is working... Any ideas?
  5. Well that is ok. At least now the links are underlined. That was the reason I used Orange because links inside of posts would stick out better.
  6. What is the Code number in the Description in the Properties of the device?
  7. A 64bit WinPE can deploy both 32 and 64bit images. Windows 7 setup doesn't really care what the architecture is. Not sure about Vista, because Vista still uses an installer where 7 basically uses Imagex.
  8. Not to my knowledge there wasn't. Is there a way I can check to see if any drivers were added to the image and if so, is there a way that I may remove them. Yes you can do this. If you mount the image, you can look in mount\Windows\inf and look for oem*.inf. Some of these are built into Windows, but additional ones get appended at the end. You'd have to compare this to the source in the install.wim of the Windows 7 DVD. But let's say, for example, the DVD only goes up to OEM13.INF, then if you had INF files up to 33, those extra 20 would have been injected after the fact. I've had to remove an injected driver from an OS before. If you knew exactly which driver it was, you could search the OEM*.inf files for the HwID of the affected device. You can use DISM to remove the INF file once you find it.
  9. It may be because it sometimes isn't actually just File association. I believe that Default Browser setting is profile specific. Have you set Firefox as the default web browser for the limited user account?
  10. I'm not sure how successful this can be using the regular OS. There is a WinPE portable OS build that can work as a Thin Client, as seen here: As far as official support goes, you do have the ability to create a thin client using Windows 7 Embedded. The WES Trial contains documentation on how to do this.
  11. Sometimes finding MSFN on Google is annoying, especially when you search for something and just find the topic you made here.
  12. Ooo I can see the separator. I'll have to check things out and see how it is. Oh um... back to normal color scheme. Almost didn't see it. How can I get back to using Orange?
  13. yay cms headaches again

  14. What do you mean? I honestly don't know what else you could ask for. I was using the wrong terminology. I was thinking about how Link Aggregation works on our managed switches, but the correct term (and such things do exist) is Dual Band wireless, which will allow for separate N and G bands that do not interfere with each other. I'm still kinda green on wireless tech, mostly because I don't trust it yet.
  15. No the reason why you aren't seeing XP from OEMs anymore in the retail market is because Microsoft dropped XP support from the channel. However, you can still buy whitebook products (barebones) and put your own OS on it. Your specs made me think of this model: http://www.msiwhitebook.com/product_spec.asp?model=MS-1454-ID1
  16. That's good. I wouldn't be much help on XP installs, because I don't do them that way.
  17. Welcome to the MSFN!
  18. The Wii should be fine. My PS3 works fine on the wireless, however I am going to research how to use N on the PS3. The fact that I am using mixed mode is causing some problems for Wireless N clients. Now if someone were to make some managed N routers that would be awesome.
  19. Add this to your diskpart script: sel vol d assign letter=v Change the assigned letter to what you want it to be. When the system is booting up, go into the F8 menu and choose the "Disable automatic restart on system failure" so that you can see the STOP error you are getting.
  20. FWIW, I see that AVG is installed. A best practice for any unattended install is to install your antivirus client LAST.
  21. This error can be caused by faulty memory, not enough memory or a network timeout while transfering the boot image to the client. You need a minimum of 512MB RAM on the client to boot WinPE 2.x 32bit, 1GB for 64bit.
  22. You can use the DriverPaths object, among others. http://technet.microsoft.com/en-us/library/dd744282%28WS.10%29.aspx
  23. The topic still exists but has been hidden by another mod. This type of topic you posted should be in the board issues section, which is where I will move this topic to.
  24. Computer repair comes down to two part, fixing hardware and fixing software. Both have different skill sets. Don't worry about what exactly you want to do if you are just starting out. Play around with everything you can that holds your interest. I did not truly find what I wanted to do until maybe 8 years into my IT career. When you figure it all out (if ever) you can then correctly plan your career and certification path.
  25. Nice collection! I have found its often easier to fix your own machines, but sometimes riskier to try to fix other people's computers.
×
×
  • Create New...