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
windows:10 [2025/06/01 23:51] – [General] Sean Rhonewindows:10 [2025/06/27 18:52] (current) Sean Rhone
Line 6: Line 6:
 ====== Resources ====== ====== Resources ======
  
 +  * [[windows;notes;quick_commands|Quick Commands]]
   * [[windows:notes:env_paths|Env PATH Variables]]   * [[windows:notes:env_paths|Env PATH Variables]]
   * [[windows;notes;misc]]   * [[windows;notes;misc]]
   * [[https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-|System Error Codes (0-499+)]]   * [[https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-|System Error Codes (0-499+)]]
 +  * [[https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-error-reference|Windows Update error codes]]
   * http://redeem.microsoft.com/ (TODO: Put somewhere else)   * http://redeem.microsoft.com/ (TODO: Put somewhere else)
   * [[https://github.com/Espionage724/Windows|GitHub Batch Files]]   * [[https://github.com/Espionage724/Windows|GitHub Batch Files]]
Line 16: Line 18:
   * https://support.microsoft.com/en-us/topic/kb4072698-windows-server-and-azure-stack-hci-guidance-to-protect-against-silicon-based-microarchitectural-and-speculative-execution-side-channel-vulnerabilities-2f965763-00e2-8f98-b632-0d96f30c8c8e#ID0EBBBBJ=FeatureSettingsOverride   * https://support.microsoft.com/en-us/topic/kb4072698-windows-server-and-azure-stack-hci-guidance-to-protect-against-silicon-based-microarchitectural-and-speculative-execution-side-channel-vulnerabilities-2f965763-00e2-8f98-b632-0d96f30c8c8e#ID0EBBBBJ=FeatureSettingsOverride
   * https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set ([[windows;10?rev=1742081524#bcdedit|older rev]])   * https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set ([[windows;10?rev=1742081524#bcdedit|older rev]])
-  * https://forums.blurbusters.com/viewtopic.php?f=10&t=13429 (enable rss) 
-  * All game save start shortcuts to batch files instead of through ''cmd'' 
  
 ====== Updates ====== ====== Updates ======
Line 58: Line 58:
  
 :: End</code> :: End</code>
 +
 +=== Test ===
 +
 +  * [[https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc788042(v=ws.11)?redirectedfrom=MSDN|URL]]
 +
 +  fsutil usn deleteJournal /D /N C:
  
 ===== Downloads ===== ===== Downloads =====
Line 76: Line 82:
  
   "%UserProfile%\Downloads\Reset Icon Cache.bat"   "%UserProfile%\Downloads\Reset Icon Cache.bat"
- 
-==== Edge Vsync Test ==== 
- 
-  "%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge_proxy.exe" --kiosk --edge-kiosk-type="public-browsing" --new-window --window-size="1240,860" --app="https://www.vsynctester.com/" 
- 
-  Edge Vsync Test 
  
 ===== Start Menu ===== ===== Start Menu =====
Line 110: Line 110:
 ===== BCDEdit ===== ===== BCDEdit =====
  
-==== General ====+  "bcdedit.exe" /set "disabledynamictick" "Yes"
  
-  "notepad.exe" "%UserProfile%\Downloads\BCDEdit Tweaks (General).bat" +  "bcdedit.exe" /set "nx" "AlwaysOff"
- +
-<code> +
-"bcdedit.exe" /debug "Off" +
-"bcdedit.exe" /bootdebug "Off" +
-"bcdedit.exe" /ems "Off" +
-"bcdedit.exe" /event "Off" +
-"bcdedit.exe" /set "hypervisorlaunchtype" "Off" +
-"bcdedit.exe" /set "vsmlaunchtype" Off" +
-"bcdedit.exe" /set "hypervisordebug" "Off" +
-"bcdedit.exe" /set "isolatedcontext" "No" +
-"bcdedit.exe" /set "nx" "AlwaysOff"</code> +
- +
-  "%UserProfile%\Downloads\BCDEdit Tweaks (General).bat" +
- +
-==== Spinesnap ==== +
- +
-  "notepad.exe" "%UserProfile%\Downloads\BCDEdit Tweaks (Spinesnap).bat" +
- +
-<code> +
-"bcdedit.exe" /set "forcelegacyplatform" "Yes" +
-"bcdedit.exe" /set "disabledynamictick" "Yes" +
-"bcdedit.exe" /set "tscsyncpolicy" "Legacy" +
-"bcdedit.exe" /set "pciexpress" "ForceDisable"</code> +
- +
-  "%UserProfile%\Downloads\BCDEdit Tweaks (Spinesnap).bat" +
- +
-===== Explorer ===== +
- +
-==== Separate Processes ==== +
- +
-**** +
- +
-  REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "SeparateProcess" /t REG_DWORD /d "1" /f+
  
 ===== Microsoft Edge ===== ===== Microsoft Edge =====
Line 164: Line 131:
  
   "powercfg.exe" /DUPLICATESCHEME "e9a42b02-d5df-448d-aa00-03f14749eb61"   "powercfg.exe" /DUPLICATESCHEME "e9a42b02-d5df-448d-aa00-03f14749eb61"
- 
-==== Disable CPU Idle States ==== 
- 
-  * :!: Results in notably higher idle temps 
-  * Task Manager shows 100% core usage all the time 
- 
-  "powercfg.exe" /SETACVALUEINDEX "SCHEME_CURRENT" "SUB_PROCESSOR" "IdleDisable" "1" & "powercfg.exe" /SETACTIVE "SCHEME_CURRENT" 
- 
-=== Undo === 
- 
-**** 
- 
-  "powercfg.exe" /SETACVALUEINDEX "SCHEME_CURRENT" "SUB_PROCESSOR" "IdleDisable" "0" & "powercfg.exe" /SETACTIVE "SCHEME_CURRENT" 
  
 ==== More Settings ==== ==== More Settings ====
Line 202: Line 156:
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t "REG_DWORD" /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t "REG_DWORD" /d "0" /f
  
-===== Disable Last Access Time File Updates =====+===== Quick Lock Screen ===== 
 + 
 +  * Directly shows password prompt 
 + 
 +  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "1" /f 
 + 
 +==== Undo ====
  
 **** ****
  
-  fsutil behavior set disablelastaccess 1+  REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "0" /f
  
 ===== Disable Online Speech Recognition ===== ===== Disable Online Speech Recognition =====
Line 364: Line 324:
   "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled"   "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled"
  
-  "sc.exe" stop "SysMain" & "sc.exe" config "SysMain" "start=disabled"+  "sc.exe" stop "DiagTrack" & "sc.exe" config "DiagTrack" "start=disabled"
  
-===== Spinesnap =====+  "sc.exe" stop "WdiSystemHost" & "sc.exe" config "WdiSystemHost" "start=disabled"
  
-  "sc.exe" stop "esifsvc" & "sc.exe" config "esifsvc" "start=disabled"+  "sc.exe" stop "PcaSvc" & "sc.exe" config "PcaSvc" "start=disabled" 
 + 
 +===== Spinesnap =====
  
   "sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled"   "sc.exe" stop "ApHidMonitorService" & "sc.exe" config "ApHidMonitorService" "start=disabled"
Line 408: Line 370:
  
   * [[https://download.mozilla.org/?product=firefox-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]]   * [[https://download.mozilla.org/?product=firefox-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]]
-  * Last tested: ''Firefox Setup 128.10.0esr.msi'' 
  
   * [[programs;firefox|Settings]]   * [[programs;firefox|Settings]]
Line 415: Line 376:
  
   * [[https://download.mozilla.org/?product=thunderbird-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]]   * [[https://download.mozilla.org/?product=thunderbird-esr-msi-latest-ssl&os=win64&lang=en-US|ESR MSI]]
-  * Last tested: ''Thunderbird Setup 128.10.0esr.msi'' 
  
 ===== GIMP ===== ===== GIMP =====
Line 432: Line 392:
   * ''[ ]'' Use a Java runtime   * ''[ ]'' Use a Java runtime
  
-===== MuPDF =====+===== Okular =====
  
-  * https://mupdf.com/releases/index.html (Ctrl + F -> ''Win''+  * https://cdn.kde.org/ci-builds/graphics/okular/master/windows/
-  * Last tested: ''mupdf-1.25.2-windows.zip''+
  
 ===== Notepad++ ===== ===== Notepad++ =====
  
   * https://notepad-plus-plus.org/download   * https://notepad-plus-plus.org/download
-  * Last tested: ''npp.8.7.9.Installer.x64.exe'' 
  
 ===== OBS ===== ===== OBS =====
Line 449: Line 407:
  
   * https://www.qbittorrent.org/download   * https://www.qbittorrent.org/download
-  * https://github.com/waelisa/Best-blocklist/raw/main/wael.list.p2p.zip 
  
 ===== VC++ Redist ===== ===== VC++ Redist =====
  
   * https://github.com/abbodi1406/vcredist/releases   * https://github.com/abbodi1406/vcredist/releases
- 
-  "%UserProfile%\Downloads\VisualCppRedist_AIO_x86_x64.exe" /ai 
- 
-  "%UserProfile%\Downloads\VisualCppRedist_AIO_x86_x64.exe" /aiR 
  
 ===== foobar2000 ===== ===== foobar2000 =====
Line 511: Line 464:
  
   * [[https://www.dell.com/support/home/en-us/product-support/product/latitude-15-5591-laptop/drivers|Dell Latitude 5591 - Support and BIOS Updates]]   * [[https://www.dell.com/support/home/en-us/product-support/product/latitude-15-5591-laptop/drivers|Dell Latitude 5591 - Support and BIOS Updates]]
-  * Last tested: ''Latitude_5X91_Precision_3530_1.38.0.exe'' 
  
 ==== Keyboard ==== ==== Keyboard ====
C:/www/wiki/data/attic/windows/10.1748836286.txt.gz · Last modified: by Sean Rhone