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
windows:notes:misc [2026/07/01 11:41] – [Etc] Sean Rhonewindows:notes:misc [2026/07/20 21:58] (current) Sean Rhone
Line 99: Line 99:
  
   "netsh.exe" advfirewall firewall set rule name="Core Networking Diagnostics - ICMP Echo Request (ICMPv4-In)" profile="private,public" new enable="no" && "netsh.exe" advfirewall firewall set rule name="Core Networking Diagnostics - ICMP Echo Request (ICMPv4-Out)" profile="private,public" new enable="no" && "netsh.exe" advfirewall firewall set rule name="Core Networking Diagnostics - ICMP Echo Request (ICMPv6-In)" profile="private,public" new enable="no" && "netsh.exe" advfirewall firewall set rule name="Core Networking Diagnostics - ICMP Echo Request (ICMPv6-Out)" profile="private,public" new enable="no"   "netsh.exe" advfirewall firewall set rule name="Core Networking Diagnostics - ICMP Echo Request (ICMPv4-In)" profile="private,public" new enable="no" && "netsh.exe" advfirewall firewall set rule name="Core Networking Diagnostics - ICMP Echo Request (ICMPv4-Out)" profile="private,public" new enable="no" && "netsh.exe" advfirewall firewall set rule name="Core Networking Diagnostics - ICMP Echo Request (ICMPv6-In)" profile="private,public" new enable="no" && "netsh.exe" advfirewall firewall set rule name="Core Networking Diagnostics - ICMP Echo Request (ICMPv6-Out)" profile="private,public" new enable="no"
 +
 +====== RST to AHCI ======
 +
 +  - ''safeboot minimal''
 +  - Reboot to BIOS settings
 +  - RST -> AHCI
 +  - Boot to Safe Mode
 +  - ''/deletevalue safeboot''
 +  - Reboot to Windows
 +
 +  "%SystemRoot%\System32\bcdedit.exe" /set "SAFEBOOT" "Minimal"
 +
 +  "%SystemRoot%\System32\bcdedit.exe" /deletevalue "SAFEBOOT"
  
 ====== Compats ====== ====== Compats ======
/usr/local/www/wiki/data/pages/windows/notes/misc.txt · Last modified: by Sean Rhone