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 18:21] – [Maintenance] Sean Rhonewindows:10 [2026/02/28 03:36] (current) – [Update Office] Sean Rhone
Line 66: Line 66:
  
 PAUSE PAUSE
- 
 "%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
Line 78: Line 77:
 DEL /F /Q "%UserProfile%\AppData\LocalLow\Intel\ShaderCache\*" DEL /F /Q "%UserProfile%\AppData\LocalLow\Intel\ShaderCache\*"
  
-:: Temp+:: Temp Dirs
 DEL /F /Q "%LocalAppData%\Temp\*" DEL /F /Q "%LocalAppData%\Temp\*"
 +DEL /F /Q "%SystemRoot%\Temp\*"
  
 TIMEOUT /T "2" /NOBREAK TIMEOUT /T "2" /NOBREAK
 START explorer.exe START explorer.exe
  
 +:: Defrag/Trim
 PAUSE PAUSE
- 
-:: Defrag/Trim 
 "%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize /PrintProgress /Verbose /NormalPriority "%SystemRoot%\System32\Defrag.exe" /AllVolumes /Defrag /TierOptimize /SlabConsolidate /Retrim /Optimize /PrintProgress /Verbose /NormalPriority
  
Line 97: Line 96:
 ==== 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 116: Line 115:
 ==== RDP ==== ==== RDP ====
  
-  "notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp"+  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp"
  
 <code> <code>
Line 129: 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 381: 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.1772234508.txt.gz · Last modified: by Sean Rhone