Jump to content

Tripredacus

Supervisor
  • Posts

    13,310
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. I don't think the Start Screen is stored in the profile proper... How are you adding your apps, with DISM? Tile customization can be done using the answer file but I don't see that in your code. Take a look here: http://technet.microsoft.com/en-us/library/jj552650.aspx
  2. I would think that no one in his right mind would NOT upgrade to Windows 8.1! I would think that more would be on Win 8.1 since Windows 8.0 (RTM) is EOS (End of Sale) already. You should be able to change your title in your profile. I think it was earlier in this thread, you and another user who are both "Junior" were referred to as "Junior" by two different people.
  3. Forgive me georgy, this topic is in the funny farm. Your links have been removed because spam is not funny. Your other posts seem legit (what do I know) so you get a funny warning for now:
  4. I corrected your topic title. We do not like generic titles (see forum rules). If I did the title wrong, you can fix it yourself using the full editor.
  5. What is the model of the switch? Are there no other devices on the switch besides the 5 computers?
  6. That particular site uses Dreamweaver's default rollover script. Either way, Firefox doesn't see the composite images as being "loaded" as they do not show up in the media view. The only way to get Firefox to do it is to save as webpage complete, then download each individual composite image and put into the files folder. That won't give you a single file to use like an MHT. It looks like you can use wget as well. http://superuser.com/questions/55040/save-a-single-web-page-with-background-images-with-wget I know of other programs that can scrape content off a site, but I don't know how to get them into a single file. Maybe there are MHT or MAFF editors?
  7. For what board?
  8. I'm wondering why you keep using symfix in this and your other thread. Why not set the _NT_SYMBOL_PATH environment variable and be done with it?
  9. Only to say hello? No other posts to be made?
  10. It looks to be that your application is expecting a certain version of (at least) MSVCR120.dll and you don't have that one. I would run Depends on the program to see what it complains about. Also, run Procmon on Stella.exe at launch to see what its search order for MSVCR120.dll is. If the first place to look is the home or working dir, you could put the correct version into that folder and no effect anything using the one in the Windows folder.
  11. It is most likely that the INF you injected into your image does not support the actual hardware. In my own usage, I will verify what the storage controller HwID is before attempting to add drivers. There are multiple ways to do this: 1. Install an OS on it and look in Device Manager 2. Boot to DOS and run PCISCAN. If the device does not show up or is virtual then... 3. Boot with Make_PE3 (or alternatively a ChrisR project) and use the Device Manager. Verify the HwID in the INF, inject the INF. I do believe, that WinPE will let you run drvload on a storage driver without requiring a reboot. You can test your drivers using drvload and then use diskpart to list disk to verify you have found the correct driver.
  12. Welcome to the MSFN!
  13. No takebacks! http://www.msfn.org/board/topic/170850-aero-glass-for-win81-125/page-73#entry1081581
  14. You may be able to identify what those GUIDs are by searching for them in the registry.
  15. I have seen some instances where a password will expire after 30 days. Which is why I keep this little command around: wmic useraccount where "name='UserName'" set PasswordExpires=false However, I have not seen this happen on any systems I have personally used, just client PCs. I also do not use blank passwords.
  16. I haven't used this myself, but the SDK documentation implies that the path is where the image is being applied to. So the partition you are applying to would need some sort of extra space beyond the size of the image. As for how much space is used, I'm not sure how you could tell. I could be wrong in my interpretation of the help topic. Help topic from MSDN (matches content in the SDK helpfile) http://msdn.microsoft.com/en-us/library/windows/desktop/dd851937.aspx OP cross posted on MSDN Social: http://social.msdn.microsoft.com/Forums/en-US/4054d8d8-2d67-4119-8ede-6f0bbc17f01f/minimum-space-required-for-wimsettemporypath-api?forum=windowsgeneraldevelopmentissues
  17. I, also, do not remember having to fear of sudden BSODs... but I did develop a habit of saving constantly. So there must have been something else that generated that behaviour.
  18. I haven't seen this problem, at least here. How many hours is it off by? I have had this problem on other sites before, but I just change to whatever time zone makes the board time match my PC time.
  19. I always wondered about the photos people can take where you can see the milky way. On some nights I can see a "blur" in the night sky that I suspect is the galaxy edge. I can see stars fairly well in the city. I used to hang around at an observatory, but it was at a time before I knew viewing the galaxy was possible.
  20. It is possible that something is incorrect within the construction of the system, or that the power supply isn't 100% ok. I don't want to use a power-outlet comment as I don't know what country you are in. But in the US, just because we have outlets with a ground plug doesn't necessarily mean that the plug is grounded. But I don't think that is a problem. I did a fair amount of unplugging and replugging things in yesterday (relocated equipment to another room) and I also can often see a little spark or hear a sound when plugging things in. This is because the outlet is active and it is a natural phenomena that the electricity will jump that gap on insertion. HOWEVER, I do not get zapped. That is the real concern, not that you can see a little spark or hear a sound. I wouldn't recommend a towel, cloth or paper. You would want to use anything rubber, even one of those rubber things you use to help you open jars. But that is just a work-around. What is the environment like where your systems are? Do they sit on carpet?
  21. Well certainly someone here knows about Macs because I certainly don't!
  22. Here is our batch/scripting section: http://www.msfn.org/board/forum/66-programming-c-delphi-vbvbs-cmdbatch-etc/ This one is for installation packages and finding silent install methods: http://www.msfn.org/board/forum/80-application-installs/
  23. Well that certainly isn't good. Does it do this connected to any outlet? Do other power cords connected to those outlets do the same thing?
×
×
  • Create New...