Creating unattented.xml - Privacy Options

Discussion in 'Windows 10' started by RaT0rg22, Mar 21, 2020.

  1. RaT0rg22

    RaT0rg22 MDL Novice

    Oct 28, 2017
    16
    3
    0
  2. offline image reg edit :

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OOBE]
    "DisablePrivacyExperience"=dword:00000001
     
  3. petok

    petok MDL Senior Member

    May 4, 2009
    340
    187
    10
    This just cosmetics will make don't launch privacy settings experience on user logon, but is not disable option to off or basic you need after disable with registry tweaks..
     
  4. yea you are correct as it just disable privacy settings from installation but doesnt disable all the enabled features . absolutely correct.
     
  5. RaT0rg22

    RaT0rg22 MDL Novice

    Oct 28, 2017
    16
    3
    0
    Thx for your reply. So there is no easy way to disable them from an unattended.xml? I just dont find enough documentation for ProtectMyPC... cause I think that will turn off what I want, but I dont know what will do regarding security
     
  6. petok

    petok MDL Senior Member

    May 4, 2009
    340
    187
    10
    #6 petok, Mar 22, 2020
    Last edited: Mar 22, 2020
    Here one option for turn off

    Code:
    ; Disable - Find my device ( 0 - disable, 1 - enable)
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MdmCommon\SettingValues]
    "LocationSyncEnabled"=dword:00000000
    
     
  7. RaT0rg22

    RaT0rg22 MDL Novice

    Oct 28, 2017
    16
    3
    0
    I don't think it can be used in unattented.xml, but thanks
     
  8. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    318
    373
    10
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    If I were trying to automatically set privacy settings, I would try to skip that portion of the oobe and then use setupcomplete to reg add the appropriate settings
     
  10. Flipp3r

    Flipp3r MDL Expert

    Feb 11, 2009
    1,965
    908
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. RaT0rg22

    RaT0rg22 MDL Novice

    Oct 28, 2017
    16
    3
    0
    Thanks, but it is a little complicated for me.
    I think that I will trial and error with ProtectMyPC. I just wish to understand the difference between value 1 and 2...
     
  12. petok

    petok MDL Senior Member

    May 4, 2009
    340
    187
    10
    #14 petok, Mar 24, 2020
    Last edited: Mar 24, 2020
    I think is best 3 - but for updates I no have idea I watch other places where is this line in all scripts <ProtectYourPC>3</ProtectYourPC>

    For offline disable privacy in 2004 version is other parameters
     
  13. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    Messing with the oobe stuff is a pain in the a$$. You can do a lot of things with the unattend xml but it's very picky and takes forever to test.
    Some things that you think should work don't, and vise versa.
     
  14. RaT0rg22

    RaT0rg22 MDL Novice

    Oct 28, 2017
    16
    3
    0
    Yes, I got your point. But I really don't want to do it manually so this Friday I will try ProtecyYourPC=3 and compare with a manually setup PC. Hope it works and will post asap so others will know
    Also, let's say that I have a tic - I dont trust myself when Im installing windows (I always thing that I did something wrong and I clean install it =>losing a lot of time - having this problem for 4 months, cant get rid of it (because I was reinstalling windows and my gf decided that we should broke up in that moment). This is one main reason I want to automatise everything
     
  15. bundyal

    bundyal MDL Junior Member

    Jun 28, 2014
    85
    76
    0
    #19 bundyal, Mar 27, 2020
    Last edited: Mar 27, 2020
    Hoi heeft er iemand een Autounattend.xml of unattended.xml die ik kan gebruiken met een Windows 10 19041.113 NL Iso.
    Het moet wel voor een Nederlandse Windows 10 zijn.
    Of wie kan ik daarover berichten anders, ik krijg nog steeds foutmeldingen in mijn Autounattend.xml


    Hi someone has an Autounattend.xml or unattended.xml that I can use with a Windows 10 19041.113 NL Iso.
    I think the script lines have been changed by the latest Windows 10 2004 (19041.113.200225-1822) version I want to install.
    It must be for a Dutch Windows 10.
    Or who else can I report about that, I'm still getting error messages in my Autounattend.xml
     
  16. RaT0rg22

    RaT0rg22 MDL Novice

    Oct 28, 2017
    16
    3
    0
    Hello everyone,
    Very Late Post update - I managed to fix my problem - choosing 3 was the answer
    Also, in order to automate windows application installation, I used Silent Install Builder (silentinstall . org -> if anyone is interested in testing the app). It supports nearly all types of installations and I love the Automatisation UI.
    Have a nice day and thanks for helping me in the first place