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

C:\Windows\explorer.exe /N,<key>

Network Connections

 ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{7007ACC7-3202-11D1-AAD2-00805FC1270E}

More: http://www.codeproject.com/Articles/13280/How-to-display-Windows-Explorer-objects-in-one-com

God mode, create folder with name: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

admin · attr · attach · edit · history · print
Page last modified on March 31, 2017, at 04:45 AM