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:55] Sean Rhonewindows:10 [2019/07/24 01:30] Sean Rhone
Line 192: Line 192:
  
   Dism /online /Disable-Feature /FeatureName:"SearchEngine-Client-Package" /Remove   Dism /online /Disable-Feature /FeatureName:"SearchEngine-Client-Package" /Remove
 +
 +===== ScriptTiger Hosts File =====
 +
 +  * https://scripttiger.github.io/hosts-packages/
 +
 +  * Powershell Script ''*.ps1''
 +
 +<code>
 +[Net.ServicePointManager]::SecurityProtocol = "tls12, tls11, tls"
 +Invoke-WebRequest "https://scripttiger.github.io/alts/compressed/blacklist-fg.txt" -OutFile "C:\Windows\System32\drivers\etc\hosts"
 +ipconfig /flushdns</code>
  
 ===== Show All Folders in File Explorer Pane ===== ===== Show All Folders in File Explorer Pane =====
Line 212: 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 365: 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 387: 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 399: 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 456: Line 496:
   * https://panopticlick.eff.org/   * https://panopticlick.eff.org/
   * https://browserleaks.com/   * https://browserleaks.com/
 +  * https://speedof.me/
  
 ===== GIMP ===== ===== GIMP =====
Line 507: Line 548:
   * https://github.com/abbodi1406/vcredist   * https://github.com/abbodi1406/vcredist
  
-===== VLC =====+===== WireGuard =====
  
-  * https://get.videolan.org/vlc/last/win64/+  * :!: If kill switch is enabled, all local network resources can't be accessed
  
-===== VPN.AC =====+  * https://www.wireguard.com/install/
  
-  * https://vpn.ac/download/vpn.ac-setup.exe+==== VPN.AC ==== 
 + 
 +  * 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/18 20:44 by Sean Rhone