Jump to content

Tripredacus

Supervisor
  • Posts

    13,301
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. xper has been working on the new skin

  2. We have a new skin so if you find any bugs with it, post there here. I have one to post already. Some Sub-Forum titles are too long for the blue trapezoid to hold. This is one example: http://www.msfn.org/board/forum/101-unattended-windows-discussion-support/ You can see that it just goes to "Unattended Windows Discussion & Support Su" but if you highlight the text, the "bforums" part becomes visible. Other sections with this problem: http://www.msfn.org/board/forum/37-web-development-html-java-php-asp-xml-etc/ http://www.msfn.org/board/forum/66-programming-c-delphi-vbvbs-cmdbatch-etc/ Also the Other\Dev section... won't post a link for that.
  3. It sounds like the unattend you used had the Administrator account and a logon count specified. This setting may also be present in the registry for you to remotely edit.
  4. For this, I would put the serial number in the DMI under the Serial Number or Asset Tag field. Then run first logon commands to rename the computer via WMI. If your motherboard doesn't have a DMI this could be a problem, also I do not know how to get it to join the domain after the rename. You might have to prequalify the systems in AD.
  5. This sounds like a worm is infecting your PC. A common trick by them is to run as a service through svchost.exe so that they do not readily appear in Task Manager. However, for some reason people who write worms/trojans seem to not do it right, and svchost will crash if their code makes an error.
  6. If it is specifically about nLite, we have an nLite forum. If it is about making Unattended XP installs, we have a forum for that. Otherwise general XP is available too.
  7. holy smokes! what happened

    1. Tarun

      Tarun

      Somebody set up us the bomb.

    2. Tarun

      Tarun

      Main screen turn on

  8. I have an idea. I should upload an old IPB onto that VM and see if it works properly...
  9. 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.
  10. 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?
  11. 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.
  12. What is the Code number in the Description in the Properties of the device?
  13. 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.
  14. 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.
  15. 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?
  16. 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.
  17. Sometimes finding MSFN on Google is annoying, especially when you search for something and just find the topic you made here.
  18. 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?
  19. yay cms headaches again

  20. 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.
  21. 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
  22. That's good. I wouldn't be much help on XP installs, because I don't do them that way.
  23. Welcome to the MSFN!
  24. 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.
  25. 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.
×
×
  • Create New...