windows:11
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
windows:11 [2021/11/07 19:45] – created Sean Rhone | windows:11 [2024/08/13 19:18] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | |||
- | * 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 ====== | ||
- | |||
- | * https:// | ||
- | |||
- | ====== Updates ====== | ||
- | |||
- | ===== Slipstream ===== | ||
- | |||
- | * See [[windows: | ||
- | |||
- | ===== Information ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * :!: SSU is to be installed **before** the CU | ||
- | |||
- | ==== Link ==== | ||
- | |||
- | * [[https:// | ||
- | |||
- | YYYY-MM Update for Windows 11 for x64-based Systems (KB#######) | ||
- | |||
- | ====== Settings ====== | ||
- | |||
- | ===== Disable Clipboard History ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable Cortana and Web Search ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable CPU Mitigations ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable Game DVR ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable Hibernation and Fast Start ===== | ||
- | |||
- | **** | ||
- | |||
- | powercfg /H off | ||
- | |||
- | ===== Disable Last Access Time File Updates ===== | ||
- | |||
- | **** | ||
- | |||
- | fsutil behavior set disablelastaccess 1 | ||
- | |||
- | ===== Disable Online Speech Recognition ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Open Pictures With Windows Photo Viewer ===== | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable Remote Desktop ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable Shared Experiences ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable SmartScreen ===== | ||
- | |||
- | * General | ||
- | * Windows Store Apps | ||
- | * Microsoft EDGE | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable Startup Delay ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable System Restore ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable Telemetry Features ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable User Account Control ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Disable Windows Defender ===== | ||
- | |||
- | * :!: TODO: Fix for 11 | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Remove Quick Access ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Remove Windows Search ===== | ||
- | |||
- | **** | ||
- | |||
- | Dism /online / | ||
- | |||
- | ===== Show All Folders in File Explorer Pane ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Verbose Shutdown ===== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ====== Other ====== | ||
- | |||
- | ===== ScriptTiger Hosts File ===== | ||
- | |||
- | * https:// | ||
- | * Unified hosts + fakenews + gambling (Compressed) | ||
- | |||
- | * Powershell Script '' | ||
- | |||
- | < | ||
- | [Net.ServicePointManager]:: | ||
- | Invoke-WebRequest " | ||
- | ipconfig / | ||
- | |||
- | ===== NetFX3 From Install Media ===== | ||
- | |||
- | * Change '' | ||
- | |||
- | Dism /online / | ||
- | |||
- | ===== Remove Most Modern UI Apps ===== | ||
- | |||
- | * Powershell Script '' | ||
- | |||
- | Get-AppxPackage -allusers | Remove-AppxPackage | ||
- | |||
- | ===== Remove OneDrive ===== | ||
- | |||
- | taskkill /IM " | ||
- | |||
- | %windir%\SysWOW64\OneDriveSetup.exe /uninstall | ||
- | |||
- | rmdir " | ||
- | |||
- | reg delete " | ||
- | |||
- | reg delete " | ||
- | |||
- | ===== Maintenance ===== | ||
- | |||
- | * Last updated: 2020/10/02 | ||
- | |||
- | < | ||
- | :: .NET Framework 4 | ||
- | " | ||
- | " | ||
- | " | ||
- | " | ||
- | |||
- | :: System File Check, Cleanup, and Repair | ||
- | " | ||
- | " | ||
- | |||
- | :: Classic Disk Cleanup | ||
- | " | ||
- | " | ||
- | |||
- | :: Defrag/Trim | ||
- | " | ||
- | |||
- | ====== Hardware Utilities ====== | ||
- | |||
- | ===== CPU-Z ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== GPU-Z ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== prime95 ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== HWiNFO ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== poclmembench ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Driver Store Explorer ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== AMD Cleanup Utility ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== AMD Ryzen Master ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== CrystalDiskInfo ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== MSI Kombustor ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== memtestCL ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ===== Fooling Around ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== LatencyMon ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== OCCT ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== InSpectre ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== FurMark ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Intel PDT ===== | ||
- | |||
- | * https:// | ||
- | * Intel Processor Diagnostic Tool | ||
- | |||
- | ====== Programs ====== | ||
- | |||
- | ===== 7-Zip-zstd ===== | ||
- | |||
- | * https:// | ||
- | * :!: Anything compressed with this needs to be extracted with this | ||
- | |||
- | ===== Android Tools ===== | ||
- | |||
- | * https:// | ||
- | |||
- | * https:// | ||
- | |||
- | SETX /M path " | ||
- | |||
- | ===== aria2 ===== | ||
- | |||
- | * https:// | ||
- | |||
- | SETX /M path " | ||
- | |||
- | ===== BleachBit ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== DirectX End-User Runtime ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== DXVK ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | * See [[notes: | ||
- | |||
- | ===== FileZilla ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Firefox ===== | ||
- | |||
- | ==== Download ==== | ||
- | |||
- | * [[https:// | ||
- | |||
- | ==== Settings ==== | ||
- | |||
- | === Default Profile === | ||
- | |||
- | rd " | ||
- | |||
- | md " | ||
- | |||
- | == profiles.ini == | ||
- | |||
- | notepad " | ||
- | |||
- | < | ||
- | [General] | ||
- | StartWithLastProfile=1 | ||
- | |||
- | [Profile0] | ||
- | Name=default | ||
- | IsRelative=1 | ||
- | Path=Profiles/ | ||
- | Default=1</ | ||
- | |||
- | === user.js === | ||
- | |||
- | * Last updated: 2020/11/05 | ||
- | |||
- | notepad " | ||
- | |||
- | < | ||
- | / | ||
- | * General * | ||
- | | ||
- | |||
- | user_pref(" | ||
- | user_pref(" | ||
- | |||
- | user_pref(" | ||
- | user_pref(" | ||
- | |||
- | / | ||
- | * Privacy * | ||
- | | ||
- | |||
- | user_pref(" | ||
- | user_pref(" | ||
- | |||
- | user_pref(" | ||
- | user_pref(" | ||
- | user_pref(" | ||
- | |||
- | user_pref(" | ||
- | |||
- | user_pref(" | ||
- | user_pref(" | ||
- | |||
- | /******* | ||
- | * U2F * | ||
- | | ||
- | |||
- | user_pref(" | ||
- | |||
- | /******* | ||
- | * END * | ||
- | | ||
- | |||
- | === Apply Settings === | ||
- | |||
- | * :!: Firefox must be started for the first time with the '' | ||
- | |||
- | " | ||
- | |||
- | ==== Remove Features ==== | ||
- | |||
- | **** | ||
- | |||
- | rd " | ||
- | |||
- | ==== Extensions ==== | ||
- | |||
- | * Decentraleyes | ||
- | * Privacy Possum | ||
- | * Cookie AutoDelete | ||
- | * uBlock Origin | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | === 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 '' | ||
- | * [ ] Privacy -> EasyPrivacy ((uncheck; included in '' | ||
- | |||
- | * Multipurpose -> [x] Dan Pollock' | ||
- | * Multipurpose -> [x] hpHost' | ||
- | * Multipurpose -> [x] MVPS HOSTS | ||
- | |||
- | * Custom -> [x] Import | ||
- | |||
- | == Custom 3rd-party filters == | ||
- | |||
- | * Last updated: 2018/11/23 | ||
- | * Last verified: 2020/11/05 | ||
- | |||
- | < | ||
- | https:// | ||
- | https:// | ||
- | https:// | ||
- | https:// | ||
- | https:// | ||
- | https:// | ||
- | https:// | ||
- | |||
- | ==== Testing Sites ==== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ===== GIMP ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Google Chrome ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== iTunes ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== KeePassXC ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Keybase ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== KMS-VL-ALL ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ===== LibreOffice ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== mpv ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ===== Notepad++ ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== OBS ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ===== qBittorrent ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Rufus ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Thunderbird ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Visual C++ Redistributable Runtimes ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ===== Vulkan Runtime ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ===== WireGuard ===== | ||
- | |||
- | * :!: If kill switch is enabled, all local network resources can't be accessed | ||
- | |||
- | * https:// | ||
- | |||
- | ==== VPN.AC ==== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ====== Games ====== | ||
- | |||
- | ===== Battle.net App ===== | ||
- | |||
- | * https:// | ||
- | * http:// | ||
- | |||
- | ===== Oculus ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ==== Use HEVC ==== | ||
- | |||
- | * Use HEVC/H.265 instead of AVC/H.264 for Link | ||
- | * :!: As of 2021/06/30, HEVC doesn' | ||
- | |||
- | < | ||
- | |||
- | ==== Disable SPUD ==== | ||
- | |||
- | * This lowers average Motion-to-photon latency by about 4ms for a Rift CV1 (19ms to 15ms) | ||
- | * [[https:// | ||
- | |||
- | < | ||
- | |||
- | ==== Logs ==== | ||
- | |||
- | **** | ||
- | |||
- | < | ||
- | |||
- | ==== SideQuest ==== | ||
- | |||
- | * https:// | ||
- | |||
- | ==== ADB ==== | ||
- | |||
- | * :!: ADB drivers are automatically installed by Oculus | ||
- | * :!: For general '' | ||
- | * :!: For sideloading firmware updates, SideQuest cannot be used, and thus will need the '' | ||
- | |||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | ==== Backup/ | ||
- | |||
- | === Installer === | ||
- | |||
- | * Let Oculus download its 5GB+ installer | ||
- | * While it is installing, backup the '' | ||
- | * :!: The backup must be done after the download, and while Oculus is installing | ||
- | * If restoring, transfer 5GB+ to '' | ||
- | * :!: If an updated Oculus client is available, it will download instead of restoring | ||
- | |||
- | === Client === | ||
- | |||
- | * Go to the '' | ||
- | * If there' | ||
- | * :!: 12 folders should be included in the backup and it should be around 605MB if archived | ||
- | * This has been true with versions pre-V12, V18-V30 | ||
- | * For restoring, stop the Oculus service through command or Debug Tool, delete the existing 12 folders, restore the 12 folders from backup, and start the Oculus service | ||
- | |||
- | < | ||
- | |||
- | == Prevent Client Updates == | ||
- | |||
- | * This sets the update channel to something unknown, so the Oculus client can't compare its version to check for updates | ||
- | * :!: To revert this, it may be enough to toggle the '' | ||
- | |||
- | * '' | ||
- | * '' | ||
- | * '' | ||
- | |||
- | reg add " | ||
- | |||
- | ===== Origin ===== | ||
- | |||
- | * [[https:// | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Steam ===== | ||
- | |||
- | * https:// | ||
- | * See [[notes: | ||
- | |||
- | ====== Drivers ====== | ||
- | |||
- | * See [[windows: | ||
- | |||
- | ===== Nightwane ===== | ||
- | |||
- | ==== Motherboard ==== | ||
- | |||
- | * [[devices: | ||
- | * [[https:// | ||
- | |||
- | ==== Racing Wheel ==== | ||
- | |||
- | * Logitech G29 Driving Force Racing Wheel | ||
- | * [[https:// | ||
- | |||
- | * :!: Don't use Logitech Gaming Software as it breaks force-feedback in City Car Driving and has no known benefit otherwise | ||
- | |||
- | ==== Audio ==== | ||
- | |||
- | * [[https:// | ||
- | |||
- | ==== Chipset ==== | ||
- | |||
- | * X470 | ||
- | * [[https:// | ||
- | |||
- | ==== Graphics ==== | ||
- | |||
- | * RX 580 | ||
- | * [[https:// | ||
- | |||
- | ==== USB ==== | ||
- | |||
- | * ASM1142 | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | * :!: Do not install any special driver for the AMD USB controllers/ | ||
C:/www/wiki/data/attic/windows/11.1636332317.txt.gz · Last modified: (external edit)