updated ff mobile & win
This commit is contained in:
parent
be4e6debcd
commit
ed2c09457f
|
@ -68,7 +68,6 @@ NOTE: Never save payment info or credit card details in browsers. A password man
|
|||
## Data collection
|
||||
**This section does not apply to Fennec**
|
||||
- Usage and technical data: Off
|
||||
- Marketing data: Off
|
||||
- Studies: Off
|
||||
|
||||
|
||||
|
|
|
@ -210,6 +210,20 @@ Press `Win key + r` > type `powershell` > press `ctrl + shift + enter` > Yes
|
|||
|
||||
|
||||
|
||||
## Block all Microsoft telemetry
|
||||
Press `Win key + r` > type `powershell` > press `ctrl + shift + enter` > Yes
|
||||
|
||||
- Type (or copy paste) the following in the powershell window & press enter:
|
||||
```
|
||||
notepad C:\Windows\System32\drivers\etc\hosts
|
||||
```
|
||||
- In this hosts file add everything from [this list](https://raw.githubusercontent.com/hagezi/dns-blocklists/main/hosts/native.winoffice.txt) at the bottom & save it.
|
||||
|
||||
The list is updated regularly, so remember to check back often & replace old entries in the hosts file with the most recent ones.
|
||||
Windows updates will function normally even with these additions.
|
||||
|
||||
|
||||
|
||||
## Disable search highlights in search bar
|
||||
Right click on taskbar > Search > uncheck `Show search highlights`
|
||||
|
||||
|
|
|
@ -223,7 +223,7 @@ Press `Win key + r` > type `powershell` > press `ctrl + shift + enter` > Yes
|
|||
```
|
||||
notepad C:\Windows\System32\drivers\etc\hosts
|
||||
```
|
||||
- In this hosts file add the following line at the bottom & save:
|
||||
- In this hosts file add the following line at the bottom & save it:
|
||||
```
|
||||
0.0.0.0 remoteassistance.support.services.microsoft.com
|
||||
```
|
||||
|
@ -234,6 +234,20 @@ Press `Win key + r` > type `powershell` > press `ctrl + shift + enter` > Yes
|
|||
|
||||
|
||||
|
||||
## Block all Microsoft telemetry
|
||||
Press `Win key + r` > type `powershell` > press `ctrl + shift + enter` > Yes
|
||||
|
||||
- Type (or copy paste) the following in the powershell window & press enter:
|
||||
```
|
||||
notepad C:\Windows\System32\drivers\etc\hosts
|
||||
```
|
||||
- In this hosts file add everything from [this list](https://raw.githubusercontent.com/hagezi/dns-blocklists/main/hosts/native.winoffice.txt) at the bottom & save it.
|
||||
|
||||
The list is updated regularly, so remember to check back often & replace old entries in the hosts file with the most recent ones.
|
||||
Windows updates will function normally even with these additions.
|
||||
|
||||
|
||||
|
||||
## Disable trending searches & web search in search bar
|
||||
Press `Win key + r` > type `regedit` > press enter > Yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue