Jump to content

Recommended Posts

Posted

During the win 8.1 , it is being opened as sysprey admin .Thé changes i am doing are just serving in the admin account .The changes i have dine in admin account can not serve normally for daily users , summary , how can i open settings for all users. Thank you.

Posted

You need to add CopyProfile = true flag (in Microsoft-Windows-Shell-Setup during Specialize) to your Autounattend.xml

This will copy all settings from Administrator and apply them to the Default User

You can also do it in Windows during audit mode via the command line when you sysprep and generalize (just create a unattend.xml with the CopyProfile true entry)

http://technet.microsoft.com/en-us/library/cc748953(v=ws.10).aspx

http://technet.microsoft.com/en-us/library/hh825135.aspx

C:\Windows\System32\Sysprep\Sysprep /generalize /oobe /shutdown /unattend: F:\CopyProfile.xml

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...