Skip to content

Instantly share code, notes, and snippets.

View swarupmtb's full-sized avatar

Swarup Saha swarupmtb

  • MTB
  • Bangladesh
View GitHub Profile
@swarupmtb
swarupmtb / wss.ps1
Created March 21, 2024 10:22
Windows Sleep Script
$myshell = New-Object -com "Wscript.Shell"; for ($i = 0; ; $i++) {Start-Sleep -Seconds 600; $myshell.sendkeys("^")}
@swarupmtb
swarupmtb / command.txt
Created January 17, 2024 08:28
Windows Reset
Reset IP Stack:
netsh int ip reset
netsh winsock reset
Flush DNS Cache:
ipconfig /flushdns
Reset Firewall Rules: