Introduction: How to Bypass Bess Website Blocking

In this instructable I will show you a very simple method to bypass the website blocker known as Bess.

Also this was posted for educational purposes only, I am not to be held responcible for any inappropriate usage of this information or the files that I provided. I am not to be held responsible for individuals or groups of people that suffer consequences of using this information or the files that I provided, these consequences include things such as expulsion, getting fired, or legal action.

Step 1: Now to Make the Script

Ok, this is very simple. All that you have to do first is open notepad. Type in "sc stop windefend" without the quotes. What this line will do is disable the windows defender service. Under that line type "net user S /add" without the quotes, what this does is adds a new user to the computer, you can replace S with whatever you want your username to be. Under that type "net localgroup administrators S /add" without the quotes, what this does is adds the user S to administrators giving you full access. After this just for the hell of it, under that you can type "logoff" without the quotes to log you off immediantly after the files is executed. Now the notepad document should look like this:

sc stop windefend
net user S password /add
net localgroup administrators S /add
logoff


Replace password with whatever you want the password for the account to be, and replace S for whatever you want the username to be.


Now save the notepad as something like Unblock.bat and make sure to save the type as all files, it does not matter what you save the file as, as long as it has .bat at the end of the file name.

Step 2: Finally Lets Get Rid of Bess

On this page just in case, I did include the .bat or batch file that we made earlier for all you lazy people out there, I also included the batch file in executable form or exe. Now all that you have to do is launch the file then log in as what ever the user that you made was and you should be able to get on any website of your choice. I am assuming that this will work anywhere but I am not sure, this is just how my school was set up