Timothy Sutton

Results 167 comments of Timothy Sutton

For what it's worth, I've seen people report that to get modifications to com.apple.dock to stick, it's necessary to actually first unload the dock LaunchAgent in /System/Library/LaunchAgents, do your defaults...

Thanks for those hints, and I'm seeing the same autologin bug that others are talking about elsewhere. @amatas, would you mind showing an example of where you set this? I'm...

Thank you! That seems to do it. Any idea whether it's possible to do this via a password hash instead of plaintext? (https://technet.microsoft.com/en-us/library/cc939702.aspx?f=255&MSPPError=-2147217396 seems to suggest no) Do you know...

Yeah, I've seen the base64 used elsewhere and use that when possible. I've also found [at least one place](https://github.com/timsutton/winclone-image-builder/blob/master/answer_files/10/Autounattend.xml#L74-L77) where I seemed to require plaintext and the encoded version wasn't...

Try setting http_proxy and https_proxy environment variables. Python's urllib2 module should respect these.

Thank you Greg. I vaguely remember seeing this opened, but it obviously got buried under other emails and notifications. If there's a question about wanting to put different updates in...

Have you tried just `brew pkg --with-deps encfs`? If I install encfs from the existing brew repo this command works. I should think it would work the same way even...

I can see the use case for this, so if you feel like digging into what changes would be needed for local formulae to also work, that would be great!

One simple place to check would be the DFU or Recovery keys in MobileDeviceProductTypes in `https://mesu.apple.com/assets/macos/com_apple_macOSIPSW/com_apple_macOSIPSW.xml`: ```xml MobileDeviceProductTypes DFU 570458371 Macmini9,1 604012803 MacBookPro17,1 637567235 MacBookAir10,1 671121667 iMac21,1 704676099 iMac21,2 167796736...

Also, someone else has already done this: https://github.com/ninxsoft/Bombardier