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/05/23 02:17] – [VC++ Redist] Sean Rhonewindows:10 [2026/06/01 07:20] (current) – [Hide SSH] Sean Rhone
Line 24: Line 24:
   * https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/registry-entry-control-tcp-acknowledgment-behavior + [[https://support.purestorage.com/bundle/m_microsoft_platform_guide/page/Solutions/Microsoft_Platform_Guide/Multipath-IO_and_Storage_Settings/topics/concept/c_disabling_delayed_ack_and_nagle.html|this]] (TCP ACK)   * https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/registry-entry-control-tcp-acknowledgment-behavior + [[https://support.purestorage.com/bundle/m_microsoft_platform_guide/page/Solutions/Microsoft_Platform_Guide/Multipath-IO_and_Storage_Settings/topics/concept/c_disabling_delayed_ack_and_nagle.html|this]] (TCP ACK)
   * https://gist.github.com/StefanoBelli/0aab46b858a797c4eedb90e8799dffa2?permalink_comment_id=4157856#gistcomment-4157856 (check GPE interrupt ''System'' process)   * https://gist.github.com/StefanoBelli/0aab46b858a797c4eedb90e8799dffa2?permalink_comment_id=4157856#gistcomment-4157856 (check GPE interrupt ''System'' process)
 +
 +<code>netstat -na | Select-String "80"
 +netsh "branchcache" set service "DISABLED"</code>
  
 ====== Updates ====== ====== Updates ======
Line 401: Line 404:
  
   TcpNoDelay   TcpNoDelay
 +
 +===== Hide SSH Folder =====
 +
 +****
 +
 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.ssh"
  
 ====== Services ====== ====== Services ======
Line 449: Line 458:
   * Compact installation (no components)   * Compact installation (no components)
   * Launch -> Create -> ''[ ]'' Show on Start   * Launch -> Create -> ''[ ]'' Show on Start
 +
 +==== Hide Keyrings ====
 +
 +****
 +
 +  "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.dbus-keyrings"
  
 ===== KeePassXC ===== ===== KeePassXC =====
/srv/www/wiki/data/attic/windows/10.1779517039.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki