Want to convert a user account into an Admin? 사용자 계정에 관리자로 전환을 원하는가?
Want to convert a user account into an Admin? 사용자 계정에 관리자로 전환을 원하는가?
All you need to do is copy the code below, copy/paste it into Notepad and save it as User2admin.bat on your desktop. 당신이 필요로 할 일은 아래의 코드를 복사, 복사 / 붙여 넣습니다 user2admin.bat으로 바탕 화면에 저장하고 메모장을하고있습니다.
echo off 에코 따로
title Please wait… 제목 잠시 기다려주십시오…
cls
net user add Username Password /add 순수한 사용자 추가 사용자 이름 비밀 번호 / 추가
net user localgroup Administrators Username /add 순수한 사용자 localgroup 관리자가 사용자 이름 / 장바구니
net user Guest 420 /active:yes 순수한 사용자 게스트 420 / 활성 : 예
net localgroup Guests Guest /DELETE 순수한 localgroup 손님 게스트 / 삭제
net localgroup Administrators Guest /add 순수한 localgroup 관리자가 사용자 / 추가
del %0 델 % 0
Double-click the file to execute or type the above-given code in Command Prompt. 실행 파일을 더블 - 클릭하여 위의 - 주어진 코드를 입력하거나 명령 프롬프트를합니다.
Note: this also creates a net account which is also accessable through nets open port (basically it’sa security leak). 참고 사항 :이 또한 순수한 계정을 만들어 그물을 통해 액세스할 수있는 열기 또한 포트 (기본적으로 이것 보안 누설).
Popularity: 1% 인기도 : 1 %
Written by magakos. 작성한 magakos합니다. Read more great feeds at is source 이 소스에서 더 많은 훌륭한 피드를 읽고 WEBSITE 웹사이트
no comments 코멘트 없음 . 합니다.
Read more articles on 더 많은 기사를 읽고 Scripts 스크립트 and 및 WindowS HackS windows hacks and 및 All 모두 and 및 otherSoftware othersoftware . 합니다.
- [+] Digg [+] digg : Feature this article : 기능이 문서
- [+] Del.icio.us [+] del.icio.us : Bookmark this article : 즐겨찾기에이 기술 자료
- [+] Furl [+] 접는 : Bookmark this article : 즐겨찾기에이 기술 자료















