[Share] FastConfigVPS Tool Config VPS siêu nhanh 1s

Ơ sao ý tưởng với giao diện giống y đúc tool cũ mình share thế nhỉ :D => https://mmo4me.com/threads/freeware-minitool-vps-quick-setting.218660/
Đùa chứ dc thì cứ phát triển cho anh em, mình chỉ bạn cài .net 3.5 đây:

Mã giả:
Code:
Set arguments: Import-Module ServerManager ; Add-WindowsFeature as-net-framework
Run "powershell.exe" with arguments
//do something
C# code:
Code:
            //thread
            ProcessStartInfo startInfo = new ProcessStartInfo();
            startInfo.FileName = "powershell.exe";
            startInfo.Arguments = "Import-Module ServerManager ; Add-WindowsFeature as-net-framework";
            startInfo.WindowStyle = ProcessWindowStyle.Hidden;
            startInfo.UseShellExecute = true;
            Process p = new Process();
            p.StartInfo = startInfo;
            p.Start();
            p.WaitForExit();
            //thread.start()
 
Ơ sao ý tưởng với giao diện giống y đúc tool cũ mình share thế nhỉ :D => https://mmo4me.com/threads/freeware-minitool-vps-quick-setting.218660/
Đùa chứ dc thì cứ phát triển cho anh em, mình chỉ bạn cài .net 3.5 đây:

Mã giả:
Code:
Set arguments: Import-Module ServerManager ; Add-WindowsFeature as-net-framework
Run "powershell.exe" with arguments
//do something
C# code:
Code:
            //thread
            ProcessStartInfo startInfo = new ProcessStartInfo();
            startInfo.FileName = "powershell.exe";
            startInfo.Arguments = "Import-Module ServerManager ; Add-WindowsFeature as-net-framework";
            startInfo.WindowStyle = ProcessWindowStyle.Hidden;
            startInfo.UseShellExecute = true;
            Process p = new Process();
            p.StartInfo = startInfo;
            p.Start();
            p.WaitForExit();
            //thread.start()
Khi pro lên tiếng :D
 
Mình thử cả VPS google và AMZ (không reset) đều không có tác dụng, bắt buộc phải reset VPS hay sao bạn?
như tắt UAC bắt buộc restart . còn lại ko cần bạn.
dễ thấy nhất là change pass vps nó change ngay ko cần restart chi
 
mặc dù e chỉ dùng snapshot nhưng chắc chắn sau này sẽ dùng đến tools này, cảm ơn bác
 
như tắt UAC bắt buộc restart . còn lại ko cần bạn.
dễ thấy nhất là change pass vps nó change ngay ko cần restart chi
Mình không chọn tắt UAC, không off được IE ESC, pass thì ngay lúc đó nó đổi nhưng tắt remote đi kết nối lại thì vẫn phải nhập pass cũ
 
Mình không chọn tắt UAC, không off được IE ESC, pass thì ngay lúc đó nó đổi nhưng tắt remote đi kết nối lại thì vẫn phải nhập pass cũ
à ggc thì muốn đổi pass thì phải kèm theo tắt update. mà ggc mình test okie rồi mà nhĩ. amz thì chuẩn ko cần chỉnh vì mình chủ yếu làm cho amz mà :)
 
Mới mua lô vps AMZ nên làm luôn cái tool confg cho lẹ chứ làm tay đuối quá :v

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

À ai có nhu cầu thêm chức năng chi thì cứ cmt nha, thêm đc thì mình thêm vô luôn :v

Update V2.0 : Hoạt động với mọi vps Google cloud, AMZ, vultr.......

Screenshot:
kaGtzae.jpg


Link download tool: http://www.mediafire.com/download/ruuuvn9nvy22prb/FastConfigVPS_v2.0.exe
Link source code tool (autoit): http://www.mediafire.com/view/xcsta12dvjv7s6f/FastConfigVPS_v2.0.au3
Check virus 0/55: https://www.virustotal.com/vi/file/...64fed6f4e2e20dca247741a3/analysis/1435587701/

Like ủng hộ nào :D:D:D:D
install 1 feature nào đó
CMD:
ServerManagerCmd.exe -install [Tên-Feature]

Thí dụ muốn cài .NET
CMD:
ServerManagerCmd.exe -install NET-Framework
nếu muốn cài xong tự restart
ServerManagerCmd.exe -install NET-Framework -restart

mình gà, mình hay tạo file batch dùng cách này. Hy vọng giúp đc bạn.
 
install 1 feature nào đó
CMD:
ServerManagerCmd.exe -install [Tên-Feature]

Thí dụ muốn cài .NET
CMD:
ServerManagerCmd.exe -install NET-Framework
nếu muốn cài xong tự restart
ServerManagerCmd.exe -install NET-Framework -restart

mình gà, mình hay tạo file batch dùng cách này. Hy vọng giúp đc bạn.
quá chuẩn hehe, thấy cái này ưng ý nhất, để mình add vô tool
 

Announcements

Today's birthdays

Forum statistics

Threads
419,860
Messages
7,091,398
Members
171,914
Latest member
Wikey
Back
Top Bottom