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/23 21:59] 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 ====
/var/www/wiki/data/pages/windows/10.txt · Last modified: 2024/05/18 20:44 by Sean Rhone