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 22:05] Sean Rhonewindows:10 [2025/04/18 10:52] (current) – [Spinesnap] Sean Rhone
Line 63: 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 70: 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 81: 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 238: 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 312: 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 383: 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 446: 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.1744855508.txt.gz · Last modified: by Sean Rhone