User Tools

Site Tools


windows:11

Differences

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

Link to this comparison view

Next revision
Previous revision
windows:11 [2021/11/07 19:45] – created Sean Rhonewindows:11 [2022/01/20 06:47] (current) Sean Rhone
Line 2: Line 2:
  
   * Microsoft Windows 11   * Microsoft Windows 11
-  * 22000 
- 
-  * :!: A lot of this is TODO 
- 
-====== Notes ====== 
- 
-  * :!: Enabling Secure Boot prevents non-WHQL drivers from working ((this is particularly bad with Intel RST; if it's signed by Intel, it won't allow booting; there is no warning of this when loading the RST driver during Windows set-up)) 
  
 ====== Download ====== ====== Download ======
  
-  * https://www.microsoft.com/en-us/software-download/windows11+  * https://www.microsoft.com/software-download/windows11 
  
 ====== Updates ====== ====== Updates ======
  
-===== Slipstream ===== +===== Link =====
- +
-  * See [[windows:slipstream-updates]] +
- +
-===== Information ===== +
- +
-  * https://docs.microsoft.com/en-us/windows/deployment/update/servicing-stack-updates#when-are-they-released +
-  * https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV990001 +
-  * :!: SSU is to be installed **before** the CU +
- +
-==== Link ====+
  
