Difference between revisions of "Windows Tools"

From Steak Wiki
Jump to navigationJump to search
(Created page with "ms tool list * compmgmt.msc * richcopy * wireshark * the user * ncpa.cpl - network connnections * cmd + r then shell:startup * msinfo32 * the users business secrets * Contro...")
 
Line 11: Line 11:
 
* Control Panel, Security and Maintenance, Reliability History
 
* Control Panel, Security and Maintenance, Reliability History
 
* command to enable ping: netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
 
* command to enable ping: netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
 +
* systempropertiesadvanced
 +
* powercfg \Q    (query sleep settings)
 
* sysinternals autoruns - tells you where startup programs are (more than task manager)
 
* sysinternals autoruns - tells you where startup programs are (more than task manager)
 
* ansible (haven't actually bothered to use this. i manage small networks, not large.)
 
* ansible (haven't actually bothered to use this. i manage small networks, not large.)

Revision as of 06:30, 2 December 2020

ms tool list

  • compmgmt.msc
  • richcopy
  • wireshark
  • the user
  • ncpa.cpl - network connnections
  • cmd + r then shell:startup
  • msinfo32
  • the users business secrets
  • Control Panel, Security and Maintenance, Reliability History
  • command to enable ping: netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow
  • systempropertiesadvanced
  • powercfg \Q (query sleep settings)
  • sysinternals autoruns - tells you where startup programs are (more than task manager)
  • ansible (haven't actually bothered to use this. i manage small networks, not large.)

ref: https://superuser.com/questions/1600186/why-is-it-that-a-tool-like-sysinternals-autoruns-might-not-know-the-location-of

WIP