mirror of
https://github.com/StellarSand/privacy-settings.git
synced 2024-12-24 17:30:50 +01:00
updated reddit, win 11 & changelogs
This commit is contained in:
parent
736d0303e6
commit
6ca756adea
@ -1,6 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## Sep 13, 2024
|
||||
|
||||
#### Reddit
|
||||
- Updated all settings.
|
||||
|
||||
#### Windows 11
|
||||
- Added [Fresh install](https://github.com/StellarSand/privacy-settings/blob/main/Privacy%20Settings/Windows-11.md#fresh-install)
|
||||
|
||||
|
||||
## Aug 28, 2024
|
||||
|
||||
#### Windows 10
|
||||
|
@ -1,42 +1,53 @@
|
||||
# Reddit Privacy Settings
|
||||
|
||||
Go to [User Settings](https://www.reddit.com/settings/account).
|
||||
Go to [Settings](https://www.reddit.com/settings/account).
|
||||
|
||||
|
||||
|
||||
## Account
|
||||
|
||||
#### General
|
||||
- Phone Number: Remove your phone number
|
||||
- Location customization: No location specified
|
||||
|
||||
#### Account authorization
|
||||
- Two-factor authentication > Scan the barcode using an authenticator app > Enter 6 digit code > Complete Setup > Click backup codes and save them > OK
|
||||
|
||||
NOTE 1: Don't use Google Authenticator or Authy as mentioned there. Instead use a privacy respecting authenticator app. Check out [recommendations, alternatives & reviews](https://github.com/StellarSand/privacy-settings#recommendations-alternatives--reviews).
|
||||
|
||||
NOTE 2: The backup codes is required to login, if 2FA method is lost, broken or unavailable. Keep these codes somewhere safe, to prevent loss or unauthorized access. They can be stored in a password manager, in an encrypted note, or write them down somewhere safe.
|
||||
|
||||
|
||||
|
||||
## Profile
|
||||
Remove all optional info like `About` etc. Don't use your own picture as Avatar or Banner images or completely remove them.
|
||||
|
||||
#### General
|
||||
- Display name: Don't use your real name or remove it.
|
||||
- About description: Remove everything.
|
||||
- Avatar: Don't use your own picture or completely remove it.
|
||||
- Banner: Don't use your own picture or completely remove it.
|
||||
- Show active communities: Off
|
||||
|
||||
|
||||
|
||||
## Privacy
|
||||
|
||||
#### Social interactions
|
||||
- Who can send you inbox messages: select `Everyone` or `People I choose` and manually add users who can send private messages
|
||||
- Allow chat requests from: Accounts older than 30 days
|
||||
|
||||
#### Discoverability
|
||||
- Show up in search results: Off
|
||||
|
||||
#### Ads personalization
|
||||
- Personalize ads on Reddit based on information and activity from our partners: Off
|
||||
|
||||
#### Advanced
|
||||
- Active in communities visibility: Off
|
||||
- Third-party app authorizations: Remove anything you don't use.
|
||||
|
||||
|
||||
|
||||
## Safety & Privacy
|
||||
## Preferences
|
||||
|
||||
#### Privacy
|
||||
- Turn off everything
|
||||
|
||||
#### Sensitive Advertising Categories
|
||||
- Turn off everything
|
||||
|
||||
#### Advanced Security
|
||||
- Use two-factor authentication > Scan the barcode using an authenticator app > Enter 6 digit code > Complete Setup > Click backup codes and save them > OK
|
||||
|
||||
NOTE 1: Don't use Google Authenticator or Authy as mentioned there. Instead use a privacy respecting authenticator app. Check out [recommendations, alternatives & reviews](https://github.com/StellarSand/privacy-settings#recommendations-alternatives--reviews).
|
||||
|
||||
NOTE 2: The backup codes is required to login, if 2FA method is lost, broken or unavailable. Keep these codes somewhere safe, to prevent loss or unauthorised access. They can be stored in a password manager, in an encrypted note, or write them down somewhere safe.
|
||||
|
||||
|
||||
|
||||
## Chat & Messaging
|
||||
- Who can send you chat requests: Accounts older than 30 days
|
||||
- Who can send you private messages: select `Everyone` or `Nobody` and manually add users who can send private messages
|
||||
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
Click on your username on top right
|
||||
- Online Status: Off
|
||||
#### Sensitive advertising categories
|
||||
- Limit ads in selected categories: Turn off everything
|
@ -266,3 +266,36 @@ Press `Win key + r` > type `regedit` > press enter > Yes
|
||||
- Right click on `WindowsCopilot` > New > DWORD (32-bit) Value > name it `TurnOffWindowsCopilot`
|
||||
- Double click it and set `Value data` to `1` > OK
|
||||
- Open Task Manager > Processes > select `Windows Explorer` > Right click > Restart
|
||||
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
## Fresh install
|
||||
|
||||
#### Block preinstalled third-party bloatware
|
||||
- In the installation media setup wizard, select `Time and currency format` as `English (World)`.
|
||||
- Once the device restarts, an error (`Something went wrong`) will be displayed. Select `Skip` & continue with the rest of the setup.
|
||||
- After the whole setup completes & the device boots into Windows 11, go to Settings > Time & language > Language & region > Country or region: select your country/region
|
||||
|
||||
#### Bypass Microsoft account requirement
|
||||
After the installation media setup wizard completes & the device begins to restart, disconnect your internet connection (even if you're unable to disconnect for any reason, keep following the process).
|
||||
<br>After the device restarts, it'll reach the country or region selection screen.
|
||||
- Press `Shift + F10`. On some devices you may require to press `Fn + Shift + F10`.
|
||||
- In the command prompt, type the following & press enter:
|
||||
```
|
||||
oobe\bypassnro
|
||||
```
|
||||
Your device will restart.
|
||||
- If for some reason you were unable to disconnect from the internet earlier, press `Shift + F10` or `Fn + Shift + F10` again. In the command prompt, type the following & press enter:
|
||||
```
|
||||
ipconfig /release
|
||||
```
|
||||
- Select `I don't have internet` & continue with the local account creation.
|
||||
- If you used `ipconfig /release` command previously, once the whole setup process is complete:
|
||||
- Press `Win key + r` > type `cmd` & press enter.
|
||||
- In the command prompt, type the following & press enter:
|
||||
```
|
||||
ipconfig \renew
|
||||
```
|
Loading…
Reference in New Issue
Block a user