Jump to content

Tripredacus

Supervisor
  • Posts

    13,346
  • Joined

  • Last visited

  • Days Won

    26
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. All the spammers accounts got deleted. Those users and posts stop being counted in those numbers. But some of those posts still exist. Here is a thread created by a spammer who got deleted:
  2. Ok I'll try replying again... It probably works with either Home or Pro. It doesn't hurt to try it right? I never used it on XP myself.
  3. The CZC U116T tablet (with dock) does not show this symptom.
  4. There is an updated imagex.exe in the ADK that does not show this behaviour.
  5. Which WAIK download? This one doesn't even mention XP: http://www.microsoft.com/en-us/download/details.aspx?id=5753 Unless you mean this old one for Vista: http://www.microsoft.com/en-us/download/details.aspx?id=10333 Its probably because the Vista WAIK was released before XP SP3 was released, why it doesn't mention it. It may work, you'd have to try it.
  6. Post #7 is from a thread merge.
  7. What is the command you put into RunOnce? Also what is the full path to the RunOnce key you are using?
  8. Its annoying initially, but it isn't horrible. I think the size is actually larger than 1 pixel tho. My only complaint is that it would be nice if there was an easy way to add items into that context menu, such as whatever roles are installed.
  9. Sounds like you need to do a JOIN. Read about the types here (generally speaking) http://www.w3schools.com/sql/sql_join.asp Remember MSSQL and MySQL has slightly different syntax.
  10. Which SQL are you using? MSSQL, MySQL or something else? Should be close enough for web development. When in doubt, if there is no section we always have the Hardware and Software sections.
  11. This article was posted up on Kotaku, where the author goes through the Doom 3 source and showcases the great things about it. You guys will likely find more use of it than me, since I don't work with C++. http://kotaku.com/5975610/the-exceptional-beauty-of-doom-3s-source-code You'll notice that John Carmack made a post in the comments section too.
  12. I am totally unfamiliar with building a PE this way. Did you follow some tutorial?
  13. Yes, its fortunate that WMIC commands are kinda like SQL queries. I would recommend you try using the WMI Tools (specifically the Object Browser) to find some value to search for to use in your command. Tools are here: http://www.microsoft.com/en-us/download/details.aspx?id=24045 I had to do something similar to detect fingerprint sensors... Also, you can use a "like" instead of "where" to find a partial match. That may be helpful in MAC Addresses, since you could specify just the first 2-3 octets. Here is an example, not as a wmic command, but I'm pretty sure you can still use "like" SELECT * FROM Win32_PnPEntity WHERE Name LIKE '%Fingerprint%'
  14. Have you tried making the XML in WSIM? Here is an example for the user account: <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Group>Administrators</Group> <DisplayName>Admin</DisplayName> <Name>Admin</Name> </LocalAccount> </LocalAccounts> </UserAccounts> Here is the NetworkLocation: <NetworkLocation>Home</NetworkLocation>
  15. I've read multiple articles from MS that refer to the Start Screen as the Start Menu. I think its just an error.
  16. I can't understand exactly how or why this happens, but I have confirmed that it does. Sorry for the topic title, but I can't really put it into words. I've already gone through all the testing and found out the symptoms and a work-around, which may be a fix, but it doesn't actually solve why the problem happens in the first place. The issue was that a deployed image wouldn't automatically register files at Windows boot up. The complaint of Windows (via Start Menu) and third party software was that these files could not be found. The files do exist however. These files should be registered automatically. All of these files are unsigned Active-X Controls. Background. Image is Windows 7 Pro SP1 x86. It was initially captured using WinPE3 using Imagex. Here are the different variables I tested and the results. (All PEs are x64, imagex in PE4 is from WAIK from Win7) Deployments that result in a failed file registration WinPE4 with Imagex via cmd.exe Deployments that result in successful file registration WinPE4 with Imagex via direct call (objShell.Run, VBS) WinPE3 with Imagex via cmd.exe WinPE3 with Imagex via direct call WinPE4 with DISM via cmd.exe I can't provide specific files since they are not mine to mention or redistribute.
  17. This program looks to be built on Linux right? WinPE 3.0 already contains regedit.exe.
  18. what do you suggest? is there a guide to follow? also, no more shift+f3 right? thanks in advance.. I haven't tried that keyboard combo in Win8. I usually install it using an answer file and have it boot into Audit Mode.
  19. From what I read about this drive is it is powered via the PCMCIA port. I could not find any photos of the rear of the device, and no documentation about alternate power. Its possible that the op is using USB power for this device and the port the connection is made with is not designed for data transfer.
  20. There is little difference between Windows 7 and 8 when it comes to image creation. You should use the same process you used with Windows 7 if that is what worked best for you.
  21. Its apparent that the built-in MS drivers for this device aren't suitable for use. You'll need to get some official drivers installed for this, in other words if the driver provider is Microsoft, that isn't the answer.
  22. Its because while we are led to believe that Windows 8 was designed for portables, its obvious that this particular thing, the Start Screen/metro, was specifically designed for a 16:9 desktop touchscreen monitor. It would be a good step in some update that verticle scrolling is made available as an option, if at least for tablet rotation. It was already complained about screen rotation on portables with the Start Screen is kinda pointless. And another deeper impression of mine.... You can't find everything by searching in the Start Screen. For example, you can't find things in Administrative Tools, such as Local Security Policy.
  23. If these PCs are in a corporation, Microsoft provides software for the enterprise channel called MDT and SCCM. You should keep those applications separate from the OS image, since then you can update them as necessary without having to redo the images. Here is a good summary: But other topics in the Windows 7 unattend section may be helpful.
  24. I have received a decommissioned domain controller that I am in the process of converting into a file server. I currently have a share on one computer and we have scripts that connect to that share using the computer name. The old file server (not connected to the network) and the current one have the same computer name. Since all our locations use the same names and scripts, it would be great if I could set up a rule or something just for the network here so that the scripts can stay the same. I can't change the computer name of the current file server because it is a domain controller. What I would like to have happen is that when a client attempts to map the network drive using the existing scripts, it maps to the new server rather than the old one. Is there a way to do this? I have not renamed the new file server yet, I figured I'd ask about it before trying anything. Both servers use Server 2008 R2 Standard.
×
×
  • Create New...