Six Years of Service
Posts: 53
Threads: 0
RE: Anonymity + Security For Windows 10 04-05-2022, 06:52 PM
#14
debloat the windows and use vpn
windows comes with spy and data gathering
•
Six Years of Service
Posts: 20
Threads: 0
RE: Anonymity + Security For Windows 10 05-17-2022, 05:54 AM
#16
the solution is very easy to keep it private ,
separate OS between online and offline, you can use dual OS or VM
•
Four Years of Service
Posts: 38
Threads: 10
RE: Anonymity + Security For Windows 10 05-24-2022, 02:23 PM
#17
These are very helpful tips. I have never heard of some programs / tools.
I had Bitlocker installed until recently, but I uninstalled it because Linux always had problems accessing the partitions.
•
Four Years of Service
Posts: 4
Threads: 0
RE: Anonymity + Security For Windows 10 06-04-2022, 03:25 PM
#18
Disable user activity recording
The Timeline function is responsible for this. We go into the registry editor (regedit), go along the path HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System. Create a 32-bit DWORD with value 0 and name EnableActivityFeed.
Disable "keylogger"
We are talking about the same dmwappushsvc service. We go along the branch HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dmwappushsvc and assign the value 4 to dmwappushsvc (here you can also immediately turn off DiagTrack).
Turn off telemetry
It should be clarified here that modern Windows builds do not allow you to completely disable telemetry without losing essential system functions. There are three options for setting up the transfer of collected data: "Basic setup", "Advanced" and "Full data". There is also a "Security" section, but it is present only in Enterprise. Through the registry, we can set the minimum telemetry collection level: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection (if there is no DataCollection parameter, it must be created). Create a 32 bit DWORD called AllowTelemetry and give it a value of 1.
Disable location data collection
Go to the HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\{BFA794E4-F964-4FDB-90F6-51056BFE4B44} branch and set this parameter to Allow.
Disable Cortana
In the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search key, set the Allow Cortana parameter to 0.
Disable OneDrive
At HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Skydrive, find or create the DisableFileSync parameter of the 32-bit DWORD type and assign it a value of 1.
Turn off sending telemetry in the task scheduler
In addition to telemetry, the scheduler has a bunch of pre-created tasks that take up resources and work without the knowledge of the user. They mainly collect telemetry data for the “User Experience Improvement Program” and the SmartScreen cloud security service.
You can disable all this devilry with the following commands:
schtasks /Change /TN "Microsoft\Windows\AppID\SmartScreenSpecific" /Disable
schtasks /Change /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /Disable schtasks /Change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /Disable
schtasks /Change /TN "Microsoft\Windows\Autochk\Proxy" /Disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\Consolidator" /Disable
schtasks /Change /TN "Microsoft\Windows\Customer Experience Improvement Program\KernelCeipTask" /Disable
schtasks /Change /TN "Microsoft\Windows\CloudExperienceHost\CreateObjectTask" /Disable
schtasks /Change /TN "Microsoft\Windows\DiskDiagnostic\Microsoft-Windows-DiskDiagnosticDataCollector" /Disable
schtasks /Change /TN "Microsoft\Windows\Maintenance\WinSAT" /Disable
schtasks /Change /TN "Microsoft\Windows\NetTrace\GatherNetworkInfo" /Disable
schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyMonitor" /Disable
schtasks /Change /TN "Microsoft\Office\OfficeTelemetryAgentFallBack" /Disable
schtasks /Change /TN "Microsoft\Office\OfficeTelemetryAgentLogOn" /Disable
Bock sending data to Microsoft servers
There are many resources on the Internet that regularly update lists of Microsoft spy server addresses. For example, on Please login or register to view links you can find the main list. The easiest way is to add them to hosts and create deny rules in the firewall.
•
Ten Years of Service
Posts: 7
Threads: 2
RE: Anonymity + Security For Windows 10 06-28-2022, 06:28 AM
#19
To be anonymous online and hide yourself like they mentioned, you need a VPN. I highly recommend you to go with Nord VPN. For browsing anonymously, try TOR browser this one is good.
That’s for sure not enough to hide yourself online because you need to change your patterns of using. Now some hackers can track you by your pattern.
•