Skip to content

Instantly share code, notes, and snippets.

@nakasyou
Created November 27, 2025 03:52
Show Gist options
  • Select an option

  • Save nakasyou/8b1ed27bae79f1cd3278c35acd19669b to your computer and use it in GitHub Desktop.

Select an option

Save nakasyou/8b1ed27bae79f1cd3278c35acd19669b to your computer and use it in GitHub Desktop.
while ($true) {
# 手動プロキシをオフにする
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings" `
-Name ProxyEnable -Value 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment