10se1ucgo / DisableWinTracking

Uses some known methods that attempt to minimize tracking in Windows 10
GNU Lesser General Public License v3.0
4.97k stars 368 forks source link

certain parameters are managed by your company #40

Closed th0m1 closed 9 years ago

th0m1 commented 9 years ago

i ran the program and i have this on my privacy notification : certain parameters are managed by your company how i can resoleve it ?

when i go to confidentiality > Comments and Diagnostics > diagnostic data and use i can't set it to "complete (recommanded)" because it don't save my changes what i should modify in the registry to set it back ?

th0m1 commented 9 years ago

i solved the prolem To make the change in the Group Policy, do the following:

Tap on the Windows-key, type gpedit.msc and hit enter.
Navigate to Computer Configuration > Administrative Templates > Windows Components > Data Collection (It may be listed as Data Collection and Preview Builds).
Set Allow Telemetry to Off if you are using an Enterprise account, to Basic if you are not.

To make the change using the Windows Registry, do the following:

Tap on the Windows-key, type regedit and hit enter.
Confirm the UAC prompt if it comes up.
Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection.
Set the value of AllowTelemetry to 0 if you are on Enterprise, to 1 if you are not.
SuperMasterBlasterLaser commented 9 years ago

Is it possible to include your solution to this application?

10se1ucgo commented 9 years ago

It's already implemented. Press the "Revert" button in version 2.1 and above, and restart.