Anything related to windows
security stuff, scripts, how tos and other things
security scripts
uber basic check for kelogers.py
import psutil import os import sys def find_suspicious_processes(): suspicious_proces...
start-win-defender.bat
@echo offecho Starting Windows Defender malware scan..."%ProgramFiles%\Windows Defender\MpCmdRun....
check for systemstats.py v1
import psutil import datetime def check_high_memory_usage(threshold=50): high_memory_u...
check for pc's pids names and usage stats and send them to a file to search later .py v2
import os import psutil import datetime def check_high_memory_usage(threshold=50): hi...
pid killer (ranges too)
import psutil while True: pids = input("Type the PID(s) you want to kill, separated by ...
block all .zip .rar .mov top level domains
current researchimpossible
How to disable Start up Apps
Via Task Manager
press Ctrl+Shift+Esc. or Open the Task Manager by right-clicking on th...
Via Settings
in the search bar or the settings app search for startup apps Some apps may have...
Via System Configuration:
Windows key + R to open "Run" type the fallowing program name then click Enter. ...
Via Registry Editor
"DISCLAIMER" This method should only be used if you have experience with editing the Windows ...
How to admin people Via Run
key + R to open the Run dialog box. Type "control userpasswords2" ...
change another users passwd without knowing it
open cmd as admin by searching it in the search bar then clicking run as ...
fix windows files
start CMD or PowerShell in admin mode type or past sfc /scannow restart pc regardle...
every tool for windows in a single file :D
change the name of a folder in your desktop to GodMode.{ED7BA470-8E54-465E-825C-99712043E01...
download file to sshed windows server
Open your SSH client and log in to the Windows server. Navigate to the directory where you wan...
How to Remove 'Show More Options' From the Windows 11 Context Menu - Command Prompt
Open Windows Terminal, Command Prompt, or PowerShell.Disable:reg add "HKCU\Software\Classes\CLSID...
firefox yt better audio scaling for when im studying
// ==UserScript== // @name Youtube Music fix volume ratio // @namespace...
uhhh websites to visit
# Define the URLs for the security news websites $csoUrl = "https://www.csoonline.com" $krebsUr...