Jump to content

Tripredacus

Supervisor
  • Posts

    13,297
  • Joined

  • Last visited

  • Days Won

    24
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Tripredacus

  1. First, the BCDBoot command in the examples should use the /s switch. The rest, I guess is out of scope for this topic. It was a long time ago, but it had to do with what GPT attributes to set on the recovery partition and when to set them.
  2. Are they? In any case the procedure is the same. jaclaz It isn't exactly the same. I ran into a problem attempting to implement those procedures initially (and also from the //BUILD/ material) and found errors. Anyways, I bring this up because if the OS on the PC is pre-installed by an OEM, the publicly documented procedures may not work exactly as described in those articles.
  3. What is the operating system? Those articles are aimed at specific types of OS, such as OEM System Builder Kit or Enterprise.
  4. Similar topic: http://www.msfn.org/board/topic/171186-better-searches-with-boolean-algebra-searching/
  5. It must be possible. At least Yahoo! has the option to use the web-based Yahoo! Mail as your default mail client. I never did it myself as I have not used an actual email client in so long that I have gotten away from the practice of clicking on email links.
  6. I just did some testing. After my first deployment there were 10 Windows Boot Manager entries. Firmware Boot Manager---------------------identifier {fwbootmgr}displayorder {bootmgr} {27fa5fbc-e5c1-11e3-a481-0090f5e7d27f} {27fa5fb4-e5c1-11e3-a481-0090f5e7d27f} {27fa5fb5-e5c1-11e3-a481-0090f5e7d27f} {27fa5fb6-e5c1-11e3-a481-0090f5e7d27f} {27fa5fb7-e5c1-11e3-a481-0090f5e7d27f} {27fa5fb8-e5c1-11e3-a481-0090f5e7d27f} {27fa5fb9-e5c1-11e3-a481-0090f5e7d27f} {27fa5fba-e5c1-11e3-a481-0090f5e7d27f} {27fa5fbb-e5c1-11e3-a481-0090f5e7d27f} {27fa5fb3-e5c1-11e3-a481-0090f5e7d27f}timeout 2And when I reinstall, I have 10 again. Firmware Boot Manager---------------------identifier {fwbootmgr}displayorder {bootmgr} {4e026ab9-e5c7-11e3-acb3-0090f5e7d27f} {4e026ab1-e5c7-11e3-acb3-0090f5e7d27f} {4e026ab2-e5c7-11e3-acb3-0090f5e7d27f} {4e026ab3-e5c7-11e3-acb3-0090f5e7d27f} {4e026ab4-e5c7-11e3-acb3-0090f5e7d27f} {4e026ab5-e5c7-11e3-acb3-0090f5e7d27f} {4e026ab6-e5c7-11e3-acb3-0090f5e7d27f} {4e026ab7-e5c7-11e3-acb3-0090f5e7d27f} {4e026ab8-e5c7-11e3-acb3-0090f5e7d27f} {4e026ab0-e5c7-11e3-acb3-0090f5e7d27f}timeout 2I used Windows 8.1 Pro x64 with Update 1, disk cleaned by Diskpart, image applied by DISM. I don't currently have a system that hasn't had an EFI deployment done to it to see what a new system would be like.
  7. Someone unplugged Uncle Socks!

  8. I recall many times where I start a thread and figure out the answer before posting. Sometimes, going over the problem whether typing it out or talking to someone, will put some new idea in your brain and sometimes that is all you need.
  9. Did you see this similar post? http://en.community.dell.com/support-forums/network-internet-wireless/f/3324/t/19491239.aspx
  10. What version of Outlook?
  11. Well I don't really *use* Windows 8, but I do a lot of testing with it. I always just use Diskpart to clean the disk and reapply the image with DISM. I should do some testing whether or not I can replicate this duplicate BCD thing, but it will have to wait until next week.
  12. I've reinstalled Win8 on UEFI many times and not seen any problems. Are you referring to this article? http://technet.microsoft.com/en-us/library/cc749510%28v=ws.10%29.aspx Note it is for Vista and UEFI 2.0. UEFI 2.3.1 (the one certified for Windows 8) didn't start showing up on consumer desktop boards until early 2012.
  13. I only mentioned it because I am unaware if the IE updates being offered to an XP with a regmod to identify it as being XPe/POSReady are for the browser actually installed in the OS, or the Embedded IE version. Since there is an actual difference between the two, it was worth mentioning.
  14. The 6th country that The Intercept refused to mention has been revealed as well. There was a spat between Greenwald and WikiLeaks on Twitter a few days ago that lead to it. http://wikileaks.org/WikiLeaks-statement-on-the-mass.html
  15. Be aware that the version of IE that is in an Embedded OS is different than the standard download. Installing updates for IE8e may cause unwanted functions on the standard IE that is on your XP PCs. This is also true for 7 embedded, where using the non embedded IE caused it to crash in certain situations.
  16. This seems an odd thing, at least something I haven't heard of. Microsoft decides not to fix an IE8 zero-day vulnerabiliity. http://www.theregister.co.uk/2014/05/22/ie_8_zero_day_dumped_after_7_months_redmond_says_harden_up/
  17. If you want to remove the prompt for the reg file, use something like this: regedit /s noautorun.reg
  18. I've been trying to change a registry key in HKCU via unattend but it doesn't seem to work. I confirmed the key itself and if I apply the .reg file manually and reboot, it works. The key is located in HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2\Flags. (specifically, uncheck the require https in Trusted Sites) The other things in the reg file DO apply, so I know the command is firing. I am suspecting that it is being run prior to the "mini-setup" box that appears when it is setting up the account's Internet and Desktop settings. I have tried both FirstLogonCommands and using SetupComplete.cmd. I am executing the .reg with regedit /s. I had also looked into the Default user account's hive but this key does not exist. It must get this setting from somewhere? I also cannot modify the accounts in the image because they are created via the unattend.xml. Is there another way I can try to automate this? I did a bunch of research already but it mostly deals with using GPOs on domains. Even using this method, enabling it does not actually remove the checkmark on the dialog box for Trusted Sites. Any other ideas about how to accomplish this? I'd rather not have to end up making it a manual step. Edit: Windows 7 x64
  19. I have had cats before but some of these cats from the internet are doing weird things. Like this one where the cat falls off a table: Or this Frankenstein cat: http://www.youtube.com/watch?v=ZQfd0Doj_1s
  20. This isn't a "new" story by any stretch of the imagination. The CDC used to have a zombie survival post on their blog back in May 2011. You can find the link to that page on this FEMA site, however the original CDC page is a 404. http://www.fema.gov/blog/2011-05-19/cdc-preparedness-101-zombie-apocalypse The CDC does have another zombie page, which isn't much other than an advertisement for a book you can download. http://www.cdc.gov/phpr/zombies.htm I remember when this was first discovered and the "odd" part was that it wasn't on April Fool's day. Appears to be a joke none-the-less.
  21. You might find it odd, but I never actually use AuditUser for anything. In order for me to run applications automatically on boot in Audit Mode, I will put the script into the Administrator's Startup folder. Even though the Start Menu does not exist anymore, things in that folder still execute at logon.
  22. George R R Martin writes using WordStar 4!

    1. koganstyle

      koganstyle

      That's awesome, George R R Martin is a legend LOL

  23. Can you explain "the error message" in more detail? Have you validated your answer file in WSIM? I would think that perhaps it would have problems with some of those extra characters you have in there.
×
×
  • Create New...