Thursday, September 6, 2012

Disable user account control in windows 7

User account control (UAC) in the windows determines which user has how much of control over a file, data or a system.
You might want to create an exploit on you friends or any victims computer for future easy access then you might also want to go for disabling user account control. Disabling user account control allows all users and system to execute any/all type of files present on a computer.

In this post i'm going write steps on how to disable user account control in windows 7 using batch command execution. To disable user account control simply follow the steps below:

Step 1: press windows+R key to open RUN

Step 2: Type in "Notepad"

Step 3: Notepad window will open up then past the exact codes to your Notepad
 " C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f " without quotes.
Step 4: Press Ctrl key +S then save it to Desktop

Step 5: Save file name  as " DUAC.bat "  and set as all file type remember all file types

Step 6: Double click on the file you just created then restart the computer and then you are done.

I hope this helped if you have any confusions then let me help you, you can mention them on the comments below.

No comments:

Post a Comment