Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 2.65 KB

usage.md

File metadata and controls

83 lines (53 loc) · 2.65 KB

Usage

Download

First launch

When you execute WindowsSpyBlocker for the first time, a configuration file named app.conf is generated:

This configuration file is especially necessary for people who want to contribute to the project. See dev section.

Menu

Main window of WindowsSpyBlocker

Telemetry

Telemetry menu

Telemetry menu allows you to apply rules to the Windows firewall, to modify the NCSI and also to help contribute to the project!

Dev

Dev menu

Dev menu mainly concerns developers or curious people who would like to contribute to WindowsSpyBlocker. Several applications are used by WindowsSpyBlocker to generate and capture traffic.

Data

data folder contains blocking rules based on domains or IPs detected during the capture process:

data/<type>/spy.txt

✅ Recommended

Block Windows Spy / Telemetry

data/<type>/update.txt

Block Windows Update

data/<type>/extra.txt

⚠️ ONLY use if you know what you do

Block third party applications like Skype, Bing, Live, Outlook, NCSI, Microsoft Office. Be aware that these rules can also block Windows Update and other services. Therefore, no support will be provided on them.

data/hosts/[extra|spy|update]_v6.txt handle IPv6 blocking for hosts.

data/firewall and data/hosts data are the main types. Others are generated from these as:

  • ESET Firewall : a proprietary firewall solution.
  • DNSCrypt : a protocol for securing communications between a client and a DNS resolver.
  • OpenWrt : an open source project used on embedded devices to route network traffic.
  • P2P : a plaintext IP data format from PeerGuardian.
  • Proxifier : an advanced proxy client on Windows with a flexible rule system.
  • simplewall : a simple tool to configure Windows Filtering Platform (WFP).