-  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Update%20for%20Windows%2011%20for%20x64-based%20Systems|22000]]+  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Update for Windows 10 Version 21H2 for x64-based Systems|21H2]] 
 +  * [[https://www.catalog.update.microsoft.com/Search.aspx?q=Update+for+Windows+10+Version+1809+for+x64-based+Systems|1809/LTSC]]
  
-  YYYY-MM Update for Windows 11 for x64-based Systems (KB#######)+  YYYY-MM Update for Windows 10 Version 21H2 for x64-based Systems (KB#######)
  
 ====== Settings ====== ====== Settings ======
Line 145: Line 129:
 ===== Disable Windows Defender ===== ===== Disable Windows Defender =====
  
-  :!: TODO: Fix for 11+****
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD" /d "1" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD" /d "1" /f
Line 232: Line 216:
 :: Defrag/Trim :: Defrag/Trim
 "%windir%\system32\dfrgui.exe"</code> "%windir%\system32\dfrgui.exe"</code>
 +
 +====== Information ======
 +
 +===== Auto Login =====
 +
 +****
 +
 +  control userpasswords2
 +
 +===== Add Hardware Wizard =====
 +
 +****
 +
 +  %SYSTEMROOT%\System32\hdwwiz.exe
 +
 +===== GodMode Folder =====
 +
 +****
 +
 +  GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
 +
 +===== Lock screen Background =====
 +
 +  * Hero
 +
 +  C:\Windows\Web\Wallpaper\Windows\img0.jpg
 +
 +===== Prevent Driver Changes =====
 +
 +==== Notes ====
 +
 +  * To be done after a proper driver is manually installed
 +  * This ensures Windows Update nor anything else can replace installed drivers for specific devices unattended
 +  * Additional entries need to add a new number (the value after ''/v'')
 +  * The device ID can be acquired from Device Manager and should be pasted as-is (no extra slashes)
 +
 +==== Base Policies ====
 +
 +  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDs" /t "REG_DWORD" /d "1" /f
 +
 +  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions" /v "DenyDeviceIDsRetroactive" /t "REG_DWORD" /d "0" /f
 +
 +==== Format ====
 +
 +  * Do **not** copy/paste these as-is; only here for reference
 +  * Adjust to specific devices as-needed
 +
 +==== Add Prevent Policy ====
 +
 +****
 +
 +  reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /t "REG_SZ" /d "PCI\VEN_XXXX&DEV_XXXX&SUBSYS_XXXXXXXX&REV_XX" /f
 +
 +==== Remove Prevent Policy ====
 +
 +****
 +
 +  reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /f
  
 ====== Hardware Utilities ====== ====== Hardware Utilities ======
Line 238: Line 280:
  
   * https://www.cpuid.com/softwares/cpu-z.html   * https://www.cpuid.com/softwares/cpu-z.html
 +
 +  winget install "CPUID.CPU-Z"
  
 ===== GPU-Z ===== ===== GPU-Z =====
  
   * https://www.techpowerup.com/download/techpowerup-gpu-z/   * https://www.techpowerup.com/download/techpowerup-gpu-z/
 +
 +  winget install "TechPowerUp.GPU-Z"
  
 ===== prime95 ===== ===== prime95 =====
Line 250: Line 296:
  
   * https://www.hwinfo.com/download/   * https://www.hwinfo.com/download/
 +
 +  winget install "REALiX.HWiNFO"
  
 ===== poclmembench ===== ===== poclmembench =====
Line 270: Line 318:
  
   * https://crystalmark.info/en/software/crystaldiskinfo/   * https://crystalmark.info/en/software/crystaldiskinfo/
 +
 +===== MSI Afterburner =====
 +
 +  * https://www.msi.com/Landing/afterburner/graphics-cards
  
 ===== MSI Kombustor ===== ===== MSI Kombustor =====
  
   * https://msikombustor.com/   * https://msikombustor.com/
 +
 +  winget install "Geeks3D.MSIKombustor"
  
 ===== memtestCL ===== ===== memtestCL =====
Line 292: Line 346:
  
   * https://www.ocbase.com/   * https://www.ocbase.com/
- 
-===== InSpectre ===== 
- 
-  * https://www.grc.com/inspectre.htm 
  
 ===== FurMark ===== ===== FurMark =====
Line 301: Line 351:
   * https://geeks3d.com/furmark/downloads/   * https://geeks3d.com/furmark/downloads/
  
-===== Intel PDT =====+====== Programs ======
  
-  * https://downloadcenter.intel.com/download/19792 +===== 7-Zip =====
-  * Intel Processor Diagnostic Tool+
  
-====== Programs ======+  * https://www.7-zip.org/download.html 
 + 
 +  winget install "7zip.7zip" 
 + 
 +==== NanaZip ==== 
 + 
 +  * TODO: Test 
 +  * https://github.com/M2Team/NanaZip/releases
  
-===== 7-Zip-zstd =====+  winget install "M2Team.NanaZip.Preview"
  
-  * https://github.com/mcmilk/7-Zip-zstd/ +  winget install "M2Team.NanaZip"
-  * :!: Anything compressed with this needs to be extracted with this+
  
 ===== Android Tools ===== ===== Android Tools =====
Line 330: Line 385:
  
   * https://www.bleachbit.org/download/windows   * https://www.bleachbit.org/download/windows
 +
 +===== Calculator =====
 +
 +  * Only available on LTSB/LTSC
 +
 +  win32calc
  
 ===== DirectX End-User Runtime ===== ===== DirectX End-User Runtime =====
  
   * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109   * https://www.microsoft.com/en-us/download/confirmation.aspx?id=8109
 +
 +===== Discord =====
 +
 +  * https://discord.com/download
 +
 +  winget install "Discord.Discord"
  
 ===== DXVK ===== ===== DXVK =====
Line 345: Line 412:
  
   * https://filezilla-project.org/download.php?show_all=1   * https://filezilla-project.org/download.php?show_all=1
 +
 +  winget install "TimKosse.FileZilla.Client"
  
 ===== Firefox ===== ===== Firefox =====
Line 351: Line 420:
  
   * [[https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US|exe]]   * [[https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US|exe]]
 +
 +  winget install "Mozilla.Firefox"
  
 ==== Settings ==== ==== Settings ====
  
-=== Default Profile === +  * See [[notes:firefox|Firefox]] if old configuration is neededotherwise use Firefox Sync
- +
-  rd "%appdata%\Mozilla" /s /q +
- +
-  md "%appdata%\Mozilla\Firefox\Profiles\espionage724" +
- +
-== profiles.ini == +
- +
-  notepad "%appdata%\Mozilla\Firefox\profiles.ini" +
- +
-<code> +
-[General] +
-StartWithLastProfile=1 +
- +
-[Profile0] +
-Name=default +
-IsRelative=1 +
-Path=Profiles/espionage724 +
-Default=1</code> +
- +
-=== user.js === +
- +
-  * Last updated2020/11/05 +
- +
-  notepad "%appdata%\Mozilla\Firefox\Profiles\espionage724\user.js" +
- +
-<code> +
-/*********** +
- * General * +
- ***********/ +
- +
-user_pref("extensions.screenshots.disabled"true); +
-user_pref("reader.parse-on-load.enabled", false); +
- +
-user_pref("accessibility.force_disabled", 1); +
-user_pref("mousewheel.min_line_scroll_amount", 40); +
- +
-/*********** +
- * Privacy * +
- ***********/ +
- +
-user_pref("geo.enabled", false); +
-user_pref("privacy.donottrackheader.enabled", true); +
- +
-user_pref("browser.safebrowsing.malware.enabled", false); +
-user_pref("browser.safebrowsing.phishing.enabled", false); +
-user_pref("browser.safebrowsing.downloads.enabled", false); +
- +
-user_pref("network.security.esni.enabled", true); +
- +
-user_pref("privacy.trackingprotection.enabled", true); +
-user_pref("toolkit.telemetry.enabled", false); +
- +
-/******* +
- * U2F * +
- *******/ +
- +
-user_pref("security.webauth.u2f", true); +
- +
-/******* +
- * 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 +  https://dns11.quad9.net/dns-query
- +
-==== Remove Features ==== +
- +
-**** +
- +
-  rd "%ProgramFiles%\Mozilla Firefox\browser\features" /s /q +
- +
-==== Extensions ==== +
- +
-  * Decentraleyes +
-  * Privacy Possum +
-  * Cookie AutoDelete +
-  * uBlock Origin +
- +
-  * https://addons.mozilla.org/en-US/firefox/addon/decentraleyes/versions +
-  * 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/ublock-origin/versions +
- +
-=== Cookie AutoDelete === +
- +
-  * Clean-up everything +
-  * Disable notifications +
- +
-=== uBlock Origin === +
- +
-== Settings == +
- +
-  * [x] Prevent WebRTC from leaking local IP addresses +
- +
-== Filter lists == +
- +
-  * [ ] Ads -> EasyList ((uncheck; included in ''Fanboy Ultimate List'')) +
-  * [ ] Privacy -> EasyPrivacy ((uncheck; included in ''Fanboy Ultimate List'')) +
- +
-  * Multipurpose -> [x] Dan Pollock's hosts file +
-  * Multipurpose -> [x] hpHost's Ad and tracking servers +
-  * Multipurpose -> [x] MVPS HOSTS +
- +
-  * Custom -> [x] Import +
- +
-== Custom 3rd-party filters == +
- +
-  * Last updated: 2018/11/23 +
-  * Last verified: 2020/11/05 +
- +
-<code> +
-https://www.fanboy.co.nz/fanboy-problematic-sites.txt +
-https://www.fanboy.co.nz/r/fanboy-ultimate.txt +
-https://www.fanboy.co.nz/fanboy-antifacebook.txt +
-https://www.fanboy.co.nz/fanboy-antifonts.txt +
-https://www.fanboy.co.nz/fanboy-cookiemonster.txt +
-https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/popads-domains-list.txt +
-https://raw.githubusercontent.com/ryanbr/fanboy-adblock/master/fake-news.txt</code> +
- +
-==== Testing Sites ==== +
- +
-  * https://www.youtube.com/html5 +
-  * https://ipx.ac +
-  * https://decentraleyes.org/test/ +
-  * https://panopticlick.eff.org/ +
-  * https://browserleaks.com/ +
-  * https://librespeed.org/ +
-  * https://www.cloudflare.com/ssl/encrypted-sni/ +
-  * https://1.1.1.1/help+
  
 ===== GIMP ===== ===== GIMP =====
  
   * https://www.gimp.org/downloads   * https://www.gimp.org/downloads
 +
 +  winget install "GIMP.GIMP"
  
 ===== Google Chrome ===== ===== Google Chrome =====
  
   * https://www.google.com/chrome/?standalone=1&platform=win64   * https://www.google.com/chrome/?standalone=1&platform=win64
 +
 +  winget install "Google.Chrome"
  
 ===== iTunes ===== ===== iTunes =====
  
   * https://www.apple.com/itunes/download/win64   * https://www.apple.com/itunes/download/win64
 +  * https://www.microsoft.com/en-us/p/itunes/9pb2mz1zmb1s
 +
 +  winget install "Apple.iTunes"
  
 ===== KeePassXC ===== ===== KeePassXC =====
  
   * https://keepassxc.org/download#windows   * https://keepassxc.org/download#windows
 +
 +  winget install "KeePassXCTeam.KeePassXC"
  
 ===== Keybase ===== ===== Keybase =====
  
   * https://prerelease.keybase.io/keybase_setup_amd64.msi   * https://prerelease.keybase.io/keybase_setup_amd64.msi
 +
 +  winget install "Keybase.Keybase"
  
 ===== KMS-VL-ALL ===== ===== KMS-VL-ALL =====
Line 516: Line 468:
  
   * https://www.libreoffice.org/download/download/   * https://www.libreoffice.org/download/download/
 +
 +  winget install "TheDocumentFoundation.LibreOffice"
  
 ===== mpv ===== ===== mpv =====
Line 521: Line 475:
   * https://sourceforge.net/projects/mpv-player-windows/files/64bit/   * https://sourceforge.net/projects/mpv-player-windows/files/64bit/
   * https://mpv.io/   * https://mpv.io/
 +
 +===== NiceHash QuickMiner =====
 +
 +  * https://github.com/nicehash/NiceHashQuickMiner/releases
  
 ===== Notepad++ ===== ===== Notepad++ =====
  
   * https://notepad-plus-plus.org/download   * https://notepad-plus-plus.org/download
 +
 +  winget install "Notepad++.Notepad++"
  
 ===== OBS ===== ===== OBS =====
Line 534: Line 494:
  
   * https://www.qbittorrent.org/download.php   * https://www.qbittorrent.org/download.php
 +
 +  winget install "qBittorrent.qBittorrent"
  
 ===== Rufus ===== ===== Rufus =====
Line 542: Line 504:
  
   * https://www.thunderbird.net/en-US/thunderbird/all/#E   * https://www.thunderbird.net/en-US/thunderbird/all/#E
 +
 +  winget install "Mozilla Thunderbird"
 +
 +  winget install "Mozilla Thunderbird Beta"
  
 ===== Visual C++ Redistributable Runtimes ===== ===== Visual C++ Redistributable Runtimes =====
Line 551: Line 517:
  
   * https://vulkan.lunarg.com/sdk/home#windows   * https://vulkan.lunarg.com/sdk/home#windows
-  * https://vulkan.lunarg.com/sdk/home#sdk/downloadConfirm/latest/windows/vulkan-runtime.exe 
  
 ===== WireGuard ===== ===== WireGuard =====
Line 558: Line 523:
  
   * https://www.wireguard.com/install/   * https://www.wireguard.com/install/
 +
 +  winget install "WireGuard.WireGuard"
  
 ==== VPN.AC ==== ==== VPN.AC ====
Line 574: Line 541:
  
   * https://www.oculus.com/rift/setup/?locale=en_US   * https://www.oculus.com/rift/setup/?locale=en_US
- 
-==== Use HEVC ==== 
- 
-  * Use HEVC/H.265 instead of AVC/H.264 for Link 
-  * :!: As of 2021/06/30, HEVC doesn't work for a RX 580, but it falls back to AVC; presumably this will be fixed at some point 
- 
-<code>reg add "HKEY_CURRENT_USER\SOFTWARE\Oculus\RemoteHeadset" /v "HEVC" /t REG_DWORD /d "1" /f</code> 
  
 ==== Disable SPUD ==== ==== Disable SPUD ====
Line 598: Line 558:
  
   * https://sidequestvr.com/setup-howto   * https://sidequestvr.com/setup-howto
 +
 +  winget install "SideQuestVR.SideQuest"
  
 ==== ADB ==== ==== ADB ====
Line 649: Line 611:
   * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe   * https://steamcdn-a.akamaihd.net/client/installer/SteamSetup.exe
   * See [[notes:game_command-line_arguments|Command-line flags]]   * See [[notes:game_command-line_arguments|Command-line flags]]
 +
 +  winget install "Valve.Steam"
  
 ====== Drivers ====== ====== Drivers ======
Line 660: Line 624:
   * [[devices:asus_prime_x470-pro|ASUS PRIME X470-PRO Notes]]   * [[devices:asus_prime_x470-pro|ASUS PRIME X470-PRO Notes]]
   * [[https://www.asus.com/us/motherboards-components/motherboards/prime/prime-x470-pro/HelpDesk_BIOS/|BIOS Updates]]   * [[https://www.asus.com/us/motherboards-components/motherboards/prime/prime-x470-pro/HelpDesk_BIOS/|BIOS Updates]]
 +
 +==== Keyboard/Mouse ====
 +
 +  * [[http://downloads.corsair.com/download?item=Files/CUE/CorsairUtilityEngineSetup_2.24.50_release.msi|CORSAIR CUE V2]]
 +
 +  winget install "Corsair.iCUE.4"
  
 ==== Racing Wheel ==== ==== Racing Wheel ====
Line 666: Line 636:
   * [[https://download01.logi.com/web/ftp/pub/techsupport/gaming/lghub_installer.exe|Logitech G HUB]]   * [[https://download01.logi.com/web/ftp/pub/techsupport/gaming/lghub_installer.exe|Logitech G HUB]]
  
-  * :!: Don't use Logitech Gaming Software as it breaks force-feedback in City Car Driving and has no known benefit otherwise+  winget install "Logitech.GHUB"
  
 ==== Audio ==== ==== Audio ====
Line 675: Line 645:
  
   * X470   * X470
 +  * [[https://rog.asus.com/forum/showthread.php?118343-DRIVERS-AMD-Chipset-SATA-(3xx-4xx-5xx-TRX40)|ASUS ROG Forums]]
   * [[https://www.amd.com/en/support/chipsets/amd-socket-am4/x470|AMD Drivers & Support]]   * [[https://www.amd.com/en/support/chipsets/amd-socket-am4/x470|AMD Drivers & Support]]
  
 ==== Graphics ==== ==== Graphics ====
  
-  * RX 580 +  * RTX 3060 
-  * [[https://www.amd.com/en/support/graphics/radeon-500-series/radeon-rx-500-series/radeon-rx-580|AMD Drivers & Support]]+  * [[https://www.nvidia.com/Download/index.aspx|NVIDIA Driver Downloads]] 
 + 
 +=== Clean Version === 
 + 
 +  * [[https://forums.guru3d.com/threads/511-23-clean-version.433367/|Guru3D]]
  
 ==== USB ==== ==== USB ====
Line 688: Line 663:
   * [[https://www.station-drivers.com/index.php?option=com_remository&Itemid=353&func=select&id=19&orderby=4&lang=en|Station-Drivers]]   * [[https://www.station-drivers.com/index.php?option=com_remository&Itemid=353&func=select&id=19&orderby=4&lang=en|Station-Drivers]]
  
-  * :!: Do not install any special driver for the AMD USB controllers/hubs, ever+  * :!: Do not install any special driver for the **AMD** USB controllers/hubs, __ever__ 
 + 
 +==== Ethernet ==== 
 + 
 +  * I211 Gigabit 
 +  * [[https://www.intel.com/content/www/us/en/products/details/ethernet/gigabit-controllers/i211-controllers/downloads.html|Intel]]
  
/var/www/wiki/data/attic/windows/11.1636332317.txt.gz · Last modified: 2021/11/07 19:45 by Sean Rhone