Skip to content

Instantly share code, notes, and snippets.

reg add "HKEY_CURRENT_USER\Console" /v "ScreenBufferSize" /t REG_DWORD /d 196608080 /f
reg add "HKEY_CURRENT_USER\Console" /v "WindowSize" /t REG_DWORD /d 1769552 /f
reg add "HKEY_CURRENT_USER\Console" /v "QuickEdit" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor" /v "DisableUNCCheck" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor" /v "PathCompletionChar" /t REG_DWORD /d 64 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor" /v "CompletionChar" /t REG_DWORD /d 9 /f
ver | findstr /r "5\." && (
@wwqgtxx
wwqgtxx / proxy.txt
Last active December 18, 2015 02:29
wwqgtxxproxy-1|wwqgtxxproxy-2|wwqgtxxproxy-3|wwqgtxxproxy-4|wwqgtxxproxy-5|wwqgtxxproxy-6|wwqgtxxproxy-7|wwqgtxxproxy-8|wwqgtxxproxy-9|wwqgtxxproxy-10|
wwqgtxxproxy1-1|wwqgtxxproxy1-2|wwqgtxxproxy1-3|wwqgtxxproxy1-4|wwqgtxxproxy1-5|wwqgtxxproxy1-6|wwqgtxxproxy1-7|wwqgtxxproxy1-8|wwqgtxxproxy1-9|wwqgtxxproxy1-10|
wwqgtxxproxy2-1|wwqgtxxproxy2-2|wwqgtxxproxy2-3|wwqgtxxproxy2-4|wwqgtxxproxy2-5|wwqgtxxproxy2-6|wwqgtxxproxy2-7|wwqgtxxproxy2-8|wwqgtxxproxy2-9|wwqgtxxproxy2-10|
wwqgtxxproxy3-1|wwqgtxxproxy3-2|wwqgtxxproxy3-3|wwqgtxxproxy3-4|wwqgtxxproxy3-5|wwqgtxxproxy3-6|wwqgtxxproxy3-7|wwqgtxxproxy3-8|wwqgtxxproxy3-9|wwqgtxxproxy3-10|
wwqgtxxproxy4-1|wwqgtxxproxy4-2|wwqgtxxproxy4-3|wwqgtxxproxy4-4|wwqgtxxproxy4-5|wwqgtxxproxy4-6|wwqgtxxproxy4-7|wwqgtxxproxy4-8|wwqgtxxproxy4-9|wwqgtxxproxy4-10|
reg add "HKEY_CURRENT_USER\Console" /v "ScreenBufferSize" /t REG_DWORD /d 65536100 /f
reg add "HKEY_CURRENT_USER\Console" /v "WindowSize" /t REG_DWORD /d 2293860 /f
reg add "HKEY_CURRENT_USER\Console" /v "QuickEdit" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor" /v "DisableUNCCheck" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor" /v "PathCompletionChar" /t REG_DWORD /d 64 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor" /v "CompletionChar" /t REG_DWORD /d 9 /f
ver | findstr /r "5\." && (
reg add "HKEY_CLASSES_ROOT\Folder\shell\DOS" /v "" /t REG_SZ /d "@shell32.dll,-22022" /f
git clone https://code.google.com/p/wwqgtxx-goagent.wiki/
cd wwqgtxx-goagent.wiki
git push https://code.google.com/p/wwqgtxx-wallproxy.wiki/ +master
cd..
rmdir /S /Q wwqgtxx-goagent.wiki
pause
@wwqgtxx
wwqgtxx / Make.bat
Last active December 13, 2015 19:48
@echo off
cd /D "%~dp0"
cls
cd greatagent-ga
::rmdir /S /Q goagent-local\certs
::mkdir goagent-local\certs
del /f /s /q goagent-local\ip.txt
echo Generating version...
git rev-list HEAD >git.txt
utility\php\php.exe ..\version.php
@wwqgtxx
wwqgtxx / download.py
Last active December 11, 2015 08:58 — forked from phoenixxie0/gist:4524266
import urllib2
from zipfile import *
import zipfile
import os
def download(url):
# Install proxy support for urllib2
proxy_handler = urllib2.ProxyHandler({"https" : "http://127.0.0.1:8087"})
opener = urllib2.build_opener(proxy_handler)
@wwqgtxx
wwqgtxx / check_google_ip.bat
Last active December 10, 2015 09:48
check_google_ip
@if exist "C:\python27\python.exe" ("check_google_ip_have_python.bat") else ("check_google_ip_no_python.bat")
pause