Tuesday, June 14, 2011

Console Commands::Regedit

>regedit.exe /s myfile.reg

References:
http://techsupt.winbatch.com/ts/T000001029F18.html

No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...