User Tools

Site Tools


windows:notes:misc

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:notes:misc [2026/06/29 20:44] Sean Rhonewindows:notes:misc [2026/07/01 11:41] (current) – [Etc] Sean Rhone
Line 43: Line 43:
  
 ====== Remove OneDrive ====== ====== Remove OneDrive ======
 +
 +  "%SystemRoot%\System32\reg.exe" DELETE "HKEY_CURRENT_USER\Environment" /v "OneDrive" /f
 +
 +===== Old =====
  
   taskkill /IM "OneDrive.exe" /F   taskkill /IM "OneDrive.exe" /F
Line 123: Line 127:
  
   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\svchost.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\svchost.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
 +
 +  "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\csrss.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
  
 ====== Version Notes ====== ====== Version Notes ======
/usr/local/www/wiki/data/attic/windows/notes/misc.1782780264.txt.gz · Last modified: by Sean Rhone