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 [2026/02/27 17:54] – [DX Refresh Rate] 76 jay wilson'd Sean Rhonewindows:10 [2026/02/28 03:36] (current) – [Update Office] Sean Rhone
Line 34: Line 34:
  
 ==== Maintenance ==== ==== Maintenance ====
- 
-  "%SystemRoot%\System32\cleanmgr.exe" /sageset:9999 
  
   "notepad.exe" "%UserProfile%\Desktop\Maintenance.bat"   "notepad.exe" "%UserProfile%\Desktop\Maintenance.bat"
Line 44: Line 42:
 TITLE Maintenance TITLE Maintenance
 CD "%Temp%" CD "%Temp%"
 +
 +:: Disk Cleanup Set-up
 +"%SystemRoot%\System32\cleanmgr.exe" /sageset:9999
  
 :: System File Check, Cleanup, and Repair :: System File Check, Cleanup, and Repair
Line 49: Line 50:
 "%SystemRoot%\System32\sfc.exe" /scannow "%SystemRoot%\System32\sfc.exe" /scannow
  
-:: Classic Disk Cleanup+:: Disk Cleanup
 "%SystemRoot%\System32\cleanmgr.exe" /sagerun:9999 "%SystemRoot%\System32\cleanmgr.exe" /sagerun:9999
  
Line 65: Line 66:
  
 PAUSE PAUSE
- 
-:: Defrag/Trim 
-"%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize /PrintProgress /Verbose /NormalPriority 
- 
-PAUSE 
- 
-:: 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 C: 
- 
-===== Downloads ===== 
- 
-==== Reset Icon Cache ==== 
- 
-  "notepad.exe" "%UserProfile%\Downloads\Reset Icon Cache.bat" 
- 
-<code> 
-@echo off 
- 
-TITLE Reset Icon Cache 
-CD "%Temp%" 
- 
 "%SystemRoot%\System32\taskkill.exe" /F /IM "explorer.exe" "%SystemRoot%\System32\taskkill.exe" /F /IM "explorer.exe"
 "%SystemRoot%\System32\timeout.exe" /T "2" /NOBREAK "%SystemRoot%\System32\timeout.exe" /T "2" /NOBREAK
  
 +:: Icon Cache
 DEL /F /Q "%LocalAppData%\Microsoft\Windows\Explorer\"*".db" DEL /F /Q "%LocalAppData%\Microsoft\Windows\Explorer\"*".db"
 DEL /F /Q "%UserProfile%\AppData\Local\IconCache.db" DEL /F /Q "%UserProfile%\AppData\Local\IconCache.db"
  
 +:: Shader Cache
 DEL /F /Q "%LocalAppData%\D3DSCache\*" DEL /F /Q "%LocalAppData%\D3DSCache\*"
 DEL /F /Q "%UserProfile%\AppData\LocalLow\Intel\ShaderCache\*" DEL /F /Q "%UserProfile%\AppData\LocalLow\Intel\ShaderCache\*"
  
-"%SystemRoot%\System32\timeout.exe" /T "2" /NOBREAK+:: Temp Dirs 
 +DEL /F /Q "%LocalAppData%\Temp\*" 
 +DEL /F /Q "%SystemRoot%\Temp\*" 
 + 
 +TIMEOUT /T "2" /NOBREAK
 START explorer.exe START explorer.exe
 +
 +:: Defrag/Trim
 +PAUSE
 +"%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize /PrintProgress /Verbose /NormalPriority
 +
 +PAUSE
  
 :: End</code> :: End</code>
  
-  "%UserProfile%\Downloads\Reset Icon Cache.bat"+===== Downloads =====
  
 ==== Remove Intel Microcode ==== ==== Remove Intel Microcode ====
  
-  "notepad.exe" "%UserProfile%\Downloads\Remove Intel Microcode.bat"+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Downloads\Remove Intel Microcode.bat"
  
 <code> <code>
Line 128: Line 115:
 ==== RDP ==== ==== RDP ====
  
-  "notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp"+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp"
  
 <code> <code>
Line 141: Line 128:
 === Start Menu === === Start Menu ===
  
-  "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Accessories"+  "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Accessories"
  
   "%UserProfile%\Documents\Alira (LAN).rdp"   "%UserProfile%\Documents\Alira (LAN).rdp"
Line 393: Line 380:
 ===== Update Office ===== ===== Update Office =====
  
-****+  "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Administrative Tools"
  
   "%CommonProgramFiles%\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update "user" forceappshutdown="True" displaylevel="True"   "%CommonProgramFiles%\microsoft shared\ClickToRun\OfficeC2RClient.exe" /update "user" forceappshutdown="True" displaylevel="True"
 +
 +  Update Office
  
 ====== Services ====== ====== Services ======
/usr/local/www/wiki/data/attic/windows/10.1772232879.txt.gz · Last modified: by Sean Rhone