m7md

Helpful Windows commands

Dec 4th, 2025
20
0
Never
Not a member of gistpad yet? Sign Up, it unlocks many cool features!
None 2.39 KB | Software | 0 0
  1. Windows User Accounts
  2. C:\Windows\System32\Netplwiz.exe
  3.  
  4. Local Users and Groups
  5. C:\Windows\System32\lusrmgr.msc
  6.  
  7. Edit User Variables
  8. C:\Windows\SysWOW64\rundll32.exe sysdm.cpl,,EditEnvironmentVariables
  9.  
  10. Services
  11. Target: %windir%\system32\services.msc
  12. Start in: %HOMEDRIVE%%HOMEPATH%
  13.  
  14. Device Manager
  15. C:\Windows\System32\devmgmt.msc
  16.  
  17. Event Viewer
  18. %windir%\system32\eventvwr.msc /s
  19.  
  20. Local Security Policy
  21. %windir%\system32\secpol.msc /s
  22.  
  23. Advanced System Settings
  24. sysdm.cpl ,3
  25.  
  26. Network Connections
  27. C:\Windows\System32\ncpa.cpl
  28.  
  29. Reset IP:
  30. * ipconfig /release
  31. * ipconfig /renew
  32. * ipconfig /flushdns
  33. * netsh int ip reset
  34. * netsh winsock reset
  35. * netsh winsock reset catalog
  36. * netsh int ipv4 reset reset.log
  37. * netsh int ipv6 reset reset.log
RAW Gist Data Copied