windows:11
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
windows:11 [2022/01/20 06:05] – created Sean Rhone | windows:11 [2024/08/13 19:18] (current) – removed Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Information ====== | ||
- | |||
- | * Microsoft Windows 11 | ||
- | |||
- | ====== Download ====== | ||
- | |||
- | * https:// | ||
- | |||
- | ====== Updates ====== | ||
- | |||
- | ===== Link ===== | ||
- | |||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | YYYY-MM Update for Windows 10 Version 21H2 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 ===== | ||
- | |||
- | **** | ||
- | |||
- | 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 | ||
- | " | ||
- | |||
- | ====== 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: | ||
- | |||
- | ===== 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 ''/ | ||
- | * The device ID can be acquired from Device Manager and should be pasted as-is (no extra slashes) | ||
- | |||
- | ==== Base Policies ==== | ||
- | |||
- | reg add " | ||
- | |||
- | reg add " | ||
- | |||
- | ==== Format ==== | ||
- | |||
- | * Do **not** copy/paste these as-is; only here for reference | ||
- | * Adjust to specific devices as-needed | ||
- | |||
- | ==== Add Prevent Policy ==== | ||
- | |||
- | **** | ||
- | |||
- | reg add " | ||
- | |||
- | ==== Remove Prevent Policy ==== | ||
- | |||
- | **** | ||
- | |||
- | reg delete " | ||
- | |||
- | ====== 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 Afterburner ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== MSI Kombustor ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== memtestCL ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | |||
- | ===== Fooling Around ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== LatencyMon ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== OCCT ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== FurMark ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ====== Programs ====== | ||
- | |||
- | ===== 7-Zip ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Android Tools ===== | ||
- | |||
- | * https:// | ||
- | |||
- | * https:// | ||
- | |||
- | SETX /M path " | ||
- | |||
- | ===== aria2 ===== | ||
- | |||
- | * https:// | ||
- | |||
- | SETX /M path " | ||
- | |||
- | ===== BleachBit ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Calculator ===== | ||
- | |||
- | * Only available on LTSB/LTSC | ||
- | |||
- | win32calc | ||
- | |||
- | ===== DirectX End-User Runtime ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== DXVK ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | |||
- | * See [[notes: | ||
- | |||
- | ===== FileZilla ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Firefox ===== | ||
- | |||
- | ==== Download ==== | ||
- | |||
- | * [[https:// | ||
- | |||
- | ==== Settings ==== | ||
- | |||
- | * See [[notes: | ||
- | |||
- | https:// | ||
- | |||
- | ===== GIMP ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== Google Chrome ===== | ||
- | |||
- | * https:// | ||
- | |||
- | ===== iTunes ===== | ||
- | |||
- | * https:// | ||
- | * 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:// | ||
- | |||
- | ===== 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:// | ||
- | |||
- | ==== 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:// | ||
- | |||
- | ==== Keyboard/ | ||
- | |||
- | * [[http:// | ||
- | |||
- | * '' | ||
- | * :!: V3 is bloated and has high CPU usage | ||
- | * :!: V4 doesn' | ||
- | |||
- | ==== Racing Wheel ==== | ||
- | |||
- | * Logitech G29 Driving Force Racing Wheel | ||
- | * [[https:// | ||
- | |||
- | ==== Audio ==== | ||
- | |||
- | * [[https:// | ||
- | |||
- | ==== Chipset ==== | ||
- | |||
- | * X470 | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | ==== Graphics ==== | ||
- | |||
- | * RTX 3060 | ||
- | * [[https:// | ||
- | |||
- | === Clean Version === | ||
- | |||
- | * [[https:// | ||
- | |||
- | ==== USB ==== | ||
- | |||
- | * ASM1142 | ||
- | * [[https:// | ||
- | * [[https:// | ||
- | |||
- | * :!: Do not install any special driver for the **AMD** USB controllers/ | ||
- | |||
- | ==== Ethernet ==== | ||
- | |||
- | * I211 Gigabit | ||
- | * [[https:// | ||
C:/www/wiki/data/attic/windows/11.1642676713.txt.gz · Last modified: (external edit)