|
00:00:00 command promps to know – Window Command prompt – –
00:09:14 – Loading command prompt Output to clipboard using pipe. example: ipconfig /all | clip – – 00:17:06 – paste into document – – 00:26:24 – Notepad text dump – – 00:33:11 – Are deleted files are actually gone? > cipher /w:c: Securely write over empty space on your drive. – – 00:55:23 – Drivers > driverquery Show severy driver and when it was installed. – – 01:21:19 – Drivers > driverquery | clip Show severy driver and when it was installed and place in clipboard. – – 01:30:00 – File opens wrong application. < assoc|clip + ftype|clip {shows application path} Shows what programs open what file types, allows you to change it. – – 01:52:22 – Computer screwy > shutdown /r /o Restarts PC directly into recovery menu. – – 02:06:17 – Get system info > systeminfo /fo list|clip systeminfo|findstr /B /C:”OS”|clip Shows just the OS information — filtered, clean, perfect for screenshots. – – 02:25:29 – Is your app on internet? > netstat -abno Shows which apps are talking to the internet and which ports they’re using. – – 03:09:01 – See your group policies! > gpresult /r|clip Shows every Group Policy applied to user and computer – – 03:21:13 – See your wifi profiles > netsh wlan show profiles|clip show profiles. Shows all WiFi networks previous joined. – – 03:38:27 – Forgot your wifi password > netsh wlan show profiles name=”Your wifi here” key=clear Shows specific wifi network password in the clear – – 03:53:03 – Hard drive doing the weird > chkdsk /f Checks and repairs file system errors. – – 04:03:14 – Quick health check > wmic diskdrive get status Health check on hard drives or SSDs – – 04:12:26 – Got a resource hog > tasklist /fi “imagename eq msedge.exe” Shows how much resource an application is consuming. {Run ftype to get app names} – – 04:25:17 – User profiles that are configured > net user Shows all users. – – 04:32:00 – Change password on user. > net user existingUserName NewPassword The selected user will have his password updated. – – 04:40:21 – Quick audit < systeminfo System audit- Windows version, build number, install date, BIOS version, etc. – – 04:56:04 – Update all applications > winget upgrade –all Updates all apps on your system, replacing chocolatey or manual updating – – 05:06:15 – Window s wierdness happening > sfc /scannow Repairs corrupt system files – – 05:18:16 – Need a deeper scan tool > DISM /Online /Cleanup-Image /Restore Health Deep repair tools – – 05:34:27 – Check battery on laptop > powercfg /batteryreport Creates battery health report – – 05:45:06 – Show my DNS cache ipconfig /displaydnsShows DNS cache – – 05:58:17 – What application is using what port > netstate -ano Shows ports + process IDs – – 06:10:06 – Replace task mangager detective work > tasklist /svc Shows what services and processes are running – – 06:19:20 – Force Windows shutdown > shutdown /s /t 0 Force shutdown immediately (works remotely) – – 06:28:24 – Force Windows shutdown {IT gold} > shutdown /i Graphical remote shutdown manager (IT Gold) – – 06:35:12 – Get MAC address > getmac Shows MAC address of local + remote machines – – 06:42:20 – List of apps intalled on my system > wmic product get name|clip Lists installed apps – – 06:52:24 – For admins: group policy update > gpupdate /force Force Group Police update – – 06:59:12 – For admins: silently access network users C drive > net use ||computer|C$ Access someone’s C drive silently (with creds) – – 07:07:21 – Who am I? > whoami /groups Shows AD groups you’re in – – 07:18:27 – Kill frozen app and restart . taskkill /f /im explorer.exe & start explorer.exe Restart Windows Explorer example – – |
movie here |