Skip to content

Instantly share code, notes, and snippets.

@bessangel
Created September 11, 2017 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bessangel/63379f04225461c70cb3908d838fe841 to your computer and use it in GitHub Desktop.
Save bessangel/63379f04225461c70cb3908d838fe841 to your computer and use it in GitHub Desktop.
GET-VERSION.bat - windows system information
@echo on
call :sub > VERSION.log
exit /b
:sub
date /T
set
ver
java -version
echo var props = java.lang.System.getProperties(); for(i in props){ print( i + "= " + props.getProperty(i) ) } | jjs -
ipconfig /all
route print
netsh advfirewall show currentprofile
netsh.exe winhttp show proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment