Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Login Popup-Defeat feature not working 10.13.5 #5

Closed
gsmc-alx opened this issue Jul 2, 2018 · 4 comments
Closed

Login Popup-Defeat feature not working 10.13.5 #5

gsmc-alx opened this issue Jul 2, 2018 · 4 comments

Comments

@gsmc-alx
Copy link

gsmc-alx commented Jul 2, 2018

Privacy, iCloud and Siri dialogs show on first login to created account under 10.13.5, unfortunately.

@jeff89179
Copy link

jeff89179 commented Jul 30, 2018

I noticed this as well.
This was when I installed it with a fully configured 10.13.5 system.

My goal is to try and get this to work with Netinstall, I have yet to see if this is the result with that as well.

EDIT: I got the custom Netinstall (running 10.13.0 at the moment due to SIU issues) to run this and create the local admin account. Still had to go thru the first setup options.

@joel931767
Copy link

joel931767 commented Sep 12, 2018

+1 @ 10.13.6

@joel931767
Copy link

I found out why.

the HomeFolder is only created as with setPermissions() which is the last function. Which means all of the Skip functions have no place to write their changes.

Paste the mkdir -p line from setPermissions() to setUser() and also the additional local lines and it works.

@ninxsoft
Copy link
Owner

ninxsoft commented Jun 1, 2019

This is now fixed: 432037c

  • Home folders are now fully created when run on booted volumes
  • ~/Library/Preferences/ is created when run on targeted volumes
    • All remaining folders should populate dynamically upon first login

Tested on macOS High Sierra 10.13.6 and macOS Mojave 10.14.5

@ninxsoft ninxsoft closed this as completed Jun 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants