News

Running the app through the Command Prompt can bypass the "This App has been Blocked by your System Administrator" message. However, you need administrator privileges to execute the command.
Search for Notepad, and click the top result to open the app. Type the following lines in the text file to create a batch file: @ECHO OFF ECHO Hello World! This batch file always runs as admin. PAUSE ...