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/04/16 01:18] – [Reset Icon Cache] Sean Rhonewindows:10 [2025/04/18 10:52] (current) – [Spinesnap] Sean Rhone
Line 12: Line 12:
   * [[https://github.com/Espionage724/Windows|GitHub Batch Files]]   * [[https://github.com/Espionage724/Windows|GitHub Batch Files]]
  
-===== TODO =====+===== TODOs =====
  
   * 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+  * https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/bcdedit--set (older rev had a bunch)
   * https://forums.blurbusters.com/viewtopic.php?f=10&t=13429 (enable rss)   * https://forums.blurbusters.com/viewtopic.php?f=10&t=13429 (enable rss)
 +  * All game save start shortcuts to batch files instead of through ''cmd''
 +  * FIPS as batch file
  
 ====== Updates ====== ====== Updates ======
Line 61: Line 63:
  
 ==== Reset Icon Cache ==== ==== Reset Icon Cache ====
- 
-  * TODO: Clean-up 
  
   "notepad.exe" "%UserProfile%\Downloads\Reset Icon Cache.bat"   "notepad.exe" "%UserProfile%\Downloads\Reset Icon Cache.bat"
Line 68: Line 68:
 <code> <code>
 TASKKILL /F /IM "explorer.exe" TASKKILL /F /IM "explorer.exe"
-timeout 2 /nobreak>nul +TIMEOUT /NOBREAK /T "2" 
-DEL /F /S /Q /A %LocalAppData%\Microsoft\Windows\Explorer\*.db +DEL /F /Q "%LocalAppData%\Microsoft\Windows\Explorer\"*".db" 
-DEL /F /S /Q /A %userprofile%\AppData\Local\IconCache.db +DEL /F /Q "%UserProfile%\AppData\Local\IconCache.db" 
-timeout /nobreak>nul +TIMEOUT /NOBREAK /T "2" 
-START explorer+START explorer.exe
  
 :: End</code> :: End</code>
Line 79: Line 79:
  
 ==== Edge Fix ==== ==== Edge Fix ====
 +
 +  * :?: Edge randomly stops being able to be opened ((Last occurrence: 2025/04/16 Edge ''135.0.3179.73''))
 +  * TODO: Settings to persist disabled Start Boost and background extensions
  
   "notepad.exe" "%UserProfile%\Downloads\Edge Profile Reset.bat"   "notepad.exe" "%UserProfile%\Downloads\Edge Profile Reset.bat"
Line 236: Line 239:
   * https://learn.microsoft.com/en-us/windows/security/security-foundations/certification/fips-140-validation   * https://learn.microsoft.com/en-us/windows/security/security-foundations/certification/fips-140-validation
   * [[windows;notes;misc#fips_test|Test]]   * [[windows;notes;misc#fips_test|Test]]
 +  * TODO: Seemingly applies on-demand; combine in enable/disable batches with test and ''PAUSE''
  
   REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f   REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy" /v "Enabled" /t "REG_DWORD" /d "1" /f
Line 310: Line 314:
  
 ====== Services ====== ====== Services ======
 +
 +  * TODO: Separate page, individual batches
  
   "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled"   "sc.exe" stop "DPS" & "sc.exe" config "DPS" "start=disabled"
Line 381: Line 387:
 ===== MuPDF ===== ===== MuPDF =====
  
-  * https://mupdf.com/releases/index.html +  * https://mupdf.com/releases/index.html (Ctrl + F -> ''Win'') 
-  * https://mupdf.com/releases/history.html+  * 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 444: Line 451:
  
   * [[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''
  
 ==== SATA/RST ==== ==== SATA/RST ====
/srv/www/wiki/data/attic/windows/10.1744780726.txt.gz · Last modified: by Sean Rhone