Programs & Tools
Coding tutorials, scripts, commands, and useful tools
Windows Activation Commands
Activate Windows & Office using these commands (Run as Administrator)
Windows 10/11 Activation (KMS)
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms8.msguides.com
slmgr /ato
Windows 11 Pro Activation
slmgr /ipk VK7JG-NPHTM-C97JM-9MPGT-3V66T
slmgr /skms kms.digiboy.ir
slmgr /ato
Office Activation (CMD as Admin)
cd /d %ProgramFiles%\Microsoft Office\Office16
cscript ospp.vbs /sethst:kms8.msguides.com
cscript ospp.vbs /act
One-Click Windows Activation Script
irm https://get.activated.win | iex
Run this in PowerShell as Administrator
Update All Software Commands
Commands to update all installed software on your system
Windows Package Manager (winget) - Update All
winget upgrade --all
Chocolatey - Update All Packages
choco upgrade all -y
Python - Update All Pip Packages
pip list --outdated --format=freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
Node.js - Update All Global Packages
npm update -g
Windows Defender - Quick Scan
"%ProgramFiles%\Windows Defender\MpCmdRun.exe" -Scan -ScanType 1
Disk Cleanup Command
cleanmgr /sagerun:1
System File Checker
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
Languages We Cover
Python
Scripts & Automation
JavaScript
Web Development
CSS
Styling & Design
HTML
Web Structure
PHP
Backend Development
Dart
Flutter Apps
Available Tools
Learn Programming
Watch our coding tutorials on YouTube and learn programming in Tamil!