Tool auto config VPS

Nếu bạn có nhiều VPS thì việc cài đặt VPS tắt tường lửa, IE Enhanced Security, update thực sự là 1 công việc nhàm chán lặp đi lặp lại rất mất thời gian sau đây mình sẽ hướng dẫn các bạn dùng tool để rút ngắn thơi gian làm việc này.


1) XFC - phần mềm auto config vps, download, unzip...All in one


Chức năng:
  • Chuyên trị các thao tác config, chạy phần mềm trên vps, thích hợp cho các thím dùng vps sll
  • Chạy bằng macro, ngôn ngữ lập trình 69
  • Chỉnh sửa registry hệ thống (lưu ý khi chỉnh sửa registry xong phải kill explorer và run lại explorer.exe mới được)
  • Chỉnh sửa trạng thái windows service
  • Download file
  • Cài đặt phần mềm (firefox, chrome....bất cứ phần mềm nào), chỉ hỗ trợ file cài đặt có phần mở rộng là *.msi
  • Giải nén file (chỉ hỗ trợ *.zip)
  • Tự động tải và cài đặt phần mềm (*.msi)
  • Tự động tải và giải nén file (*.zip)
  • ...............xem thêm trong phần Help của tool
Download: http://vuavechai.net/mmotools/download/XFC Release.zip

Tip:
- Cách tìm file cài đặt là *.msi: search google với từ khóa "[tên phần mềm] msi"
VD: search "Firefox msi" => http://hicap.frontmotion.com.s3.amazonaws.com/Firefox/Firefox-40.0/Firefox-40.0-en-US.msi
- Cách tìm registry: google từ khóa "registry key to [việc cần làm]"
VD: search "registry key to disable UAC"
- Cách zip phần mềm: https://www.cs.sfu.ca/CourseCentral/120/ggbaker/instr/winrar. Sau đó up file zip lên Mediafire và lấy link download để điền vào macro.
Cách dùng và các hàm macro hỗ trợ: xem trong phần Help của tool

1 số macro cơ bản:

PHP:
//Sample Macro
//disable UAC
regmod => HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System => "EnableLUA" => dword => "0"//disable IE ESCregmod => HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073} => "IsInstalled" => dword => "0"regmod => HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A8-37EF-4b3f-8CFC-4F3A74704073} => "IsInstalled" => dword => "0"//disable Windows updateregmod => HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update => "AUOptions" => dword => "1"//stop windows update serviceswinserv => "wuauserv" => stop//show all system tray iconregmod => HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer => "EnableAutoTray" => dword => "0"//taskbar small iconregmod => HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced => "TaskbarSmallIcons" => dword => "1"//desktop small iconregmod => HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop => "IconSize" => dword => "24"//turn off firewallrun => cmd.exe => hidden => "/c NetSh Advfirewall set allprofiles state off"//add features .net 3.5run => powershell.exe => hidden => "Import-Module ServerManager ; Add-WindowsFeature as-net-framework"//download some filedownload => @root"/temp" => http://technochat.in/download/WinRAR.msi
//copy winrar install file to C drive
copy => @root"/temp/WinRAR.msi" => "C:/"//download and install firefoxdownload_and_install => http://hicap.frontmotion.com.s3.amazonaws.com/Firefox/Firefox-40.0/Firefox-40.0-en-US.msi
//download and unzip some file, then run exe file
download_and_unzip => http://d.7-zip.org/a/7za920.zip => "7za.exe"
//restart explorer.exe
kill => explorer
run 
=> explorer.exe//finish and show messagealert => "Well done bitch!"
Screenshot:
[​IMG]


2) Tool by autoit. 

Chức năng của tool như trong hình, tốc độ siêu nhanh chỉ 1s.
Cơ mà chức năng cài .net 3.5 ko hoạt động nha :)) , ai biết cài .net bằng autoit/cmd... thì chỉ mình để hoàn thiện cái tool với, vì đang xài hàng AMZ có sẵn .net 3.5.1 nên chưa có time nghiên cứu :3


Screenshot:
[​IMG]

Test trên windows server 2008
Link download tool: Download
Link source code tool (autoit): https://www.fshare.vn/file/VBPAZV85R8GE
Check virus 0/55: https://www.virustotal.com/vi/file/...d675eb546d1d7d9fa717fd37/analysis/1435493618/

3) VPS quick setting

VPS quick setting
link du phong
Screenshot:

[​IMG]
- Add features .net 3.5: dành cho các loại vps có tích hợp sẵn .net 3.5 nhưng phải enable mới xài dc (azure, google cloud...)
- Turn off IE ESC: cái này quá thường rồi, ai xài vps phải biết
- Disable windows update: dành cho các loại vps hay tự động tài lanh update xong restart như azure
- Disable UAC: tắt cái bảng confirm khi chạy file exe các loại vps như google cloud
- Show all system tray icon: dành cho ai chơi tool boot ssh có chế độ quét icon tray
- Use small taskbar: dành cho ai xài Remote Desktop Manager + laptop màn hình bé => cần trống desktop.      

4) Tự làm tool

mở notepad Tạo 1 file .bat ( đổi đuôi .txt thành .bat) như dưới đây rồi chạy








2 dòng đầu là tắt Disable IE Enhanced Security
dòng thứ 3 là tắt Autoupdate
dòng thứ 4 là kéo Internet security xuống còn medium
dòng cuối là tắt firewall
Previous
Next Post »