User Tools

Site Tools


windows:10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
windows:10 [2019/07/23 21:57] Sean Rhonewindows:10 [2019/07/24 01:20] Sean Rhone
Line 223: Line 223:
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\HomeGroup" /v "DisableHomeGroup" /t "REG_DWORD" /d "1" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\HomeGroup" /v "DisableHomeGroup" /t "REG_DWORD" /d "1" /f
 +
 +==== Remove Most Modern UI Apps ====
 +
 +  * Powershell Script ''*.ps1''
 +  * :!: Do not run this on 1809 as it'll break the Start Menu
 +
 +  Get-AppxPackage -allusers | Remove-AppxPackage
  
 ==== Remove OneDrive ==== ==== Remove OneDrive ====
Line 376: Line 383:
 === user.js === === user.js ===
  
-  * Last updated: 2018/11/24+  * Last updated: 2019/07/24 
 +  * :!: IPv6 is disabled in order to prevent WebRTC from potentially grabbing an IPv6 address 
 +  * :!: ''media.peerconnection.enabled'' disables WebRTC
  
   notepad "%appdata%\Mozilla\Firefox\Profiles\espionage724\user.js"   notepad "%appdata%\Mozilla\Firefox\Profiles\espionage724\user.js"
  
 <code> <code>
-/****************************************************************************** +/*********** 
- SECTION: Custom Stuff -> General                                           + * General * 
- ******************************************************************************/+ ***********/
  
 user_pref("extensions.screenshots.disabled", true); user_pref("extensions.screenshots.disabled", true);
Line 398: Line 407:
 user_pref("browser.tabs.drawInTitlebar", true); user_pref("browser.tabs.drawInTitlebar", true);
  
-/****************************************************************************** +/******* 
- * END                                                                        + U2F * 
- ******************************************************************************/</code>+ *******
 + 
 +user_pref("security.webauth.u2f", true); 
 + 
 +/*********** 
 + Privacy * 
 + ***********
 + 
 +user_pref("network.dns.disableIPv6", true); 
 +user_pref("media.peerconnection.enabled", false); 
 + 
 +/******* 
 + * END * 
 + *******/</code> 
 + 
 +=== Apply Settings === 
 + 
 +  * :!: Firefox must be started for the first time with the ''-p'' flag for the profile above to be used 
 + 
 +  "%ProgramFiles%\Mozilla Firefox\firefox.exe" -p default
  
 ==== Remove Features ==== ==== Remove Features ====
Line 410: Line 438:
 ==== Extensions ==== ==== Extensions ====
  
-  * 8 Extensions+  * Decentraleyes 
 +  * HTTPS Everywhere 
 +  * Privacy Possum 
 +  * Cookie AutoDelete 
 +  * uBlock Origin
  
-  * https://www.startpage.com/ 
   * https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions   * https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions
   * https://www.eff.org/https-everywhere   * https://www.eff.org/https-everywhere
-  * https://www.eff.org/privacybadger+  * https://addons.mozilla.org/en-US/firefox/addon/privacy-possum/versions
   * https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/versions   * https://addons.mozilla.org/en-US/firefox/addon/cookie-autodelete/versions
-  * https://addons.mozilla.org/en-US/firefox/addon/no-resource-uri-leak/versions 
   * https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions   * https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions
-  * https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/versions 
  
 === Cookie AutoDelete === === Cookie AutoDelete ===
Line 467: Line 496:
   * https://panopticlick.eff.org/   * https://panopticlick.eff.org/
   * https://browserleaks.com/   * https://browserleaks.com/
 +  * https://speedof.me/
  
 ===== GIMP ===== ===== GIMP =====
Line 518: Line 548:
   * https://github.com/abbodi1406/vcredist   * https://github.com/abbodi1406/vcredist
  
-===== VLC =====+===== WireGuard =====
  
-  * https://get.videolan.org/vlc/last/win64/+  * https://www.wireguard.com/install/
  
-===== VPN.AC =====+==== VPN.AC ====
  
-  * https://vpn.ac/download/vpn.ac-setup.exe+  * https://vpn.ac/knowledgebase/130/WireGuard-on-Windows.html 
 +  * https://vpn.ac/wgmanager 
 + 
 +===== VLC ===== 
 + 
 +  * https://get.videolan.org/vlc/last/win64/
  
 ====== Games ====== ====== Games ======
/var/www/wiki/data/pages/windows/10.txt · Last modified: 2024/05/08 02:30 by Sean Rhone