Protected: Add local dns entry in windows
# recommended
posts that share tags with this one
BATCH
# batch
Windows: Skype – get rid of advertising
0.0.0.0 rad.msn.com
2014-01-20
1 min
read →
BATCH
# batch
Windows Set Environmental Variables
setx M2_HOME "C:\AutoTest\Opt\apache-maven-2.2.1" setx ENV AUTO1 setx JAVA_HOME "C:\AutoTest\Opt\jdk1.6.0_32x64" setx JAVA_OPTS "-Xmx1024M -Xms512M -XX:MaxPermSize512M" setx CATALINA_HOME "C:\AutoTest\Opt\apache-tomcat-6.0.37_clear_install" setx PATH "%PATH%;%M2_HOME%\bin;%JAVA_HOME%\bin;%CATALINA_HOME%\bin;C:\AutoTest\Opt\SSH"
2014-01-19
1 min
read →
BATCH
# batch
Windows Netsh Firewall
C:\>netsh firewall show opmode Domain profile configuration (current): ------------------------------------------------------------------- Operational mode = Disable Exception mode = Enable Standard profile configuration: ------------------------------------------------------------------- Operational…
2013-01-21
1 min
read →