Privacy Questions

XoBot

Member
Messages
30
Reaction score
0
if i set Skip 'Get going fast' page (Privacy options) to true it will skip the page in OOBE but it wont set everything there to false right?
How can i set everything to false in NTLite?

Another thing?
Can i manually edit the unattend.xml file NTLite is using for the ISO?
if so where is it located?
Or Does it build the .xml only in ISO creation?
 
1. Skip (Privacy options) chooses to accept the default Windows privacy settings.

You can provide the same settings using a reg file, during Post-Setup (After logon).
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\webcam]
"Value"="Allow"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\microphone]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userNotificationListener]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\activity]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userAccountInformation]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\contacts]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appointments]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\phoneCallHistory]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\email]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userDataTasks]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\chat]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\radios]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\bluetoothSync]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appDiagnostics]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\documentsLibrary]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\picturesLibrary]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\videosLibrary]
"Value"="Deny"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\broadFileSystemAccess]
"Value"="Deny"
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\LooselyCoupled]
"Value"="Deny"
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Input\TIPC]
"Value"="Deny"

2. Whenever you process an image with Unattended settings, NTLite will create a new autounattend.xml file in the top of the ISO folder.

If you want to manually update it, wait until processing is done. Or you can simply make your own unattended file, and copy it into the ISO folder and not use NTLite to create one. If the Create ISO option is used, that file will be included since it's part of the normal ISO folder.
 
if i set Skip 'Get going fast' page (Privacy options) to true it will skip the page in OOBE but it wont set everything there to false right?
How can i set everything to false in NTLite?
Goto Settings panel in NTLite and look for Privacy - you'll have a plethora of choices to Disable (False) to protect privacy after you've logged on to your PC/ laptop/ Workstation.
USER can change Settings if needed.
Some of them may be unnecessary if already removed from Components section.
But better be safe than sorry.
 
Back
Top