view · edit · history · print

Registry scripts

Generic Scripting

  • Old fashioned DOS batch (.bat) and cmd files (DOSBatch).

Tips and trics

vbs

Record free physical memory

  
==>getmem.vbs
  For Each o in GetObject("winmgmts:\\.\root\cimv2")._
  ExecQuery("Select FreePhysicalMemory from Win32_OperatingSystem")
    WScript.Echo "Free Physical Memory: " & o.FreePhysicalMemory
  Next 

==>getmem.bat
  cscript getmem.vbs //Nologo >>mem.txt

Keys to configuration items

Network Connections

 ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
admin · attr · attach · edit · history · print
Page last modified on August 19, 2010, at 05:44 AM